added a Help Dialog to can make translated html Help/Faq/ pages for RetroShare for each language a own html page.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@662 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-08-05 18:36:07 +00:00
parent 4c840b5c7e
commit e92080789a
28 changed files with 2080 additions and 146 deletions

View file

@ -0,0 +1,13 @@
<RCC>
<qresource prefix="/help">
<!-- English -->
<file>en/contents.xml</file>
<file>en/index.html</file>
<file>en/links.html</file>
<!-- German -->
<file>de/contents.xml</file>
<file>de/index.html</file>
<file>de/links.html</file>
</qresource>
</RCC>

View file

@ -0,0 +1,52 @@
<!--
This file is distributed under the following license:
Copyright (c) 2008, defnax
Copyright (c) 2008, Matt Edman, Justin Hipple
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.
-->
<!--
The Contents element is the root element in the XML file listing the
available help topics. Available attributes:
id (optional) Short id for the home topic. Defaults to "home"
name The display value shown in the topic listing
html An html file containing the root help page
-->
<!ELEMENT Contents (Topic*)>
<!ATTLIST Contents
id CDATA "home"
name CDATA #REQUIRED
html CDATA #REQUIRED
>
<!--
Every available help topic will have a Topic element. Its attributes are:
id The short id for this help topic
name The display value shown in the topic listing
html An html file containing help information for this topic
section (optional) A section in the html file for this topic, specified
using anchors
-->
<!ELEMENT Topic (Topic*)>
<!ATTLIST Topic
id CDATA #REQUIRED
name CDATA #REQUIRED
html CDATA #REQUIRED
section CDATA #IMPLIED
>

View file

@ -0,0 +1,17 @@
<!--
** $Id: contents.xml 2366 2008-03-01 17:58:23Z edmanm $
**
** This file is part of Vidalia, and is subject to the license terms in the
** LICENSE file, found in the top level directory of this distribution. If
** you did not receive the LICENSE file with this file, you may obtain it
** from the Vidalia source package distributed by the Vidalia Project at
** http://www.vidalia-project.net/. No part of Vidalia, including this file,
** may be copied, modified, propagated, or distributed except according to
** the terms described in the LICENSE file.
-->
<Contents name="RetroShare Hilfe" html="index.html">
<Topic id="links" name="N&#252;tzliche Links" html="links.html"/>
</Contents>

View file

@ -0,0 +1,53 @@
<!--/****************************************************************
* 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>RetroShare Hilfe</h1>
<hr />
<p>
W&auml;hlen Sie ein Hilfe-Thema aus der Liste von der linken Seite
oder klicken Sie auf Suche &uuml;ber der Liste um eine Suche durch
alle verf&uuml;gbaren Hilfe-Themen durchzuf&uuml;hren.
</p>
<p>
Sie k&ouml;nnen oben die Schaltfl&auml;che <i>Suchen</i> benutzen,
um innerhalb eines bestimmten Hilfe-Themas zu suchen.
</p>
<p>
Die Schaltfl&auml;che <i>Startseite</i> wird Sie zu dieser Seite
zur&uuml;ck f&uuml;hren.
</p>
<p>
Auf der Seite <a href="links.html">N&uuml;tzliche Links</a> finden Sie
weiterf&uuml;hrende Hilfe und Informationen zu Vidalia und Tor.
</p>
</body>
</html>

View file

@ -0,0 +1,71 @@
<!--/****************************************************************
* This file is distributed under the following license:
*
* Copyright (c) 2008, defnax
* Copyright (c) 2008, djhasis
*
* 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>N&uuml;tzliche Links</h1>
<hr />
<h3>RetroShare</h3>
<table>
<tr>
<td>&nbsp;&nbsp;&nbsp;</td>
<td>Homepage</td>
<td>
<a href="http://www.vidalia-project.net/">
http://retroshare.sourceforge.net</a>
</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;</td>
<td>Wiki</td>
<td>
<a href="http://trac.vidalia-project.net/wiki">
http://retroshare.wiki.sourceforge.net/</a>
</td>
</tr>
<tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;</td>
<td>Project Page</td>
<td>
<a href="http://trac.vidalia-project.net/wiki">
http://sourceforge.net/projects/retroshare/</a>
</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;</td>
<td>Fehlerdatenbank</td>
<td>
<a href="http://trac.vidalia-project.net/report">
http://sourceforge.net/tracker/?group_id=178712&atid=886239</a>
</td>
</tr>
</table>
</body>
</html>

View file

@ -0,0 +1,17 @@
<!--
** $Id: contents.xml 2682 2008-06-10 04:32:48Z edmanm $
**
** This file is part of Vidalia, and is subject to the license terms in the
** LICENSE file, found in the top level directory of this distribution. If
** you did not receive the LICENSE file with this file, you may obtain it
** from the Vidalia source package distributed by the Vidalia Project at
** http://www.vidalia-project.net/. No part of Vidalia, including this file,
** may be copied, modified, propagated, or distributed except according to
** the terms described in the LICENSE file.
-->
<Contents name="RetroShare Help" html="index.html">
<Topic id="links" name="Helpful Links" html="links.html"/>
</Contents>

View file

@ -0,0 +1,51 @@
<!--/****************************************************************
* 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>RetroShare Help</h1>
<hr />
<p>
Select a help topic from the tree on the left or click on the Search button
above the list of topics to search through all available help topics.
</p>
<p>
You can use the <i>Find</i> button on the toolbar above to search within a
particular help topic.
</p>
<p>
The <i>Home</i> button above will bring you back to this home page.
</p>
<p>
See the <a href="links.html">Helpful Links</a> topic for some places you
can visit to find additional help and information about Vidalia and Tor.
</p>
</body>
</html>

View file

@ -0,0 +1,70 @@
<!--/****************************************************************
* 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>Helpful Links</h1>
<hr />
<h3>RetroShare</h3>
<table>
<tr>
<td>&nbsp;&nbsp;&nbsp;</td>
<td>Homepage</td>
<td>
<a href="http://www.vidalia-project.net/">
http://retroshare.sourceforge.net</a>
</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;</td>
<td>Wiki</td>
<td>
<a href="http://trac.vidalia-project.net/wiki">
http://retroshare.wiki.sourceforge.net/</a>
</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;</td>
<td>Project Page</td>
<td>
<a href="http://trac.vidalia-project.net/wiki">
http://sourceforge.net/projects/retroshare/</a>
</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;</td>
<td>Bugtracker</td>
<td>
<a href="http://trac.vidalia-project.net/report">
http://sourceforge.net/tracker/?group_id=178712&atid=886239</a>
</td>
</tr>
</table>
</body>
</html>