added Help Button to Preferences Window

added basic config.html(Configuring RetroShare) page to Help Dialog, needs more Input.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@682 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-08-14 10:38:27 +00:00
parent f0737c315e
commit 4789209ab5
8 changed files with 183 additions and 30 deletions

View file

@ -3,6 +3,7 @@
<!-- English -->
<file>en/contents.xml</file>
<file>en/index.html</file>
<file>en/config.html</file>
<file>en/links.html</file>
<!-- German -->
<file>de/contents.xml</file>

View file

@ -0,0 +1,84 @@
<!--/****************************************************************
* This file is distributed under the following license:
*
* Copyright (c) 2008, defnax
* Copyright (c) 2008, edmanm
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
****************************************************************
-->
<html>
<body>
<h1>Configuring RetroShare</h1>
<hr />
<p>
RetroShare allows you to configure some of the most commonly modified aspects of
RetroShare.
</p>
<a name="general"/>
<h3>General Settings</h3>
<p>
The settings on the <i>General</i> page allow you to customize the
look and feel of Vidalia.
</p>
<ul>
<li><b>Language</b>:
RetroShare's interface has been translated into many languages by helpful
volunteers. When RetroShare is first run, it will try to guess which language
your computer is currently using. If RetroShare guesses incorrectly, or if
you prefer a different language, you can choose another language from the
dropdown box. You will need to restart RetroShare after changing the
displayed language for the changes to take effect.
</li>
<li><b>Style</b>:
In most cases, RetroShare will default to using your platform's default
interface style. If you dislike the default, you can choose whichever
interface style you prefer from the dropdown box.
</li>
<li><b>Style Sheet</b>:
RetroShare will default to using default style sheet.
If you dislike the default, you can choose whichever
style sheet you prefer from the dropdown box.
</li>
</ul>
<a name="server"/>
<h3>Server Settings</h3>
<p>
The <i>Server</i> settings page lets you change how RetroShare connects to the RetroShare
network.
</p>
<ul>
</ul>
<a name="directories"/>
<h3>Directories Settings</h3>
<p>
<i>
The <i>Directories</i> settings page lets you add and remove Shared Directories and can set a Incoming Directorie.
</i>
</p>
</body>
</html>

View file

@ -11,7 +11,11 @@
-->
<Contents name="RetroShare Help" html="index.html">
<Topic id="config" name="Configuring RetroShare" html="config.html">
<Topic id="general" name="General Settings" html="config.html" section="general"/>
<Topic id="server" name="Server Settings" html="config.html" section="server"/>
<Topic id="directories" name="Directories Settings" html="config.html" section="directories"/>
</Topic>
<Topic id="links" name="Helpful Links" html="links.html"/>
</Contents>