Patch by Humdinger with the following commit message:

* Added explanation of icons to Bootloader.
* Applied css-fix by Braden Ewing to fix rendering under MS Internet Explorer.
  Added Braden to welcome.css authors.
* Added a css class pre.terminal to make Terminal output more visible plus a few more
  things. Added myself to welcome.css authors. :)
* Updated all Terminal output with the new pre-class tag.
* Flaunted our beautiful icons at the top of every preference/application/applet plus
  their contents page.
* Added icon PNGs in 16x16 32x32 and 64x64.
* Added quick info where to find a preference/application/applet and its settings at the
  top of every page.
* Added apps: ActivityMonitor, Magnify, StyledEdit, Terminal
* Added applet: Launchbox
* Added stubs to all missing prefs/apps/applets. Everyone's welcome to work on the
  contents (announce it on the mailing list, though!).
* Moved preference/application/applet into own folders.
* Updated contents page.
* Reformatted everything to be XHTML1.0-Strict conforming. Added XHTML DTDs to
  welcome/html-dtd/.
* Added copyright and author as comment to the header of every page. If someone else
  should be mentioned there, speak up.

---
Whoot! What a titanian piece of work, Humdinger!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28791 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-12-09 23:31:04 +00:00
parent 6a3eb70c71
commit 580f610a15
282 changed files with 8478 additions and 1949 deletions

View File

@ -1,22 +1,36 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"../welcome/html-dtd/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!--
*
* Copyright 2008, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <humdingerb@gmail.com>
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="all" />
<meta name="robots" content="all" />
<title>Applications</title>
<link rel="stylesheet" type="text/css" href="../welcome/welcome.css">
<link rel="stylesheet" type="text/css" href="../welcome/welcome.css" />
</head>
<body lang="en-US">
<body>
<div class="logo">
<img src="../welcome/welcome-images/logo.png" alt="logo">
<img src="../welcome/welcome-images/logo.png" alt="logo" width="372" height="86" />
<div class="title">Applications</div>
</div>
<div class="topnav">
<p>
<a href="contents.html">Contents</a>
&nbsp;&nbsp;&nbsp;
&#160;&#160;&#160;
Previous: <a href="workshop-filetypes+attributes.html">Workshop</a>
&nbsp;&nbsp;&nbsp;
&#160;&#160;&#160;
Next: <a href="desktop-applets.html">Desktop Applets</a>
</p>
</div>
@ -26,100 +40,97 @@
<p>Before diving into all the applications that come with Haiku, let's have a more detailed look at how to install and uninstall programs you downloaded somewhere, for example from a site mentioned on the <a href="../welcome/welcome.html#software">Welcome</a> page.
</p>
<h2><a name="install">Installing applications</a></h2>
<p>Haiku software always comes as an archive. Most of the time it's a ZIP, some old BeOS packages come in Software Valet's PKG format. Software Valet was able to automatically execute installation scripts, so after double-clicking you just select a destination folder and everything's taken care of.<br>
If it's a ZIP archive, double-clicking opens <i>Expander</i> where you also set the destination and unpack it. As explained in the topic <a href="filesystem-layout">Filesystem layout</a>, that destination is either
</p><p><table border="0" cellpadding="0" cellspacing="0">
<tr><td><tt>/boot/common/apps/</tt></td><td>&nbsp;&nbsp;&nbsp;</td><td> for applications available to every user</td></tr>
<tr><td><tt>/boot/home/apps/</tt></td><td>&nbsp;&nbsp;&nbsp;</td><td> for applications only available to yourself</td></tr>
<h2><a id="install" name="install">Installing applications</a></h2>
<p>Haiku software always comes as an archive. Most of the time it's a ZIP, some old BeOS packages come in Software Valet's PKG format. Software Valet was able to automatically execute installation scripts, so after double-clicking you just select a destination folder and everything's taken care of.<br />
If it's a ZIP archive, double-clicking opens <i>Expander</i> where you also set the destination and unpack it. As explained in the topic <a href="filesystem-layout">Filesystem layout</a>, that destination is either</p>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td><tt>/boot/common/apps/</tt></td><td>&#160;&#160;&#160;</td><td> for applications available to every user</td></tr>
<tr><td><tt>/boot/home/apps/</tt></td><td>&#160;&#160;&#160;</td><td> for applications only available to yourself</td></tr>
</table>
</p><p>This distinction will only become relevant once Haiku gets multi-user support, of course.
</p><p>Once the archive is unpacked, you should have a look into the newly created folder. Often you find ReadMe files or other documentation of interest.
</p><p>Some programs need further configurations. For example, <a href="tracker-add-ons.html">Tracker Add-Ons</a>, Translators or other system enhancing components have to be put into the right folders. Either you'll find a little script file (often with the suffix <tt>.sh</tt>) like <tt>install</tt> that you simply double click to have all taken care of.<br>
Sometimes you'll find folders that link to the correct destination named "<tt>drag [filename] here...</tt>". So, you simply follow that instruction and you're done.
</p><p>Most of the time, however, nothing of the sort is necessary and you're done after unpacking.<br>
See topic <a href="deskbar.html">Deskbar</a> or LaunchBox to see how to add shortcuts to your newly installed application.
</p>
<p>This distinction will only become relevant once Haiku gets multi-user support, of course.</p>
<p>Once the archive is unpacked, you should have a look into the newly created folder. Often you find ReadMe files or other documentation of interest.</p>
<p>Some programs need further configurations. For example, <a href="tracker-add-ons.html">Tracker Add-Ons</a>, Translators or other system enhancing components have to be put into the right folders. Either you'll find a little script file (often with the suffix <tt>.sh</tt>) like <tt>install</tt> that you simply double click to have all taken care of.<br />
Sometimes you'll find folders that link to the correct destination named "<tt>drag [filename] here...</tt>". So, you simply follow that instruction and you're done.</p>
<p>Most of the time, however, nothing of the sort is necessary and you're done after unpacking.<br />
See topic <a href="deskbar.html">Deskbar</a> or LaunchBox to see how to add shortcuts to your newly installed application.</p>
<h2><a name="uninstall">Uninstalling applications</a></h2
<p>If the installation was done with an install script, chances are, there's an uninstall script as well. In that case, double-click it and you're done.<br>
Otherwise, uninstalling is simply done by deleting the application's folder.
</p><p>This, of course, leaves back possible configuration files in your <tt>~/config/settings</tt> folder. This may be on purpose, if you want to keep those settings in case you'll install it again in the future. Also, when the installation involved those "<tt>drag [filename] here...</tt>" folders, those files are also left behind.
</p><p>One method to quickly get to all the app's files is to do a quick query for a significant part of the application's name. This will reveal the app's binary, its installation folder and its settings as well as possible links in the Deskbar etc. Simply select all relevant files and delete them.
</p>
<h2><a id="uninstall" name="uninstall">Uninstalling applications</a></h2>
<p>If the installation was done with an install script, chances are, there's an uninstall script as well. In that case, double-click it and you're done.<br />
Otherwise, uninstalling is simply done by deleting the application's folder.</p>
<p>This, of course, leaves back possible configuration files in your <tt>~/config/settings</tt> folder. This may be on purpose, if you want to keep those settings in case you'll install it again in the future. Also, when the installation involved those "<tt>drag [filename] here...</tt>" folders, those files are also left behind.</p>
<p>One method to quickly get to all the app's files is to do a quick query for a significant part of the application's name. This will reveal the app's binary, its installation folder and its settings as well as possible links in the Deskbar etc. Simply select all relevant files and delete them.</p>
<h2><a name="list-of-apps">Haiku's applications</a></h2>
<p>Haiku comes with a set of mostly small but essential applications. You'll find all of them at <tt>/boot/beos/apps/</tt> or <tt>/boot/common/apps/</tt>. Applications that are not usually launched by a double-click on a data file (e.g. ShowImage for image files) can be found in the <i>Applications</i> menu of the Deskbar.
</p><p><table border="0" cellpadding="2" cellspacing="0">
<tr><td><a href="apps-activitymonitor.html">ActivityMonitor</a></td><td width=10">&nbsp;</td>
<h2><a id="list-of-apps" name="list-of-apps">Haiku's applications</a></h2>
<p>Haiku comes with a set of mostly small but essential applications. You'll find all of them at <tt>/boot/beos/apps/</tt> or <tt>/boot/common/apps/</tt>. Applications that are not usually launched by a double-click on a data file (e.g. ShowImage for image files) can be found in the <i>Applications</i> menu of the Deskbar.</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td style="width:24px;"><img src="applications/apps-images/activitymonitor-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-activitymonitor.html">ActivityMonitor</a></td><td style="width:10px;">&#160;</td>
<td valign="top">A tool to track system resources like CPU and memory usage.</td></tr>
<tr><td><a href="apps-bepdf.html">BePDF</a></td><td>&nbsp;</td>
<td valign="top">A <acronym title="Portable Document Format">PDF</acronym> viewer</td></tr>
<tr><td><a href="apps-cdplayer.html">CDPlayer</a></td><td>&nbsp;</td>
<td valign="top">A player for audio CDs.</td></tr>
<tr><td><a href="apps-codycam.html">CodyCam</a></td><td>&nbsp;</td>
<td valign="top">A tool to regularly upload images from a webcam to a server.</td></tr>
<tr><td><a href="apps-deskcalc.html">DeskCalc</a></td><td>&nbsp;</td>
<td valign="top">A calculator.</td></tr>
<tr><td><a href="apps-diskprobe.html">DiskProbe</a></td><td>&nbsp;</td>
<td valign="top">A HEX editor for files and volumes.</td></tr>
<tr><td><a href="apps-diskusage.html">DiskUsage</a></td><td>&nbsp;</td>
<td valign="top">A tool to visualize a disk's memory usage.</td></tr>
<tr><td><a href="apps-drivesetup.html">DriveSetup</a></td><td>&nbsp;</td>
<td valign="top">A harddisk partitioning tool.</td></tr>
<tr><td><a href="apps-expander.html">Expander</a></td><td>&nbsp;</td>
<td valign="top">A tool to unpack common archives.</td></tr>
<tr><td><a href="apps-firefox.html">Firefox</a></td><td>&nbsp;</td>
<td valign="top">Mozilla's famous browser.</td></tr>
<tr><td><a href="apps-icon-o-matic.html">Icon-O-Matic</a></td><td>&nbsp;</td>
<td valign="top">An app to create Haiku's vector icons.</td></tr>
<tr><td><a href="apps-installer.html">Installer</a></td><td>&nbsp;</td>
<td valign="top">The tool to install Haiku to a partition.</td></tr>
<tr><td><a href="apps-magnify.html">Magnify</a></td><td>&nbsp;</td>
<tr><td style="width:24px;"><img src="applications/apps-images/bepdf-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-bepdf.html">BePDF</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">A <acronym title="Portable Document Format">PDF</acronym> viewer. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/cdplayer-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-cdplayer.html">CDPlayer</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">A player for audio CDs. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/codycam-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-codycam.html">CodyCam</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">A tool to regularly upload images from a webcam to a server. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/deskcalc-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-deskcalc.html">DeskCalc</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">A calculator. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/diskprobe-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-diskprobe.html">DiskProbe</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">A HEX editor for files and volumes. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/diskusage-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-diskusage.html">DiskUsage</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">A tool to visualize a disk's memory usage. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/drivesetup-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-drivesetup.html">DriveSetup</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">A harddisk partitioning tool. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/expander-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-expander.html">Expander</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">A tool to unpack common archives. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/firefox-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-firefox.html">Firefox</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">Mozilla's famous browser. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/icon-o-matic-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-icon-o-matic.html">Icon-O-Matic</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">An app to create Haiku's vector icons. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/installer-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-installer.html">Installer</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">The tool to install Haiku to a partition. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/magnify-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-magnify.html">Magnify</a></td><td>&#160;</td>
<td valign="top">A magnified view of the area around your mouse pointer.</td></tr>
<tr><td><a href="apps-mail.html">Mail</b></td><td>&nbsp;</td>
<td valign="top">An email client.</td></tr>
<tr><td><a href="apps-mediaplayer.html">MediaPlayer</a></td><td>&nbsp;</td>
<td valign="top">A player for all supported audio/video files.</td></tr>
<tr><td><a href="apps-midiplayer.html">MidiPlayer</a></td><td>&nbsp;</td>
<td valign="top">A player for MIDI files.</td></tr>
<tr><td><a href="apps-packageinstaller.html">PackageInstaller</a></td><td>&nbsp;</td>
<td valign="top">Installer for BeOS packages in PKG format.</td></tr>
<tr><td><a href="apps-pe.html">Pe</a></td><td>&nbsp;</td>
<td valign="top">A texteditor with syntax coloring and much more.</td></tr>
<tr><td><a href="apps-people.html">People</a></td><td>&nbsp;</td>
<td valign="top">A contact manager.</td></tr>
<tr><td><a href="apps-screenshot.html">Screenshot</a></td><td>&nbsp;</td>
<td valign="top">A tool to take screenshots.</td></tr>
<tr><td><a href="apps-showimage.html">ShowImage</a></td><td>&nbsp;</td>
<td valign="top">A simple image viewer.</td></tr>
<tr><td><a href="apps-soundrecorder.html">SoundRecorder</a></td><td>&nbsp;</td>
<td valign="top">A tool to record audio from line-in or a microphone.</td></tr>
<tr><td><a href="apps-stylededit.html">StyledEdit</a></td><td>&nbsp;</td>
<td valign="top">A text editor.</td></tr>
<tr><td><a href="apps-terminal.html">Terminal</a></td><td>&nbsp;</td>
<tr><td style="width:24px;"><img src="applications/apps-images/mail-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-mail.html">Mail</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">An email client. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/mediaplayer-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-mediaplayer.html">MediaPlayer</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">A player for all supported audio/video files. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/midiplayer-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-midiplayer.html">MidiPlayer</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">A player for MIDI files. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/packageinstaller-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-packageinstaller.html">PackageInstaller</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">Installer for BeOS packages in PKG format. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/pe-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-pe.html">Pe</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">An advanced texteditor with syntax coloring and much more. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/people-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-people.html">People</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">A contact manager. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/screenshot-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-screenshot.html">Screenshot</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">A tool to take screenshots. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/showimage-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-showimage.html">ShowImage</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">A simple image viewer. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/soundrecorder-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-soundrecorder.html">SoundRecorder</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">A tool to record audio from line-in or a microphone. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/stylededit-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-stylededit.html">StyledEdit</a></td><td>&#160;</td>
<td valign="top">A simple text editor.</td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/terminal-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-terminal.html">Terminal</a></td><td>&#160;</td>
<td valign="top">Access to the bash.</td></tr>
<tr><td><a href="apps-textsearch.html">TextSearch</a></td><td>&nbsp;</td>
<td valign="top">A search tool for text files.</td></tr>
<tr><td><a href="apps-tv.html">TV</a></td><td>&nbsp;</td>
<td valign="top">A viewer for analog TV.</td></tr>
<tr><td><a href="apps-vision.html">Vision</a></td><td>&nbsp;</td>
<td valign="top">An <acronym title="Internet Relay Chat">IRC</acronym> client.</td></tr>
<tr><td><a href="apps-vlc.html">VLC</a></td><td>&nbsp;</td>
<td valign="top">The VideoLAN movie player.</td></tr>
<tr><td><a href="apps-wonderbrush.html">WonderBrush</a></td><td>&nbsp;</td>
<td valign="top">Yellowbite's vector graphics programm.</td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/textsearch-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-textsearch.html">TextSearch</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">A search tool for text files. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/tv-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-tv.html">TV</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">A viewer for analog TV. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/vision-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-vision.html">Vision</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">An <acronym title="Internet Relay Chat">IRC</acronym> client. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/vlc-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-vlc.html">VLC</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">The VideoLAN movie player. [<i>still missing</i>]</span></td></tr>
<tr><td style="width:24px;"><img src="applications/apps-images/wonderbrush-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/apps-wonderbrush.html">WonderBrush</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">Yellowbite's vector graphics programm. [<i>still missing</i>]</span></td></tr>
</table>
</p>
</div>
<div class="bottomnav">
<p>
<a href="contents.html">Contents</a>
&nbsp;&nbsp;&nbsp;
&#160;&#160;&#160;
Previous: <a href="workshop-filetypes+attributes.html">Workshop</a>
&nbsp;&nbsp;&nbsp;
&#160;&#160;&#160;
Next: <a href="desktop-applets.html">Desktop Applets</a>
</p>
</div>

View File

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"../../welcome/html-dtd/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<!--
*
* Copyright 2008, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <humdingerb@gmail.com>
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="all" />
<title>ActivityMonitor</title>
<link rel="stylesheet" type="text/css" href="../../welcome/welcome.css" />
</head>
<body>
<div class="logo">
<img src="../../welcome/welcome-images/logo.png" alt="logo" width="372" height="86" />
<div class="title">ActivityMonitor</div>
</div>
<div class="topnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Next: <a href="apps-bepdf.html">BePDF</a>
</p>
</div>
<div class="content">
<h1><img src="apps-images/activitymonitor-icon_64.png" alt="activitymonitor-icon_64.png"
width="64" height="64" />ActivityMonitor</h1>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><i>Applications</i></td></tr>
<tr><td>Location:</td><td></td><td><tt>/boot/beos/apps/ActivityMonitor</tt></td></tr>
<tr><td>Settings:</td><td></td><td><tt>~/config/settings/ActivityMonitor settings</tt></td></tr>
</table>
<p>You can track system resources by launching the ActivityMonitor and activating different items of interest.
</p>
<img src="apps-images/activitymonitor.png" alt="activitymonitor.png" width="688" height="340" />
<p>By right-clicking into the window, you can toggle the display of all kinds of resources:<br />
<i>Used/Cached Memory, Swap Space, CPU Usage, Network Receive/Send, Page faults, Semaphores, Ports, Threads, Teams, Running Applications, Raw/Text Clipboard Size, Media Nodes</i></p>
<p>Below the graphics is a legend (hideable from the context menu). You can change their colors and that of the graph's background via drag&amp;drop from any color picker, e.g. from <i>Icon-O-Matic</i>.</p>
<p>You can add more views from the <i>File</i> menu if it gets too crowded.</p>
<p>Each view has it's own Replicator handle and can thus be arranged, for example, on the Desktop.</p>
</div>
<!--
<div class="bottomnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Next: <a href="apps-bepdf.html">BePDF</a>
</p>
</div>
-->
</body>
</html>

View File

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"../../welcome/html-dtd/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<!--
*
* Copyright 2008, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <humdingerb@gmail.com>
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="all" />
<title>BePDF</title>
<link rel="stylesheet" type="text/css" href="../../welcome/welcome.css" />
</head>
<body>
<div class="logo">
<img src="../../welcome/welcome-images/logo.png" alt="logo" width="372" height="86" />
<div class="title">BePDF</div>
</div>
<div class="topnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-activitymonitor.html">ActivityMonitor</a>
&#160;&#160;&#160;
Next: <a href="apps-cdplayer.html">CDPlayer</a>
</p>
</div>
<div class="content">
<h1><img src="apps-images/bepdf-icon_64.png" alt="bepdf-icon_64.png"
width="64" height="64" />BePDF</h1>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><i>Applications</i></td></tr>
<tr><td>Location:</td><td></td><td><tt>/boot/apps/BePDF/BePDF</tt></td></tr>
<tr><td>Documentation:</td><td></td><td><tt>/boot/apps/BePDF/docs/*</tt></td></tr>
<tr><td>Settings:</td><td></td><td><tt>~/config/settings/???</tt></td></tr>
</table>
<p>Documentation is still missing. If you want to work on it, announce it on the <a href="http://www.freelists.org/list/haiku">General mailing list</a> to avoid duplication.</p>
</div>
<!--
<div class="bottomnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-activitymonitor.html">ActivityMonitor</a>
&#160;&#160;&#160;
Next: <a href="apps-cdplayer.html">CDPlayer</a>
</p>
</div>
-->
</body>
</html>

View File

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"../../welcome/html-dtd/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<!--
*
* Copyright 2008, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <humdingerb@gmail.com>
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="all" />
<title>CDPlayer</title>
<link rel="stylesheet" type="text/css" href="../../welcome/welcome.css" />
</head>
<body>
<div class="logo">
<img src="../../welcome/welcome-images/logo.png" alt="logo" width="372" height="86" />
<div class="title">CDPlayer</div>
</div>
<div class="topnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-bepdf.html">BePDF</a>
&#160;&#160;&#160;
Next: <a href="apps-codycam.html">CodyCam</a>
</p>
</div>
<div class="content">
<h1><img src="apps-images/cdplayer-icon_64.png" alt="cdplayer-icon_64.png"
width="64" height="64" />CDPlayer</h1>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><i>Applications</i></td></tr>
<tr><td>Location:</td><td></td><td><tt>/boot/beos/apps/CDPlayer</tt></td></tr>
<tr><td>Settings:</td><td></td><td><tt>~/config/settings/???</tt></td></tr>
</table>
<p>Documentation is still missing. If you want to work on it, announce it on the <a href="http://www.freelists.org/list/haiku">General mailing list</a> to avoid duplication.</p>
</div>
<!--
<div class="bottomnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-bepdf.html">BePDF</a>
&#160;&#160;&#160;
Next: <a href="apps-codycam.html">CodyCam</a>
</p>
</div>
-->
</body>
</html>

View File

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"../../welcome/html-dtd/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<!--
*
* Copyright 2008, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <humdingerb@gmail.com>
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="all" />
<title>CodyCam</title>
<link rel="stylesheet" type="text/css" href="../../welcome/welcome.css" />
</head>
<body>
<div class="logo">
<img src="../../welcome/welcome-images/logo.png" alt="logo" width="372" height="86" />
<div class="title">CodyCam</div>
</div>
<div class="topnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-cdplayer.html">CDPlayer</a>
&#160;&#160;&#160;
Next: <a href="apps-deskcalc.html">DeskCalc</a>
</p>
</div>
<div class="content">
<h1><img src="apps-images/codycam-icon_64.png" alt="codycam-icon_64.png"
width="64" height="64" />CodyCam</h1>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><i>Applications</i></td></tr>
<tr><td>Location:</td><td></td><td><tt>/boot/beos/apps/CodyCam</tt></td></tr>
<tr><td>Settings:</td><td></td><td><tt>~/config/settings/???</tt></td></tr>
</table>
<p>Documentation is still missing. If you want to work on it, announce it on the <a href="http://www.freelists.org/list/haiku">General mailing list</a> to avoid duplication.</p>
</div>
<!--
<div class="bottomnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-bepdf.html">BePDF</a>
&#160;&#160;&#160;
Next: <a href="apps-codycam.html">CodyCam</a>
</p>
</div>
-->
</body>
</html>

View File

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"../../welcome/html-dtd/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<!--
*
* Copyright 2008, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <humdingerb@gmail.com>
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="all" />
<title>DeskCalc</title>
<link rel="stylesheet" type="text/css" href="../../welcome/welcome.css" />
</head>
<body>
<div class="logo">
<img src="../../welcome/welcome-images/logo.png" alt="logo" width="372" height="86" />
<div class="title">DeskCalc</div>
</div>
<div class="topnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-codycam.html">CodyCam</a>
&#160;&#160;&#160;
Next: <a href="apps-diskprobe.html">DiskProbe</a>
</p>
</div>
<div class="content">
<h1><img src="apps-images/deskcalc-icon_64.png" alt="deskcalc-icon_64.png"
width="64" height="64" />DeskCalc</h1>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><i>Applications</i></td></tr>
<tr><td>Location:</td><td></td><td><tt>/boot/beos/apps/DeskCalc</tt></td></tr>
<tr><td>Settings:</td><td></td><td><tt>~/config/settings/DeskCalc_settings</tt></td></tr>
</table>
<p>Documentation is still missing. If you want to work on it, announce it on the <a href="http://www.freelists.org/list/haiku">General mailing list</a> to avoid duplication.</p>
</div>
<!--
<div class="bottomnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-bepdf.html">BePDF</a>
&#160;&#160;&#160;
Next: <a href="apps-codycam.html">CodyCam</a>
</p>
</div>
-->
</body>
</html>

View File

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"../../welcome/html-dtd/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<!--
*
* Copyright 2008, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <humdingerb@gmail.com>
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="all" />
<title>DiskProbe</title>
<link rel="stylesheet" type="text/css" href="../../welcome/welcome.css" />
</head>
<body>
<div class="logo">
<img src="../../welcome/welcome-images/logo.png" alt="logo" width="372" height="86" />
<div class="title">DiskProbe</div>
</div>
<div class="topnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-deskcalc.html">DeskCalc</a>
&#160;&#160;&#160;
Next: <a href="apps-diskusage.html">DriveUsage</a>
</p>
</div>
<div class="content">
<h1><img src="apps-images/diskprobe-icon_64.png" alt="diskprobe-icon_64.png"
width="64" height="64" />DiskProbe</h1>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><i>Applications</i></td></tr>
<tr><td>Location:</td><td></td><td><tt>/boot/beos/apps/DiskProbe</tt></td></tr>
<tr><td>Settings:</td><td></td><td><tt>~/config/settings/DiskProbe_data</tt></td></tr>
</table>
<p>Documentation is still missing. If you want to work on it, announce it on the <a href="http://www.freelists.org/list/haiku">General mailing list</a> to avoid duplication.</p>
</div>
<!--
<div class="bottomnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-deskcalc.html">DeskCalc</a>
&#160;&#160;&#160;
Next: <a href="apps-diskusage.html">DriveUsage</a>
</p>
</div>
-->
</body>
</html>

View File

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"../../welcome/html-dtd/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<!--
*
* Copyright 2008, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <humdingerb@gmail.com>
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="all" />
<title>DiskUsage</title>
<link rel="stylesheet" type="text/css" href="../../welcome/welcome.css" />
</head>
<body>
<div class="logo">
<img src="../../welcome/welcome-images/logo.png" alt="logo" width="372" height="86" />
<div class="title">DiskUsage</div>
</div>
<div class="topnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-diskprobe.html">DiskProbe</a>
&#160;&#160;&#160;
Next: <a href="apps-drivesetup.html">DriveSetup</a>
</p>
</div>
<div class="content">
<h1><img src="apps-images/diskusage-icon_64.png" alt="diskusage-icon_64.png"
width="64" height="64" />DiskUsage</h1>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><i>Applications</i></td></tr>
<tr><td>Location:</td><td></td><td><tt>/boot/beos/apps/DiskUsage</tt></td></tr>
<tr><td>Settings:</td><td></td><td><tt>~/config/settings/DiskUsage</tt></td></tr>
</table>
<p>Documentation is still missing. If you want to work on it, announce it on the <a href="http://www.freelists.org/list/haiku">General mailing list</a> to avoid duplication.</p>
</div>
<!--
<div class="bottomnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-diskprobe.html">DiskProbe</a>
&#160;&#160;&#160;
Next: <a href="apps-drivesetup.html">DriveSetup</a>
</p>
</div>
-->
</body>
</html>

View File

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"../../welcome/html-dtd/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<!--
*
* Copyright 2008, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <humdingerb@gmail.com>
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="all" />
<title>DriveSetup</title>
<link rel="stylesheet" type="text/css" href="../../welcome/welcome.css" />
</head>
<body>
<div class="logo">
<img src="../../welcome/welcome-images/logo.png" alt="logo" width="372" height="86" />
<div class="title">DriveSetup</div>
</div>
<div class="topnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-diskusage.html">DiskUsage</a>
&#160;&#160;&#160;
Next: <a href="apps-expander.html">Expander</a>
</p>
</div>
<div class="content">
<h1><img src="apps-images/drivesetup-icon_64.png" alt="drivesetup-icon_64.png"
width="64" height="64" />DriveSetup</h1>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><i>Applications</i></td></tr>
<tr><td>Location:</td><td></td><td><tt>/boot/beos/apps/DriveSetup</tt></td></tr>
<tr><td>Settings:</td><td></td><td><tt>~/config/settings/DriveSetup</tt></td></tr>
</table>
<p>Documentation is still missing. If you want to work on it, announce it on the <a href="http://www.freelists.org/list/haiku">General mailing list</a> to avoid duplication.</p>
</div>
<!--
<div class="bottomnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-diskusage.html">DiskUsage</a>
&#160;&#160;&#160;
Next: <a href="apps-expander.html">Expander</a>
</p>
</div>
-->
</body>
</html>

View File

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"../../welcome/html-dtd/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<!--
*
* Copyright 2008, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <humdingerb@gmail.com>
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="all" />
<title>Expander</title>
<link rel="stylesheet" type="text/css" href="../../welcome/welcome.css" />
</head>
<body>
<div class="logo">
<img src="../../welcome/welcome-images/logo.png" alt="logo" width="372" height="86" />
<div class="title">Expander</div>
</div>
<div class="topnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-drivesetup.html">DriveSetup</a>
&#160;&#160;&#160;
Next: <a href="apps-firefox.html">Firefox</a>
</p>
</div>
<div class="content">
<h1><img src="apps-images/expander-icon_64.png" alt="expander-icon_64.png"
width="64" height="64" />Expander</h1>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><i>---</i></td></tr>
<tr><td>Location:</td><td></td><td><tt>/boot/beos/apps/Expander</tt></td></tr>
<tr><td>Settings:</td><td></td><td><tt>~/config/settings/Expander_Settings</tt></td></tr>
</table>
<p>Documentation is still missing. If you want to work on it, announce it on the <a href="http://www.freelists.org/list/haiku">General mailing list</a> to avoid duplication.</p>
</div>
<!--
<div class="bottomnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-drivesetup.html">DriveSetup</a>
&#160;&#160;&#160;
Next: <a href="apps-firefox.html">Firefox</a>
</p>
</div>
-->
</body>
</html>

View File

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"../../welcome/html-dtd/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<!--
*
* Copyright 2008, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <humdingerb@gmail.com>
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="all" />
<title>Firefox</title>
<link rel="stylesheet" type="text/css" href="../../welcome/welcome.css" />
</head>
<body>
<div class="logo">
<img src="../../welcome/welcome-images/logo.png" alt="logo" width="372" height="86" />
<div class="title">Firefox</div>
</div>
<div class="topnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-expander.html">Expander</a>
&#160;&#160;&#160;
Next: <a href="apps-icon-o-matic.html">Icon-O-Matic</a>
</p>
</div>
<div class="content">
<h1><img src="apps-images/firefox-icon_64.png" alt="firefox-icon_64.png"
width="64" height="64" />Firefox</h1>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><i>Applications</i></td></tr>
<tr><td>Location:</td><td></td><td><tt>/boot/apps/Firefox/Firefox</tt></td></tr>
<tr><td>Settings:</td><td></td><td><tt>~/config/settings/Mozilla/Firefox/*</tt></td></tr>
</table>
<p>Documentation is still missing. If you want to work on it, announce it on the <a href="http://www.freelists.org/list/haiku">General mailing list</a> to avoid duplication.</p>
</div>
<!--
<div class="bottomnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-expander.html">Expander</a>
&#160;&#160;&#160;
Next: <a href="apps-icon-o-matic.html">Icon-O-Matic</a>
</p>
</div>
-->
</body>
</html>

View File

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"../../welcome/html-dtd/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<!--
*
* Copyright 2008, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Humdinger <humdingerb@gmail.com>
*
-->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="all" />
<title>Icon-O-Matic</title>
<link rel="stylesheet" type="text/css" href="../../welcome/welcome.css" />
</head>
<body>
<div class="logo">
<img src="../../welcome/welcome-images/logo.png" alt="logo" width="372" height="86" />
<div class="title">Icon-O-Matic</div>
</div>
<div class="topnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-firefox.html">Firefox</a>
&#160;&#160;&#160;
Next: <a href="apps-installer.html">Installer</a>
</p>
</div>
<div class="content">
<h1><img src="apps-images/icon-o-matic-icon_64.png" alt="icon-o-matic-icon_64.png"
width="64" height="64" />Icon-O-Matic</h1>
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><i>Applications</i></td></tr>
<tr><td>Location:</td><td></td><td><tt>/boot/beos/apps/Icon-O-Matic</tt></td></tr>
<tr><td>Settings:</td><td></td><td><tt>~/config/settings/Icon-O-Matic</tt></td></tr>
</table>
<p>Documentation is still missing. If you want to work on it, announce it on the <a href="http://www.freelists.org/list/haiku">General mailing list</a> to avoid duplication.</p>
</div>
<!--
<div class="bottomnav">
<p>
<a href="../applications.html">Applications</a>
&#160;&#160;&#160;
Previous: <a href="apps-firefox.html">Firefox</a>
&#160;&#160;&#160;
Next: <a href="apps-installer.html">Installer</a>
</p>
</div>
-->
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 704 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 811 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 709 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 738 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 870 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 836 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 702 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 819 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 738 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 684 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 742 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 648 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 700 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Some files were not shown because too many files have changed in this diff Show More