updated the help page, added few more infos

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4899 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2012-02-07 16:33:54 +00:00
parent 2811831b3a
commit fb7bc3e832
12 changed files with 222 additions and 0 deletions

View File

@ -3,6 +3,10 @@
<!-- English -->
<file>en/contents.xml</file>
<file>en/index.html</file>
<file>en/invitefriends.html</file>
<file>en/addfriends.html</file>
<file>en/connectfriends.html</file>
<file>en/advanced.html</file>
<file>en/config.html</file>
<file>en/links.html</file>
<file>en/commandline.html</file>

View File

@ -0,0 +1,45 @@
<!--/****************************************************************
* This file is distributed under the following license:
*
* Copyright (c) 2006 - 2012, RetroShare Team
*
*
* 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>Add Your Friends to RetroShare</h1>
<hr />
<a name="addfriends"/>
<h3>Add Your Friends to RetroShare</h3>
<td><img src="qrc:/images/help/addfriendkey.png"/></td>
<p>
When your friends send you a their invitations, Click to open the Add Friends window.
Cut and Paste your Friend's "ID Certificates" into the window and add them as friends.
</p>
</body>
</html>

View File

@ -0,0 +1,51 @@
<!--/****************************************************************
* This file is distributed under the following license:
*
* Copyright (c) 2006 - 2012, RetroShare Team
*
*
* 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>Advanced: Open Firewall Port</h1>
<hr />
<a name="invite"/>
<h3>Advanced: Open Firewall Port</h3>
<p>
You can improve your Retroshare performance by opening an External Port.
This will speed up connections and allow more people to connect with you
The easiest way to do this is by enabling UPnP on your Wireless Box or Router.
As each router is different, you need to find out your Router Model and Google for instructions.
If none of this makes sense, don't worry about it Retroshare will still work.
</p>
</body>
</html>

View File

@ -0,0 +1,65 @@
<!--/****************************************************************
* This file is distributed under the following license:
*
* Copyright (c) 2006 - 2012, RetroShare Team
*
*
* 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>Connect to Friends</h1>
<hr />
<a name="connecttofriends"/>
<h3>Connect to Friends</h3>
<p>
Be Online at the same time, and RetroShare will automatically connect you!
</p>
<p>
Your client needs to find the RetroShare Network before it can make connections.
This takes 5-30 minutes the first time you startup RetroShare
</p>
<p>
The DHT indicator (in the Status Bar) turns Green when it can make connections.
<td><img src="qrc:/images/help/dhtgreen.png"/></td>
</p>
<p>
After a couple of minutes, the NAT indicator (also in the Status Bar) switch to Yellow or Green.
<td><img src="qrc:/images/help/natgreen.png"/></td>
</p>
<p>
If it remains Red, then you have a Nasty Firewall, that RetroShare struggles to connect through.
<td><img src="qrc:/images/help/natred.png"/></td>
</p>
<p>
Look in the Further Help section for more advice about connecting.
</p>
</body>
</html>

View File

@ -22,12 +22,17 @@
-->
<Contents name="RetroShare Help" html="index.html">
<Topic id="invite" name="Invite Friends" html="invitefriends.html"/>
<Topic id="addfriends" name="Add Friends to RetroShare" html="addfriends.html"/>
<Topic id="connectfriends" name="Connect to Friends" html="connectfriends.html"/>
<Topic id="advanced" name="Advanced: Open Firewall Port" html="advanced.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 id="appearance" name="Appearance Settings" html="config.html" section="appearance"/>
</Topic>
<Topic id="commands" name="Commandline Options" html="commandline.html"/>
<Topic id="trust" name="Trust Settings" html="peerdetails.html"/>
<Topic id="links" name="Helpful Links" html="links.html"/>

View File

@ -0,0 +1,47 @@
<!--/****************************************************************
* This file is distributed under the following license:
*
* Copyright (c) 2006 - 2012, RetroShare Team
*
*
* 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>Invite Friends</h1>
<hr />
<a name="invite"/>
<h3>Invite Friends</h3>
<td><img src="qrc:/images/help/addafriend.png"/></td>
<p>
Retroshare is nothing without your Friends. Click on the Add Friend Button to start the process.
Email an Invitation with your "ID Certificate" to your friends.
Be sure to get their invitation back as well...
You can only connect with friends if you have both added each other.
</p>
</body>
</html>

View File

@ -1,6 +1,11 @@
<RCC>
<qresource prefix="/" >
<file>images/splash.png</file>
<file>images/help/addafriend.png</file>
<file>images/help/addfriendkey.png</file>
<file>images/help/dhtgreen.png</file>
<file>images/help/natgreen.png</file>
<file>images/help/natred.png</file>
<file>images/attach.png</file>
<file>images/pgp.png</file>
<file>images/rs_wizard.png</file>

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB