Added Trust settings and Signing informations to HelpBrowser

Added Trust info Button to call HelpBrowser for Trust Settings and Signing informations.
Clean up Peer Details Trust TabWidget, removed not needed Labels.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3055 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-06-03 18:34:43 +00:00
parent f06ed5fbed
commit d951674f64
10 changed files with 204 additions and 54 deletions

View file

@ -6,11 +6,13 @@
<file>en/config.html</file>
<file>en/links.html</file>
<file>en/commandline.html</file>
<file>en/peerdetails.html</file>
<!-- German -->
<file>de/contents.xml</file>
<file>de/index.html</file>
<file>de/links.html</file>
<file>de/commandline.html</file>
<file>de/peerdetails.html</file>
</qresource>
</RCC>

View file

@ -12,6 +12,7 @@
<Contents name="RetroShare Hilfe" html="index.html">
<Topic id="commands" name="Kommandozeilen-Optionen" html="commandline.html"/>
<Topic id="trust" name="Vertrauen Einstellungen" html="peerdetails.html"/>
<Topic id="links" name="N&#252;tzliche Links" html="links.html"/>
</Contents>

View file

@ -0,0 +1,63 @@
<!--/****************************************************************
* 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>Peer Details</h1>
<hr />
<p>
Peer Details Trust settings and Signing
</p>
<a name="trust"/>
<h3>Trust Settings</h3>
<td><img src="qrc:/images/trustsettings.png"/></td>
<p>
The trust settings refers to the gnupg web of trust mecanism. <br>
This trust means how you trust your friends when he is signing other gpg keys. <br>
If you set your trust to "full", it means that when your friend sign a key, this key will be shown as validated by the web of trust in the network view.</p>
<a name="signing"/>
<h3>Signing</h3>
<p>
You should sign a key when you are sure that the person who claims ownership on this key is the real owner of the key. <br>
When you are sure that the name of the key owner is the real name of the emmitter of this key, you may sign it to confirm it. <br>
Signing the key will be public unless public discovery is not setted. This means you friends can check if you did sign someone's key.</i>
</p>
</body>
</html>

View file

@ -29,6 +29,7 @@
<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"/>
</Contents>

View file

@ -0,0 +1,63 @@
<!--/****************************************************************
* 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>Peer Details</h1>
<hr />
<p>
Trust settings and Signing
</p>
<a name="trust"/>
<h3>Trust Settings</h3>
<td><img src="qrc:/images/trustsettings.png"/></td>
<p>
The trust settings refers to the gnupg web of trust mecanism. <br>
This trust means how you trust your friends when he is signing other gpg keys. <br>
If you set your trust to "full", it means that when your friend sign a key, this key will be shown as validated by the web of trust in the network view.</p>
<a name="signing"/>
<h3>Signing</h3>
<p>
You should sign a key when you are sure that the person who claims ownership on this key is the real owner of the key. <br>
When you are sure that the name of the key owner is the real name of the emmitter of this key, you may sign it to confirm it. <br>
Signing the key will be public unless public discovery is not setted. This means you friends can check if you did sign someone's key.</i>
</p>
</body>
</html>