Files
i2p.i2p/installer/resources/eepsite/docroot/help/index_na.html
zzz 92b9d0a996 First cut at migrating to Jetty 6 and prep for using an external
Jetty 6 package.

- Add several jars from the Jetty 6 distribution
- Update jetty.xml
- Add context XML files
- Update WorkingDir to migrate the content XML files
- Update RouterConsoleRunner and LocaleWebAppHandler
- Remove all old Jetty 5.1.15 local mods;
  this will break Seedless using a custom Server() constructor
- Update I2PRequestLog to be a mod of NCSARequestLog from 6.1.26
- Put I2PRequestLog in its own jar
- Copy MultiPartRequest and other required classes from Jetty 5.1.15
  and add it to susimail, as the replacement MultiPartFilter in
  Jetty 6 is difficult to migrate to, and does not support content-type
- Update i2psnark for Jetty 6
- Disable i2psnark RunStandalone, unused and instantiated Jetty 5
- Fix up all webapp build.xml to reference new jars

Not yet working: Plugin/webapp run detection and stopping, eepsite CGI
Not well tested: Plugins, classpaths, webapps
2011-12-23 00:56:48 +00:00

44 lines
2.2 KiB
HTML

<html>
<head>
<title>I2P Anonymous Webserver | I'm a non-translated welcome page</title>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="lib/eepsite.css" />
</head>
<body>
<div class="fairylights">
<div class="main">
<h1>I2P Anonymous Webserver</h1>
<div class="langbar">
<!-- Most of these languages listed here are yet to be translated -->
<a href="index.html"><img src="lib/us.png" title="English" alt="English"></a>
<a href="index_na.html"><img src="lib/cn.png" title="中文" alt="中文"></a>
<a href="index_de.html"><img src="lib/de.png" title="Deutsch" alt="Deutsch"></a>
<a href="index_fr.html"><img src="lib/fr.png" title="Français" alt="Français"></a>
<a href="index_na.html"><img src="lib/es.png" title="Español" alt="Español"></a>
<a href="index_na.html"><img src="lib/it.png" title="Italiano" alt="Italiano"></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_na.html"><img src="lib/ir.png" title="فارسی" alt="فارسی"></a>
<a href="index_na.html"><img src="lib/jp.png" title="日本語" alt="日本語"></a>
</div>
<h2>Help translate this page into your language!</h2>
<div class="notify">
If you're viewing this page and not an actual translation of the welcome page into your
native tongue, that's because it hasn't been done yet! I2P
needs your help! Please consider helping I2P become more accessible
to non-English speakers by volunteering some time translating the following :
<ul>
<li><a href="http://www.i2p2.i2p">the website</a> </li>
<li><a href="http://127.0.0.1:7657">the console</a></li>
<li><a href="index.html">the eepsite quick guide</a></li></ul>
Please visit our IRC support channel via <a href="irc://irc.freenode.net/i2p">#i2p on Freenode</a> or
anonymously via your resident <a href="irc://127.0.0.1:6668/i2p">I2P IRC tunnel</a> for more information.</div>
<hr><div class="footnote">
Document last edited: November 2009.</div>
</div>
</div>
</body>
</html>