Updated eepsite indexes with the new layout + pagetemplate.html
This commit is contained in:
@ -1,109 +1,121 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Welcome to your eepsite</title>
|
<title>I2P Anonymous Webserver | Welcome to your eepsite</title>
|
||||||
<link rel="shortcut icon" href="favicon.ico" />
|
<link rel="shortcut icon" href="favicon.ico" />
|
||||||
<link rel="stylesheet" type="text/css" href="eepsite.css" />
|
<link rel="stylesheet" type="text/css" href="lib/eepsite.css" />
|
||||||
</head>
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<body>
|
</head>
|
||||||
<h1>Welcome to your eepsite</h1>
|
<body>
|
||||||
<p>
|
<div class="fairylights">
|
||||||
(<a href="index_de.html">Deutsch</a>)
|
<div class="main">
|
||||||
(<a href="index_fr.html">French</a>)
|
<h1>I2P Anonymous Webserver</h1>
|
||||||
(<a href="index_ru.html">Russian</a>)
|
<div class="langbar">
|
||||||
</p>
|
<!-- Most of these languages listed here are yet to be translated -->
|
||||||
<p>This is your eepsite - simply edit the files under
|
<a href="index.html"><img src="lib/us.png" title="English" alt="English"></a>
|
||||||
~/.i2p/eepsite/docroot/ (Linux) or %APPDATA%\I2P\eepsite\docroot\ (Windows)
|
<a href="index_na.html"><img src="lib/cn.png" title="Chinese" alt="Chinese"></a>
|
||||||
and they'll be reachable by others once you follow the instructions below.
|
<a href="index_de.html"><img src="lib/de.png" title="Deutsch" alt="Deutsch"></a>
|
||||||
In I2P, eepsites are addressed using a 'key', which is represented as a really long Base64 string.
|
<a href="index_fr.html"><img src="lib/fr.png" title="Français" alt="Français"></a>
|
||||||
(The 'key' is somewhat analogous to an IP address, and
|
<a href="index_na.html"><img src="lib/nl.png" title="Nederlands" alt="Nederlands"></a>
|
||||||
is shown on the eepsite's I2PTunnel
|
<a href="index_na.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a>
|
||||||
<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
|
</div>
|
||||||
start up your eepsite.</p>
|
<h2>Quick Guide to Anonymous Webserving on I2P</h2>
|
||||||
<p>You can reach your eepsite locally through
|
|
||||||
<a href="http://127.0.0.1:7658/">http://127.0.0.1:7658/</a>.
|
<p>This is your eepsite, your own anonymous I2P webserver - simply edit the files under ./eepsite/docroot/
|
||||||
</p>
|
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.
|
||||||
<h2>Step-by-step instructions for starting your new eepsite and announcing it to the I2P community</h2>
|
(The 'key' is somewhat analogous to an IP address, and
|
||||||
Your eepsite is stopped by default.
|
is shown on the eepsite's I2PTunnel
|
||||||
After you start it, it will be difficult for other people to find because it
|
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">configuration page</a>).
|
||||||
doesn't have a name and they don't have your really long Base64 key.
|
The instructions below detail how to assign a name like "mysite.i2p" to your key and start up your eepsite.</p>
|
||||||
You could just tell people that really long key, but thankfully i2p has an address book
|
<p>You can reach your eepsite locally via
|
||||||
and several easy ways to tell people about your eepsite. Here's detailed instructions.
|
<a href="http://127.0.0.1:7658/">http://127.0.0.1:7658/</a>.
|
||||||
<ul>
|
</p>
|
||||||
<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
|
<h2>How to set up and announce your eepsite</h2>
|
||||||
<a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=router&filter=none">here</a>,
|
Your eepsite is stopped by default.
|
||||||
or the file i2p/hosts.txt to see if your name is already taken.
|
After you start it, it will be difficult for other people to find because it
|
||||||
Enter the new name for your eepsite on the
|
doesn't have a name and they don't have your really long Base64 key.
|
||||||
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">eepsite i2ptunnel configuration page</a>
|
You could just tell people that really long key, but thankfully i2p has an address book
|
||||||
where it says "Website name". This will replace the default "mysite.i2p".
|
and several easy ways to tell people about your eepsite. Here's detailed instructions.
|
||||||
Also, check the "Auto Start" box. Your eepsite will now start every time you start your router.
|
<ul>
|
||||||
Be sure and click "Save".
|
<li>Pick a name for your eepsite (<i>something</i>.i2p). Use all lower-case.
|
||||||
<li>Click the start button for your eepsite on the
|
You may wish to check first in your own router's address book
|
||||||
<a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">main i2ptunnel configuration page</a>.
|
<a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=router&filter=none">here</a>,
|
||||||
You should now see "eepsite" listed under "Local Destinations" on the left side of the
|
or the file i2p/hosts.txt to see if your name is already taken.
|
||||||
<a href="http://127.0.0.1:7657/index.jsp">I2P Router Console</a>.
|
Enter the new name for your eepsite on the
|
||||||
Your eepsite is now running.
|
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">eepsite i2ptunnel configuration page</a>
|
||||||
<li>Highlight the entire "Local destination" key on the
|
where it says "Website name". This will replace the default "mysite.i2p".
|
||||||
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">eepsite i2ptunnel configuration page</a>.
|
Also, check the "Auto Start" box. Your eepsite will now start every time you start your router.
|
||||||
and copy it for
|
Be sure to click "Save".
|
||||||
later pasting. Make sure you get the whole thing - it's over 500 characters and it must end in "AAAA".
|
<li>Click the start button for your eepsite on the
|
||||||
<li>Enter the name and paste in the destination key into your
|
<a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">main i2ptunnel configuration page</a>.
|
||||||
<a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=master">master address book</a>.
|
You should now see "eepsite" listed under "Local Destinations" on the left side of the
|
||||||
Click "Add" to add the destination to your address book.
|
<a href="http://127.0.0.1:7657/index.jsp">I2P Router Console</a>.
|
||||||
<li>In your browser, enter in your eepsite name (<i>something</i>.i2p) and you should
|
Your eepsite is now running.
|
||||||
be right back here. Hopefully it worked.
|
<li>Highlight the entire "Local destination" key on the
|
||||||
<li>Before you tell the world about your new eepsite, you should add some content.
|
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">eepsite i2ptunnel configuration page</a>.
|
||||||
Go to ~/.i2p/eepsite/docroot/ (Linux) or %APPDATA%\I2P\eepsite\docroot\ (Windows)
|
and copy it for
|
||||||
and copy this document (index.html) to help.html so you can refer to it later.
|
later pasting. Make sure you get the whole thing - it's over 500 characters and it must end in "AAAA".
|
||||||
Now edit index.html and add content, pictures, and whatever you would like to share.
|
<li>Enter the name and paste in the destination key into your
|
||||||
<li>Now it's time to add your eepsite to an I2P address book hosted by a site
|
<a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=master">master address book</a>.
|
||||||
such as <a href="http://stats.i2p/">stats.i2p</a>.
|
Click "Add" to add the destination to your address book.
|
||||||
That is, you must enter
|
<li>In your browser, enter in your eepsite name (<i>something</i>.i2p) and you should
|
||||||
your eepsite name and key into a web interface on one or more of these sites.
|
be right back here. Hopefully it worked.
|
||||||
Here is <a href="http://stats.i2p/i2p/addkey.html">the key entry form at stats.i2p</a>.
|
<li>Before you tell the world about your new eepsite, you should add some content.
|
||||||
Again, your key is the entire "Local destination" key on the
|
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>!
|
||||||
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">eepsite i2ptunnel configuration page</a>.
|
</ul>
|
||||||
Be sure you get the whole thing, ending with "AAAA".
|
<h2>Register your own .I2P Domain</h2><ul>
|
||||||
Don't forget to click "add a key".
|
<li>Now it's time to add your eepsite to an I2P address book hosted by a site
|
||||||
Check to see if it reports the key was added.
|
such as <a href="http://stats.i2p/">stats.i2p</a>.
|
||||||
Since many routers periodically get address book updates from these sites, within several hours others will be able to find your
|
That is, you must enter
|
||||||
website by simply typing <i>something</i>.i2p into their browser.
|
your eepsite name and key into a web interface on one or more of these sites.
|
||||||
<li>Speaking of address book updates, this would be a good time to add some more addressbooks
|
Here is <a href="http://stats.i2p/i2p/addkey.html">the key entry form at stats.i2p</a>.
|
||||||
to your own subscription list. Go to your <a href="http://127.0.0.1:7657/susidns/subscriptions.jsp">subscriptions configuration page</a>
|
Again, your key is the entire "Local destination" key on the
|
||||||
and add a couple of these -
|
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">eepsite i2ptunnel configuration page</a>.
|
||||||
<a href="http://tino.i2p/hosts.txt">http://tino.i2p/hosts.txt</a>,
|
Be sure you get the whole thing, ending with "AAAA".
|
||||||
<a href="http://stats.i2p/cgi-bin/newhosts.txt">http://stats.i2p/cgi-bin/newhosts.txt</a>,
|
Don't forget to click "add a key".
|
||||||
<a href="http://i2host.i2p/cgi-bin/i2hostetag">http://i2host.i2p/cgi-bin/i2hostetag</a>,
|
Check to see if it reports the key was added.
|
||||||
and hit "Save".
|
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.
|
||||||
Now you will get updates too!
|
</ul><h2>Adding Addressbook Subscriptions</h2><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.
|
<li>Speaking of address book updates, this would be a good time to add some more addressbooks
|
||||||
This will work within a few minutes of your entering the key to an address book on the same site.
|
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>
|
||||||
Test it yourself first by entering
|
<li><a href="http://tino.i2p/hosts.txt">http://tino.i2p/hosts.txt</a>
|
||||||
http://stats.i2p/cgi-bin/jump.cgi?a=<i>something</i>.i2p or
|
<li><a href="http://stats.i2p/cgi-bin/newhosts.txt">http://stats.i2p/cgi-bin/newhosts.txt</a>
|
||||||
or http://i2host.i2p/cgi-bin/i2hostjump?<i>something</i>.i2p
|
<li><a href="http://i2host.i2p/cgi-bin/i2hostetag">http://i2host.i2p/cgi-bin/i2hostetag</a></ul>
|
||||||
into your browser.
|
<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.
|
||||||
Once it's working, then you can tell others to use it.
|
This will work within a few minutes of your entering the key to an address book on the same site.
|
||||||
<li>Some people check eepsite lists such as
|
Test it yourself first by entering
|
||||||
<a href="http://inproxy.tino.i2p/status.php">inproxy.tino.i2p/status.php</a> for new eepsites, so you may start getting
|
http://stats.i2p/cgi-bin/jump.cgi?a=<i>something</i>.i2p or
|
||||||
a few visitors. But there are plenty of other ways to tell people. Here are a few ideas:
|
or http://i2host.i2p/cgi-bin/i2hostjump?<i>something</i>.i2p
|
||||||
<ul>
|
into your browser.
|
||||||
<li>Post a message on the <a href="http://forum.i2p/viewforum.php?f=16">Eepsite announce forum</a>
|
Once it's working, then you can tell others to use it.
|
||||||
on <a href="http://forum.i2p/">forum.i2p</a>.
|
<li>Some people check eepsite lists such as
|
||||||
<li>Tell people about it on the #i2p or #i2p-chat channels on IRC.
|
<a href="http://inproxy.tino.i2p/status.php">inproxy.tino.i2p/status.php</a> for new eepsites, so you may start getting
|
||||||
<li>Put it in a new post on <a href="http://syndie.i2p2.de/">the new Syndie</a>.
|
a few visitors. But there are plenty of other ways to tell people. Here are a few ideas:
|
||||||
<li>Put it in <a href="http://ugha.i2p/EepsiteIndex">Ugha's Eepsite Index Wiki</a>
|
<ul>
|
||||||
</ul>
|
<li>Post a message on the <a href="http://forum.i2p/viewforum.php?f=16">Eepsite announce forum</a>
|
||||||
Note that some sites recommend pasting in that really long destination key.
|
on <a href="http://forum.i2p/">forum.i2p</a>.
|
||||||
You can if you want - but
|
<li>Tell people about it on the #i2p or #i2p-chat channels on IRC.
|
||||||
if you have successfully posted your key at an add-key service,
|
<li>Put it in a new post on <a href="http://syndie.i2p2.de/">the new Syndie</a>.
|
||||||
tested it using a jump service, and waited 24 hours for the
|
<li>Put it in <a href="http://ugha.i2p/EepsiteIndex">Ugha's Eepsite Index Wiki</a>
|
||||||
address book update to propagate to others, that shouldn't be necessary.
|
</ul>
|
||||||
<li>If you have any questions try IRC #i2p or the
|
Note that some sites recommend pasting in that really long destination key.
|
||||||
<a href="http://forum.i2p/viewforum.php?f=10">technical problems section</a> on
|
You can if you want - but
|
||||||
<a href="http://forum.i2p/">forum.i2p</a>.
|
if you have successfully posted your key at an add-key service,
|
||||||
Good luck and welcome to I2P!
|
tested it using a jump service, and waited 24 hours for the
|
||||||
</ul>
|
address book update to propagate to others, that shouldn't be necessary.</ul>
|
||||||
</body>
|
<h2>Further Assistance</h2><ul>
|
||||||
</html>
|
<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>
|
||||||
|
@ -1,172 +1,181 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||||
<html><head>
|
<html><head>
|
||||||
|
|
||||||
|
|
||||||
<title>Willkommen zu Ihrer Eepsite!</title>
|
<title>Willkommen zu Ihrer Eepsite!</title>
|
||||||
<meta name="generator" content="muse.el">
|
<meta name="generator" content="muse.el">
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<link rel="stylesheet" type="text/css" href="eepsite.css">
|
<link rel="stylesheet" type="text/css" href="lib/eepsite.css">
|
||||||
</head><body>
|
</head><body>
|
||||||
<h1>Willkommen zu Ihrer Eepsite!</h1>
|
<div class="fairylights">
|
||||||
<p>Diese ist Ihre <strong>Eepsite</strong>, Ihre Web-Präsens über I2P. Editieren Sie einfach die Dateien unter
|
<div class="main">
|
||||||
<em>~/.i2p/eepsite/docroot/</em> (Linux) oder <em>%APPDATA%\I2P\eepsite\docroot\</em> (Windows)
|
<h1>Willkommen zu Ihrer Eepsite!</h1>
|
||||||
und nachdem Sie den Anweisungen weiter unten gefolgt sind, werden Sie –
|
<div class="langbar">
|
||||||
vertreten durch Ihre Eepsite – von anderen im I2P-Netz und, soweit
|
<!-- Most of these languages listed here are yet to be translated -->
|
||||||
verfügbar, über private „Out-Proxys“ weltweit erreichbar sein.</p>
|
<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> -->
|
||||||
<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.
|
<a href="index_de.html"><img src="lib/de.png" title="Deutsch" alt="Deutsch"></a>
|
||||||
(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>
|
<!-- <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> -->
|
||||||
<p>Folgende Anweisungen sollen zeigen, wie man einer Eepsite einen
|
<!-- <a href="index_se.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a> -->
|
||||||
Namen wie beispielsweise „meineseite.i2p“ zuweist und an dem Schlüssel
|
</div>
|
||||||
bindet.
|
<p>Diese ist Ihre <strong>Eepsite</strong>, Ihre Web-Präsens über I2P. Editieren Sie einfach die Dateien unter <em>i2p/eepsite/docroot/</em>
|
||||||
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>
|
und nachdem Sie den Anweisungen weiter unten gefolgt sind, werden Sie –
|
||||||
|
vertreten durch Ihre Eepsite – von anderen im I2P-Netz und, soweit
|
||||||
<p>Es folgt eine schrittweise Anleitung für das Starten Ihrer neuen Eepsite und dessen Ankündigung in der I2P-Gemeinde.</p>
|
verfügbar, über private „Out-Proxys“ weltweit erreichbar sein.</p>
|
||||||
|
|
||||||
<p>In der Grundeinstellung ist Ihre Eepsite nicht eingeschaltet.
|
<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.
|
||||||
Auch nach dem sie gestartet wurde, ist es für andere Teilnehmer immer
|
(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>
|
||||||
noch schwierig Ihre Seite zu finden, solange bis Sie Ihren
|
|
||||||
Base64-Schlüssel und den Namen Ihrer Eepsite veröffentlicht haben.
|
<p>Folgende Anweisungen sollen zeigen, wie man einer Eepsite einen
|
||||||
Natürlich können Sie den Leuten diesen sehr langen Schlüssel auch so
|
Namen wie beispielsweise „meineseite.i2p“ zuweist und an dem Schlüssel
|
||||||
mitteilen, aber glücklicherweise bringt I2P bereits ein Adressbuch mit
|
bindet.
|
||||||
und hat verschiedene Wege um Ihre Eepsite bekannt zu machen.</p>
|
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>
|
||||||
<h3>Eine detailierte Einführung</h3>
|
|
||||||
|
<p>In der Grundeinstellung ist Ihre Eepsite nicht eingeschaltet.
|
||||||
<h4>Meine Eepsite</h4>
|
Auch nach dem sie gestartet wurde, ist es für andere Teilnehmer immer
|
||||||
|
noch schwierig Ihre Seite zu finden, solange bis Sie Ihren
|
||||||
<ol>
|
Base64-Schlüssel und den Namen Ihrer Eepsite veröffentlicht haben.
|
||||||
<li>Wählen Sie einen eigenen Namen für Ihre Eepsite – nur in diesem
|
Natürlich können Sie den Leuten diesen sehr langen Schlüssel auch so
|
||||||
Beispiel heißt sie „meineseite.i2p“ – benutzen Sie nur Kleinschrift.
|
mitteilen, aber glücklicherweise bringt I2P bereits ein Adressbuch mit
|
||||||
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).
|
und hat verschiedene Wege um Ihre Eepsite bekannt zu machen.</p>
|
||||||
<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>“.
|
<h3>Eine detailierte Einführung</h3>
|
||||||
Sie befinden sich nun auf der Seite mit Überschrift „Edit server
|
|
||||||
settings“. In das Feld für „Website name:“ überschreiben Sie die
|
<h4>Meine Eepsite</h4>
|
||||||
Vorgabe „mysite.i2p“ mit Ihrem Wunschnamen. Optional geben Sie im Feld
|
|
||||||
„Description:“ eine Beschreibung an.
|
<ol>
|
||||||
<br>
|
<li>Wählen Sie einen eigenen Namen für Ihre Eepsite – nur in diesem
|
||||||
<br></li>
|
Beispiel heißt sie „meineseite.i2p“ – benutzen Sie nur Kleinschrift.
|
||||||
<li>Wenn Sie möchten das Ihre Eepsite automatisch gestartet wird, kreuzen Sie das Feld „Auto Start:“ an.
|
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>
|
||||||
<br></li>
|
<br></li>
|
||||||
<li>Durch drücken des Links „Add to local addressbook“ gleich rechts
|
<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>“.
|
||||||
neben Ihrem Schlüssel (Feld „Local destination“) wird Ihr Schlüssel in
|
Sie befinden sich nun auf der Seite mit Überschrift „Edit server
|
||||||
Ihr <em>privates</em> Adressbuch geschrieben (<em>i2p/privatehosts.txt</em>).
|
settings“. In das Feld für „Website name:“ überschreiben Sie die
|
||||||
<br>
|
Vorgabe „mysite.i2p“ mit Ihrem Wunschnamen. Optional geben Sie im Feld
|
||||||
<br></li>
|
„Description:“ eine Beschreibung an.
|
||||||
<li>Jetzt sichern Sie Ihre Einstellungen indem Sie auf „Save“ klicken.
|
<br>
|
||||||
<br>
|
<br></li>
|
||||||
<br></li>
|
<li>Wenn Sie möchten das Ihre Eepsite automatisch gestartet wird, kreuzen Sie das Feld „Auto Start:“ an.
|
||||||
<li>Wir gehen wieder zurück auf die Konfigurationsseite <a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">I2PTunnel</a>
|
<br>
|
||||||
und drücken den „Start“-Knopf für die „eepsite“. Nach dem erfolgreichen
|
<br></li>
|
||||||
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
|
<li>Durch drücken des Links „Add to local addressbook“ gleich rechts
|
||||||
Destinations“ angezeigt.</li>
|
neben Ihrem Schlüssel (Feld „Local destination“) wird Ihr Schlüssel in
|
||||||
</ol>
|
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.
|
||||||
<h4>Das Veröffentlichen vorbereiten</h4>
|
<br>
|
||||||
|
<br></li>
|
||||||
<ol>
|
<li>Wir gehen wieder zurück auf die Konfigurationsseite <a href="http://localhost:7657/i2ptunnel/index.jsp">I2PTunnel</a>
|
||||||
<li>Heben Sie in der „<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">Konfiguration</a>“
|
und drücken den „Start“-Knopf für die „eepsite“. Nach dem erfolgreichen
|
||||||
den gesamten Schlüssel für Ihre Eepsite hervor und kopieren ihn in die
|
Start wird Ihre Eepsite auf der linken Seite in der I2P <a href="http://localhost:7657/index.jsp">Router Console</a> unter „Local
|
||||||
Zwischenablage. Stellen Sie sicher auch tatsächlich die gesamte, über
|
Destinations“ angezeigt.</li>
|
||||||
500 Zeichen lange Zeichenkette die auf „AAAA“ endet, „erwischt“ zu
|
</ol>
|
||||||
haben.
|
|
||||||
<br>
|
|
||||||
<br></li>
|
|
||||||
<li>Öffnen Sie Ihr <a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=master">Master-Adressbuch</a>,
|
<h4>Das Veröffentlichen vorbereiten</h4>
|
||||||
tragen Ihren zuvor gewählten Wunschnamen ihrer Eepsite unter „Hostname“
|
|
||||||
ein und kopieren den Schlüssel in das Feld „Destination“. Ein Klick auf
|
<ol>
|
||||||
„Add“ und diese „Destination“ ist in Ihrem Adressbuch.<sup><a class="footref" name="fnr.2" href="#fn.2">2</a></sup>
|
<li>Heben Sie in der „<a href="http://localhost:7657/i2ptunnel/edit.jsp?tunnel=3">Konfiguration</a>“
|
||||||
<br>
|
den gesamten Schlüssel für Ihre Eepsite hervor und kopieren ihn in die
|
||||||
<br></li>
|
Zwischenablage. Stellen Sie sicher auch tatsächlich die gesamte, über
|
||||||
<li>Ihre Eepsite sollte jetzt über den Browser erreichbar sein. Dazu
|
500 Zeichen lange Zeichenkette die auf „AAAA“ endet, „erwischt“ zu
|
||||||
tragen Sie, wie gewohnt, den Namen Ihrer Eepsite (hier im Beispiel
|
haben.
|
||||||
„meineseite.i2p“) in die Adressleiste Ihres Browsers ein und rufen sie
|
<br>
|
||||||
auf. Wenn alles gutgegangen ist, sind Sie nun wieder hier – nur die
|
<br></li>
|
||||||
Adresse hat sich geändert.
|
<li>Öffnen Sie Ihr <a href="http://localhost:7657/susidns/addressbook.jsp?book=master">Master-Adressbuch</a>,
|
||||||
<br>
|
tragen Ihren zuvor gewählten Wunschnamen ihrer Eepsite unter „Hostname“
|
||||||
<br></li>
|
ein und kopieren den Schlüssel in das Feld „Destination“. Ein Klick auf
|
||||||
<li>Bevor Sie der Welt von Ihrer neuen Eepsite berichten sollte sie
|
„Add“ und diese „Destination“ ist in Ihrem Adressbuch.<sup><a class="footref" name="fnr.2" href="#fn.2">2</a></sup>
|
||||||
auch über ein wenig Inhalt verfügen. Begeben Sie sich in das
|
<br>
|
||||||
Verzeichnis <em>„~/.i2p/eepsite/docroot/“</em> (Linux) oder <em>„%APPDATA%\I2P\eepsite\docroot\“</em> (Windows)
|
<br></li>
|
||||||
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>
|
<li>Ihre Eepsite sollte jetzt über den Browser erreichbar sein. Dazu
|
||||||
</ol>
|
tragen Sie, wie gewohnt, den Namen Ihrer Eepsite (hier im Beispiel
|
||||||
|
„meineseite.i2p“) in die Adressleiste Ihres Browsers ein und rufen sie
|
||||||
<h4><a name="AnkerDEOeA" id="AnkerDEOeA"></a>Die Eepsite öffentlich ankündigen</h4>
|
auf. Wenn alles gutgegangen ist, sind Sie nun wieder hier – nur die
|
||||||
|
Adresse hat sich geändert.
|
||||||
<ul>
|
<br>
|
||||||
<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>,
|
<br></li>
|
||||||
einzutragen. Das heißt, Sie müssen Namen und Schlüssel Ihrer Eepsite
|
<li>Bevor Sie der Welt von Ihrer neuen Eepsite berichten sollte sie
|
||||||
und eine optionale Beschreibung in ein Formular auf einen oder mehreren
|
auch über ein wenig Inhalt verfügen. Begeben Sie sich in das
|
||||||
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>“
|
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>
|
||||||
im Feld „Local destination“ angegeben ist (... über 500 Zeichen, endet
|
</ol>
|
||||||
auf „AAAA“). Bestätigen Sie Ihre Angaben mit einem klick auf „Submit“.
|
|
||||||
Überprüfen Sie ob Ihr Schlüssel tatsächlich hinzugefügt wurde.
|
<h4><a name="AnkerDEOeA" id="AnkerDEOeA"></a>Die Eepsite öffentlich ankündigen</h4>
|
||||||
<br>
|
|
||||||
<br></li>
|
<ul>
|
||||||
<li>Da viele Router regelmäßig Adressbuchupdates von diesen Seiten
|
<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>,
|
||||||
erhalten, sollten andere innerhalb einiger Stunden in der Lage sein,
|
einzutragen. Das heißt, Sie müssen Namen und Schlüssel Ihrer Eepsite
|
||||||
Ihre Eesite durch
|
und eine optionale Beschreibung in ein Formular auf einen oder mehreren
|
||||||
den Eintrag des Namens im Browser aufzurufen.
|
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>“
|
||||||
<br>
|
im Feld „Local destination“ angegeben ist (... über 500 Zeichen, endet
|
||||||
<br></li>
|
auf „AAAA“). Bestätigen Sie Ihre Angaben mit einem klick auf „Submit“.
|
||||||
<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>
|
Überprüfen Sie ob Ihr Schlüssel tatsächlich hinzugefügt wurde.
|
||||||
hinzuzufügen. Öffnen Sie Ihre Konfiguration und fügen Sie einige der
|
<br>
|
||||||
folgenden Dienste Ihrem Abonnement hinzu (nur die jeweilige URL) und
|
<br></li>
|
||||||
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!
|
<li>Da viele Router regelmäßig Adressbuchupdates von diesen Seiten
|
||||||
<blockquote>
|
erhalten, sollten andere innerhalb einiger Stunden in der Lage sein,
|
||||||
<p class="quoted"><code>http://tino.i2p/hosts.txt</code> (<a href="http://tino.i2p/hosts.txt">tino.i2p</a>)<br>
|
Ihre Eesite durch
|
||||||
<code>http://stats.i2p/cgi-bin/newhosts.txt</code> (<a href="http://stats.i2p/cgi-bin/newhosts.txt">stats.i2p</a>)<br>
|
den Eintrag des Namens im Browser aufzurufen.
|
||||||
<code>http://i2host.i2p/cgi-bin/i2hostetag</code> (<a href="=http://i2host.i2p/cgi-bin/i2hostetag">i2host.i2p</a>)
|
<br>
|
||||||
<br>
|
<br></li>
|
||||||
<br></p>
|
<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>
|
||||||
</blockquote></li>
|
hinzuzufügen. Öffnen Sie Ihre Konfiguration und fügen Sie einige der
|
||||||
<li>Haben Sie es eilig und können nicht 12 bis 24 Stunden warten, ist
|
folgenden Dienste Ihrem Abonnement hinzu (nur die jeweilige URL) und
|
||||||
es möglich das andere für Ihre Eepseite den „jump“
|
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!
|
||||||
Adresshelfer-Umlenkungs-Dienst benutzen. Dieses funktioniert innerhalb
|
<blockquote>
|
||||||
einiger Minuten nach Eingabe des Schlüssels zu einem Adressbuch auf der
|
<p class="quoted"><code>http://tino.i2p/hosts.txt</code> (<a href="http://tino.i2p/hosts.txt">tino.i2p</a>)<br>
|
||||||
gleichen Seite.<br><br>
|
<code>http://stats.i2p/cgi-bin/newhosts.txt</code> (<a href="http://stats.i2p/cgi-bin/newhosts.txt">stats.i2p</a>)<br>
|
||||||
Zuerst testen Sie das mittels Aufruf folgender Dienste. Sobald das
|
<code>http://i2host.i2p/cgi-bin/i2hostetag</code> (<a href="=http://i2host.i2p/cgi-bin/i2hostetag">i2host.i2p</a>)
|
||||||
klappt, können anderen diese Möglichkeit nutzen. (Ersetzen Sie
|
<br>
|
||||||
„meineseite.i2p“ durch Ihre Seite.)
|
<br></p>
|
||||||
<ul>
|
</blockquote></li>
|
||||||
<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>Haben Sie es eilig und können nicht 12 bis 24 Stunden warten, ist
|
||||||
<li><a href="http://i2host.i2p/cgi-bin/i2hostjump?meineseite.i2p">http://i2host.i2p/cgi-bin/i2hostjump?meineseite.i2p</a>
|
es möglich das andere für Ihre Eepseite den „jump“
|
||||||
<br>
|
Adresshelfer-Umlenkungs-Dienst benutzen. Dieses funktioniert innerhalb
|
||||||
<br></li>
|
einiger Minuten nach Eingabe des Schlüssels zu einem Adressbuch auf der
|
||||||
</ul></li>
|
gleichen Seite.<br><br>
|
||||||
<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:
|
Zuerst testen Sie das mittels Aufruf folgender Dienste. Sobald das
|
||||||
|
klappt, können anderen diese Möglichkeit nutzen. (Ersetzen Sie
|
||||||
<ul>
|
„meineseite.i2p“ durch Ihre Seite.)
|
||||||
<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>
|
<ul>
|
||||||
<li>Besuchen sie die IRC-Kanäle #i2p oder #i2p-chat (beide englischsprachig) und Werben Sie sanft für sich.</li>
|
<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>Verbreiten Sie eine Nachricht über Syndie.</li>
|
<li><a href="http://i2host.i2p/cgi-bin/i2hostjump?meineseite.i2p">http://i2host.i2p/cgi-bin/i2hostjump?meineseite.i2p</a>
|
||||||
<li>Tragen Sie sich ein in Ughas <a href="http://ugha.i2p/EepsiteIndex">Eepsite Index</a> Wiki.
|
<br>
|
||||||
<br>
|
<br></li>
|
||||||
<br></li>
|
</ul></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:
|
||||||
<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
|
<ul>
|
||||||
Sie Ihren Schlüssel erfolgreich beim „Schlüssel-Dienst“ eingetragen und
|
<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>
|
||||||
ihn mittels „jump“-Dienst getestet haben, sollte nach 24 Stunden
|
<li>Besuchen sie die IRC-Kanäle #i2p oder #i2p-chat (beide englischsprachig) und Werben Sie sanft für sich.</li>
|
||||||
Wartezeit dieses Vorgehen nicht nötig sein.
|
<li>Verbreiten Sie eine Nachricht über Syndie.</li>
|
||||||
<br>
|
<li>Tragen Sie sich ein in Ughas <a href="http://ugha.i2p/EepsiteIndex">Eepsite Index</a> Wiki.
|
||||||
<br></li>
|
<br>
|
||||||
<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>
|
<br></li>
|
||||||
</ul>
|
</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
|
||||||
<p>______________
|
Sie Ihren Schlüssel erfolgreich beim „Schlüssel-Dienst“ eingetragen und
|
||||||
</p><p class="footnote"><a class="footnum" name="fn.1" href="#fnr.1">1.</a> <strong>Base64</strong>
|
ihn mittels „jump“-Dienst getestet haben, sollte nach 24 Stunden
|
||||||
beschreibt ein Verfahren zur Kodierung von 8-Bit-Binärdaten in eine
|
Wartezeit dieses Vorgehen nicht nötig sein.
|
||||||
Zeichenfolge, die nur aus wenigen, Codepage-unabhängigen ASCII-Zeichen
|
<br>
|
||||||
besteht.
|
<br></li>
|
||||||
</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.
|
<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>
|
||||||
</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>
|
</ul>
|
||||||
</body></html>
|
|
||||||
|
|
||||||
|
<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>
|
||||||
|
@ -1,118 +1,118 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>I2P serveur web anonyme | Bienvenue à votre eepsite</title>
|
<title>I2P serveur web anonyme | Bienvenue à votre eepsite</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<link rel="shortcut icon" href="favicon.ico" />
|
<link rel="shortcut icon" href="favicon.ico" />
|
||||||
<link rel="stylesheet" type="text/css" href="eepsite.css" />
|
<link rel="stylesheet" type="text/css" href="lib/eepsite.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="fairylights">
|
<div class="fairylights">
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<h1>Serveur web anonyme I2P</h1>
|
<h1>Serveur web anonyme I2P</h1>
|
||||||
<div class="langbar">
|
<div class="langbar">
|
||||||
<!-- Most of these languages listed here are yet to be translated -->
|
<!-- 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.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_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_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_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/nl.png" title="Nederlands" alt="Nederlands"></a>
|
||||||
<a href="index_na.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a>
|
<a href="index_na.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<h2>Un mini guide pour faire un serveur web anonyme utilisant I2P</h2>
|
<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/
|
<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.
|
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.
|
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
|
(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>).
|
<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>
|
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
|
<p>Vous pouvez accéder votre eepsite localement via
|
||||||
<a href="http://127.0.0.1:7658/">http://127.0.0.1:7658/</a>.
|
<a href="http://127.0.0.1:7658/">http://127.0.0.1:7658/</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Comment configurer et annoncer votre eepsite</h2>
|
<h2>Comment configurer et annoncer votre eepsite</h2>
|
||||||
Votre eepsite ne fonctionne pas par défaut.
|
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.
|
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
|
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 :
|
et plusieurs manières faciles de faire connaitre votre eepsite. Voici les instructions détaillées :
|
||||||
<ul>
|
<ul>
|
||||||
<li>Choissisez un nom pour votre eepsite (<i>quelquechose</i>.i2p). Tout en minuscule.
|
<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
|
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>,
|
<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.
|
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
|
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>
|
<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".
|
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.
|
En outre, cochez "Auto Start". Votre eepsite démarrera automatiquement chaque fois que vous lancez votre router I2P.
|
||||||
Soyez certain de cliquer sur "Save".
|
Soyez certain de cliquer sur "Save".
|
||||||
<li>Cliquez sur le bouton marqué "start"
|
<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.
|
<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
|
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>.
|
<a href="http://127.0.0.1:7657/index.jsp">I2P Router Console</a>.
|
||||||
Votre eepsite fonctionne.
|
Votre eepsite fonctionne.
|
||||||
<li>Surlignez la clé de "Local destination" en entier sur le
|
<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>
|
<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.
|
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".
|
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
|
<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>.
|
<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.
|
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.
|
<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é !
|
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.
|
<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>!
|
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>
|
</ul>
|
||||||
<h2>Enregistrer votre propre .I2P domaine</h2><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
|
<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>.
|
tel que <a href="http://stats.i2p/">stats.i2p</a>.
|
||||||
C'est-à-dire, vous devez entrer
|
C'est-à-dire, vous devez entrer
|
||||||
votre nom d'eepsite et sa clé dans l'interface web d'un ou plus de ces sites.
|
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>
|
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
|
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>
|
<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".
|
Prenez toute la clé, souvenez qu'elle se termine en "AAAA".
|
||||||
N'oubliez pas de cliquer sur "add a key".
|
N'oubliez pas de cliquer sur "add a key".
|
||||||
Vérifiez que le site montre que la clé a été correctement ajoutée.
|
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.
|
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>
|
</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
|
<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>
|
à 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://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://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><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).
|
<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.
|
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 :
|
Testez-le vous-même en entrant :
|
||||||
http://stats.i2p/cgi-bin/jump.cgi?a=<i>quelquechose</i>.i2p
|
http://stats.i2p/cgi-bin/jump.cgi?a=<i>quelquechose</i>.i2p
|
||||||
ou http://i2host.i2p/cgi-bin/i2hostjump?<i>quelquechose</i>.i2p
|
ou http://i2host.i2p/cgi-bin/i2hostjump?<i>quelquechose</i>.i2p
|
||||||
dans votre explorateur internet.
|
dans votre explorateur internet.
|
||||||
Dès que cela fonctionne, vous pouvez en parler aux autres.
|
Dès que cela fonctionne, vous pouvez en parler aux autres.
|
||||||
<li>Certains personnes vérifient les nouveaux eepsites sur les listes tels que
|
<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
|
<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 :
|
quelques visiteurs. Il y a beaucoup des manières d'informers les autres. Voici quelques idées :
|
||||||
<ul>
|
<ul>
|
||||||
<li>Poster un message sur le <a href="http://forum.i2p/viewforum.php?f=16">Eepsite announce forum</a>
|
<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>.
|
sur <a href="http://forum.i2p/">forum.i2p</a>.
|
||||||
<li>Parlez aux autres sur les canaux #i2p ou #i2p-chat sur IRC.
|
<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>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>
|
<li>Placez-le sur <a href="http://ugha.i2p/EepsiteIndex">Ugha's Eepsite Index Wiki</a>
|
||||||
</ul>
|
</ul>
|
||||||
A noter que certains sites recommandent de coller la clé de destination directement. Vous pouvez si vous voulez,
|
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
|
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>
|
se propage aux autres, cela ne doit pas être nécessaire. </ul>
|
||||||
<h2>Plus d'assistance</h2><ul>
|
<h2>Plus d'assistance</h2><ul>
|
||||||
<li>Si vous avez plus de questions, trouvez du soutien à ces endroits :
|
<li>Si vous avez plus de questions, trouvez du soutien à ces endroits :
|
||||||
<ul>
|
<ul>
|
||||||
<li>Notre canal IRC de soutien : <ul><li><a href="irc://irc.freenode.net/i2p">#i2p sur Freenode</a>
|
<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>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
|
<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>
|
<a href="http://forum.i2p/">forum.i2p</a>.</ul>
|
||||||
</ul><div class="notify">
|
</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>
|
<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">
|
<hr><div class="footnote">
|
||||||
Document last edited: November 2009.</div>
|
Document last edited: November 2009.</div>
|
||||||
</div></div>
|
</div></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
31
installer/resources/eepsite.help/help/pagetemplate.html
Normal file
31
installer/resources/eepsite.help/help/pagetemplate.html
Normal file
@ -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>
|
Reference in New Issue
Block a user