mirror of
https://review.haiku-os.org/haiku
synced 2025-02-12 16:48:42 +01:00
* Slightly improved the wording on the Welcome page * Corrected some wrong HTML tags here and there * Improvements on the Bug Reports page * Added paragraph on file panels on the general GUI page * Added Filesytem Layout page * Added Boot Loader page (kernel boot options) * Added Keyboard Shortcuts page (also moved the paragraph about default command key there) * Prepared index pages for Applications, Preferences, Demos and Desktop Applets git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28389 a95241bf-73f2-0310-859d-f6bbb57e9c96
55 lines
1.6 KiB
HTML
55 lines
1.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<title>Desktop Applets</title>
|
|
<link rel="stylesheet" type="text/css" href="../welcome/welcome.css">
|
|
</head>
|
|
<body lang="en-US">
|
|
|
|
<div class="logo">
|
|
<img src="../welcome/welcome-images/logo.png" alt="logo">
|
|
<div class="title">Desktop Applets</div>
|
|
</div>
|
|
<div class="topnav">
|
|
<p>
|
|
<a href="contents.html">Contents</a>
|
|
|
|
Previous: <a href="applications.html">Applications</a>
|
|
|
|
Next: <a href="preferences.html">Preferences</a>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
<p>Haiku provides a few useful tools that can be installed on the Desktop or the Deskbar via its Replicant.
|
|
</p><p><table border="0" cellpadding="0" cellspacing="5" width="100%">
|
|
<tr><td><a href="applets-launchbox.html">LaunchBox</a></td>
|
|
<td valign="top">Shortcuts to your favorite applications.</td></tr>
|
|
<tr><td><a href="applets-networkstatus.html">NetworkStatus</a></td>
|
|
<td valign="top">Is your connection up?.</td></tr>
|
|
<tr><td><a href="applets-processcontroller.html">ProcessController</a></td>
|
|
<td valign="top">See and control every running app and service.</td></tr>
|
|
<tr><td><a href="workspaces-applet.html">Workspaces</a></td>
|
|
<td valign="top">A miniature version of all workspaces.</td></tr>
|
|
</table>
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<!----
|
|
<div class="bottomnav">
|
|
<p>
|
|
<a href="contents.html">Contents</a>
|
|
|
|
Previous: <a href="applications.html">Applications</a>
|
|
|
|
Next: <a href="preferences.html">Preferences</a>
|
|
</p>
|
|
</div>
|
|
--->
|
|
|
|
</body>
|
|
</html>
|