714d0c0567
* Added "setup wizard" and some info on IMAP to prefs-e-mail.html. IMAP is a bit broken, as was recently found out, so I'll leave it all at that for now. * Moved every localization-dependent image into a mirror image folder under its language (ATM there's only "en"). Only neutral images like icons remain directly under /docs/userguide/images. * Changed all image links accordingly. * Removed all height and width attributes to ease exchanging images. Only fixed size images (icons) will retain them for faster loading. * Added a special pre.terminal for printouts to save ink. Thanks Rob Tijssen for that suggestion. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31622 a95241bf-73f2-0310-859d-f6bbb57e9c96
72 lines
3.6 KiB
HTML
72 lines
3.6 KiB
HTML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"../../../../html-dtd/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
|
|
<head>
|
|
<!--
|
|
*
|
|
* Copyright 2009, 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>PoorMan</title>
|
|
<link rel="stylesheet" type="text/css" href="../../../Haiku-doc.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div class="logo">
|
|
<img src="../../images/logo.png" alt="logo" width="372" height="86" />
|
|
<div class="title">PoorMan</div>
|
|
</div>
|
|
<div class="topnav">
|
|
<p>
|
|
<a href="../applications.html#list-of-apps">Applications</a>
|
|
   
|
|
Previous: <a href="apps-people.html">People</a>
|
|
   
|
|
Next: <a href="apps-screenshot.html">Screenshot</a>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
<h1><img src="../../images/apps-images/poorman-icon_64.png" alt="poorman-icon_64.png"
|
|
width="64" height="64" />PoorMan</h1>
|
|
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
|
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Applications</span></td></tr>
|
|
<tr><td>Location:</td><td></td><td><span class="path">/boot/system/apps/PoorMan</span></td></tr>
|
|
<tr><td>Settings:</td><td></td><td><span class="path">~/config/settings/PoorMan Settings</span></td></tr>
|
|
</table>
|
|
<p>PoorMan is a nice little webserver that's extremly easy to set up. Naturally it doesn't offer any advanced features like other heavy duty server software, it's after all only a poor man's webserver.</p>
|
|
<p>Upon its first launch, PoorMan asks for the folder that is about to be served to the web. If you go with the <span class="button">Default</span>, a new folder <span class="path">/boot/home/public_html</span> is created for you. As a start page a HTML file named by default <span class="cli">index.html</span> has to be present there.</p>
|
|
<p>PoorMan presents itself with a simple console that logs its activity, information if the server is running and which directory is being served, a hit counter and a menubar to access e.g. the settings:</p>
|
|
<p><img id="poorman" src="../images/apps-images/poorman.png" alt="poorman.png" /></p>
|
|
<p>The settings panel is divided into three tabs:</p>
|
|
<p>In <span class="menu">Site</span> you can select another folder to serve, enter another start page and have the option to send a file listing if the start page isn't present.<br />
|
|
<span class="menu">Logging</span> lets you de/activate logging to the console or optionally to a separate logfile.<br />
|
|
The <span class="menu">Advanced</span> tab holds the setting for the maximum simultaneous connections.</p>
|
|
<p>The menu items of the console window are all self-explanatory. With them you can e.g. save (parts) of the console output, clear the console or logging file and start/stop the server or clear the hit counter.</p>
|
|
|
|
<div class="box-info">If you want to try out if PoorMan's working, choose <span class="path">/boot/apps/BePDF/docs/</span> as folder and <span class="cli">index.html</span> as start page. Then point your browser to the URL 127.0.0.1, which is your local host.</div>
|
|
|
|
</div>
|
|
<!--
|
|
<div class="bottomnav">
|
|
<p>
|
|
<a href="../applications.html#list-of-apps">Applications</a>
|
|
   
|
|
Previous: <a href="apps-people.html">People</a>
|
|
   
|
|
Next: <a href="apps-screenshot.html">Screenshot</a>
|
|
</p>
|
|
</div>
|
|
-->
|
|
</body>
|
|
</html>
|