Update default eepsite, add new section about running alternative webservers

This commit is contained in:
str4d
2016-07-24 12:37:07 +00:00
parent 01902de200
commit 3e96a24fb8
32 changed files with 808 additions and 310 deletions

View File

@ -1,127 +1,250 @@
<html>
<head>
<title>I2P Hidden Service Website</title>
<!DOCTYPE html>
<html lang="en">
<head>
<title>I2P Anonymous WebServer</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 Hidden Service Website</h1>
<div class="langbar">
<!-- Some of these languages listed here are yet to be translated -->
<a href="index.html"><img src="lib/us.png" title="English" alt="English"></a>
<a href="index_zh.html"><img src="lib/cn.png" title="中文" alt="中文"></a>
<a href="index_de.html"><img src="lib/de.png" title="Deutsch" alt="Deutsch"></a>
<a href="index_es.html"><img src="lib/es.png" title="Español" alt="Español"></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/ir.png" title="فارسی" alt="فارسی"></a>
<a href="index_na.html"><img src="lib/jp.png" title="日本語" alt="日本語"></a>
<a href="index_nl.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_sv.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a>
</div>
<h2>Quick Guide to Anonymous Webserving on I2P</h2>
<link rel="stylesheet" type="text/css" href="lib/eepsite.css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<p>This is your own anonymous I2P webserver ("eepsite") - simply edit the files under <code>~/.i2p/eepsite/docroot/</code> (Linux),
<code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows),
or <code>/Users/(user)/Library/Application Support/i2p</code> (Mac),
and they'll be reachable by others once you follow the instructions below.
In I2P, hidden services 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 hidden service
<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 website.</p>
<p>You can reach your site locally via
<a href="http://127.0.0.1:7658/">http://127.0.0.1:7658/</a>.
</p>
<body>
<h2>How to set up and announce your hidden service website</h2>
Your website 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 website. Here's detailed instructions.
<ul>
<li>Pick a name for your website (<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&amp;filter=none">here</a>,
or the file <code>i2p/hosts.txt</code> to see if your name is already taken.
Enter the new name for your website on the
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">hidden service configuration page</a>
where it says "Website name". This will replace the default "mysite.i2p".
Also, check the "Auto Start" box. Your website will now start every time you start your router.
Be sure to click "Save".</li>
<li>Click the start button for your website on the
<a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">main i2ptunnel configuration page</a>.
You should now see it listed under "Hidden Services and Clients" on the left side of the
<a href="http://127.0.0.1:7657/index.jsp">I2P Router Console</a>.
Your website is now running.</li>
<li>Highlight the entire "Local destination" key on the
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">hidden service configuration page</a>.
and copy it for
later pasting. Make sure you get the whole thing - it's over 500 characters.</li>
<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>
<li>In your browser, enter in your website name (<i>something</i>.i2p) and you should
be right back here. Hopefully it worked.</li>
<li>Before you tell the world about your new website, you should add some content.
Go to <code>~/.i2p/eepsite/docroot/</code> (Linux), <code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows),
or <code>/Users/(user)/Library/Application Support/i2p</code> (Mac),
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>!</li>
</ul>
<h2>Register your own .I2P Domain</h2><ul>
<li>Now it's time to add your website to an I2P address book hosted by a site
such as <a href="http://stats.i2p/">stats.i2p</a> or <a href="http://no.i2p/">no.i2p</a>.
That is, you must enter
your website 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">hidden service configuration page</a>.
Be sure you get the whole thing.
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>
</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://stats.i2p/cgi-bin/newhosts.txt">http://stats.i2p/cgi-bin/newhosts.txt</a></li>
<li><a href="http://i2host.i2p/cgi-bin/i2hostetag">http://i2host.i2p/cgi-bin/i2hostetag</a></li>
<li><a href="http://no.i2p/export/alive-hosts.txt">http://no.i2p/export/alive-hosts.txt</a></li></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<code>
http://stats.i2p/cgi-bin/jump.cgi?a=<i>something</i>.i2p</code>
or <code>http://i2host.i2p/cgi-bin/i2hostjump?<i>something</i>.i2p</code>
into your browser.
Once it's working, then you can tell others to use it.</li>
<li>Some people check website lists such as
<a href="http://inproxy.tino.i2p/status.php">inproxy.tino.i2p/status.php</a> or <a href="http://perv.i2p">perv.i2p</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>
<li>Tell people about it on the #i2p or #i2p-chat channels on IRC.</li>
<li>Put it in a new post on <a href="http://syndie.i2p2.de/">the new Syndie</a>.</li>
<li>Put it in <a href="http://ugha.i2p/EepsiteIndex">Ugha's Eepsite Index Wiki</a></li>
</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>
<li>Anonymously via your resident <a href="irc://127.0.0.1:6668/i2p-help">I2P IRC tunnel</a>.</li></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>.</li></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 2010.</div>
</div></div>
</body>
</html>
<div class="main">
<div class="langbar">
<!-- Some of these languages listed here are yet to be translated -->
<a href="index.html"><img src="lib/us.png" title="English" alt="English"></a>
<a href="index_zh.html"><img src="lib/cn.png" title="中文" alt="中文"></a>
<a href="index_de.html"><img src="lib/de.png" title="Deutsch" alt="Deutsch"></a>
<a href="index_es.html"><img src="lib/es.png" title="Español" alt="Español"></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/ir.png" title="فارسی" alt="فارسی"></a>
<a href="index_na.html"><img src="lib/jp.png" title="日本語" alt="日本語"></a>
<a href="index_nl.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_sv.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a>
</div>
<h1>I2P Anonymous Webserver</h1>
<h2>Quick Guide to Anonymous Webserving on I2P</h2>
<p>This is your own anonymous I2P webserver ("eepsite"). To serve your own content, simply edit the files in the webserver's
root directory and they'll be reachable by others once you follow the instructions below.
</p>
<p>The webserver's root directory can be found in the following location:
</p>
<ul>
<li><code>~/.i2p/eepsite/docroot/</code> <b>(Linux)</b>
</li>
<li><code>%APPDATA%\I2P\eepsite\docroot\</code> <b>(Windows)</b>
</li>
<li><code>/Users/(user)/Library/Application Support/i2p</code> <b>(Mac)</b>
</li>
</ul>
<p>In I2P, hidden services are addressed using a 'key', which is represented as a really long
<a href="https://en.wikipedia.org/wiki/Base64" target="_blank">Base64</a> string. (The 'key'
is somewhat analogous to an IP address, and is shown on the
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">Hidden Service Configuration page</a>).
</p>
<p>The instructions below detail how to assign a name like "mysite.i2p" to your key and start up your website. You can
reach your site 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 hidden service website</h2>
<p>Your website 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 website. Here's detailed
instructions.
</p>
<ul>
<li>Pick a name for your website (<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&amp;filter=none">here</a>, or the file
<code>i2p/hosts.txt</code> to see if your name is already taken. Enter the new name for your website on the
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">Hidden Service Configuration page</a> where it says
"Website name". This will replace the default "mysite.i2p". Also, check the "Auto Start" box. Your website will
now start every time you start your router. Be sure to click "Save".
</li>
<li>Click the start button for your website on the
<a href="http://127.0.0.1:7657/i2ptunnel/index.jsp">main Hidden Service Manager page</a>. You should now see
it listed under "Local Tunnels" on the left side of the
<a href="http://127.0.0.1:7657/index.jsp">I2P Router Console</a>. Your website is now running.
</li>
<li>Highlight the entire "Local destination" key on the
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">Hidden Service Configuration page</a>. and copy it
for later pasting. Make sure you get the whole thing - it's over 500 characters.
</li>
<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>
<li>In your browser, enter in your website name (<i>something</i>.i2p) and you should be right back here. Hopefully
it worked.
</li>
<li>Before you tell the world about your new website, you should add some content. Go to the following directory and
replace the index.html redirect page with your own content:
<ul>
<li><code>~/.i2p/eepsite/docroot/</code> <b>(Linux)</b>
</li>
<li><code>%APPDATA%\I2P\eepsite\docroot\</code> <b>(Windows)</b>
</li>
<li><code>/Users/(user)/Library/Application Support/i2p</code> <b>(Mac)</b>
</li>
</ul>
</li>
</ul>
<p>Virtual folders work, so you can host files from a sub directory without explicitly needing to provide a page
with links to files. You can change the appearance of the directory listing by supplying an edited jetty-dir.css file
for each of the directories you are serving, demonstrated <a href="lib/">here</a>. The
<a href="lib/resources">resources sub-directory</a> (containing filetype images for the directory listing)
reverts to the default style. 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>!
</p>
<p>If you're returned to this page after editing the content, try clearing your browser's web cache:</p>
<ul>
<li>in <b>Firefox</b> via: Preferences ➜ Advanced ➜ Network ➜ Cached Web Content ➜ Clear Now</li>
<li>in <b>Chrome/Chromium</b> via: Settings ➜ Advanced Settings ➜ Privacy ➜ Clear browsing data...</li>
<li> in <b>Opera</b> via: Settings ➜ Privacy ➜ Clear browsing data...
</ul>
<h2>Register your own .I2P Domain</h2>
<p>Now it's time to add your website to an I2P address book hosted by a site such as
<a href="http://stats.i2p/ " target="_blank">stats.i2p</a>
or <a href="http://no.i2p/" target="_blank">no.i2p</a>. That is, you must enter your website name and key into a web interface
on one or more of these sites. Here is <a href="http://stats.i2p/i2p/addkey.html" target="_blank">the key entry form</a> at stats.i2p.
Again, your key is the entire "Local destination" key on the
<a href="http://127.0.0.1:7657/i2ptunnel/edit.jsp?tunnel=3">Hidden Service Configuration page</a>. Be sure you
get the whole thing. 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.</p>
<h2>Adding Addressbook Subscriptions</h2>
<p>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 for an automatically updated list of new hosts:
</p>
<ul>
<li><code>http://stats.i2p/cgi-bin/newhosts.txt</code> (<a href="http://stats.i2p/cgi-bin/newhosts.txt" target="_blank">stats.i2p</a>)
</li>
<li><code>http://i2host.i2p/cgi-bin/i2hostetag</code> (<a href="http://i2host.i2p/cgi-bin/i2hostetag" target="_blank">i2host.i2p</a>)
</li>
<li><code>http://no.i2p/export/alive-hosts.txt</code> (<a href="http://no.i2p/export/alive-hosts.txt" target="_blank">no.i2p</a>)
</li>
</ul>
<p>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 <code>http://stats.i2p/cgi-bin/jump.cgi?a=<i>something</i>.i2p</code> or
<code>http://i2host.i2p/cgi-bin/i2hostjump?<i>something</i>.i2p</code> into your browser.
Once it's working, you can tell others to use it.
</p>
<!--
<p>Some people check website lists such as <a href="http://inproxy.tino.i2p/status.php">inproxy.tino.i2p/status.php</a>
or <a href="http://perv.i2p">perv.i2p</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:</p>
-->
<p>Some people check website lists such as <a href="http://identiguy.i2p/" target="_blank">Identiguy's eepsite status list</a>
or <a href="http://no.i2p/browse/" target="_blank">no.i2p's active host list</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:
</p>
<ul>
<li>Post a message on the <a href="http://forum.i2p/viewforum.php?f=16" target="_blank">Eepsite announce forum</a> on
<a href="http://forum.i2p/" target="_blank">forum.i2p</a>.
</li>
<li>Tell people about it on the #i2p or #i2p-chat channels on IRC.
</li>
<li>Put it in a new post on <a href="http://syndie.i2p2.de/" target="_blank">the new Syndie</a>.
</li>
<li>Put it on <a href="http://ugha.i2p/EepsiteIndex" target="_blank">Ugha Wiki's Eepsite Index</a>
</li>
</ul>
<p>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.</p>
<h2>Using an alternative webserver to host your site</h2>
<p>This site (and the I2P router console) is running on the
<a href="https://en.wikipedia.org/wiki/Jetty_(web_server)" target="_blank">Jetty webserver</a>,
but you may want to use a different webserver to host your content.
To maintain anonymity, be sure that your webserver is configured to only allow connections from localhost (127.0.0.1),
and check the documentation to ensure your webserver isn't advertising details that may compromise your anonymity.
</p>
<p>To configure your webserver for use on I2P, you can either use the existing webserver tunnel and
<a href="http://127.0.0.1:7657/configclients">disable the default webserver</a> from running,
or create a new HTTP Server tunnel in the <a href="http://127.0.0.1:7657/i2ptunnelmgr">Hidden Services Manager</a>.
Whatever you choose, you need to make sure the listening port configured for the webserver (7658 by default for the I2P webserver
Jetty instance) is also configured in the Hidden Services Webserver settings. So, for example if your webserver is listening
by default on address 127.0.0.1 port 80, you'd need to also ensure that the Target port in the Hidden Service Manager settings page
for the service is also configured to port 80.
</p>
<p>Please be aware that a poorly configured webserver or web appplication can leak potentially compromising information such as
your real ip address or server details that may reduce your anonymity or assist a hacker, which is why it's recommended to use the
default server until you're up to speed on securing your alternative server and any webapps you may be running,
for which there are many guides on the internet. The following may be of help:
</p>
<ul>
<li><a href="https://geekflare.com/apache-web-server-hardening-security/" target="_blank">Apache Web Server Hardening
& Security Guide</a>
</li>
<li><a href="https://geekflare.com/nginx-webserver-security-hardening-guide/" target="_blank">Nginx Web Server Security
& Hardening Guide</a>
</li>
<li><a href="https://www.wordfence.com/learn/how-to-harden-wordpress-sites/" target="_blank">How to Harden Your WordPress
Site From Attacks</a></li>
</ul>
<h2>Further Assistance</h2>
<p>If you have any questions, the following places are available for support:
</p>
<ul>
<li>Our IRC support channel:
<ul>
<li><a href="irc://irc.freenode.net/i2p">#i2p on Freenode</a>
</li>
<li>Anonymously via your resident <a href="irc://127.0.0.1:6668/i2p-help">I2P IRC tunnel</a>.</li>
</ul>
<li><a href="http://forum.i2p/viewforum.php?f=10" target="_blank">The technical problems section</a> on
<a href="http://forum.i2p/" target="_blank">forum.i2p</a>.
</li>
<li><a href="http://ugha.i2p/EepsiteHosting" target="_blank">Ugha Wiki's Eepsite Hosting guide</a> or
<a href="http://i2pwiki.i2p/index.php?title=EepsiteHosting" target="_blank">I2PWiki's Eepsite Hosting guide</a>
</li>
</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" target="_blank">
volunteering your time</a> to <a href="http://i2p-projekt.i2p/en/get-involved/guides/new-translators" target="_blank">translate</a>. Contact the project via the IRC channel listed above. Thanks in advance!
</div>
<hr>
<div class="footnote">
Document last edited: July 2016.
</div>
</div>
</body>
</html>

View File

@ -1,15 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<html lang="de"><head>
<title>Anonymer Webserver im I2P | Willkommen auf Ihrer Eepseite!</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>Anonymer Webserver im I2P</h1>
<div class="langbar">
<!-- Some of these languages listed here are yet to be translated -->
<a href="index.html"><img src="lib/us.png" title="English" alt="English"></a>
@ -22,9 +17,10 @@
<a href="index_nl.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_sv.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a>
</div>
<h1>Anonymer Webserver im I2P</h1>
<h2>Kurzanleitung zum anonymen Hosten von Webseiten in I2P</h2>
<p>Dies ist Ihre <strong>Eepseite</strong>, Ihre Web-Präsens im I2P. Editieren Sie einfach die Dateien unter
<code>~/.i2p/eepsite/docroot/</code> (Linux),

View File

@ -1,4 +1,5 @@
<html>
<!DOCTYPE html>
<html lang="es">
<head>
<title>Servidor web anónimo I2P| Bienvenido a tu eepsite</title>
<link rel="shortcut icon" href="favicon.ico" />
@ -6,9 +7,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="fairylights">
<div class="main">
<h1>Servidor web anónimo I2P</h1>
<div class="langbar">
<!-- Some of these languages listed here are yet to be translated -->
<a href="index.html"><img src="lib/us.png" title="English" alt="English"></a>
@ -22,7 +21,8 @@
<a href="index_ru.html"><img src="lib/ru.png" title="Русский" alt="Русский"></a>
<a href="index_sv.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a>
</div>
<h2>Guía rápida para crear el servidor web en I2P</h2>
<h1>Servidor web anónimo I2P</h1>
<h2>Guía rápida para crear el servidor web en I2P</h2>
<p>Esta es tu eepsite, tu propio servidor web anónimo en I2P - simplemente edita los archivos dentro de <code>~/.i2p/eepsite/docroot/</code> (en Linux),
<code>%APPDATA%\I2P\eepsite\docroot\</code> (en Windows),
o <code>/Users/(user)/Library/Application Support/i2p</code> (en Mac),
@ -36,12 +36,12 @@
</p>
<h2>Cómo configurar y anunciar tu eepsite</h2>
Tu eepsite por defecto está apagada.
<p>Tu eepsite por defecto está apagada.
Después de arrancarla será difícil que otras personas la encuentren porque
no tiene un nombre y porque ellos no tienen la clave Base64.
Podrías simplemente decir a la gente tu clave Base64, pero afortunadamente I2P tiene
una libreta de direcciones y varias formas fáciles de indicar a la gente como alcanzar tu eepsite.
Aquí están las instrucciones detalladas.
Aquí están las instrucciones detalladas.</p>
<ul>
<li>Selecciona un nombre para tu eepsite (<i>algo</i>.i2p). Usa sólo minúsculas.
Deberías comprobar primero si el nombre ya existe en tu libreta de direcciones
@ -65,18 +65,17 @@
<a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=master">libreta de direcciones maestras</a>.
Pulsa "Add/Añadir" para añadir la destinación a tu libreta de direcciones.</li>
<li>Escribe el nombre de la eepsite en tu navegador (<i>algo</i>.i2p) y deberías
verla inmediatamente.</li>
<li>Antes de anunciar tu nueva eepsite al mundo, deberías añadir contenido.
verla inmediatamente.</li></ul>
<p>Antes de anunciar tu nueva eepsite al mundo, deberías añadir contenido.
Ves a <code>~/.i2p/eepsite/docroot/</code> (en Linux),
<code>%APPDATA%\I2P\eepsite\docroot\</code> (en Windows),
o <code>/Users/(user)/Library/Application Support/i2p</code> (en Mac),
y reemplaza la página de redirección index.html con tu contenido. Las carpetas virtuales funcionan, por lo que puedes hospedar
archivos desde un subdirectorio sin la necesidad de proveer explícitamente una página con enlaces a los archivos.
Si necesitas una plantilla para una web básica, puedes utilizar y adaptar <a href="pagetemplate.html">esta página</a>
y <a href="lib/">su contenido</a></li>
</ul>
<h2>Registra tu propio dominio .I2P</h2><ul>
<li>Ahora es el momento de añadir tu eepsite a una libreta de direcciones de I2P
y <a href="lib/">su contenido</a>.</p>
<h2>Registra tu propio dominio .I2P</h2>
<p>Ahora es el momento de añadir tu eepsite a una libreta de direcciones de I2P
alojada en una web como <a href="http://stats.i2p/">stats.i2p</a>.
Debes ingresar el nombre de tu eepsite y la clave en una o más de estas webs.
Aquí tienes <a href="http://stats.i2p/i2p/addkey.html">el formulario en stats.i2p</a>.
@ -86,27 +85,26 @@
No olvides en pulsar "add a key/añadir una clave".
Comprueba que ha indicado que la clave ha sido añadida.
Ya que muchos ruters periódicamente obtienen las direcciones de estas webs, en unas cuantas horas
otros usuarios serán capaces de encontrar tu eepsite simplemente escribiendo <i>algo</i>.i2p en sus navegadores.</li>
</ul>
<h2>Añadiendo suscripciones a otras libretas de direcciones</h2><ul>
<li>Ya que hablamos de las actualizaciones de las libretas de direcciones, este es buen
otros usuarios serán capaces de encontrar tu eepsite simplemente escribiendo <i>algo</i>.i2p en sus navegadores.</p>
<h2>Añadiendo suscripciones a otras libretas de direcciones</h2>
<p>Ya que hablamos de las actualizaciones de las libretas de direcciones, este es buen
momento para añadir más libretas de direcciones a tu propia
<a href="http://127.0.0.1:7657/susidns/subscriptions.jsp">lista de suscripciones</a>.
Ves a tu página de configuración de suscripciones y añade algunas de estas para la
actualización automática de nuevas eepsites:<ul>
actualización automática de nuevas eepsites:</p><ul>
<li><a href="http://tino.i2p/hosts.txt">http://tino.i2p/hosts.txt</a></li>
<li><a href="http://stats.i2p/cgi-bin/newhosts.txt">http://stats.i2p/cgi-bin/newhosts.txt</a></li>
<li><a href="http://i2host.i2p/cgi-bin/i2hostetag">http://i2host.i2p/cgi-bin/i2hostetag</a></li></ul>
<li>Si tienes prisa y no puedes esperar unas horas, puedes decir a la gente que use los servicios de ayuda de
<p>Si tienes prisa y no puedes esperar unas horas, puedes decir a la gente que use los servicios de ayuda de
redirección "saltos/jump".
Esto hará que funcione en unos minutos tras haber incluido la clave en la libreta de direcciones de
dicha web. Puedes probarlo tu mismo escribiendo <code>http://stats.i2p/cgi-bin/jump.cgi?a=<i>algo</i>.i2p</code>
o <code>http://i2host.i2p/cgi-bin/i2hostjump?<i>algo</i>.i2p</code> en tu navegador.
Una vez que ya funcione ya puedes avisar a otros para que lo utilicen.</li>
<li>Algunas personas comprueban listas de eepsites como
Una vez que ya funcione ya puedes avisar a otros para que lo utilicen.</p>
<p>Algunas personas comprueban listas de eepsites como
<a href="http://inproxy.tino.i2p/status.php">inproxy.tino.i2p/status.php</a> o <a href="http://perv.i2p">perv.i2p</a> en busca
de nuevas eepsites, con lo cual puede ser que empiece a visitarla gente.
Pero hay muchas otras formas de avisar a la gente. Aquí tienes unas cuantas ideas:</li>
Pero hay muchas otras formas de avisar a la gente. Aquí tienes unas cuantas ideas:</p>
<ul>
<li>Escribe un mensaje en el <a href="http://forum.i2p/viewforum.php?f=16">foro de anuncio de Eepsites</a>
en <a href="http://forum.i2p/">forum.i2p</a>.</li>
@ -114,24 +112,24 @@
<li>Escribe una nueva entrada en <a href="http://syndie.i2p2.de/">el nuevo Syndie</a>.</li>
<li>Escribe en la <a href="http://ugha.i2p/EepsiteIndex">Wiki de Ugha</a></li>
</ul>
Date cuenta que algunas webs recomiendan pegar esa clave de destino Base64 larga.
<p>Date cuenta que algunas webs recomiendan pegar esa clave de destino Base64 larga.
Pero si has conseguido poner tu clave en un servicio 'add-key/añadido-de-clave', haberla probado
usando un servicio de 'salto', y esperado 24 horas para que se propague por
las libretas de direcciones de otros, esto no debería ser necesario.</ul>
<h2>Más ayuda</h2><ul>
<li>Si tienes alguna pregunta, puedes mirar en los siguientes sitios para obtener ayuda:</li>
las libretas de direcciones de otros, esto no debería ser necesario.</p>
<h2>Más ayuda</h2>
<p>Si tienes alguna pregunta, puedes mirar en los siguientes sitios para obtener ayuda:</p>
<ul>
<li>Nuestro canal de soporte en el IRC: <ul><li><a href="irc://irc.freenode.net/i2p">#i2p en Freenode</a></li>
<li>Anónimamente a través de nuestro <a href="irc://127.0.0.1:6668/i2p-help">túnel de IRC en I2P</a>.</li></ul>
<li><a href="http://forum.i2p/viewforum.php?f=10">La sección de problemas técnicos</a> en
<a href="http://forum.i2p/">forum.i2p</a>.</li></ul>
</ul><div class="notify">
<div class="notify">
<b>Nota:</b> Esta web y la consola necesitan ser traducidas a TU idioma si esto no ha sido sido hecho ya
o está en progreso de traducirse. Por favor, considere ayudar al crecimiento del proyecto
<a href="http://www.i2p2.i2p/getinvolved.html">ayudando</a> a traducir. Contacta con el proyecto a través
del canal de IRC mostrado más abajo. ¡Gracias!</div>
<hr><div class="footnote">
Documento editado por última vez en: Noviembre del 2010.</div>
</div></div>
</div>
</body>
</html>

View File

@ -1,4 +1,5 @@
<html>
<!DOCTYPE html>
<html lang="fr">
<head>
<title>I2P serveur web anonyme | Bienvenue à votre eepsite</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@ -6,9 +7,7 @@
<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">
<!-- Some of these languages listed here are yet to be translated -->
<a href="index.html"><img src="lib/us.png" title="English" alt="English"></a>
@ -21,8 +20,9 @@
<a href="index_nl.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_sv.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a>
</div>
<h2>Guide rapide pour faire un serveur web anonyme dans I2P</h2>
</div>
<h1>Serveur web anonyme I2P</h1>
<h2>Guide rapide pour faire un serveur web anonyme dans I2P</h2>
<p>Ceci est votre eepsite, fonctionnant sur votre propre serveur web anonyme I2P. Pour le modifier, il suffit d'éditer les fichiers dans <code>~/.i2p/eepsite/docroot/</code> (Linux),
<code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows),
@ -36,11 +36,11 @@
</p>
<h2>Comment configurer et annoncer votre eepsite</h2>
Votre eepsite est par défaut arrêté. 20
<p>Votre eepsite est par défaut arrêté.
Après que vous l'ayez lancé, il sera difficile à trouver par les autres gens, car ils n'a pas de nom et les gens n'ont pas votre longue clé Base64.
Vous pourriez simplement distribuer manuellement aux gens cette longue clé, mais heureusement I2P a un carnet d'adresses
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:</p>
<ul>
<li>Choissisez un nom pour votre eepsite (<i>quelquechose</i>.i2p). N'utilisez que des minuscules.
D'abord, vérifiez dans le carnet d'adresse de votre routeur
@ -71,8 +71,8 @@
ou <code>/Users/(user)/Library/Application Support/i2p</code> (Mac), 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>!</li>
</ul>
<h2>Enregistrer votre propre domaine .I2P</h2><ul>
<li>Maintenant il est temps d'ajouter votre eepsite à un carnet d'adresses hébergé par un site
<h2>Enregistrer votre propre domaine .I2P</h2>
<p>Maintenant il est temps d'ajouter votre eepsite à un carnet d'adresses hébergé par un site
tel que <a href="http://stats.i2p/">stats.i2p</a> ou <a href="http://no.i2p/">no.i2p</a>.
C'est-à-dire que vous devez entrer
le nom de votre eepsite et sa clé dans l'interface web d'un ou plus de ces sites.
@ -83,26 +83,26 @@
Prenez toute la clé.
N'oubliez pas de cliquer sur le bouton de validation (ex: "submit").
Vérifiez que le site montre que la clé a été correctement ajoutée.
Sachant que beaucoup de routeurs récupèrent périodiquement des mises à jour de carnets d'adresses depuis ces sites, en quelques heures d'autres utilisateurs seront capables de trouver et d'accéder à votre eepsite simplement en tapant <i>quelquechose</i>.i2p dans leurs navigateurs web.</li>
</ul><h2>Comment ajouter des abonnements de carnets d'adresses</h2><ul>
<li>En parlant de mises à jour de carnets d'adresses, ce serait un bon moment pour ajouter quelques carnets d'adresses
Sachant que beaucoup de routeurs récupèrent périodiquement des mises à jour de carnets d'adresses depuis ces sites, en quelques heures d'autres utilisateurs seront capables de trouver et d'accéder à votre eepsite simplement en tapant <i>quelquechose</i>.i2p dans leurs navigateurs web.</p>
<h2>Comment ajouter des abonnements de carnets d'adresses</h2>
<p>En parlant de mises à jour de carnets d'adresses, ce serait un bon moment pour ajouter quelques carnets d'adresses
à votre <a href="http://127.0.0.1:7657/susidns/subscriptions.jsp">liste de souscriptions.</a> Allez sur la page appropriée afin d'en a
jouter quelques uns listés ci-dessous afin que votre liste d'hôtes soit mise à jour automatiquement :</li><ul>
jouter quelques uns listés ci-dessous afin que votre liste d'hôtes soit mise à jour automatiquement:</p><ul>
<li><a href="http://tino.i2p/hosts.txt">http://tino.i2p/hosts.txt</a></li>
<li><a href="http://stats.i2p/cgi-bin/newhosts.txt">http://stats.i2p/cgi-bin/newhosts.txt</a></li>
<li><a href="http://i2host.i2p/cgi-bin/i2hostetag">http://i2host.i2p/cgi-bin/i2hostetag</a></li>
<li><a href="http://no.i2p/export/alive-hosts.txt">http://no.i2p/export/alive-hosts.txt</a></li></ul>
<li>Si vous êtes pressé et que vous ne pouvez pas attendre quelques heures, vous pouvez demander aux gens d'utiliser une adresse de service de saut (jump service, service d'aide à la re-direction d'adresse).
<p>Si vous êtes pressé et que vous ne pouvez pas attendre quelques heures, vous pouvez demander aux gens d'utiliser une adresse de service de saut (jump service, service d'aide à la re-direction d'adresse).
Cela marchera en quelques minutes après que vous ayez entré votre clé dans le carnet d'adresses du même site.
Testez-le vous-même en entrant : <code>
Testez-le vous-même en entrant: <code>
http://stats.i2p/cgi-bin/jump.cgi?a=<i>que
lquechose</i>.i2p</code>
ou <code>http://i2host.i2p/cgi-bin/i2hostjump?<i>quelquechose</i>.i2p</code>
dans votre navigateur web.
Dès que cela fonctionnera, vous pourrez en informer les gens.</li>
<li>Certains personnes s'informent des nouveaux eepsites sur des listes telles que
Dès que cela fonctionnera, vous pourrez en informer les gens.</p>
<p>Certains personnes s'informent des nouveaux eepsites sur des listes telles que
<a href="http://inproxy.tino.i2p/status.php">inproxy.tino.i2p/status.php</a> ou <a href="http://perv.i2p">perv.i2p</a>, c'est pourquoi vous pourriez commencer à avoir
quelques visiteurs. Mais il y a beaucoup d'autres manières d'informer les gens. Voici quelques idées :
quelques visiteurs. Mais il y a beaucoup d'autres manières d'informer les gens. Voici quelques idées:</p>
<ul>
<li>Poster un message sur le <a href="http://forum.i2p/viewforum.php?f=16">Eepsite announce forum</a> (forum d'annonce d'eepsite)
situé sur <a href="http://forum.i2p/">forum.i2p</a>.</li>
@ -111,21 +111,21 @@
dans Syndie</a>.</li>
<li>L'ajouter dans <a href="http://ugha.i2p/EepsiteIndex">Ugha's Eepsite Index Wiki</a></li>
</ul>
Notez que certains sites recommandent de coller la longue clé de destination. Vous pouvez si vous voulez,
<p>Notez que certains sites recommandent de coller la longue clé de destination. Vous pouvez si vous voulez,
mais si vous avez déjà réussi à poster la clé sur un service d'ajout de clé (type stats.i2p) et attendu 24 heures afin que la mise à jour de carnet d'adresses
se propage aux autres gens, cela ne devrait pas être nécessaire. </ul>
<h2>Obtenir davantage d'assistance</h2><ul>
<li>Si vous avez d'autres questions, trouvez du soutien à ces endroits :
se propage aux autres gens, cela ne devrait pas être nécessaire.</p>
<h2>Obtenir davantage d'assistance</h2>
<p>Si vous avez d'autres questions, trouvez du soutien à ces endroits:</p>
<ul>
<li>Notre canal IRC de soutien : <ul><li><a href="irc://irc.freenode.net/i2p">#i2p sur Freenode</a></li>
<li>Notre canal IRC de soutien: <ul><li><a href="irc://irc.freenode.net/i2p">#i2p sur Freenode</a></li>
<li>Anonymement via votre <a href="irc://127.0.0.1:6668/i2p">tunnel IRC I2P</a>.</li></ul>
<li><a href="http://forum.i2p/viewforum.php?f=10">Section Technical problems</a> dans
<a href="http://forum.i2p/">forum.i2p</a>.</li></ul>
</ul><div class="notify">
<div class="notify">
<b>Note:</b> cette page, le site web, et la console, ont tous besoin de traductions dans VOTRE langue si ce n'est pas encore fait ni en cours. Veuillez envisager d'aider le projet à grandir en <a href="http://www.i2p2.i2p/getinvolved.html">donnant volontairement de votre temps</a> pour la traduction. Contactez le projet via le canal IRC listé ci-dessus. Merci par avance !</div>
<hr><div class="footnote">
Document dernièrement édité: Mai 2014.</div>
</div></div>
</div>
</body>
</html>

View File

@ -1,13 +1,13 @@
<html>
<!DOCTYPE html>
<html lang="en">
<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" />
<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">
<!-- Some of these languages listed here are yet to be translated -->
<a href="index.html"><img src="lib/us.png" title="English" alt="English"></a>
@ -21,6 +21,7 @@
<a href="index_ru.html"><img src="lib/ru.png" title="Русский" alt="Русский"></a>
<a href="index_sv.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a>
</div>
<h1>I2P Anonymous Webserver</h1>
<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
@ -36,7 +37,6 @@ Please visit our IRC support channel via <a href="irc://irc.freenode.net/i2p">#i
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>

View File

@ -1,4 +1,5 @@
<html>
<!DOCTYPE html>
<html lang="nl">
<head>
<title>I2P Anonieme Webserver | Welkom op je eepsite</title>
<link rel="shortcut icon" href="favicon.ico" />
@ -6,9 +7,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="fairylights">
<div class="main">
<h1>I2P Anonieme Webserver</h1>
<div class="langbar">
<!-- Some of these languages listed here are yet to be translated -->
<a href="index.html"><img src="lib/us.png" title="English" alt="English"></a>
@ -22,7 +21,8 @@
<a href="index_ru.html"><img src="lib/ru.png" title="Русский" alt="Русский"></a>
<a href="index_sv.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a>
</div>
<h2>Korte Handleiding voor Anoniem Webhosten op I2P</h2>
<h1>I2P Anonieme Webserver</h1>
<h2>Korte Handleiding voor Anoniem Webhosten op I2P</h2>
<p>Dit is je eepsite, je eigen anonieme I2P webserver - pas de bestanden onder <code>~/.i2p/eepsite/docroot/</code> (Linux),
<code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows),
@ -38,12 +38,12 @@
</p>
<h2>Hoe je eepsite op te zetten en aan te kondigen</h2>
Je eepsite is standaard gestopt.
<p>Je eepsite is standaard gestopt.
Nadat je tunnel voor je eepsite start, zullen anderen je site nog niet kunnen vinden
want het heeft nog geen naam en ze hebben je erg lange Base64 destination nog niet.
Je zou deze lange destination aan iedereen kunnen vertellen, maar gelukkig heeft
i2p een adresboek en verschillende eenvoudige manieren om anderen over je eepsite te
vertellen. Hier zijn de gedetailleerde instructies.
vertellen. Hier zijn de gedetailleerde instructies.</p>
<ul>
<li>Kies een naam voor je eepsite (<i>mijnsite</i>.i2p). Gebruik alleen kleine letters.
Kijk eerst
@ -66,14 +66,13 @@
<li>Voer de naam in en plak je destination in je
<a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=master">hoofd adresboek</a>.
Klik "Toevoegen" om de destination aan je adresboek toe te voegen.</li>
<li>In je browser, voel je eepsite naam in (<i>mijnsite</i>.i2p) en je komt hier hopelijk weer terug.</li>
<li>Voordat je de rest van de wereld over je nieuwe eepsite vertelt, zorg eerst voor wat content.
<li>In je browser, voel je eepsite naam in (<i>mijnsite</i>.i2p) en je komt hier hopelijk weer terug.</li></ul>
<p>Voordat je de rest van de wereld over je nieuwe eepsite vertelt, zorg eerst voor wat content.
Ga naar <code>~/.i2p/eepsite/docroot/</code> (Linux),
<code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows),
of <code>/Users/(user)/Library/Application Support/i2p</code> (Mac), en vervang de index.html verwijs pagina met je eigen content. Virtual folders werken, dus kan je bestanden vanuit een subdirectory hosten zonder dat je een pagina met links naar deze files moet maken. Mocht je een template nodig hebben voor een basis site, weer vrij om <a href="pagetemplate.html">deze pagina</a> en <a href="lib/">deze content</a> te gebruiken en aan te passen!</li>
</ul>
<h2>Registreer je eigen .I2P Domein</h2><ul>
<li>Nu is het tijd om je eepsite toe te voegen aan een I2P adresboek gehost door een site
of <code>/Users/(user)/Library/Application Support/i2p</code> (Mac), en vervang de index.html verwijs pagina met je eigen content. Virtual folders werken, dus kan je bestanden vanuit een subdirectory hosten zonder dat je een pagina met links naar deze files moet maken. Mocht je een template nodig hebben voor een basis site, weer vrij om <a href="pagetemplate.html">deze pagina</a> en <a href="lib/">deze content</a> te gebruiken en aan te passen!</p>
<h2>Registreer je eigen .I2P Domein</h2>
<p>Nu is het tijd om je eepsite toe te voegen aan een I2P adresboek gehost door een site
zoals <a href="http://stats.i2p/">stats.i2p</a>.
Om dat te doen, voer je eepsite naam en destination in op de web interface van een of meer van deze sites.
Hier is het <a href="http://stats.i2p/i2p/addkey.html">invoer formulier op stats.i2p</a>.
@ -82,22 +81,22 @@
Zorg ervoor dat je het geheel plakt, de destination.
Lees de voorwaarden en klik op de "Submit" button.
Het kan een aantal uren duren (afhankelijk van de voorwaarden van de gebruikte site en de subscription update instellingen van andere routers) waarna anderen je eepsite kunnen vinden door het invoeren van <i>mijnsite</i>.i2p in hun browser.</li>
</ul><h2>Adresboek Subscriptions Toevoegen</h2><ul>
<li>Over adresboek updates gesproken, dit zou een goed moment zijn om wat adresboek subscriptions toe te voegen aan je eigen
<a href="http://127.0.0.1:7657/susidns/subscriptions.jsp">subscription pagina</a>. Ga naar je subscriptions configuratie pagina en voeg een aantal van deze URLs toe om automatisch op de hoogte te blijven van nieuwe hosts:</li><ul>
</p><h2>Adresboek Subscriptions Toevoegen</h2>
<p>Over adresboek updates gesproken, dit zou een goed moment zijn om wat adresboek subscriptions toe te voegen aan je eigen
<a href="http://127.0.0.1:7657/susidns/subscriptions.jsp">subscription pagina</a>. Ga naar je subscriptions configuratie pagina en voeg een aantal van deze URLs toe om automatisch op de hoogte te blijven van nieuwe hosts:</p><ul>
<li><a href="http://tino.i2p/hosts.txt">http://tino.i2p/hosts.txt</a></li>
<li><a href="http://stats.i2p/cgi-bin/newhosts.txt">http://stats.i2p/cgi-bin/newhosts.txt</a></li>
<li><a href="http://i2host.i2p/cgi-bin/i2hostetag">http://i2host.i2p/cgi-bin/i2hostetag</a></ul>
<li>Mocht je haast hebben en niet een aantal uren kunnen wachten, dan kan je gebruik maken van een "jump" adres helper redirection service.
<p>Mocht je haast hebben en niet een aantal uren kunnen wachten, dan kan je gebruik maken van een "jump" adres helper redirection service.
Dit dit werkt al een paar minuten nadat je de destination aan het adresboek van dezelfde site hebt toegevoegd.
Test het eerst zelf door het invoeren van
http://stats.i2p/cgi-bin/jump.cgi?a=<i>mijnsite</i>.i2p of
http://i2host.i2p/cgi-bin/i2hostjump?<i>mijnsite</i>.i2p
<code>http://stats.i2p/cgi-bin/jump.cgi?a=<i>mijnsite</i>.i2p</code> of
<code>http://i2host.i2p/cgi-bin/i2hostjump?<i>mijnsite</i>.i2p</code>
in je browser.
Zodra dit werkt kan je anderen hierover vertellen.</li>
<li>Sommigen kijken op eepsite lijsten zoals
Zodra dit werkt kan je anderen hierover vertellen.</p>
<p>Sommigen kijken op eepsite lijsten zoals
<a href="http://inproxy.tino.i2p/status.php">inproxy.tino.i2p/status.php</a> of <a href="http://perv.i2p">perv.i2p</a> voor nieuwe eepsites, dus kan je zo een aantal bezoekers krijgen.
Maar er zijn genoeg andere manieren om je eepsite te promoten. Hier zijn er een aantal:</li>
Maar er zijn genoeg andere manieren om je eepsite te promoten. Hier zijn er een aantal:</p>
<ul>
<li>Plaats een bericht op het <a href="http://forum.i2p/viewforum.php?f=16">Eepsite announce forum</a>
op <a href="http://forum.i2p/">forum.i2p</a>.</li>
@ -105,18 +104,17 @@
<li>Plaats een bericht op <a href="http://syndie.i2p2.de/">het nieuwe Syndie</a>.</li>
<li>Plaatst het op de <a href="http://ugha.i2p/EepsiteIndex">Ugha's Eepsite Index Wiki</a></li>
</ul>
</ul>
<h2>Verdere assistentie</h2><ul>
<li>In dien je nog vragen hebt, de volgende plaatsen bieden support:
<h2>Verdere assistentie</h2>
<p>In dien je nog vragen hebt, de volgende plaatsen bieden support:</p>
<ul>
<li>Ons IRC support kanaal: <ul><li><a href="irc://irc.freenode.net/i2p">#i2p op Freenode</a></li>
<li>Anoniem via onze eigen <a href="irc://127.0.0.1:6668/i2p">I2P IRC tunnel</a>.</li></ul>
<li>De <a href="http://forum.i2p/viewforum.php?f=10">technical problems</a> afdeling op
<a href="http://forum.i2p/">forum.i2p</a>.</li></ul>
</ul><div class="notify">
<div class="notify">
<b>Noot:</b> Deze pagina, de website en console moeten allemaal vertaald worden in JOUW eigen taal, mocht dit nog niet gedaan zijn. Help de groei van dit project door <a href="http://www.i2p2.i2p/getinvolved.html">bij te dragen</a> aan de vertaling. Neem contact op met het project via het hierboven genoemde IRC kanaal. Alvast bedankt!</div>
<hr><div class="footnote">
Document laatst gewijzigd: November 2010.</div>
</div></div>
</div>
</body>
</html>

View File

@ -1,4 +1,5 @@
<html>
<!DOCTYPE html>
<html lang="ru">
<head>
<title>Анонимный I2P веб-сервер | Добро пожаловать на ваш I2P-сайт</title>
<link rel="shortcut icon" href="favicon.ico" />
@ -6,9 +7,7 @@
<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">
<!-- Some of these languages listed here are yet to be translated -->
<a href="index.html"><img src="lib/us.png" title="English" alt="English"></a>
@ -22,6 +21,7 @@
<a href="index_ru.html"><img src="lib/ru.png" title="Русский" alt="Русский"></a>
<a href="index_sv.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a>
</div>
<h1>Анонимный I2P веб-сервер</h1>
<h2>Краткое руководство по анонимному хостингу сайтов в I2P</h2>
<p>
@ -101,7 +101,6 @@
<hr><div class="footnote">
На основе шаблонов: zzz, 07.10.2009 и dr|z3d, Ноябрь 2010.</div>
</div>
</div>
</body>
</html>

View File

@ -1,4 +1,5 @@
<html>
<!DOCTYPE html>
<html lang="sv">
<head>
<title>I2P Anonym Webbserver | Välkommen till din eepsite</title>
<link rel="shortcut icon" href="favicon.ico" />
@ -6,9 +7,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="fairylights">
<div class="main">
<h1>I2P Anonym Webbserver</h1>
<div class="langbar">
<!-- Some of these languages listed here are yet to be translated -->
<a href="index.html"><img src="lib/us.png" title="English" alt="English"></a>
@ -22,6 +21,7 @@
<a href="index_ru.html"><img src="lib/ru.png" title="Русский" alt="Русский"></a>
<a href="index_sv.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a>
</div>
<h1>I2P Anonym Webbserver</h1>
<h2>Snabb vägledning till anonym webbservning på I2P</h2>
<p>Det här är din eepsite, din egen anonyma I2P-webbserver - redigera bara filerna
@ -38,11 +38,11 @@
</p>
<h2>Att sätta upp och annonsera din eepsajt</h2>
Din eepsajt är stoppad som standard.
<p>Din eepsajt är stoppad som standard.
Efter att du startat den kommer det att vara svårt för att andra att hitta den,
eftersom den inte har ett namn och de inte känner till din mycket långa Base64-nyckel.
Du skulle bara kunna berätta för andra om den långa nyckeln, men tacksamt nog har i2p en
adressbok och många enkla sätt att berätta för folk om din eepsajt. Här är alla stegen.
adressbok och många enkla sätt att berätta för folk om din eepsajt. Här är alla stegen.</p>
<ul>
<li>Välj ett namn åt din eepsajt (<i>ettbranamn</i>.i2p). Små bokstäver.
Kanske vill du först kolla i
@ -77,8 +77,8 @@
varsågod och låna och anpassa
<a href="pagetemplate.html">denna sida</a> och <a href="lib/">det här innehållet</a>!</li>
</ul>
<h2>Registrera din egen .I2P-domän</h2><ul>
<li>Nu är det dags att lägga till din eepsajt till en I2P-adressbok som hostas på en sajt
<h2>Registrera din egen .I2P-domän</h2>
<p>Nu är det dags att lägga till din eepsajt till en I2P-adressbok som hostas på en sajt
som <a href="http://stats.i2p/">stats.i2p</a>.
Alltså, du måste skriva in namn och nyckeln på din eepsajt i ett webbgränssnitt på
en eller flera av dessa sajter.
@ -90,17 +90,17 @@
Kolla att den rapporterar att nyckeln lagts till.
Eftersom många routrar periodiskt skaffar adressboksuppdateringar från dessa sajter
så kommer andra att kunna finna din eepsajt inom ett antal timmar, bara genom att
skriva <i>ettbranamn</i>.i2p i sin webbläsare.</li>
</ul><h2>Att prenumerera på adressböcker</h2><ul>
<li>På tal adressboksuppdateringar, nu vore en bra tidpunkt att lägga till några fler adressböcker
skriva <i>ettbranamn</i>.i2p i sin webbläsare.</p>
<h2>Att prenumerera på adressböcker</h2>
<p>På tal adressboksuppdateringar, nu vore en bra tidpunkt att lägga till några fler adressböcker
till din egen
<a href="http://127.0.0.1:7657/susidns/subscriptions.jsp">prenumerationslista</a>.
Gå till din prenumerationsinställningssida och lägg till ett par av de här för en automatiskt uppdaterad
lista över nya hosts:<ul>
lista över nya hosts:</p><ul>
<li><a href="http://tino.i2p/hosts.txt">http://tino.i2p/hosts.txt</a></li>
<li><a href="http://stats.i2p/cgi-bin/newhosts.txt">http://stats.i2p/cgi-bin/newhosts.txt</a></li>
<li><a href="http://i2host.i2p/cgi-bin/i2hostetag">http://i2host.i2p/cgi-bin/i2hostetag</a></li></ul>
<li>Om du har bråttom och inte kan vänta ett par timmar så kan du säga åt folk att använda en "jump"-adresshjälpar-
<ul><li>Om du har bråttom och inte kan vänta ett par timmar så kan du säga åt folk att använda en "jump"-adresshjälpar-
omdirigeringstjänst.
Detta kommer att funka inom ett par minuter efter att du skrivit in nyckeln i en adressbok på samma sajt.
Prova först själv genom att skriva:
@ -118,11 +118,11 @@
<li>Berätta det för folk på chattkanalen #i2p eller #i2p-chat på IRC.</li>
<li>Säg det i en ny post och lägg den på <a href="http://syndie.i2p2.de/">den nya Syndie</a>.</li>
<li>Lägg det i <a href="http://ugha.i2p/EepsiteIndex">Ugha's Eepsite Index Wiki</a></li>
</ul>
Notera att vissa sajter rekommenderar att du klistrar in den verkligt
</ul></ul>
<p>Notera att vissa sajter rekommenderar att du klistrar in den verkligt
långa destinationsnyckeln. Det kan du om vill - men om du har framgångsrikt har skickat din
nyckel, testat den med en "hopptjänst", och väntat 24 timmar på att adressboken ska börja
propagera sina ändringar till andra, så det borde inte vara nödvändigt.</ul>
propagera sina ändringar till andra, så det borde inte vara nödvändigt.</p>
<h2>Vidare assistans</h2>
<p>
Ifall du har några frågor, så finns följande ställen för support:
@ -138,6 +138,6 @@
<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 2010.</div>
</div></div>
</div>
</body>
</html>

View File

@ -1,14 +1,14 @@
<html>
<!DOCTYPE html>
<html lang="zh">
<head>
<title>I2P匿名网页服务器|欢迎来到您的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">
<link rel="stylesheet" type="text/css" href="lib/eepsite.css" />
<link rel="stylesheet" type="text/css" href="lib/eepsite_zh.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">
<!-- Some of these languages listed here are yet to be translated -->
<a href="index.html"><img src="lib/us.png" title="English" alt="English"></a>
@ -22,6 +22,7 @@
<a href="index_ru.html"><img src="lib/ru.png" title="Русский" alt="Русский"></a>
<a href="index_sv.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a>
</div>
<h1>I2P匿名网页服务器</h1>
<h2>I2P匿名网页服务快速指南</h2>
<p>这是您的eepsite您自己的匿名I2P网络服务器 - 只要编辑 <code>~/.i2p/eepsite/docroot/</code> (Linux),
@ -36,9 +37,9 @@
</p>
<h2>如何设置和宣告您的eepsite</h2>
默认情况下,您的eepsite是停止运行的.
<p>默认情况下,您的eepsite是停止运行的.
您启动它后它将很难被其他人找到因为它没有名称其他人也没有您的很长的Base64密钥.
您可以告诉别人那真的很长的密钥,但值得庆幸的是,I2P有一个地址簿和几个简单的方法来告诉其他人您eepsite.这是详细说明.
您可以告诉别人那真的很长的密钥,但值得庆幸的是,I2P有一个地址簿和几个简单的方法来告诉其他人您eepsite.这是详细说明.</p>
<ul>
<li>为您的eepsite选个名称(<i>something</i>.i2p).全部用小写字母.
您可能要先在<a href="http://127.0.0.1:7657/susidns/addressbook.jsp?book=router&amp;filter=none">这里</a>检查自己路由器的地址簿,
@ -63,8 +64,8 @@
<code>%APPDATA%\I2P\eepsite\docroot\</code> (Windows),
<code>/Users/(user)/Library/Application Support/i2p</code> (Mac), 并用自己的内容替换掉index.html重定向页面.虚拟文件夹会起作用,这样您就可以从一个子目录中提供文件服务而不用明确需要提供链接到文件的一个页面.如果您需要一个基本的网站模板, 请自由借来并适用 <a href="pagetemplate.html">本页</a><a href="lib/">内容</a> !</li>
</ul>
<h2>注册自己的.I2P域名</h2><ul>
<li>现在,是时候把您的eepsite加入到其它网站的I2P地址簿了
<h2>注册自己的.I2P域名</h2>
<p>现在,是时候把您的eepsite加入到其它网站的I2P地址簿了
比如<a href="http://stats.i2p/">stats.i2p</a><a href="http://no.i2p/">no.i2p</a>.
就是,您必须在一个或多个这样网站的网页界面输入您eepsite的名称和密钥.
这是在stats.i2p的<a href="http://stats.i2p/i2p/addkey.html">密钥输入表格</a>.
@ -74,13 +75,13 @@
不要忘记点击“添加一个密钥”.
检查看看是否报告密钥有添加.
由于许多路由器周期性地从这些网站获取更新地址簿,在几个小时内其他人就能够通过在他们的浏览器里简单的输入 <i>something</i>.i2p 来找到您的网站.</li>
</ul><h2>添加地址簿订阅</h2><ul>
<li>说到地址簿更新,这会是个很好的时机来添加些更多的地址簿到您自己的<a href="http://127.0.0.1:7657/susidns/subscriptions.jsp">订阅列表</a>. 到您的订阅配置页面,并添加以下内容以自动更新新主机列表:<ul>
</p><h2>添加地址簿订阅</h2>
<p>说到地址簿更新,这会是个很好的时机来添加些更多的地址簿到您自己的<a href="http://127.0.0.1:7657/susidns/subscriptions.jsp">订阅列表</a>. 到您的订阅配置页面,并添加以下内容以自动更新新主机列表:</p><ul>
<li><a href="http://tino.i2p/hosts.txt">http://tino.i2p/hosts.txt</a></li>
<li><a href="http://stats.i2p/cgi-bin/newhosts.txt">http://stats.i2p/cgi-bin/newhosts.txt</a></li>
<li><a href="http://i2host.i2p/cgi-bin/i2hostetag">http://i2host.i2p/cgi-bin/i2hostetag</a></li>
<li><a href="http://no.i2p/export/alive-hosts.txt">http://no.i2p/export/alive-hosts.txt</a></li></ul>
<li>若您很匆忙不能等待几个小时,您可以告诉别人用“跳转”地址助手重定向服务.
<ul><li>若您很匆忙不能等待几个小时,您可以告诉别人用“跳转”地址助手重定向服务.
这将会在您输入密钥到同一个网站上的地址簿内的几分钟内起作用.
自己先测试一下,在您的浏览器里输入<code>
http://stats.i2p/cgi-bin/jump.cgi?a=<i>something</i>.i2p</code>
@ -94,19 +95,19 @@
<li>在IRC的#i2p 或 #i2p-chat频道告诉人们您的eepsite站点</li>
<li><a href="http://syndie.i2p2.de/">新Syndie</a>上发一个新贴告诉人们您的eepsite站点.</li>
<li>把它放入<a href="http://ugha.i2p/EepsiteIndex">Ugha的 Eepsite 索引 Wiki</a></li>
</ul>
请注意,有些网站推荐贴那很长的目标密钥. 若您愿意您可以-但是,如果您已成功在添加密钥服务里发布您的密钥,使用跳转服务测试过了,并等待了24个小时以便地址簿更新传播给他人,这应该不是很必要.</ul>
<h2>更进一步的援助</h2><ul>
<li>如果您有任何问题,以下地方可提供支持:
</ul></ul>
<p>请注意,有些网站推荐贴那很长的目标密钥. 若您愿意您可以-但是,如果您已成功在添加密钥服务里发布您的密钥,使用跳转服务测试过了,并等待了24个小时以便地址簿更新传播给他人,这应该不是很必要.</p>
<h2>更进一步的援助</h2>
<p>如果您有任何问题,以下地方可提供支持:</p>
<ul>
<li>我们的 IRC 支持频道: <ul><li><a href="irc://irc.freenode.net/i2p">在Freenode上的 #i2p </a></li>
<li>匿名的,通过您常驻的 <a href="irc://127.0.0.1:6668/i2p-help">I2P IRC隧道</a>.</li></ul>
<li><a href="http://forum.i2p/viewforum.php?f=10">技术问题部分</a>
<a href="http://forum.i2p/">forum.i2p</a>.</li></ul>
</ul><div class="notify">
<div class="notify">
<b>注:</b> 本页, 网站和控制台都需要翻译成您的语言,如果不是已经完成或在进展中,请考虑<a href="http://www.i2p2.i2p/getinvolved.html">奉献您的时间</a>来翻译 以帮助项目的成长. 请通过上面列出的IRC频道联系项目组. 先谢谢了!</div>
<hr><div class="footnote">
文件最后编辑2014.06</div>
</div></div>
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 B

View File

@ -1,48 +1,279 @@
body { background-color:#000000; color: #ffffe0; margin-left: 8.7%; margin-right: 8.7%; margin-top: 6%; margin-bottom: 6%; text-align: justify; background-image: url(bg.png); }
body {
margin: 6% 8.7%;
margin: 25px 10%;
text-align: justify;
color: #ffffe0;
background: #210800 url(bg.png);
background-size: 120px 120px;
}
body,h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote {font-family: "Segoe UI", Ubuntu, "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; }
body, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, div, td, th, address, blockquote {
font-family: "Droid Sans", "Noto Sans", Ubuntu, 'Segoe UI', 'Bitstream Vera Sans', Verdana, 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.09em; 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; }
h1 {
font-size: 23pt;
margin: 5px 0 20px;
padding: 20px 0 5px 48px;
white-space: nowrap;
letter-spacing: .05em;
border-bottom: 1px solid #5f3423;
background-image: url(itoopie.png);
background-repeat: no-repeat;
background-position: left 5px bottom 5px;
text-shadow: 0 0 24px rgba(255, 96, 48, .9);
text-shadow: 2px 2px 1px #110500 !important;
}
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; }
h2 {
font-size: 12pt;
font-variant: small-caps;
margin-bottom: 10px;
padding: 5px 10px;
letter-spacing: .09em;
text-transform: capitalize;
border: 1px solid #5f3423;
border-radius: 2px;
background: #110500 url(h2bg.png) right center no-repeat;
background: url(h2bg.png) right 1px center no-repeat, linear-gradient(to bottom, #2f160c 50%, #110500 50%);
box-shadow: inset 0 0 0 1px #000;
background-size: auto 112%, 100% 100%;
filter: drop-shadow(0 0 1px #000);
-webkit-filter: drop-shadow(0 0 1px #000);
}
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; min-width: 570px; 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; min-width: 625px;}
code {font-size: 9pt; font-weight: bold; color: yellow;}
h3 {
font-size: 11pt;
}
h4 {
font-size: 10pt;
padding: 4px 10px;
letter-spacing: .09em;
text-transform: capitalize;
border: 1px solid #5f3423;
border-radius: 2px;
background: #110500 url(h2bg.png) right center no-repeat;
background: url(h2bg.png) right 1px center no-repeat, linear-gradient(to bottom, #2f160c 50%, #110500 50%);
box-shadow: inset 0 0 0 1px #000;
background-size: auto 112%, 100% 100%;
filter: drop-shadow(0 0 1px #000);
-webkit-filter: drop-shadow(0 0 1px #000);
vertical-align: middle;
}
h5 {
font-size: 10pt;
}
p, ul, ol, li, dl, dt, dd, div, td, th, address, blockquote {
font-size: 10pt;
}
a.footref {
font-size: 70%;
}
a:link {
text-decoration: none;
outline: none;
color: #ffc266;
}
a:visited {
text-decoration: none;
color: #ffd699;
}
a:active {
text-decoration: none;
color: #f90;
}
a:hover, a:focus {
text-decoration: none;
color: #fb0;
}
a:focus {
text-decoration: underline;
}
a.nonexistent {
text-decoration: underline;
color: #ffffe0;
}
a.nonexistent:visited {
text-decoration: none;
color: #ffffe0;
}
a {
font-size: 10pt;
font-weight: bold;
}
dl.contents {
margin-top: 0;
}
dt.contents {
margin-bottom: 0;
}
em {
font-style: italic;
}
li, dt {
margin: 8px 0;
padding-right: 25px;
list-style: square;
}
p {
padding: 0 10px;
}
p, ul {
line-height: 130%;
}
p.verse {
margin-left: 8.7%;
white-space: pre;
}
pre {
font-family: monospace;
margin-left: 8.7%;
white-space: pre;
}
strong {
font-weight: bold;
}
table {
width: 100%;
}
td {
overflow: hidden;
vertical-align: top;
border: 0 solid #000;
}
ul {
margin: 10px 0;
list-style-type: square;
}
hr {
height: 1px;
margin: 5px 0;
color: #5f3423;
border: 0 solid #5f3423;
background: #5f3423;
}
div.langbar {
font-size: 8.5pt;
text-align: right;
display: block;
width: auto;
padding: 5px 10px 5px 5px;
float: right;
margin: -6px -26px 0 0;
border: 1px solid #fb7;
border: 1px solid #7f462f;
background: #310;
border-radius: 0 2px 0 0;
box-shadow: inset 0 0 0 3px #000;
}
div.langbar a {
font-size: 8.5pt;
outline: none;
}
div.langbar img {
padding: 3px 5px 0;
opacity: .7;
border: 0;
}
div.langbar img:hover, .langbar a:focus img {
opacity: 1 !important;
}
div.langbar img:last-child {
padding-right: 0;
}
div.sidenav {
float: right;
width: 200px;
border: 1px solid #7f462f;
}
div.main {
font-size: 10pt;
min-width: 570px;
padding: 5px 25px 10px 25px;
border: 2px solid #220800;
border: 1px solid #fb7;
border: 1px solid #7f462f;
border-radius: 2px;
background: #220800 url(brown.png);
background: linear-gradient(to bottom, rgba(47, 18, 6, 0.3), rgba(47, 18, 6, 0.5)), url(brown.png);
background-size: 100% 100%, 120px 120px;
box-shadow: inset 0 0 1px 0 #220800;
box-shadow: inset 0 0 0 3px #000;
filter: drop-shadow(0 0 5px #000);
-webkit-filter: drop-shadow(0 0 5px #000);
}
div.footnote {
font-size: 8pt;
font-style: italic;
text-align: right;
}
div.notify {
margin: 15px 0 15px 0;
padding: 10px;
border: 1px solid #940;
border-radius: 2px;
background: #440a00;
box-shadow: inset 0 0 0 1px #000;
filter: drop-shadow(0 0 1px #000);
-webkit-filter: drop-shadow(0 0 1px #000);
}
code {
font-size: 9pt;
font-weight: bold;
color: #ff5;
text-shadow: 1px 1px 1px #000;
}
#navbar {
border: 1px solid #7f462f;
border-left: none;
border-right: none;
margin: -6px -22px 0;
border-radius: 2px 2px 0 0;
text-align: center;
}
#navbar a {
border: 1px solid #7f462f;
display: inline-block;
padding: 8px 10px;
margin: -1px;
background: #000;
text-decoration: none;
outline: none;
}

View File

@ -0,0 +1,45 @@
body, p, li, a {
font-size: 12pt;
line-height: 160%;
font-weight: normal;
letter-spacing: 0.08em;
}
.langbar, h1 {
line-height: 130%;
}
.langbar {
padding-bottom: 2px !important;
}
h2 {
font-size: 16pt;
font-weight: normal;
}
p {
padding: 0 15px;
}
li {
padding-right: 35px;
margin-left: 15px;
}
code {
font-size: 11pt;
font-weight: normal;
}
.notify {
font-size: 14pt;
line-height: 150%;
font-weight: normal;
padding: 10px 15px !important;
}
.footnote {
font-size: 10pt !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 512 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

View File

@ -0,0 +1,121 @@
body {
background: #235;
color: #333;
font-family: sans-serif;
margin: 0;
}
h1 {
text-shadow: 1px 1px 1px #000;
font-size: 12pt;
color: #fff;
width: auto;
padding: 5px 5px 5px 30px;
background: #227 url(itoopie.png) 5px center no-repeat;
background-size: auto 80%, 100% 100%;
}
a {
text-decoration: none;
outline: none;
color: #620;
}
a:hover, a:focus {
color: #d40;
}
a:visited {
color: #a20;
}
table {
border-collapse: collapse;
font-size: 10pt;
width: 100%;
margin-top: -11px;
color: #333;
}
tr {
border: 1px solid #337;
}
tr:hover td {
background: #ffd;
color: #111;
}
tr:nth-child(odd) {
background: #eee;
}
tr:nth-child(even) {
background: #fff;
}
td {
padding: 5px;
text-align: right;
white-space: nowrap;
}
td:first-child {
width: 90%;
white-space: nowrap;
text-align: left;
}
td:last-child {
text-align: right;
font-style: italic;
/* display: none;*/
}
td:first-child a {
display: inline-block;
padding: 0 0 0 25px;
width: 100%;
background: url(resources/file.png) left center no-repeat;
}
td:first-child a[href$="/"] {
background: url(resources/folder.png) left center no-repeat;
}
td:first-child a:hover[href$="/"] {
background: url(resources/folder_open.png) left center no-repeat;
}
td:first-child a[href$=".png"],
td:first-child a[href$=".jpg"],
td:first-child a[href$=".gif"] {
background: url(resources/image.png) left center no-repeat;
}
td:first-child a[href$=".txt"],
td:first-child a[href$=".css"],
td:first-child a[href$=".html"],
td:first-child a[href$=".htm"],
td:first-child a[href$=".css"] {
background: url(resources/image.png) left center no-repeat;
}
td:first-child a[href$=".wav"],
td:first-child a[href$=".mp3"],
td:first-child a[href$=".mpa"],
td:first-child a[href$=".wma"],
td:first-child a[href$=".ape"] {
background: url(resources/audio.png) left center no-repeat;
}
td:first-child a[href$=".mpg"],
td:first-child a[href$=".mp4"],
td:first-child a[href$=".mov"],
td:first-child a[href$=".wmv"],
td:first-child a[href$=".flv"],
td:first-child a[href$=".avi"],
td:first-child a[href$=".webm"],
td:first-child a[href$=".divx"] {
background: url(resources/video.png) left center no-repeat;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 670 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 616 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 B

View File

@ -5,30 +5,16 @@
<link rel="stylesheet" type="text/css" href="lib/eepsite.css" />
</head>
<body>
<div class="fairylights">
<div class="main">
<div id="navbar"><a href="#">Link 1</a><a href="#">Link 2</a><a href="#" target="_blank">Link 3</a><a href="/help">Help</a></div>
<h1>MY EEPSITE</h1>
<div class="langbar">
<!-- Some 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_de.html"><img src="lib/de.png" title="Deutsch" alt="Deutsch"></a>
<a href="index_es.html"><img src="lib/es.png" title="Español" alt="Español"></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/ir.png" title="فارسی" alt="فارسی"></a>
<a href="index_na.html"><img src="lib/jp.png" title="日本語" alt="日本語"></a>
<a href="index_nl.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_sv.html"><img src="lib/se.png" title="Svenska" alt="Svenska"></a>
<a href="index_zh.html"><img src="lib/cn.png" title="中文" alt="中文"></a>
</div>
<h2>Words and pictures and stuff</h2>
Your cool stuff here...
<p>Your cool stuff here...</p>
<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>