c18f9eb4ea
Change-Id: I9b30ae27658a40b85c67a4c30aaea2b4bf9507f9
97 lines
5.4 KiB
HTML
97 lines
5.4 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
<html xmlns="http://www.w3.org/1999/xhtml" lang="ro" xml:lang="ro">
|
||
<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>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<link rel="stylesheet" type="text/css" href="../../Haiku-doc.css" />
|
||
</head>
|
||
<body>
|
||
|
||
<div id="banner">
|
||
<div><span>Ghid de utilizare</span></div>
|
||
</div>
|
||
|
||
<div class="nav">
|
||
<div class="inner">
|
||
<ul class="lang-menu">
|
||
<li class="now">Română <span class="dropdown-caret">▼</span></li>
|
||
<li><a href="../../id/applications/poorman.html">Bahasa Indonesia</a></li>
|
||
<li><a href="../../ca/applications/poorman.html">Català</a></li>
|
||
<li><a href="../../de/applications/poorman.html">Deutsch</a></li>
|
||
<li><a href="../../en/applications/poorman.html">English</a></li>
|
||
<li><a href="../../es/applications/poorman.html">Español</a></li>
|
||
<li><a href="../../eo/applications/poorman.html">Esperanto</a></li>
|
||
<li><a href="../../fr/applications/poorman.html">Français</a></li>
|
||
<li><a href="../../fur/applications/poorman.html">Furlan</a></li>
|
||
<li><a href="../../it/applications/poorman.html">Italiano</a></li>
|
||
<li><a href="../../hu/applications/poorman.html">Magyar</a></li>
|
||
<li><a href="../../pl/applications/poorman.html">Polski</a></li>
|
||
<li><a href="../../pt_PT/applications/poorman.html">Português</a></li>
|
||
<li><a href="../../pt_BR/applications/poorman.html">Português (Brazil)</a></li>
|
||
<li><a href="../../sk/applications/poorman.html">Slovenčina</a></li>
|
||
<li><a href="../../fi/applications/poorman.html">Suomi</a></li>
|
||
<li><a href="../../sv_SE/applications/poorman.html">Svenska</a></li>
|
||
<li><a href="../../tr/applications/poorman.html">Türkçe</a></li>
|
||
<li><a href="../../zh_CN/applications/poorman.html"> 中文 [中文]</a></li>
|
||
<li><a href="../../ru/applications/poorman.html">Русский</a></li>
|
||
<li><a href="../../uk/applications/poorman.html">Українська</a></li>
|
||
<li><a href="../../jp/applications/poorman.html">日本語</a></li>
|
||
</ul>
|
||
<span>
|
||
« <a href="people.html">People</a>
|
||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicații</a>
|
||
:: <a href="screenshot.html">Screenshot</a> »
|
||
</span></div>
|
||
</div>
|
||
|
||
<div id="content">
|
||
<div>
|
||
<div class="box-info">Traducerea acestei pagini nu este completă încă. Până când va fi, părțile incomplete utilizează originalul în limba engleză.</div>
|
||
|
||
<h2><img src="../../images/apps-images/poorman-icon_64.png" alt="poorman-icon_64.png" width="64" height="64" />PoorMan</h2>
|
||
<table summary="layout" border="0" cellspacing="0" cellpadding="2">
|
||
<tr><td>Deskbar:</td><td style="width:15px;"></td><td><span class="menu">Aplicații</span></td></tr>
|
||
<tr><td>Locație:</td><td></td><td><span class="path">/boot/system/apps/PoorMan</span></td></tr>
|
||
<tr><td>Configurări:</td><td></td><td><span class="path">~/config/settings/PoorMan Settings</span></td></tr>
|
||
</table>
|
||
<p><br /></p>
|
||
<p>PoorMan is a nice little webserver that's extremely 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. Then, there's status information if the server is running, which folder is being served, and a hit counter. Settings are changed with <span class="menu">Edit | Settings...</span>:
|
||
</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/system/apps/BePDF/docs/docs-build/</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>
|
||
<!--
|
||
<div class="nav">
|
||
<div class="inner"><span>
|
||
« <a href="people.html">People</a>
|
||
:: <a href="../applications.html#list-of-apps" class="uplink">Aplicații</a>
|
||
:: <a href="screenshot.html">Screenshot</a> »
|
||
</span></div>
|
||
</div>
|
||
-->
|
||
</body>
|
||
</html>
|