diff --git a/build.xml b/build.xml
index 29eb93d9022f7bb2ee24dbbe3559a25c9b48c02c..5f451aa3be9b03b6e9c0c911595de5f953748b80 100644
--- a/build.xml
+++ b/build.xml
@@ -356,17 +356,17 @@
         <copy todir="pkg-temp/docs/themes/" >
           <fileset dir="installer/resources/themes/" />
         </copy>
+        <!-- Eepsite stuff here -->
         <mkdir dir="pkg-temp/eepsite" />
         <mkdir dir="pkg-temp/eepsite/webapps" />
         <mkdir dir="pkg-temp/eepsite/logs" />
-        <mkdir dir="pkg-temp/eepsite/docroot" />
         <mkdir dir="pkg-temp/eepsite/cgi-bin" />
-        <copy file="installer/resources/eepsite_index.html" tofile="pkg-temp/eepsite/docroot/index.html" />
-        <copy file="installer/resources/eepsite_index_de.html" tofile="pkg-temp/eepsite/docroot/index_de.html" />
-        <copy file="installer/resources/eepsite_index_fr.html" tofile="pkg-temp/eepsite/docroot/index_fr.html" />
-        <copy file="installer/resources/eepsite_index_ru.html" tofile="pkg-temp/eepsite/docroot/index_ru.html" />
-        <copy file="installer/resources/eepsite.css" todir="pkg-temp/eepsite/docroot/" />
-        <copy file="installer/resources/robots.txt" todir="pkg-temp/eepsite/docroot/" />
+        <mkdir dir="pkg-temp/eepsite/docroot" />
+        <mkdir dir="pkg-temp/eepsite/docroot/help" />
+        <mkdir dir="pkg-temp/eepsite/docroot/help/lib" />
+        <copy todir="pkg-temp/eepsite/docroot/" >
+            <fileset dir="installer/resources/eepsite.help/"  includes="robots.txt index.html help/pagetemplate.html help/index*.html **/*.png **/*.css" />
+        </copy>
         <copy file="installer/resources/themes/console/images/favicon.ico" tofile="pkg-temp/eepsite/docroot/favicon.ico" />
         <copy file="installer/resources/jetty.xml" tofile="pkg-temp/eepsite/jetty.xml" />
     </target>
diff --git a/history.txt b/history.txt
index 37b8838634b2a5b1bacd77ad419b1281eac3a5e6..3d781940562b91ef6f4b72a0cd788468b37b7dd1 100644
--- a/history.txt
+++ b/history.txt
@@ -1,3 +1,6 @@
+2010-01-21 dr|z3d
+    * New eepsite structure and enhanced pages. Now with graphics and stuff!
+
 * 2010-01-22  0.7.10 released
 
 2010-01-21 zzz
diff --git a/installer/resources/eepsite.css b/installer/resources/eepsite.css
deleted file mode 100644
index ccd537ec41c08caf7b74c76fcd62d79bd0bdb103..0000000000000000000000000000000000000000
--- a/installer/resources/eepsite.css
+++ /dev/null
@@ -1,30 +0,0 @@
-body            { background-color:#000000; color: #ffffe0; margin-left: 8.7%; margin-right: 12.9%; margin-top: 6%; margin-bottom: 6%;}
-body,h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote { font-family:"DejaVu Serif", serif; }
-h1              { font-size:23pt; margin-bottom:20pt; }
-h1.ph1          { font-size:20pt; margin-bottom:18pt; }
-h2              { font-size:18pt; margin-bottom:18pt; }
-h3              { font-size:16pt; }
-h4              { font-size:14pt; }
-h5              { font-size:13pt; }
-p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote { font-size:12.2pt; }
-
-a.footref       { font-size: 70%; }
-a:link          { color:#ffc266; text-decoration:underline; }
-a:visited       { color:#ffd699; text-decoration:none; }
-a:active        { color:#ff9900; text-decoration:none; }
-a.nonexistent   { color: #ffffe0; text-decoration:underline; }
-a.nonexistent:visited { color: #ffffe0; text-decoration:none; }
-
-dl.contents	{ margin-top: 0; }
-dt.contents	{ margin-bottom: 0; }
-em		{ font-style: italic; }
-li,dt           { margin-top: 0.2em; }
-p.footnote      { font-size: 90%;  }
-p.verse         { white-space: pre; margin-left: 8.7%; }
-pre             { font-family: monospace; white-space: pre; margin-left: 8.7%; }
-strong		{ font-weight: bold; }
-table           { width:100%; }
-td              { border:0px solid #000; vertical-align:top; overflow:hidden; }
-ul		{ list-style-type: disc }
-
-
diff --git a/installer/resources/eepsite_index.html b/installer/resources/eepsite.help/help/index.html
similarity index 59%
rename from installer/resources/eepsite_index.html
rename to installer/resources/eepsite.help/help/index.html
index 33bec5c506406a641dc4e60a862ae12f359217f4..c5be8fa36ee8819034b951e0d0a4ed1c012b7c78 100644
--- a/installer/resources/eepsite_index.html
+++ b/installer/resources/eepsite.help/help/index.html
@@ -1,109 +1,122 @@
-<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="中文" alt="中文"></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_ru.html"><img src="lib/ru.png" title="Русский" alt="Русский"></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 ~/.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 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/ (Linux) or %APPDATA%\I2P\eepsite\docroot\ (Windows) 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_index_de.html b/installer/resources/eepsite.help/help/index_de.html
similarity index 80%
rename from installer/resources/eepsite_index_de.html
rename to installer/resources/eepsite.help/help/index_de.html
index 0c3489cdebbe336b41b0ad614da4aa741fd8a3f0..f65f991c484db410f749e756e151d81ef15560f2 100644
--- a/installer/resources/eepsite_index_de.html
+++ b/installer/resources/eepsite.help/help/index_de.html
@@ -1,172 +1,182 @@
-<!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_na.html"><img src="lib/cn.png" title="中文" alt="中文"></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_ru.html"><img src="lib/ru.png" title="Русский" alt="Русский"></a> 
+<a href="index_na.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_index_fr.html b/installer/resources/eepsite.help/help/index_fr.html
similarity index 95%
rename from installer/resources/eepsite_index_fr.html
rename to installer/resources/eepsite.help/help/index_fr.html
index f707f96ba3eb3833376575c9154838b262313213..a7c7515b5b7fff118877e2e1083161d8a34519b0 100644
--- a/installer/resources/eepsite_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="中文" alt="中文"></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_ru.html"><img src="lib/ru.png" title="Русский" alt="Русский"></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/index_na.html b/installer/resources/eepsite.help/help/index_na.html
new file mode 100644
index 0000000000000000000000000000000000000000..1475c6eba72f74933b54a29b81e6edcd19fe136a
--- /dev/null
+++ b/installer/resources/eepsite.help/help/index_na.html
@@ -0,0 +1,40 @@
+<html>
+ <head>
+  <title>I2P Anonymous Webserver | I'm a non-translated welcome page</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>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="中文" alt="中文"></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_ru.html"><img src="lib/ru.png" title="Русский" alt="Русский"></a> 
+<a href="index_na.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a> 
+
+</div>
+<h2>Help translate this page into your language!</h2>
+<div class="notify">
+If you're viewing this page and not an actual translation of the welcome page into your
+native tongue, that's because it hasn't been done yet! I2P 
+needs your help! Please consider helping I2P become more accessible
+to non-English speakers by volunteering some time translating the following :  
+<ul>
+<li><a href="http://www.i2p2.i2p">the website</a> 
+<li><a href="http://127.0.0.1:7657">the console</a> 
+<li><a href="index.html">the eepsite quick guide</a></ul>
+
+Please visit our IRC support channel via <a href="irc://irc.freenode.net/i2p">#i2p on Freenode</a> or 
+anonymously via your resident <a href="irc://127.0.0.1:6668/i2p">I2P IRC tunnel</a> for more information.</div> 
+<hr><div class="footnote">	
+Document last edited: November 2009.</div>
+</div>
+</div>
+ </body>
+</html>
diff --git a/installer/resources/eepsite_index_ru.html b/installer/resources/eepsite.help/help/index_ru.html
similarity index 81%
rename from installer/resources/eepsite_index_ru.html
rename to installer/resources/eepsite.help/help/index_ru.html
index ec88c76c81ef129340a9318df28758acaddc4849..3fca0f2e6de01bfafca78ac322facec00f1ec615 100644
--- a/installer/resources/eepsite_index_ru.html
+++ b/installer/resources/eepsite.help/help/index_ru.html
@@ -1,48 +1,58 @@
 <html>
  <head>
-    <title>Анонимный I2P веб-сервер | Добро пожаловать на ваш I2P-сайт</title>
-    <link rel="shortcut icon" href="favicon.ico" />
-    <link rel="stylesheet" type="text/css" href="eepsite.css" />
+  <title>Анонимный I2P веб-сервер | Добро пожаловать на ваш I2P-сайт</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 веб-сервер</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="中文" alt="中文"></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_ru.html"><img src="lib/ru.png" title="Русский" alt="Русский"></a> 
+<a href="index_se.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a> 
 
-
-<h1>Анонимный I2P веб-сервер</h1>
-
+</div>
 <h2>Краткое руководство по анонимному хостингу сайтов в I2P</h2>
 
 <p>
-Эта страничка — Ваш I2P-сайт, Ваш собственный анонимный I2P-вебсервер. Отредактируйте файлы в директории ~/.i2p/eepsite/docroot/ (Linux) или %APPDATA%\I2P\eepsite\docroot\ (Windows), выполните шаги из инструкции ниже и Ваш сайт увидят другие пользователи.
-
-В I2P сайты адресуются по их «ключу», который выглядит как очень длинная Base64 строка. Этот «ключ» частично выполняет функцию IP-адреса и указан на
+Эта страничка - Ваш I2P-сайт, Ваш собственный анонимный I2P-вебсервер. Отредактируйте файлы в директории ~/.i2p/eepsite/docroot/ (Linux) или %APPDATA%\I2P\eepsite\docroot\ (Windows), выполните шаги из инструкции ниже и Ваш сайт увидят другие пользователи.
+ 
+В I2P сайты адресуются по их «ключу», который выглядит как очень длинная Base64 строка. Этот «ключ» частично выполняет функцию IP-адреса и указан на 
 <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">странице настроек туннеля i2p-сайта</a>. Далее мы расскажем Вам, как присвоить своему ключу имя типа «mysite.i2p» и запустить Ваш i2p-сайт.
 </p>
-
+ 
 <p>Попробуйте открыть локально свой i2p-сайт через <a href="http://127.0.0.1:7658/">http://127.0.0.1:7658/</a>.
 </p>
 
 <h2>Как запустить и анонсировать свой I2P-сайт</h2>
-
+ 
 Ваш i2p-сайт по умолчанию остановлен. Хотя Вы его и запустили, другим людям трудно его найти, ведь у сайта пока нет имени, а Ваш очень-длинный-Base64-ключ никому не известен. Вы, конечно, можете просто выдавать людям этот очень-длинный-Base64-ключ, но, к счастью, в I2P есть механизм адресных книг и несколько простых способов для сообщения людям о своем сайте. Далее подробные инструкции.
-
+ 
 <ul>
 <li>Выберите имя для своего сайта (<i>something</i>.i2p). Используйте только символы в нижнем регистре. Загляните в <a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=router&filter=none">адресную книгу</a> Вашего маршрутизатора или в файл i2p/hosts.txt для проверки, возможно такое имя уже кто-то занял. Введите новое имя Вашего сайта на <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">странице настроек туннеля для i2p-сайта</a> в поле «Имя веб-сайта». Это заменит имя сайта по умолчанию «mysite.i2p». Поставьте галочку «Автозапуск». Ваш сайт будет доступен извне всегда, когда запущен Ваш маршрутизатор. Не забудьте нажать «Сохранить».
 
 
 <li>Кликните <a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">в менеджере туннелей</a> на кнопке запуска вашего сайта. Вы должны увидеть запись «i2p-сайт» в списке «Локальные туннели» в левой части <a href="http://127.0.0.1:7657/index.jsp">консоли маршрутизатора</a>. С этого момента Ваш сайт запущен.
-
+     
 <li>Выделите всю строчку «Локальный адрес назначения» на <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">странице настроек туннеля вашего I2P-сайта</a> и скопируйте её. Убедитесь, что Вы скопировали строку целиком – ее длина больше 500 символов, строка должна заканчиваться на «AAAA».
 
 <li>Введите имя и вставьте ключ в Вашу <a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=master">основную адресную книгу</a>. Нажмите «Добавить» для добавления адреса в адресную книгу.
-
+ 
 <li>Введите в браузере имя Вашего сайта (<i>something</i>.i2p), Вы должны снова попасть на эту страницу. Надеемся, что это сработало.
-
-<li>Перед тем как Вы сообщите миру о своем новом сайте, имеет смысл добавить на него какой-нибудь контент. Зайдите в директорию ~/.i2p/eepsite/docroot/ (Linux) или %APPDATA%\I2P\eepsite\docroot\ (Windows) и скопируйте этот документ (index.html) в help.html, чтобы к нему можно было обращаться. Теперь Вы можете отредактировать index.html и добавить в него свой текст, картинки, все, чем Вы хотите поделиться с миром. 
+ 
+<li>Перед тем как Вы сообщите миру о своем новом сайте, имеет смысл добавить на него какой-нибудь контент. Зайдите в директорию ~/.i2p/eepsite/docroot/ (Linux) или %APPDATA%\I2P\eepsite\docroot\ (Windows) и замените заготовку страницы index.html на Вашу информацию. Есть поддержка виртуальных папок, так что можно выкладывать файлы из поддиректорий. Если Вам нужна заготовка простого сайта, не стесняйтесь взять за основу <a href="pagetemplate.html">эту страницу</a> и <a href="lib/">эти элементы оформления</a>!
 </ul>
 
 <h2>Зарегистрируйте свой .I2P домен</h2><ul>
-
+ 
 <li>Теперь пора добавить Ваш сайт в адресные книги, расположенные на сайтах-каталогах, например <a href="http://stats.i2p/">stats.i2p</a>. Введите имя и ключ своего сайта через веб-интерфейс нескольких таких сайтов-каталогов. Вот <a href="http://stats.i2p/i2p/addkey.html">форма для ввода ключа на сайте stats.i2p</a>. Напоминаем, ключ — это вся строка «Локальный адрес назначения» на <a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">странице настройки туннеля «I2P webserver»</a>. Проверьте, что Вы скопировали его целиком, включая  «AAAA» на конце. Не забудьте нажать «Add a key». Дождитесь пока система отрапортует, что ключ был добавлен. Поскольку многие маршрутизаторы периодически обновляют свои адресные книги, обращаясь к этим сайтам-каталогам, уже через несколько часов кто-нибудь откроет Ваш сайт, просто набрав <i>something</i>.i2p в адресной строке браузера.
 </ul>
 
@@ -70,25 +80,23 @@
 Некоторые сайты рекомендуют вставлять в анонс Ваш очень-длинный-Base64-ключ. Вы, конечно, можете, если хотите. На самом деле, это не нужно, раз Вы уже добавили свой ключ на jump-сервисе, проверили его работу и подождали 24 часа, чтобы обновление адресной книги успело разойтись по всему I2P-миру.
 </ul>
 
-
+	 
 <h2>А что потом? </h2>
 <ul>
 <li>Если у вас остались вопросы, добро пожаловать на:
-
+ 
 <ul>
- <li>Наш IRC-канал поддержки:
+ <li>Наш IRC-канал поддержки: 
  <ul>
-    <li><a href="irc://irc.freenode.net/i2p">#i2p в сети Freenode</a>
+    <li><a href="irc://irc.freenode.net/i2p">#i2p в сети Freenode</a> 
     <li>Анонимно доступен через <a href="irc://127.0.0.1:6668/i2p">встроенный IRC-туннель</a> Вашего I2P-маршрутизатора.
  </ul>
  <li>Раздел форума <a href="http://forum.i2p/viewforum.php?f=10">Technical Problems</a>.
 </ul>
 </ul>
-
-<hr>
-<div class="footnote">
-На основе шаблонов: zzz, 07.10.2009 и dr|z3d, Ноябрь 2009
+ 
+<hr><div class="footnote">	
+На основе шаблонов: zzz, 07.10.2009 и dr|z3d, Ноябрь 2009.</div>
 </div>
-
-</body>
+ </body>
 </html>
diff --git a/installer/resources/eepsite.help/help/lib/bg.png b/installer/resources/eepsite.help/help/lib/bg.png
new file mode 100644
index 0000000000000000000000000000000000000000..9e4ec35b30dc1487ce2f2bd33f4ff104f5f88eef
Binary files /dev/null and b/installer/resources/eepsite.help/help/lib/bg.png differ
diff --git a/installer/resources/eepsite.help/help/lib/brown.png b/installer/resources/eepsite.help/help/lib/brown.png
new file mode 100644
index 0000000000000000000000000000000000000000..e530d72b49e6cdb8bdd5d026fa3104edbb752b7a
Binary files /dev/null and b/installer/resources/eepsite.help/help/lib/brown.png differ
diff --git a/installer/resources/eepsite.help/help/lib/cn.png b/installer/resources/eepsite.help/help/lib/cn.png
new file mode 100644
index 0000000000000000000000000000000000000000..89144146219e6fbec7eaa89e1bf4b073d299569e
Binary files /dev/null and b/installer/resources/eepsite.help/help/lib/cn.png differ
diff --git a/installer/resources/eepsite.help/help/lib/de.png b/installer/resources/eepsite.help/help/lib/de.png
new file mode 100644
index 0000000000000000000000000000000000000000..ac4a977362738ca7daa20784717f10f9617136b4
Binary files /dev/null and b/installer/resources/eepsite.help/help/lib/de.png differ
diff --git a/installer/resources/eepsite.help/help/lib/eepsite.css b/installer/resources/eepsite.help/help/lib/eepsite.css
new file mode 100644
index 0000000000000000000000000000000000000000..5c965dcd8d7749669824df6d986e706fbd95a50d
--- /dev/null
+++ b/installer/resources/eepsite.help/help/lib/eepsite.css
@@ -0,0 +1,48 @@
+body            { background-color:#000000; color: #ffffe0; margin-left: 8%; margin-right: 8%; margin-top: 6%; margin-bottom: 6%; text-align: justify; background-image: url(bg.png); }
+
+body,h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote {font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; }
+
+
+h1              { font-size:23pt; margin-bottom:20pt; border-bottom: 1px solid #ffbb77; letter-spacing: 0.05em; text-shadow: 0px 0px 24px rgba(255, 96, 48, 0.9); background-image: url(itoopie.png); background-repeat: no-repeat; background-position: right top; line-height; 200% !important; padding-bottom: 10px; word-wrap: no-wrap;}
+h1.ph1          { font-size:20pt; margin-bottom:18pt; margin-right: -5px; margin-leftL -5px;}
+h2              { font-size:11.5pt; margin-bottom:15px; padding: 5px 10px; border: 1px solid #ffbb77; -moz-border-radius: 5px;background-color:#110500; font-variant: small-caps; text-transform: capitalize; letter-spacing: 0.07em; background-image: url(h2bg.png); background-repeat: no-repeat; background-position: right center;}
+h3              { font-size:16pt; }
+h4              { font-size:14pt; }
+h5              { font-size:13pt; }
+p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote { font-size:9.5pt; }
+
+a.footref       { font-size: 70%; }
+a:link          { color:#ffc266; text-decoration:none; }
+a:visited       { color:#ffd699; text-decoration:none; }
+a:active        { color:#ff9900; text-decoration:none; }
+a:hover         { color:#ffbb00; text-decoration:underline; }
+a.nonexistent   { color: #ffffe0; text-decoration:underline; }
+a.nonexistent:visited { color: #ffffe0; text-decoration:none; }
+a               { font-weight: bold; font-size: 10pt; }
+
+dl.contents	{ margin-top: 0; }
+dt.contents	{ margin-bottom: 0; }
+em		{ font-style: italic; }
+li,dt           { margin: 4px 0; padding-right: 25px; list-style: square;}
+p.footnote      { font-size: 90%;  }
+p.verse         { white-space: pre; margin-left: 8.7%; }
+pre             { font-family: monospace; white-space: pre; margin-left: 8.7%; }
+strong		{ font-weight: bold; }
+table           { width:100%; }png
+td              { border:0px solid #000; vertical-align:top; overflow:hidden; }
+ul		{ list-style-type: disc; margin: 10px 0;}
+/*
+body            { border: 1px solid #ffbb77; -moz-border-radius: 5px; padding: 25px; font-size: 9.5pt; -moz-box-shadow: inset 0px 0px 1px 0px #ffbb77; background-image: url(bg.png); background-repeat: no-repeat; background-position: center center;line-height: 135%; background-attachment: fixed;}
+*/
+hr { color: #fb7; background: #fb7; height: 1px; border: 0px solid #fb7; margin: 5px 0; }
+div.langbar     { margin-top: -25px; text-align: right; font-size: 8.5pt; }
+div.langbar a   { font-size: 8.5pt; outline: none;}
+div.langbar img { border: 0; padding: 4px 2px 0 2px; opacity: 0.7; }
+div.langbar img:hover { opacity: 1; }
+div.langbar img:last-child { padding-right: 0; }
+div.main        { border: 2px solid #220800; -moz-border-radius: 5px; padding: 5px 25px 20px 25px; font-size: 9.5pt; -moz-box-shadow: inset 0px 0px 1px 0px #220800; background-color: #220800; background-image: url(brown.png);}
+div.footnote    { font-size: 7.5pt; font-style: italic; text-align: right; }
+div.notify      { padding: 10px; border: 1px solid #994400; background-color: #440A00; -moz-border-radius: 5px; margin: 15px 0 15px 0;}
+div.fairylights { border: 1px solid #ffbb77; -moz-border-radius: 5px; padding: 1px; -moz-box-shadow: inset 0px 0px 1px 0px #ffbb77; background-color: #220800;}
+
+
diff --git a/installer/resources/eepsite.help/help/lib/es.png b/installer/resources/eepsite.help/help/lib/es.png
new file mode 100644
index 0000000000000000000000000000000000000000..c2de2d7111e3cb59cf6511dd2ab045e824bdb43e
Binary files /dev/null and b/installer/resources/eepsite.help/help/lib/es.png differ
diff --git a/installer/resources/eepsite.help/help/lib/fr.png b/installer/resources/eepsite.help/help/lib/fr.png
new file mode 100644
index 0000000000000000000000000000000000000000..8332c4ec23c853944c29b02d7b32a88033f48a71
Binary files /dev/null and b/installer/resources/eepsite.help/help/lib/fr.png differ
diff --git a/installer/resources/eepsite.help/help/lib/h2bg.png b/installer/resources/eepsite.help/help/lib/h2bg.png
new file mode 100644
index 0000000000000000000000000000000000000000..936dada60815acab7288369ec3e63c4506bd877b
Binary files /dev/null and b/installer/resources/eepsite.help/help/lib/h2bg.png differ
diff --git a/installer/resources/eepsite.help/help/lib/itoopie.png b/installer/resources/eepsite.help/help/lib/itoopie.png
new file mode 100644
index 0000000000000000000000000000000000000000..240ece1f88cec81405e938ab20fa5688fb1e4afa
Binary files /dev/null and b/installer/resources/eepsite.help/help/lib/itoopie.png differ
diff --git a/installer/resources/eepsite.help/help/lib/nl.png b/installer/resources/eepsite.help/help/lib/nl.png
new file mode 100644
index 0000000000000000000000000000000000000000..fe44791e32b790949b0317ab3c258864b9024ebe
Binary files /dev/null and b/installer/resources/eepsite.help/help/lib/nl.png differ
diff --git a/installer/resources/eepsite.help/help/lib/ru.png b/installer/resources/eepsite.help/help/lib/ru.png
new file mode 100644
index 0000000000000000000000000000000000000000..47da4214fd9edb383687c1d4f84fe8b42a51ceb2
Binary files /dev/null and b/installer/resources/eepsite.help/help/lib/ru.png differ
diff --git a/installer/resources/eepsite.help/help/lib/se.png b/installer/resources/eepsite.help/help/lib/se.png
new file mode 100644
index 0000000000000000000000000000000000000000..1994653dac1fc1c6ee3c9fcb35c8af97f16eefc7
Binary files /dev/null and b/installer/resources/eepsite.help/help/lib/se.png differ
diff --git a/installer/resources/eepsite.help/help/lib/us.png b/installer/resources/eepsite.help/help/lib/us.png
new file mode 100644
index 0000000000000000000000000000000000000000..10f451fe85c41c6c9a06d543a57114ae2f87ecc1
Binary files /dev/null and b/installer/resources/eepsite.help/help/lib/us.png differ
diff --git a/installer/resources/eepsite.help/help/pagetemplate.html b/installer/resources/eepsite.help/help/pagetemplate.html
new file mode 100644
index 0000000000000000000000000000000000000000..fea7378de69c2ff238b5b0c42288db63b9eeeb4e
--- /dev/null
+++ b/installer/resources/eepsite.help/help/pagetemplate.html
@@ -0,0 +1,32 @@
+<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="中文" alt="中文"></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_ru.html"><img src="lib/ru.png" title="Русский" alt="Русский"></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>
diff --git a/installer/resources/eepsite.help/index.html b/installer/resources/eepsite.help/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..e3c081a46dc9f7ee5b5650763f7e4137c307bac4
--- /dev/null
+++ b/installer/resources/eepsite.help/index.html
@@ -0,0 +1,7 @@
+<html>
+<head>
+<meta http-equiv="refresh" content="1;url=/help/" />
+<title>I2P Anonymous Webserver</title>
+</head>
+</body>
+</html>
diff --git a/installer/resources/robots.txt b/installer/resources/eepsite.help/robots.txt
similarity index 100%
rename from installer/resources/robots.txt
rename to installer/resources/eepsite.help/robots.txt