diff --git a/installer/resources/eepsite/docroot/help/index.html b/installer/resources/eepsite/docroot/help/index.html index 61de18dc743488872462cd6a2d9bdf7623708485..813f8b4e8015c3004ed8fbee35c4d5abd21999ff 100644 --- a/installer/resources/eepsite/docroot/help/index.html +++ b/installer/resources/eepsite/docroot/help/index.html @@ -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> - - <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> - - <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&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> + <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="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&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> \ No newline at end of file diff --git a/installer/resources/eepsite/docroot/help/index_de.html b/installer/resources/eepsite/docroot/help/index_de.html index 476e4d7a99e5ef9e54589e4ca50d34ec6861667e..381549407e2844350f0b18c7c91b3ee41cbb60fd 100644 --- a/installer/resources/eepsite/docroot/help/index_de.html +++ b/installer/resources/eepsite/docroot/help/index_de.html @@ -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), diff --git a/installer/resources/eepsite/docroot/help/index_es.html b/installer/resources/eepsite/docroot/help/index_es.html index 1fcd8a9da128664755b11e4d799737ef63c39528..cb4f152c21aab3d95f9235565bc61b237a572623 100644 --- a/installer/resources/eepsite/docroot/help/index_es.html +++ b/installer/resources/eepsite/docroot/help/index_es.html @@ -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> diff --git a/installer/resources/eepsite/docroot/help/index_fr.html b/installer/resources/eepsite/docroot/help/index_fr.html index 5c609155402874c4cc0e2443903e77080241eb90..6def27692cb27ba419bbd6741bfa9cd15cc199cd 100644 --- a/installer/resources/eepsite/docroot/help/index_fr.html +++ b/installer/resources/eepsite/docroot/help/index_fr.html @@ -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> diff --git a/installer/resources/eepsite/docroot/help/index_na.html b/installer/resources/eepsite/docroot/help/index_na.html index 06da52e8960e37731928a713d8e406869144b4bb..f3d829d614871b803bd4aeb9125e482cd2541763 100644 --- a/installer/resources/eepsite/docroot/help/index_na.html +++ b/installer/resources/eepsite/docroot/help/index_na.html @@ -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> diff --git a/installer/resources/eepsite/docroot/help/index_nl.html b/installer/resources/eepsite/docroot/help/index_nl.html index f2a96e7b04deba3e9c09e8eca4d4678feb7f2034..a9eda0f0f837c670f86741c496a6d099cf5a86fe 100644 --- a/installer/resources/eepsite/docroot/help/index_nl.html +++ b/installer/resources/eepsite/docroot/help/index_nl.html @@ -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> diff --git a/installer/resources/eepsite/docroot/help/index_ru.html b/installer/resources/eepsite/docroot/help/index_ru.html index fb43e9ea87d608422128565d9f0ceb5167f5b822..097f4b86a454900c92770e5f986a3a5f25f097cd 100644 --- a/installer/resources/eepsite/docroot/help/index_ru.html +++ b/installer/resources/eepsite/docroot/help/index_ru.html @@ -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> diff --git a/installer/resources/eepsite/docroot/help/index_sv.html b/installer/resources/eepsite/docroot/help/index_sv.html index 39e4084351506a14641abfe79b45ed0960eff1ab..b624629274d913a75fb804cf3ff2f744adb2b6bb 100644 --- a/installer/resources/eepsite/docroot/help/index_sv.html +++ b/installer/resources/eepsite/docroot/help/index_sv.html @@ -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> diff --git a/installer/resources/eepsite/docroot/help/index_zh.html b/installer/resources/eepsite/docroot/help/index_zh.html index c3a6ff2cb764e58db56db95b346ec7398c551bb4..25cb14bf0e2e7186a589f58f4ab2d6a62b06abeb 100644 --- a/installer/resources/eepsite/docroot/help/index_zh.html +++ b/installer/resources/eepsite/docroot/help/index_zh.html @@ -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&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> diff --git a/installer/resources/eepsite/docroot/help/lib/cn.png b/installer/resources/eepsite/docroot/help/lib/cn.png new file mode 100644 index 0000000000000000000000000000000000000000..89144146219e6fbec7eaa89e1bf4b073d299569e Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/cn.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/de.png b/installer/resources/eepsite/docroot/help/lib/de.png new file mode 100644 index 0000000000000000000000000000000000000000..ac4a977362738ca7daa20784717f10f9617136b4 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/de.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/eepsite.css b/installer/resources/eepsite/docroot/help/lib/eepsite.css index 80558fa3f18b7ef0a5ffc21cac666a52d17c0de8..935b4c0d15207f141273893bff7bc800de361831 100644 --- a/installer/resources/eepsite/docroot/help/lib/eepsite.css +++ b/installer/resources/eepsite/docroot/help/lib/eepsite.css @@ -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,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; } - -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; } - -a.footref { font-size: 70%; } -a:link { color:#ffc266; text-decoration:none; } -a:visited { color:#ffd699; text-decoration:none; } -a:active { color:#ff9900; text-decoration:none; } -a:hover { color:#ffbb00; text-decoration:underline; } -a.nonexistent { color: #ffffe0; text-decoration:underline; } -a.nonexistent:visited { color: #ffffe0; text-decoration:none; } -a { font-weight: bold; font-size: 10pt; } - -dl.contents { margin-top: 0; } -dt.contents { margin-bottom: 0; } -em { font-style: italic; } -li,dt { margin: 4px 0; padding-right: 25px; list-style: square;} -p.footnote { font-size: 90%; } -p.verse { white-space: pre; margin-left: 8.7%; } -pre { font-family: monospace; white-space: pre; margin-left: 8.7%; } -strong { font-weight: bold; } -table { width:100%; }png -td { border:0px solid #000; vertical-align:top; overflow:hidden; } -ul { list-style-type: disc; margin: 10px 0;} -/* -body { border: 1px solid #ffbb77; -moz-border-radius: 5px; padding: 25px; font-size: 9.5pt; -moz-box-shadow: inset 0px 0px 1px 0px #ffbb77; background-image: url(bg.png); background-repeat: no-repeat; background-position: center center;line-height: 135%; background-attachment: fixed;} -*/ -hr { color: #fb7; background: #fb7; height: 1px; border: 0px solid #fb7; margin: 5px 0; } -div.langbar { margin-top: -25px; text-align: right; font-size: 8.5pt; } -div.langbar a { font-size: 8.5pt; outline: none;} -div.langbar img { border: 0; padding: 4px 2px 0 2px; opacity: 0.7; } -div.langbar img:hover { opacity: 1; } -div.langbar img:last-child { padding-right: 0; } -div.main { border: 2px solid #220800; -moz-border-radius: 5px; padding: 5px 25px 20px 25px; font-size: 9.5pt; -moz-box-shadow: inset 0px 0px 1px 0px #220800; background-color: #220800; 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;} +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: "Droid Sans", "Noto Sans", Ubuntu, 'Segoe UI', 'Bitstream Vera Sans', Verdana, Helvetica, sans-serif; +} +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; +} + +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); +} + +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; +} \ No newline at end of file diff --git a/installer/resources/eepsite/docroot/help/lib/eepsite_zh.css b/installer/resources/eepsite/docroot/help/lib/eepsite_zh.css new file mode 100644 index 0000000000000000000000000000000000000000..19a65d2b88bc5cdfb7bc3ea7933dcf14034909f7 --- /dev/null +++ b/installer/resources/eepsite/docroot/help/lib/eepsite_zh.css @@ -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; + } + \ No newline at end of file diff --git a/installer/resources/eepsite/docroot/help/lib/es.png b/installer/resources/eepsite/docroot/help/lib/es.png new file mode 100644 index 0000000000000000000000000000000000000000..c2de2d7111e3cb59cf6511dd2ab045e824bdb43e Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/es.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/fr.png b/installer/resources/eepsite/docroot/help/lib/fr.png new file mode 100644 index 0000000000000000000000000000000000000000..8332c4ec23c853944c29b02d7b32a88033f48a71 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/fr.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/ir.png b/installer/resources/eepsite/docroot/help/lib/ir.png new file mode 100644 index 0000000000000000000000000000000000000000..c5fd136aee534ecb59914e336cad18d18ead2a4a Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/ir.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/it.png b/installer/resources/eepsite/docroot/help/lib/it.png new file mode 100644 index 0000000000000000000000000000000000000000..89692f74f051cd43503744c3dab65c8ba773b7e2 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/it.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/jetty-dir.css b/installer/resources/eepsite/docroot/help/lib/jetty-dir.css new file mode 100644 index 0000000000000000000000000000000000000000..565297cfa648c0f3352284f69eb7241f2823a98a --- /dev/null +++ b/installer/resources/eepsite/docroot/help/lib/jetty-dir.css @@ -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; +} diff --git a/installer/resources/eepsite/docroot/help/lib/jp.png b/installer/resources/eepsite/docroot/help/lib/jp.png new file mode 100644 index 0000000000000000000000000000000000000000..325fbad3ffd3075a4a84d8d898ad26ef7d3e0d56 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/jp.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/nl.png b/installer/resources/eepsite/docroot/help/lib/nl.png new file mode 100644 index 0000000000000000000000000000000000000000..fe44791e32b790949b0317ab3c258864b9024ebe Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/nl.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/resources/audio.png b/installer/resources/eepsite/docroot/help/lib/resources/audio.png new file mode 100644 index 0000000000000000000000000000000000000000..e2618819b8cb5acb912f68817bce3e3478d4df08 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/resources/audio.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/resources/file.png b/installer/resources/eepsite/docroot/help/lib/resources/file.png new file mode 100644 index 0000000000000000000000000000000000000000..a63dcbac52d64039fb7af18222345f1e740a87c3 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/resources/file.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/resources/folder.png b/installer/resources/eepsite/docroot/help/lib/resources/folder.png new file mode 100644 index 0000000000000000000000000000000000000000..87ff12017cecef023337de505cf617cc42300f09 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/resources/folder.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/resources/folder_open.png b/installer/resources/eepsite/docroot/help/lib/resources/folder_open.png new file mode 100644 index 0000000000000000000000000000000000000000..dc05885d64710472f4f59309e04fac48008efce4 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/resources/folder_open.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/resources/image.png b/installer/resources/eepsite/docroot/help/lib/resources/image.png new file mode 100644 index 0000000000000000000000000000000000000000..9665bb71d1b7127b3637a0ceb4e2fe7a9432809a Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/resources/image.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/resources/pdf.png b/installer/resources/eepsite/docroot/help/lib/resources/pdf.png new file mode 100644 index 0000000000000000000000000000000000000000..7f9d7effd5214b290313224fad6189182ecf0cf4 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/resources/pdf.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/resources/text.png b/installer/resources/eepsite/docroot/help/lib/resources/text.png new file mode 100644 index 0000000000000000000000000000000000000000..0c2bbbf6c1e658607d05ab70a782d551f8e0540e Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/resources/text.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/resources/video.png b/installer/resources/eepsite/docroot/help/lib/resources/video.png new file mode 100644 index 0000000000000000000000000000000000000000..d34c1816e6c19ae46d4a6b49c6db0f6f1f2bc0b3 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/resources/video.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/ru.png b/installer/resources/eepsite/docroot/help/lib/ru.png new file mode 100644 index 0000000000000000000000000000000000000000..47da4214fd9edb383687c1d4f84fe8b42a51ceb2 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/ru.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/se.png b/installer/resources/eepsite/docroot/help/lib/se.png new file mode 100644 index 0000000000000000000000000000000000000000..1994653dac1fc1c6ee3c9fcb35c8af97f16eefc7 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/se.png differ diff --git a/installer/resources/eepsite/docroot/help/lib/us.png b/installer/resources/eepsite/docroot/help/lib/us.png new file mode 100644 index 0000000000000000000000000000000000000000..10f451fe85c41c6c9a06d543a57114ae2f87ecc1 Binary files /dev/null and b/installer/resources/eepsite/docroot/help/lib/us.png differ diff --git a/installer/resources/eepsite/docroot/help/pagetemplate.html b/installer/resources/eepsite/docroot/help/pagetemplate.html index 31793baf78973fec07ec0699ecac3411613c79c1..7e529483c9771954021b862a4badc3460d8bf462 100644 --- a/installer/resources/eepsite/docroot/help/pagetemplate.html +++ b/installer/resources/eepsite/docroot/help/pagetemplate.html @@ -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>