diff --git a/installer/resources/eepsite.help/help/index.html b/installer/resources/eepsite.help/help/index.html
index 33bec5c506406a641dc4e60a862ae12f359217f4..dbe302e31b153cd1fc4883fd4ad7aa1702fe66b1 100644
--- a/installer/resources/eepsite.help/help/index.html
+++ b/installer/resources/eepsite.help/help/index.html
@@ -1,109 +1,121 @@
-<html>
- <head>
-  <title>Welcome to your eepsite</title>
-  <link rel="shortcut icon" href="favicon.ico" />
-    <link rel="stylesheet" type="text/css" href="eepsite.css" />
- </head>
- <body>
- <h1>Welcome to your eepsite</h1>
-<p>
-(<a href="index_de.html">Deutsch</a>)
-(<a href="index_fr.html">French</a>)
-(<a href="index_ru.html">Russian</a>)
-</p>
- <p>This is your eepsite - simply edit the files under
- ~/.i2p/eepsite/docroot/ (Linux) or %APPDATA%\I2P\eepsite\docroot\ (Windows)
- and they'll be reachable by others once you follow the instructions below.
- In I2P, eepsites are addressed using a 'key', which is represented as a really long Base64 string.
- (The 'key' is somewhat analogous to an IP address, and
- is shown on the eepsite's I2PTunnel
- <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">configuration page</a>).
- The instructions below detail how to assign a name like "mysite.i2p" to your key and
- start up your eepsite.</p>
- <p>You can reach your eepsite locally through 
- <a href="http://127.0.0.1:7658/">http://127.0.0.1:7658/</a>.
-</p>
-
- <h2>Step-by-step instructions for starting your new eepsite and announcing it to the I2P community</h2>
- Your eepsite is stopped by default.
- After you start it, it will be difficult for other people to find because it
- doesn't have a name and they don't have your really long Base64 key.
- You could just tell people that really long key, but thankfully i2p has an address book
- and several easy ways to tell people about your eepsite. Here's detailed instructions.
- <ul>
- <li>Pick a name for your eepsite (<i>something</i>.i2p). Use all lower-case.
-     You may wish to check first in your own router's address book
-     <a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=router&filter=none">here</a>,
-     or the file i2p/hosts.txt to see if your name is already taken.
-     Enter the new name for your eepsite on the
-     <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">eepsite i2ptunnel configuration page</a>
-     where it says "Website name". This will replace the default "mysite.i2p".
-     Also, check the "Auto Start" box. Your eepsite will now start every time you start your router.
-     Be sure and click "Save".
- <li>Click the start button for your eepsite on the
-     <a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">main i2ptunnel configuration page</a>.
-     You should now see "eepsite" listed under "Local Destinations" on the left side of the
-     <a href="http://127.0.0.1:7657/index.jsp">I2P Router Console</a>.
-     Your eepsite is now running.
- <li>Highlight the entire "Local destination" key on the
-     <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">eepsite i2ptunnel configuration page</a>.
-     and copy it for
-     later pasting. Make sure you get the whole thing - it's over 500 characters and it must end in "AAAA".
- <li>Enter the name and paste in the destination key into your
-     <a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=master">master address book</a>.
-     Click "Add" to add the destination to your address book.
- <li>In your browser, enter in your eepsite name (<i>something</i>.i2p) and you should
-     be right back here. Hopefully it worked.
- <li>Before you tell the world about your new eepsite, you should add some content.
-     Go to ~/.i2p/eepsite/docroot/ (Linux) or %APPDATA%\I2P\eepsite\docroot\ (Windows)
-     and copy this document (index.html) to help.html so you can refer to it later.
-     Now edit index.html and add content, pictures, and whatever you would like to share.
- <li>Now it's time to add your eepsite to an I2P address book hosted by a site
-     such as <a href="http://stats.i2p/">stats.i2p</a>.
-     That is, you must enter
-     your eepsite name and key into a web interface on one or more of these sites.
-     Here is <a href="http://stats.i2p/i2p/addkey.html">the key entry form at stats.i2p</a>.
-     Again, your key is the entire "Local destination" key on the
-     <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">eepsite i2ptunnel configuration page</a>.
-     Be sure you get the whole thing, ending with "AAAA".
-     Don't forget to click "add a key".
-     Check to see if it reports the key was added.
-     Since many routers periodically get address book updates from these sites, within several hours others will be able to find your
-     website by simply typing <i>something</i>.i2p into their browser.
- <li>Speaking of address book updates, this would be a good time to add some more addressbooks
-     to your own subscription list. Go to your <a href="http://127.0.0.1:7657/susidns/subscriptions.jsp">subscriptions configuration page</a>
-     and add a couple of these -
-     <a href="http://tino.i2p/hosts.txt">http://tino.i2p/hosts.txt</a>,
-     <a href="http://stats.i2p/cgi-bin/newhosts.txt">http://stats.i2p/cgi-bin/newhosts.txt</a>,
-     <a href="http://i2host.i2p/cgi-bin/i2hostetag">http://i2host.i2p/cgi-bin/i2hostetag</a>,
-     and hit "Save".
-     Now you will get updates too!
- <li>If you are in a hurry and can't wait a few hours, you can tell people to use a "jump" address helper redirection service.
-     This will work within a few minutes of your entering the key to an address book on the same site.
-     Test it yourself first by entering
-     http://stats.i2p/cgi-bin/jump.cgi?a=<i>something</i>.i2p or
-     or http://i2host.i2p/cgi-bin/i2hostjump?<i>something</i>.i2p
-     into your browser.
-     Once it's working, then you can tell others to use it.
- <li>Some people check eepsite lists such as
-     <a href="http://inproxy.tino.i2p/status.php">inproxy.tino.i2p/status.php</a> for new eepsites, so you may start getting
-     a few visitors. But there are plenty of other ways to tell people. Here are a few ideas:
-     <ul>
-     <li>Post a message on the <a href="http://forum.i2p/viewforum.php?f=16">Eepsite announce forum</a>
-         on <a href="http://forum.i2p/">forum.i2p</a>.
-     <li>Tell people about it on the #i2p or #i2p-chat channels on IRC.
-     <li>Put it in a new post on <a href="http://syndie.i2p2.de/">the new Syndie</a>.
-     <li>Put it in <a href="http://ugha.i2p/EepsiteIndex">Ugha's Eepsite Index Wiki</a>
-     </ul>
-     Note that some sites recommend pasting in that really long destination key.
-     You can if you want - but
-     if you have successfully posted your key at an add-key service,
-     tested it using a jump service, and waited 24 hours for the
-     address book update to propagate to others, that shouldn't be necessary.
- <li>If you have any questions try IRC #i2p or the
-     <a href="http://forum.i2p/viewforum.php?f=10">technical problems section</a> on
-     <a href="http://forum.i2p/">forum.i2p</a>.
-     Good luck and welcome to I2P!
- </ul>
- </body>
-</html>
+<html>
+ <head>
+  <title>I2P Anonymous Webserver | Welcome to your eepsite</title>
+  <link rel="shortcut icon" href="favicon.ico" />
+    <link rel="stylesheet" type="text/css" href="lib/eepsite.css" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ </head>
+ <body>
+<div class="fairylights">
+<div class="main">
+ <h1>I2P Anonymous Webserver</h1>
+<div class="langbar">
+<!-- Most of these languages listed here are yet to be translated -->
+<a href="index.html"><img src="lib/us.png" title="English" alt="English"></a> 
+<a href="index_na.html"><img src="lib/cn.png" title="Chinese" alt="Chinese"></a> 
+<a href="index_de.html"><img src="lib/de.png" title="Deutsch" alt="Deutsch"></a> 
+<a href="index_fr.html"><img src="lib/fr.png" title="Français" alt="Français"></a> 
+<a href="index_na.html"><img src="lib/nl.png" title="Nederlands" alt="Nederlands"></a> 
+<a href="index_na.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a> 
+
+</div>
+<h2>Quick Guide to Anonymous Webserving on I2P</h2>
+
+ <p>This is your eepsite, your own anonymous I2P webserver - simply edit the files under ./eepsite/docroot/ 
+ and they'll be reachable by others once you follow the instructions below.
+ In I2P, eepsites are addressed using a 'key', which is represented as a really long Base64 string.
+ (The 'key' is somewhat analogous to an IP address, and
+ is shown on the eepsite's I2PTunnel
+ <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">configuration page</a>).
+ The instructions below detail how to assign a name like "mysite.i2p" to your key and start up your eepsite.</p>
+ <p>You can reach your eepsite locally via 
+ <a href="http://127.0.0.1:7658/">http://127.0.0.1:7658/</a>.
+</p>
+
+ <h2>How to set up and announce your eepsite</h2>
+ Your eepsite is stopped by default.
+ After you start it, it will be difficult for other people to find because it
+ doesn't have a name and they don't have your really long Base64 key.
+ You could just tell people that really long key, but thankfully i2p has an address book
+ and several easy ways to tell people about your eepsite. Here's detailed instructions.
+ <ul>
+ <li>Pick a name for your eepsite (<i>something</i>.i2p). Use all lower-case.
+     You may wish to check first in your own router's address book
+     <a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=router&filter=none">here</a>,
+     or the file i2p/hosts.txt to see if your name is already taken.
+     Enter the new name for your eepsite on the
+     <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">eepsite i2ptunnel configuration page</a>
+     where it says "Website name". This will replace the default "mysite.i2p".
+     Also, check the "Auto Start" box. Your eepsite will now start every time you start your router.
+     Be sure to click "Save".
+ <li>Click the start button for your eepsite on the
+     <a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">main i2ptunnel configuration page</a>.
+     You should now see "eepsite" listed under "Local Destinations" on the left side of the
+     <a href="http://127.0.0.1:7657/index.jsp">I2P Router Console</a>.
+     Your eepsite is now running.
+ <li>Highlight the entire "Local destination" key on the
+     <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">eepsite i2ptunnel configuration page</a>.
+     and copy it for
+     later pasting. Make sure you get the whole thing - it's over 500 characters and it must end in "AAAA".
+ <li>Enter the name and paste in the destination key into your
+     <a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=master">master address book</a>.
+     Click "Add" to add the destination to your address book.
+ <li>In your browser, enter in your eepsite name (<i>something</i>.i2p) and you should
+     be right back here. Hopefully it worked.
+ <li>Before you tell the world about your new eepsite, you should add some content.
+     Go to i2p/eepsite/docroot and replace the index.html redirect page with your own content. Virtual folders work, so you can host files from a sub directory without explicitly needing to provide a page with links to files. If you need a template for a basic site, feel free to borrow and adapt <a href="pagetemplate.html">this page</a> and <a href="lib/">content</a>!
+</ul>
+<h2>Register your own .I2P Domain</h2><ul>
+ <li>Now it's time to add your eepsite to an I2P address book hosted by a site
+     such as <a href="http://stats.i2p/">stats.i2p</a>.
+     That is, you must enter
+     your eepsite name and key into a web interface on one or more of these sites.
+     Here is <a href="http://stats.i2p/i2p/addkey.html">the key entry form at stats.i2p</a>.
+     Again, your key is the entire "Local destination" key on the
+     <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">eepsite i2ptunnel configuration page</a>.
+     Be sure you get the whole thing, ending with "AAAA".
+     Don't forget to click "add a key".
+     Check to see if it reports the key was added.
+     Since many routers periodically get address book updates from these sites, within several hours others will be able to find your website by simply typing <i>something</i>.i2p into their browser.
+</ul><h2>Adding Addressbook Subscriptions</h2><ul>
+ <li>Speaking of address book updates, this would be a good time to add some more addressbooks
+     to your own <a href="http://127.0.0.1:7657/susidns/subscriptions.jsp">subscription list</a>. Go to your subscriptions configuration page and add a couple of these for an automatically updated list of new hosts:<ul>
+     <li><a href="http://tino.i2p/hosts.txt">http://tino.i2p/hosts.txt</a>
+     <li><a href="http://stats.i2p/cgi-bin/newhosts.txt">http://stats.i2p/cgi-bin/newhosts.txt</a>
+     <li><a href="http://i2host.i2p/cgi-bin/i2hostetag">http://i2host.i2p/cgi-bin/i2hostetag</a></ul>
+ <li>If you are in a hurry and can't wait a few hours, you can tell people to use a "jump" address helper redirection service.
+     This will work within a few minutes of your entering the key to an address book on the same site.
+     Test it yourself first by entering
+     http://stats.i2p/cgi-bin/jump.cgi?a=<i>something</i>.i2p or
+     or http://i2host.i2p/cgi-bin/i2hostjump?<i>something</i>.i2p
+     into your browser.
+     Once it's working, then you can tell others to use it.
+ <li>Some people check eepsite lists such as
+     <a href="http://inproxy.tino.i2p/status.php">inproxy.tino.i2p/status.php</a> for new eepsites, so you may start getting
+     a few visitors. But there are plenty of other ways to tell people. Here are a few ideas:
+     <ul>
+     <li>Post a message on the <a href="http://forum.i2p/viewforum.php?f=16">Eepsite announce forum</a>
+         on <a href="http://forum.i2p/">forum.i2p</a>.
+     <li>Tell people about it on the #i2p or #i2p-chat channels on IRC.
+     <li>Put it in a new post on <a href="http://syndie.i2p2.de/">the new Syndie</a>.
+     <li>Put it in <a href="http://ugha.i2p/EepsiteIndex">Ugha's Eepsite Index Wiki</a>
+     </ul>
+     Note that some sites recommend pasting in that really long destination key.
+     You can if you want - but
+     if you have successfully posted your key at an add-key service,
+     tested it using a jump service, and waited 24 hours for the
+     address book update to propagate to others, that shouldn't be necessary.</ul>
+<h2>Further Assistance</h2><ul>
+ <li>If you have any questions, the following places are available for support:
+<ul>
+ <li>Our IRC support channel: <ul><li><a href="irc://irc.freenode.net/i2p">#i2p on Freenode</a> 
+ <li>Anonymously via your resident <a href="irc://127.0.0.1:6668/i2p">I2P IRC tunnel</a>.</ul>
+     <li><a href="http://forum.i2p/viewforum.php?f=10">The technical problems section</a> on
+     <a href="http://forum.i2p/">forum.i2p</a>.</ul>
+ </ul><div class="notify">
+<b>Note:</b> This page, the website and the console all need translating into YOUR language if it's not already been done or in progress. Please consider helping the project grow by <a href="http://www.i2p2.i2p/getinvolved.html">volunteering your time</a> to translate. Contact the project via the IRC channel listed above. Thanks in advance!</div>
+<hr><div class="footnote">	
+Document last edited: November 2009.</div>
+</div></div>
+ </body>
+</html>
diff --git a/installer/resources/eepsite.help/help/index_de.html b/installer/resources/eepsite.help/help/index_de.html
index 0c3489cdebbe336b41b0ad614da4aa741fd8a3f0..78de9ee6adfd117db94507bda48e19cb3d702cab 100644
--- a/installer/resources/eepsite.help/help/index_de.html
+++ b/installer/resources/eepsite.help/help/index_de.html
@@ -1,172 +1,181 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head>
-
-  
-    <title>Willkommen zu Ihrer Eepsite!</title>
-    <meta name="generator" content="muse.el">
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <link rel="stylesheet" type="text/css" href="eepsite.css">
-  </head><body>
-    <h1>Willkommen zu Ihrer Eepsite!</h1>
-<p>Diese ist Ihre <strong>Eepsite</strong>, Ihre Web-Präsens über I2P. Editieren Sie einfach die Dateien unter
-<em>~/.i2p/eepsite/docroot/</em> (Linux) oder <em>%APPDATA%\I2P\eepsite\docroot\</em> (Windows)
-und nachdem Sie den Anweisungen weiter unten gefolgt sind, werden Sie –
-vertreten durch Ihre Eepsite – von anderen im I2P-Netz und, soweit
-verfügbar, über private „Out-Proxys“ weltweit erreichbar sein.</p>
-
-<p>In I2P werden Eepsites unter Verwendung eines Schlüssels (key) adressiert, dieser wird durch eine sehr lange Base64-Zeichenkette<sup><a class="footref" name="fnr.1" href="#fn.1">1</a></sup> dargestellt.
-(Dieser Schlüssel ist analog zur Standard IP-Adresse zu verstehen; man kann ihn sich in der Konfiguration für Eepsites unter <a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">I2PTunnel</a> anzeigen lassen.)</p>
-
-<p>Folgende Anweisungen sollen zeigen, wie man einer Eepsite einen
-Namen wie beispielsweise „meineseite.i2p“ zuweist und an dem Schlüssel
-bindet.
-Sie können Ihre Eepsite, nachdem sie gestartet wurde, lokal unter <a href="http://127.0.0.1:7658/">http://127.0.0.1:7658/</a> erreichen.</p>
-
-<p>Es folgt eine schrittweise Anleitung für das Starten Ihrer neuen Eepsite und dessen Ankündigung in der I2P-Gemeinde.</p>
-
-<p>In der Grundeinstellung ist Ihre Eepsite nicht eingeschaltet.
-Auch nach dem sie gestartet wurde, ist es für andere Teilnehmer immer
-noch schwierig Ihre Seite zu finden, solange bis Sie Ihren
-Base64-Schlüssel und den Namen Ihrer Eepsite veröffentlicht haben.
-Natürlich können Sie den Leuten diesen sehr langen Schlüssel auch so
-mitteilen, aber glücklicherweise bringt I2P bereits ein Adressbuch mit
-und hat verschiedene Wege um Ihre Eepsite bekannt zu machen.</p>
-
-
-<h3>Eine detailierte Einführung</h3>
-
-<h4>Meine Eepsite</h4>
-
-<ol>
-<li>Wählen Sie einen eigenen Namen für Ihre Eepsite – nur in diesem
-Beispiel heißt sie „meineseite.i2p“ – benutzen Sie nur Kleinschrift.
-Sie können in Ihrem <a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=router">Adressbuch</a> überprüfen, ob der gewünschte Name bereits vergeben ist (Anmerkung: die Daten aus den Adressbuch werden im Klartext in der <em>i2p/hosts.txt</em> gespeichert).
-<br>
-<br></li>
-<li>Rufen Sie nun, möglichst in einem neuen Browser-Fenster, die Konfiguration für Eepsites <a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">I2PTunnel</a> auf. Unter „Local Server Tunnels“ wählen Sie den Eintrag „<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">eepsite</a>“.
-Sie befinden sich nun auf der Seite mit Überschrift „Edit server
-settings“. In das Feld für „Website name:“ überschreiben Sie die
-Vorgabe „mysite.i2p“ mit Ihrem Wunschnamen. Optional geben Sie im Feld
-„Description:“ eine Beschreibung an.
-<br>
-<br></li>
-<li>Wenn Sie möchten das Ihre Eepsite automatisch gestartet wird, kreuzen Sie das Feld „Auto Start:“ an.
-<br>
-<br></li>
-<li>Durch drücken des Links „Add to local addressbook“ gleich rechts
-neben Ihrem Schlüssel (Feld „Local destination“) wird Ihr Schlüssel in
-Ihr <em>privates</em> Adressbuch geschrieben (<em>i2p/privatehosts.txt</em>).
-<br>
-<br></li>
-<li>Jetzt sichern Sie Ihre Einstellungen indem Sie auf „Save“ klicken.
-<br>
-<br></li>
-<li>Wir gehen wieder zurück auf die Konfigurationsseite <a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">I2PTunnel</a>
-und drücken den „Start“-Knopf für die „eepsite“. Nach dem erfolgreichen
-Start wird Ihre Eepsite auf der linken Seite in der I2P <a href="http://127.0.0.1:7657/index.jsp">Router Console</a> unter „Local
-Destinations“ angezeigt.</li>
-</ol>
-
-
-
-<h4>Das Veröffentlichen vorbereiten</h4>
-
-<ol>
-<li>Heben Sie in der „<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">Konfiguration</a>“
-den gesamten Schlüssel für Ihre Eepsite hervor und kopieren ihn in die
-Zwischenablage. Stellen Sie sicher auch tatsächlich die gesamte, über
-500 Zeichen lange Zeichenkette die auf „AAAA“ endet, „erwischt“ zu
-haben.
-<br>
-<br></li>
-<li>Öffnen Sie Ihr <a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=master">Master-Adressbuch</a>,
-tragen Ihren zuvor gewählten Wunschnamen ihrer Eepsite unter „Hostname“
-ein und kopieren den Schlüssel in das Feld „Destination“. Ein Klick auf
-„Add“ und diese „Destination“ ist in Ihrem Adressbuch.<sup><a class="footref" name="fnr.2" href="#fn.2">2</a></sup>
-<br>
-<br></li>
-<li>Ihre Eepsite sollte jetzt über den Browser erreichbar sein. Dazu
-tragen Sie, wie gewohnt, den Namen Ihrer Eepsite (hier im Beispiel
-„meineseite.i2p“) in die Adressleiste Ihres Browsers ein und rufen sie
-auf. Wenn alles gutgegangen ist, sind Sie nun wieder hier – nur die
-Adresse hat sich geändert.
-<br>
-<br></li>
-<li>Bevor Sie der Welt von Ihrer neuen Eepsite berichten sollte sie
-auch über ein wenig Inhalt verfügen. Begeben Sie sich in das
-Verzeichnis <em>„~/.i2p/eepsite/docroot/“</em> (Linux) oder <em>„%APPDATA%\I2P\eepsite\docroot\“</em> (Windows)
-und benennen Sie dieses Dokument von <em>„index.html“</em> nach <em>„hilfe.html“</em> um, so können Sie später darauf zurück greifen. Erstellen Sie Ihre eigene <em>„index.html“</em> und füllen diese mit Inhalten, Bildern oder was auch immer Sie anderen hierüber mitteilen wollen.</li>
-</ol>
-
-<h4><a name="AnkerDEOeA" id="AnkerDEOeA"></a>Die Eepsite öffentlich ankündigen</h4>
-
-<ul>
-<li>Nun ist es an der Zeit, Ihre Eepsite in einem globalen I2P-Adressbuch, wie beispielsweise bei <a href="http://stats.i2p/i2p/addkey.html">stats.i2p</a>,
-einzutragen. Das heißt, Sie müssen Namen und Schlüssel Ihrer Eepsite
-und eine optionale Beschreibung in ein Formular auf einen oder mehreren
-dieser Seiten eingeben. Wie schon oben gesagt, Ihr Schlüssel ist der <em>vollständige</em> Schlüssel wie er in der <a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">I2PTunnel</a> Konfiguration für die „<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">Eepsite</a>“
-im Feld „Local destination“ angegeben ist (... über 500 Zeichen, endet
-auf „AAAA“). Bestätigen Sie Ihre Angaben mit einem klick auf „Submit“.
-Überprüfen Sie ob Ihr Schlüssel tatsächlich hinzugefügt wurde.
-<br>
-<br></li>
-<li>Da viele Router regelmäßig Adressbuchupdates von diesen Seiten
-erhalten, sollten andere innerhalb einiger Stunden in der Lage sein,
-Ihre Eesite durch
-den Eintrag des Namens im Browser aufzurufen.
-<br>
-<br></li>
-<li>Weil wir gerade von Adressbuchupdates sprechen – es ist eine gute Zeit um weitere Adressbücher dem bestehenden <a href="http://127.0.0.1:7657/susidns/subscriptions.jsp">Abonnement</a>
-hinzuzufügen. Öffnen Sie Ihre Konfiguration und fügen Sie einige der
-folgenden Dienste Ihrem Abonnement hinzu (nur die jeweilige URL) und
-speichern Sie die Angaben.<sup><a class="footref" name="fnr.3" href="#fn.3">3</a></sup> Ab jetzt erhalten Sie ebenso alle Updates automatisch!
-<blockquote>
-<p class="quoted"><code>http://tino.i2p/hosts.txt</code> (<a href="http://tino.i2p/hosts.txt">tino.i2p</a>)<br>
-<code>http://stats.i2p/cgi-bin/newhosts.txt</code> (<a href="http://stats.i2p/cgi-bin/newhosts.txt">stats.i2p</a>)<br>
-<code>http://i2host.i2p/cgi-bin/i2hostetag</code> (<a href="=http://i2host.i2p/cgi-bin/i2hostetag">i2host.i2p</a>)
-<br>
-<br></p>
-</blockquote></li>
-<li>Haben Sie es eilig und können nicht 12 bis 24 Stunden warten, ist
-es möglich das andere für Ihre Eepseite den „jump“
-Adresshelfer-Umlenkungs-Dienst benutzen. Dieses funktioniert innerhalb
-einiger Minuten nach Eingabe des Schlüssels zu einem Adressbuch auf der
-gleichen Seite.<br><br>
-Zuerst testen Sie das mittels Aufruf folgender Dienste. Sobald das
-klappt, können anderen diese Möglichkeit nutzen. (Ersetzen Sie
-„meineseite.i2p“ durch Ihre Seite.)
-<ul>
-<li><a href="http://stats.i2p/cgi-bin/jump.cgi?a=meineseite.i2p">http://stats.i2p/cgi-bin/jump.cgi?a=meineseite.i2p</a> oder</li>
-<li><a href="http://i2host.i2p/cgi-bin/i2hostjump?meineseite.i2p">http://i2host.i2p/cgi-bin/i2hostjump?meineseite.i2p</a>
-<br>
-<br></li>
-</ul></li>
-<li>Manche Leute erkundigen sich auf Eepsites-Listen wie  <a href="http://inproxy.tino.i2p/status.php">inproxy.tino.i2p/status.php</a> über neue Eepsites, so könnten Sie an einige Besucher kommen. Aber es gibt weitere Wege sich anzukündigen:
-
-<ul>
-<li>Veröffentlichen Sie eine Nachricht im <a href="http://forum.i2p">I2P Forum</a> unter  <a href="http://forum.i2p/viewforum.php?f=16">Eepsite Announce</a></li>
-<li>Besuchen sie die IRC-Kanäle #i2p oder #i2p-chat (beide englischsprachig) und Werben Sie sanft für sich.</li>
-<li>Verbreiten Sie eine Nachricht über Syndie.</li>
-<li>Tragen Sie sich ein in Ughas <a href="http://ugha.i2p/EepsiteIndex">Eepsite Index</a> Wiki.
-<br>
-<br></li>
-</ul></li>
-<li>Bitte beachten Sie, einige Seiten empfehlen das Einfügen des langen
-„Destination“-Schlüssels; das können Sie wenn Sie möchten – aber wenn
-Sie Ihren Schlüssel erfolgreich beim „Schlüssel-Dienst“ eingetragen und
-ihn mittels „jump“-Dienst getestet haben, sollte nach 24 Stunden
-Wartezeit dieses Vorgehen nicht nötig sein.
-<br>
-<br></li>
-<li>Sollten Sie Fragen haben, benutzen Sie den IRC-Kanal #i2p oder die technische Abteilung im <a href="http://forum.i2p">I2P Forum</a></li>
-</ul>
-
-
-<p>______________
-</p><p class="footnote"><a class="footnum" name="fn.1" href="#fnr.1">1.</a> <strong>Base64</strong>
-beschreibt ein Verfahren zur Kodierung von 8-Bit-Binärdaten in eine
-Zeichenfolge, die nur aus wenigen, Codepage-unabhängigen ASCII-Zeichen
-besteht.
-</p><p class="footnote"><a class="footnum" name="fn.2" href="#fnr.2">2.</a> Anmerkung: Wenn dieses Vorgehen mit der Fehlermeldung „Invalid nonce. Are you being spoofed?“ quittiert wird, müssen <em>Cookies</em> im Browser erlaubt werden. Ist dies nicht möglich, können Sie mit einem Editor die Datei <em>„i2p/userhosts.txt“</em> bearbeiten und so die Adressen einfügen. <a href="http://sperrbezirk.i2p/Konqueror_Susi.html">Konqueror</a> ist etwas eigenwillig.
-</p><p class="footnote"><a class="footnum" name="fn.3" href="#fnr.3">3.</a> Gleiches wie unter <sup><a class="footref" name="fnr.2" href="#fn.2">2</a></sup> gilt für <em>„i2p/addressbook/subscriptions.txt“</em>.</p>
-  </body></html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html><head>
+
+  
+    <title>Willkommen zu Ihrer Eepsite!</title>
+    <meta name="generator" content="muse.el">
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <link rel="stylesheet" type="text/css" href="lib/eepsite.css">
+  </head><body>
+<div class="fairylights">
+<div class="main">
+    <h1>Willkommen zu Ihrer Eepsite!</h1>
+<div class="langbar">
+<!-- Most of these languages listed here are yet to be translated -->
+<a href="index.html"><img src="lib/us.png" title="English" alt="English"></a> 
+<!--    <a href="index_zh.html"><img src="/flags.jsp?c=cn" title="Chinese" alt="Chinese"></a>  -->
+    <a href="index_de.html"><img src="lib/de.png" title="Deutsch" alt="Deutsch"></a> 
+<!--    <a href="index_fr.html"><img src="lib/fr.png" title="Français" alt="Français"></a> -->
+<!--   <a href="index_nl.html"><img src="lib/nl.png" title="Nederlands" alt="Nederlands"></a> -->
+<!--    <a href="index_se.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a> -->
+</div>
+<p>Diese ist Ihre <strong>Eepsite</strong>, Ihre Web-Präsens über I2P. Editieren Sie einfach die Dateien unter <em>i2p/eepsite/docroot/</em>
+und nachdem Sie den Anweisungen weiter unten gefolgt sind, werden Sie –
+vertreten durch Ihre Eepsite – von anderen im I2P-Netz und, soweit
+verfügbar, über private „Out-Proxys“ weltweit erreichbar sein.</p>
+
+<p>In I2P werden Eepsites unter Verwendung eines Schlüssels (key) adressiert, dieser wird durch eine sehr lange Base64-Zeichenkette<sup><a class="footref" name="fnr.1" href="#fn.1">1</a></sup> dargestellt.
+(Dieser Schlüssel ist analog zur Standard IP-Adresse zu verstehen; man kann ihn sich in der Konfiguration für Eepsites unter <a href="http://localhost:7657/i2ptunnel/index.jsp">I2PTunnel</a> anzeigen lassen.)</p>
+
+<p>Folgende Anweisungen sollen zeigen, wie man einer Eepsite einen
+Namen wie beispielsweise „meineseite.i2p“ zuweist und an dem Schlüssel
+bindet.
+Sie können Ihre Eepsite, nachdem sie gestartet wurde, lokal unter <a href="http://localhost:7658/">http://localhost:7658/</a> erreichen.</p>
+
+<p>Es folgt eine schrittweise Anleitung für das Starten Ihrer neuen Eepsite und dessen Ankündigung in der I2P-Gemeinde.</p>
+
+<p>In der Grundeinstellung ist Ihre Eepsite nicht eingeschaltet.
+Auch nach dem sie gestartet wurde, ist es für andere Teilnehmer immer
+noch schwierig Ihre Seite zu finden, solange bis Sie Ihren
+Base64-Schlüssel und den Namen Ihrer Eepsite veröffentlicht haben.
+Natürlich können Sie den Leuten diesen sehr langen Schlüssel auch so
+mitteilen, aber glücklicherweise bringt I2P bereits ein Adressbuch mit
+und hat verschiedene Wege um Ihre Eepsite bekannt zu machen.</p>
+
+
+<h3>Eine detailierte Einführung</h3>
+
+<h4>Meine Eepsite</h4>
+
+<ol>
+<li>Wählen Sie einen eigenen Namen für Ihre Eepsite – nur in diesem
+Beispiel heißt sie „meineseite.i2p“ – benutzen Sie nur Kleinschrift.
+Sie können in Ihrem <a href="http://localhost:7657/susidns/addressbook.jsp?book=router">Adressbuch</a> überprüfen, ob der gewünschte Name bereits vergeben ist (Anmerkung: die Daten aus den Adressbuch werden im Klartext in der <em>i2p/hosts.txt</em> gespeichert).
+<br>
+<br></li>
+<li>Rufen Sie nun, möglichst in einem neuen Browser-Fenster, die Konfiguration für Eepsites <a href="http://localhost:7657/i2ptunnel/index.jsp">I2PTunnel</a> auf. Unter „Local Server Tunnels“ wählen Sie den Eintrag „<a href="http://localhost:7657/i2ptunnel/edit.jsp?tunnel=3">eepsite</a>“.
+Sie befinden sich nun auf der Seite mit Überschrift „Edit server
+settings“. In das Feld für „Website name:“ überschreiben Sie die
+Vorgabe „mysite.i2p“ mit Ihrem Wunschnamen. Optional geben Sie im Feld
+„Description:“ eine Beschreibung an.
+<br>
+<br></li>
+<li>Wenn Sie möchten das Ihre Eepsite automatisch gestartet wird, kreuzen Sie das Feld „Auto Start:“ an.
+<br>
+<br></li>
+<li>Durch drücken des Links „Add to local addressbook“ gleich rechts
+neben Ihrem Schlüssel (Feld „Local destination“) wird Ihr Schlüssel in
+Ihr <em>privates</em> Adressbuch geschrieben (<em>i2p/privatehosts.txt</em>).
+<br>
+<br></li>
+<li>Jetzt sichern Sie Ihre Einstellungen indem Sie auf „Save“ klicken.
+<br>
+<br></li>
+<li>Wir gehen wieder zurück auf die Konfigurationsseite <a href="http://localhost:7657/i2ptunnel/index.jsp">I2PTunnel</a>
+und drücken den „Start“-Knopf für die „eepsite“. Nach dem erfolgreichen
+Start wird Ihre Eepsite auf der linken Seite in der I2P <a href="http://localhost:7657/index.jsp">Router Console</a> unter „Local
+Destinations“ angezeigt.</li>
+</ol>
+
+
+
+<h4>Das Veröffentlichen vorbereiten</h4>
+
+<ol>
+<li>Heben Sie in der „<a href="http://localhost:7657/i2ptunnel/edit.jsp?tunnel=3">Konfiguration</a>“
+den gesamten Schlüssel für Ihre Eepsite hervor und kopieren ihn in die
+Zwischenablage. Stellen Sie sicher auch tatsächlich die gesamte, über
+500 Zeichen lange Zeichenkette die auf „AAAA“ endet, „erwischt“ zu
+haben.
+<br>
+<br></li>
+<li>Öffnen Sie Ihr <a href="http://localhost:7657/susidns/addressbook.jsp?book=master">Master-Adressbuch</a>,
+tragen Ihren zuvor gewählten Wunschnamen ihrer Eepsite unter „Hostname“
+ein und kopieren den Schlüssel in das Feld „Destination“. Ein Klick auf
+„Add“ und diese „Destination“ ist in Ihrem Adressbuch.<sup><a class="footref" name="fnr.2" href="#fn.2">2</a></sup>
+<br>
+<br></li>
+<li>Ihre Eepsite sollte jetzt über den Browser erreichbar sein. Dazu
+tragen Sie, wie gewohnt, den Namen Ihrer Eepsite (hier im Beispiel
+„meineseite.i2p“) in die Adressleiste Ihres Browsers ein und rufen sie
+auf. Wenn alles gutgegangen ist, sind Sie nun wieder hier – nur die
+Adresse hat sich geändert.
+<br>
+<br></li>
+<li>Bevor Sie der Welt von Ihrer neuen Eepsite berichten sollte sie
+auch über ein wenig Inhalt verfügen. Begeben Sie sich in das
+Verzeichnis <em>„i2p/Eepsite/docroot“</em> und benennen Sie dieses Dokument von <em>„index.html“</em> nach <em>„hilfe.html“</em> um, so können Sie später darauf zurück greifen. Erstellen Sie Ihre eigene <em>„index.html“</em> und füllen diese mit Inhalten, Bildern oder was auch immer Sie anderen hierüber mitteilen wollen.</li>
+</ol>
+
+<h4><a name="AnkerDEOeA" id="AnkerDEOeA"></a>Die Eepsite öffentlich ankündigen</h4>
+
+<ul>
+<li>Nun ist es an der Zeit, Ihre Eepsite in einem globalen I2P-Adressbuch, wie beispielsweise bei <a href="http://stats.i2p/i2p/addkey.html">stats.i2p</a>,
+einzutragen. Das heißt, Sie müssen Namen und Schlüssel Ihrer Eepsite
+und eine optionale Beschreibung in ein Formular auf einen oder mehreren
+dieser Seiten eingeben. Wie schon oben gesagt, Ihr Schlüssel ist der <em>vollständige</em> Schlüssel wie er in der <a href="http://localhost:7657/i2ptunnel/index.jsp">I2PTunnel</a> Konfiguration für die „<a href="http://localhost:7657/i2ptunnel/edit.jsp?tunnel=3">Eepsite</a>“
+im Feld „Local destination“ angegeben ist (... über 500 Zeichen, endet
+auf „AAAA“). Bestätigen Sie Ihre Angaben mit einem klick auf „Submit“.
+Überprüfen Sie ob Ihr Schlüssel tatsächlich hinzugefügt wurde.
+<br>
+<br></li>
+<li>Da viele Router regelmäßig Adressbuchupdates von diesen Seiten
+erhalten, sollten andere innerhalb einiger Stunden in der Lage sein,
+Ihre Eesite durch
+den Eintrag des Namens im Browser aufzurufen.
+<br>
+<br></li>
+<li>Weil wir gerade von Adressbuchupdates sprechen – es ist eine gute Zeit um weitere Adressbücher dem bestehenden <a href="http://localhost:7657/susidns/subscriptions.jsp">Abonnement</a>
+hinzuzufügen. Öffnen Sie Ihre Konfiguration und fügen Sie einige der
+folgenden Dienste Ihrem Abonnement hinzu (nur die jeweilige URL) und
+speichern Sie die Angaben.<sup><a class="footref" name="fnr.3" href="#fn.3">3</a></sup> Ab jetzt erhalten Sie ebenso alle Updates automatisch!
+<blockquote>
+<p class="quoted"><code>http://tino.i2p/hosts.txt</code> (<a href="http://tino.i2p/hosts.txt">tino.i2p</a>)<br>
+<code>http://stats.i2p/cgi-bin/newhosts.txt</code> (<a href="http://stats.i2p/cgi-bin/newhosts.txt">stats.i2p</a>)<br>
+<code>http://i2host.i2p/cgi-bin/i2hostetag</code> (<a href="=http://i2host.i2p/cgi-bin/i2hostetag">i2host.i2p</a>)
+<br>
+<br></p>
+</blockquote></li>
+<li>Haben Sie es eilig und können nicht 12 bis 24 Stunden warten, ist
+es möglich das andere für Ihre Eepseite den „jump“
+Adresshelfer-Umlenkungs-Dienst benutzen. Dieses funktioniert innerhalb
+einiger Minuten nach Eingabe des Schlüssels zu einem Adressbuch auf der
+gleichen Seite.<br><br>
+Zuerst testen Sie das mittels Aufruf folgender Dienste. Sobald das
+klappt, können anderen diese Möglichkeit nutzen. (Ersetzen Sie
+„meineseite.i2p“ durch Ihre Seite.)
+<ul>
+<li><a href="http://stats.i2p/cgi-bin/jump.cgi?a=meineseite.i2p">http://stats.i2p/cgi-bin/jump.cgi?a=meineseite.i2p</a> oder</li>
+<li><a href="http://i2host.i2p/cgi-bin/i2hostjump?meineseite.i2p">http://i2host.i2p/cgi-bin/i2hostjump?meineseite.i2p</a>
+<br>
+<br></li>
+</ul></li>
+<li>Manche Leute erkundigen sich auf Eepsites-Listen wie  <a href="http://inproxy.tino.i2p/status.php">inproxy.tino.i2p/status.php</a> über neue Eepsites, so könnten Sie an einige Besucher kommen. Aber es gibt weitere Wege sich anzukündigen:
+
+<ul>
+<li>Veröffentlichen Sie eine Nachricht im <a href="http://forum.i2p">I2P Forum</a> unter  <a href="http://forum.i2p/viewforum.php?f=16">Eepsite Announce</a></li>
+<li>Besuchen sie die IRC-Kanäle #i2p oder #i2p-chat (beide englischsprachig) und Werben Sie sanft für sich.</li>
+<li>Verbreiten Sie eine Nachricht über Syndie.</li>
+<li>Tragen Sie sich ein in Ughas <a href="http://ugha.i2p/EepsiteIndex">Eepsite Index</a> Wiki.
+<br>
+<br></li>
+</ul></li>
+<li>Bitte beachten Sie, einige Seiten empfehlen das Einfügen des langen
+„Destination“-Schlüssels; das können Sie wenn Sie möchten – aber wenn
+Sie Ihren Schlüssel erfolgreich beim „Schlüssel-Dienst“ eingetragen und
+ihn mittels „jump“-Dienst getestet haben, sollte nach 24 Stunden
+Wartezeit dieses Vorgehen nicht nötig sein.
+<br>
+<br></li>
+<li>Sollten Sie Fragen haben, benutzen Sie den IRC-Kanal #i2p oder die technische Abteilung im <a href="http://forum.i2p">I2P Forum</a></li>
+</ul>
+
+
+<hr><p class="footnote"><a class="footnum" name="fn.1" href="#fnr.1">1.</a> <strong>Base64</strong>
+beschreibt ein Verfahren zur Kodierung von 8-Bit-Binärdaten in eine
+Zeichenfolge, die nur aus wenigen, Codepage-unabhängigen ASCII-Zeichen
+besteht.
+</p><p class="footnote"><a class="footnum" name="fn.2" href="#fnr.2">2.</a> Anmerkung: Wenn dieses Vorgehen mit der Fehlermeldung „Invalid nonce. Are you being spoofed?“ quittiert wird, müssen <em>Cookies</em> im Browser erlaubt werden. Ist dies nicht möglich, können Sie mit einem Editor die Datei <em>„i2p/userhosts.txt“</em> bearbeiten und so die Adressen einfügen. <a href="http://sperrbezirk.i2p/Konqueror_Susi.html">Konqueror</a> ist etwas eigenwillig.
+</p><p class="footnote"><a class="footnum" name="fn.3" href="#fnr.3">3.</a> Gleiches wie unter <sup><a class="footref" name="fnr.2" href="#fn.2">2</a></sup> gilt für <em>„i2p/addressbook/subscriptions.txt“</em>.</p>
+</div></div> 
+</body></html>
diff --git a/installer/resources/eepsite.help/help/index_fr.html b/installer/resources/eepsite.help/help/index_fr.html
index f707f96ba3eb3833376575c9154838b262313213..9fe3374cb231f480eff3058afee7929039fda9e5 100644
--- a/installer/resources/eepsite.help/help/index_fr.html
+++ b/installer/resources/eepsite.help/help/index_fr.html
@@ -1,118 +1,118 @@
-<html>
- <head>
-  <title>I2P serveur web anonyme | Bienvenue à votre eepsite</title>
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-  <link rel="shortcut icon" href="favicon.ico" />
-  <link rel="stylesheet" type="text/css" href="eepsite.css" />
- </head>
- <body>
-<div class="fairylights">
-<div class="main">
- <h1>Serveur web anonyme I2P</h1>
-<div class="langbar">
-<!-- Most of these languages listed here are yet to be translated -->
-<a href="index.html"><img src="lib/us.png" title="English" alt="English"></a> 
-<a href="index_na.html"><img src="lib/cn.png" title="Chinese" alt="Chinese"></a> 
-<a href="index_de.html"><img src="lib/de.png" title="Deutsch" alt="Deutsch"></a> 
-<a href="index_fr.html"><img src="lib/fr.png" title="Français" alt="Français"></a> 
-<a href="index_na.html"><img src="lib/nl.png" title="Nederlands" alt="Nederlands"></a> 
-<a href="index_na.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a> 
-
-</div>
-<h2>Un mini guide pour faire un serveur web anonyme utilisant I2P</h2>
-
- <p>C'est votre eepsite qui fonctionne sur votre propre serveur web anonyme I2P. Afin de le mettre en route, simplement éditer les fichiers sous ./eepsite/docroot/ 
- et ils seront accessibles aux autres internautes dès que vous avez suivi les instructions suivantes.
- Avec I2P, on accède aux eepsites en utilisant une 'clé', qui est réprésentée par une chaîne de caractères de base64. 
- (Cette 'clé' est un analogue d'une adresse IP et elle est montrée sur l'eepsite's I2PTunnel
- <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">Page de configuration</a>).
- Les instructions ci dessous expliquent comment associer un nom de site tel que "monsite.i2p" à votre clé et ensuite comment lancer votre eepsite.</p>
- <p>Vous pouvez accéder votre eepsite localement via 
- <a href="http://127.0.0.1:7658/">http://127.0.0.1:7658/</a>.
-</p>
-
- <h2>Comment configurer et annoncer votre eepsite</h2>
- Votre eepsite ne fonctionne pas par défaut. 
- Après que vous l'ayez lancé, il sera difficile à trouver pour les internautes, car ils n'ont pas le nom de votre site et votre longue clé base64.
- 
- Vous pourriez simplement distribuer cette très longue clé manuellement. Mais, heureusement il y un carnet d'adresse I2P 
- et plusieurs manières faciles de faire connaitre votre eepsite. Voici les instructions détaillées :
- <ul>
- <li>Choissisez un nom pour votre eepsite (<i>quelquechose</i>.i2p). Tout en minuscule.
-     D'abord, vérifiez dans le carnet d'adresse de votre router
-     <a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=router&filter=none">ici</a>,
-     ou dans le fichier i2p/hosts.txt pour voir si le nom a déjà été pris.
-     Entrez le nouveau nom de votre eepsite sur le 
-     <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">eepsite i2ptunnel page de configuration</a>
-     où c'est marqué "Website name". Cela remplacera le nom défaut "mysite.i2p".
-     En outre, cochez "Auto Start". Votre eepsite démarrera automatiquement chaque fois que vous lancez votre router I2P. 
-     Soyez certain de cliquer sur "Save".
- <li>Cliquez sur le bouton marqué "start"  
-     <a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">main i2ptunnel page de configuration</a> pour lancer votre eepsite.
-     Maintenant vous devriez voir "eepsite" indiqué sous "Local Destinations" sur le côté gauche de votre
-     <a href="http://127.0.0.1:7657/index.jsp">I2P Router Console</a>.
-     Votre eepsite fonctionne.
- <li>Surlignez la clé de "Local destination" en entier sur le
-     <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">eepsite i2ptunnel page de configuration</a>
-     et copiez-la pour la coller plus tard.
-     Soyez certain de copier la clé entière - elle a plus de 500 octets et elle se termine avec "AAAA".
- <li>Entrez le nom et coller la clé de destination dans votre
-     <a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=master">master address book</a>.
-     Cliquez sur "Add" pour ajouter la destination à votre carnet d'adresse.
- <li>Dans votre explorateur internet, entrez le nom de votre eepsite (<i>quelquechose</i>.i2p) et vous devriez vous retrouver sur cette page.
-     Avec un peu de chance - si vous êtes arrivé ici, c'est que ça a marché !
- <li>Avant de parler à tout le monde de votre nouvel eepsite, vous devriez ajouter du contenu.
-     Allez à i2p/eepsite/docroot et remplacez la page index.html avec votre propre page. Les dossiers virtuels fonctionnent, donc vous pouvez héberger un sous-dossier sans explicitement ajouter des liens vers des fichiers. Si vous avez besoin d'un gabarit pour un site de base, n'hésitez pas à utiliser et à changer <a href="pagetemplate.html">cette page</a> et <a href="lib/">contenu</a>!
-</ul>
-<h2>Enregistrer votre propre .I2P domaine</h2><ul>
- <li>Maintenant il faut ajouter votre eepsite au carnet d'adresse hébergé par un site 
-     tel que <a href="http://stats.i2p/">stats.i2p</a>.
-     C'est-à-dire, vous devez entrer
-     votre nom d'eepsite et sa clé dans l'interface web d'un ou plus de ces sites. 
-     Voici <a href="http://stats.i2p/i2p/addkey.html">le formulaire pour l'entrée d'une clé à stats.i2p.</a>
-     Encore, votre clé est la "Local destination", disponible en entier ici
-     <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">eepsite i2ptunnel page de configuration.</a>
-     Prenez toute la clé, souvenez qu'elle se termine en "AAAA".
-     N'oubliez pas de cliquer sur "add a key".
-     Vérifiez que le site montre que la clé a été correctement ajoutée.
-     Comme beaucoup de routers se mettent à jour regulièrement à partir de ces sites, en quelques heures d'autres internautes seront capables de trouver et d'accéder à votre eepsite simplement en tapant <i>quelquechose</i>.i2p dans leurs explorateurs internet.
-</ul><h2>Comment ajouter des abonnements au carnet d'adresse.</h2><ul>
- <li>En parlant de mises à jour de carnet d'adresse, il serait prudent d'ajouter quelques carnets d'adresses de plus
-     à votre <a href="http://127.0.0.1:7657/susidns/subscriptions.jsp">subscription list.</a> Allez sur votre page d'abonnements et ajoutez quelques listes directement ci dessous afin que votre liste d'hôtes soit mise à jour automatiquement :<ul>
-     <li><a href="http://tino.i2p/hosts.txt">http://tino.i2p/hosts.txt</a>
-     <li><a href="http://stats.i2p/cgi-bin/newhosts.txt">http://stats.i2p/cgi-bin/newhosts.txt</a>
-     <li><a href="http://i2host.i2p/cgi-bin/i2hostetag">http://i2host.i2p/cgi-bin/i2hostetag</a></ul>
- <li>Si vous êtes pressé et que vous ne pouvez pas attendre quelques heures, vous pouvez demander aux autres d'utiliser un "jump" (service d'aide de ré-direction d'adresse).
-     Cela marchera en quelques minutes après que vous ayez entré votre clé dans le carnet d'adresse sur le même site.
-     Testez-le vous-même en entrant :
-     http://stats.i2p/cgi-bin/jump.cgi?a=<i>quelquechose</i>.i2p 
-     ou http://i2host.i2p/cgi-bin/i2hostjump?<i>quelquechose</i>.i2p
-     dans votre explorateur internet.
-     Dès que cela fonctionne, vous pouvez en parler aux autres.
- <li>Certains personnes vérifient les nouveaux eepsites sur les listes tels que
-     <a href="http://inproxy.tino.i2p/status.php">inproxy.tino.i2p/status.php</a>. Vous pouvez commencer à avoir
-     quelques visiteurs. Il y a beaucoup des manières d'informers les autres. Voici quelques idées : 
-     <ul>
-     <li>Poster un message sur le <a href="http://forum.i2p/viewforum.php?f=16">Eepsite announce forum</a>
-         sur <a href="http://forum.i2p/">forum.i2p</a>.
-     <li>Parlez aux autres sur les canaux #i2p ou #i2p-chat sur IRC.
-     <li>Mettez-le dans un post <a href="http://syndie.i2p2.de/">le nouveau Syndie</a>.
-     <li>Placez-le sur <a href="http://ugha.i2p/EepsiteIndex">Ugha's Eepsite Index Wiki</a>
-     </ul>
-     A noter que certains sites recommandent de coller la clé de destination directement. Vous pouvez si vous voulez, 
-     mais si vous avez déjà réussi à poster la clé sur un service de "add key" (type stats.i2p), et attendu 24 heures pour que le carnet d'adresse
-     se propage aux autres, cela ne doit pas être nécessaire. </ul>
-<h2>Plus d'assistance</h2><ul>
- <li>Si vous avez plus de questions, trouvez du soutien à ces endroits :
-<ul>
- <li>Notre canal IRC de soutien : <ul><li><a href="irc://irc.freenode.net/i2p">#i2p sur Freenode</a> 
- <li>En anonymat via votre <a href="irc://127.0.0.1:6668/i2p">I2P IRC tunnel</a>.</ul>
-     <li><a href="http://forum.i2p/viewforum.php?f=10">The technical problems section</a> sur
-     <a href="http://forum.i2p/">forum.i2p</a>.</ul>
- </ul><div class="notify">
-<b>Note:</b> This page, the website and the console all need translating into YOUR language if it's not already been done or in progress. Please consider helping the project grow by <a href="http://www.i2p2.i2p/getinvolved.html">volunteering your time</a> to translate. Contact the project via the IRC channel listed above. Thanks in advance!</div>
-<hr><div class="footnote">	
-Document last edited: November 2009.</div>
-</div></div>
- </body>
-</html>
+<html>
+ <head>
+  <title>I2P serveur web anonyme | Bienvenue à votre eepsite</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <link rel="shortcut icon" href="favicon.ico" />
+    <link rel="stylesheet" type="text/css" href="lib/eepsite.css" />
+ </head>
+ <body>
+<div class="fairylights">
+<div class="main">
+ <h1>Serveur web anonyme I2P</h1>
+<div class="langbar">
+<!-- Most of these languages listed here are yet to be translated -->
+<a href="index.html"><img src="lib/us.png" title="English" alt="English"></a> 
+<a href="index_na.html"><img src="lib/cn.png" title="Chinese" alt="Chinese"></a> 
+<a href="index_de.html"><img src="lib/de.png" title="Deutsch" alt="Deutsch"></a> 
+<a href="index_fr.html"><img src="lib/fr.png" title="Français" alt="Français"></a> 
+<a href="index_na.html"><img src="lib/nl.png" title="Nederlands" alt="Nederlands"></a> 
+<a href="index_na.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a> 
+
+</div>
+<h2>Un mini guide pour faire un serveur web anonyme utilisant I2P</h2>
+
+ <p>C'est votre eepsite qui fonctionne sur votre propre serveur web anonyme I2P. Afin de le mettre en route, simplement éditer les fichiers sous ./eepsite/docroot/ 
+ et ils seront accessibles aux autres internautes dès que vous avez suivi les instructions suivantes.
+ Avec I2P, on accède aux eepsites en utilisant une 'clé', qui est réprésentée par une chaîne de caractères de base64. 
+ (Cette 'clé' est un analogue d'une adresse IP et elle est montrée sur l'eepsite's I2PTunnel
+ <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">Page de configuration</a>).
+ Les instructions ci dessous expliquent comment associer un nom de site tel que "monsite.i2p" à votre clé et ensuite comment lancer votre eepsite.</p>
+ <p>Vous pouvez accéder votre eepsite localement via 
+ <a href="http://127.0.0.1:7658/">http://127.0.0.1:7658/</a>.
+</p>
+
+ <h2>Comment configurer et annoncer votre eepsite</h2>
+ Votre eepsite ne fonctionne pas par défaut. 
+ Après que vous l'ayez lancé, il sera difficile à trouver pour les internautes, car ils n'ont pas le nom de votre site et votre longue clé base64.
+ 
+ Vous pourriez simplement distribuer cette très longue clé manuellement. Mais, heureusement il y un carnet d'adresse I2P 
+ et plusieurs manières faciles de faire connaitre votre eepsite. Voici les instructions détaillées :
+ <ul>
+ <li>Choissisez un nom pour votre eepsite (<i>quelquechose</i>.i2p). Tout en minuscule.
+     D'abord, vérifiez dans le carnet d'adresse de votre router
+     <a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=router&filter=none">ici</a>,
+     ou dans le fichier i2p/hosts.txt pour voir si le nom a déjà été pris.
+     Entrez le nouveau nom de votre eepsite sur le 
+     <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">eepsite i2ptunnel page de configuration</a>
+     où c'est marqué "Website name". Cela remplacera le nom défaut "mysite.i2p".
+     En outre, cochez "Auto Start". Votre eepsite démarrera automatiquement chaque fois que vous lancez votre router I2P. 
+     Soyez certain de cliquer sur "Save".
+ <li>Cliquez sur le bouton marqué "start"  
+     <a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">main i2ptunnel page de configuration</a> pour lancer votre eepsite.
+     Maintenant vous devriez voir "eepsite" indiqué sous "Local Destinations" sur le côté gauche de votre
+     <a href="http://127.0.0.1:7657/index.jsp">I2P Router Console</a>.
+     Votre eepsite fonctionne.
+ <li>Surlignez la clé de "Local destination" en entier sur le
+     <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">eepsite i2ptunnel page de configuration</a>
+     et copiez-la pour la coller plus tard.
+     Soyez certain de copier la clé entière - elle a plus de 500 octets et elle se termine avec "AAAA".
+ <li>Entrez le nom et coller la clé de destination dans votre
+     <a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=master">master address book</a>.
+     Cliquez sur "Add" pour ajouter la destination à votre carnet d'adresse.
+ <li>Dans votre explorateur internet, entrez le nom de votre eepsite (<i>quelquechose</i>.i2p) et vous devriez vous retrouver sur cette page.
+     Avec un peu de chance - si vous êtes arrivé ici, c'est que ça a marché !
+ <li>Avant de parler à tout le monde de votre nouvel eepsite, vous devriez ajouter du contenu.
+     Allez à i2p/eepsite/docroot et remplacez la page index.html avec votre propre page. Les dossiers virtuels fonctionnent, donc vous pouvez héberger un sous-dossier sans explicitement ajouter des liens vers des fichiers. Si vous avez besoin d'un gabarit pour un site de base, n'hésitez pas à utiliser et à changer <a href="pagetemplate.html">cette page</a> et <a href="lib/">contenu</a>!
+</ul>
+<h2>Enregistrer votre propre .I2P domaine</h2><ul>
+ <li>Maintenant il faut ajouter votre eepsite au carnet d'adresse hébergé par un site 
+     tel que <a href="http://stats.i2p/">stats.i2p</a>.
+     C'est-à-dire, vous devez entrer
+     votre nom d'eepsite et sa clé dans l'interface web d'un ou plus de ces sites. 
+     Voici <a href="http://stats.i2p/i2p/addkey.html">le formulaire pour l'entrée d'une clé à stats.i2p.</a>
+     Encore, votre clé est la "Local destination", disponible en entier ici
+     <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">eepsite i2ptunnel page de configuration.</a>
+     Prenez toute la clé, souvenez qu'elle se termine en "AAAA".
+     N'oubliez pas de cliquer sur "add a key".
+     Vérifiez que le site montre que la clé a été correctement ajoutée.
+     Comme beaucoup de routers se mettent à jour regulièrement à partir de ces sites, en quelques heures d'autres internautes seront capables de trouver et d'accéder à votre eepsite simplement en tapant <i>quelquechose</i>.i2p dans leurs explorateurs internet.
+</ul><h2>Comment ajouter des abonnements au carnet d'adresse.</h2><ul>
+ <li>En parlant de mises à jour de carnet d'adresse, il serait prudent d'ajouter quelques carnets d'adresses de plus
+     à votre <a href="http://127.0.0.1:7657/susidns/subscriptions.jsp">subscription list.</a> Allez sur votre page d'abonnements et ajoutez quelques listes directement ci dessous afin que votre liste d'hôtes soit mise à jour automatiquement :<ul>
+     <li><a href="http://tino.i2p/hosts.txt">http://tino.i2p/hosts.txt</a>
+     <li><a href="http://stats.i2p/cgi-bin/newhosts.txt">http://stats.i2p/cgi-bin/newhosts.txt</a>
+     <li><a href="http://i2host.i2p/cgi-bin/i2hostetag">http://i2host.i2p/cgi-bin/i2hostetag</a></ul>
+ <li>Si vous êtes pressé et que vous ne pouvez pas attendre quelques heures, vous pouvez demander aux autres d'utiliser un "jump" (service d'aide de ré-direction d'adresse).
+     Cela marchera en quelques minutes après que vous ayez entré votre clé dans le carnet d'adresse sur le même site.
+     Testez-le vous-même en entrant :
+     http://stats.i2p/cgi-bin/jump.cgi?a=<i>quelquechose</i>.i2p 
+     ou http://i2host.i2p/cgi-bin/i2hostjump?<i>quelquechose</i>.i2p
+     dans votre explorateur internet.
+     Dès que cela fonctionne, vous pouvez en parler aux autres.
+ <li>Certains personnes vérifient les nouveaux eepsites sur les listes tels que
+     <a href="http://inproxy.tino.i2p/status.php">inproxy.tino.i2p/status.php</a>. Vous pouvez commencer à avoir
+     quelques visiteurs. Il y a beaucoup des manières d'informers les autres. Voici quelques idées : 
+     <ul>
+     <li>Poster un message sur le <a href="http://forum.i2p/viewforum.php?f=16">Eepsite announce forum</a>
+         sur <a href="http://forum.i2p/">forum.i2p</a>.
+     <li>Parlez aux autres sur les canaux #i2p ou #i2p-chat sur IRC.
+     <li>Mettez-le dans un post <a href="http://syndie.i2p2.de/">le nouveau Syndie</a>.
+     <li>Placez-le sur <a href="http://ugha.i2p/EepsiteIndex">Ugha's Eepsite Index Wiki</a>
+     </ul>
+     A noter que certains sites recommandent de coller la clé de destination directement. Vous pouvez si vous voulez, 
+     mais si vous avez déjà réussi à poster la clé sur un service de "add key" (type stats.i2p), et attendu 24 heures pour que le carnet d'adresse
+     se propage aux autres, cela ne doit pas être nécessaire. </ul>
+<h2>Plus d'assistance</h2><ul>
+ <li>Si vous avez plus de questions, trouvez du soutien à ces endroits :
+<ul>
+ <li>Notre canal IRC de soutien : <ul><li><a href="irc://irc.freenode.net/i2p">#i2p sur Freenode</a> 
+ <li>En anonymat via votre <a href="irc://127.0.0.1:6668/i2p">I2P IRC tunnel</a>.</ul>
+     <li><a href="http://forum.i2p/viewforum.php?f=10">The technical problems section</a> sur
+     <a href="http://forum.i2p/">forum.i2p</a>.</ul>
+ </ul><div class="notify">
+<b>Note:</b> This page, the website and the console all need translating into YOUR language if it's not already been done or in progress. Please consider helping the project grow by <a href="http://www.i2p2.i2p/getinvolved.html">volunteering your time</a> to translate. Contact the project via the IRC channel listed above. Thanks in advance!</div>
+<hr><div class="footnote">	
+Document last edited: November 2009.</div>
+</div></div>
+ </body>
+</html>
diff --git a/installer/resources/eepsite.help/help/pagetemplate.html b/installer/resources/eepsite.help/help/pagetemplate.html
new file mode 100644
index 0000000000000000000000000000000000000000..df3d69f4e14f6a5be2afbe088282c7aff5737f81
--- /dev/null
+++ b/installer/resources/eepsite.help/help/pagetemplate.html
@@ -0,0 +1,31 @@
+<html>
+ <head>
+  <title>MY OWN EEPSITE</title>
+  <link rel="shortcut icon" href="favicon.ico" />
+    <link rel="stylesheet" type="text/css" href="lib/eepsite.css" />
+ </head>
+ <body>
+<div class="fairylights">
+<div class="main">
+ <h1>MY EEPSITE</h1>
+<div class="langbar">
+<!-- Most of these languages listed here are yet to be translated -->
+<a href="index.html"><img src="lib/us.png" title="English" alt="English"></a> 
+<a href="index_na.html"><img src="lib/cn.png" title="Chinese" alt="Chinese"></a> 
+<a href="index_de.html"><img src="lib/de.png" title="Deutsch" alt="Deutsch"></a> 
+<a href="index_na.html"><img src="lib/fr.png" title="Français" alt="Français"></a> 
+<a href="index_na.html"><img src="lib/nl.png" title="Nederlands" alt="Nederlands"></a> 
+<a href="index_na.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a> 
+
+</div>
+<h2>Words and pictures and stuff</h2>
+Your cool stuff here...
+<div class="notify">
+Bring more attention to something of interest here!
+</div> 
+<hr><div class="footnote">	
+Document last edited: November 2009.</div>
+</div>
+</div>
+ </body>
+</html>