This commit is contained in:
zzz
2012-05-03 13:08:46 +00:00
parent f04820d728
commit 0a848e3ae0
19 changed files with 267 additions and 158 deletions

View File

@ -13,30 +13,40 @@ Java Runtime 1.5 or higher.
or type <tt>java -version</tt> at your command prompt. or type <tt>java -version</tt> at your command prompt.
<h3>Clean installs</h3> <h3>Clean installs</h3>
<ul class="downloadlist"> <ul class="downloadlist">
<li>Graphical installer:<br /> <li><b>Windows Graphical installer:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.8.13.exe">i2pinstall_0.8.13.exe</a> <a href="http://mirror.i2p2.de/i2pinstall_0.9_windows.exe">i2pinstall_0.9_windows.exe</a>
(SHA256 (SHA256
648a552ee009e9648aba0666c05e2f71e442a714716659a0ca4f60aca87bda50 006a306a2c5a449cce6a19378da5e74b8aa216ba5a9383a4c2cb66dfead2e736
<a href="http://mirror.i2p2.de/i2pinstall_0.8.13.exe.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2pinstall_0.9_windows.exe.sig">sig</a>)<br />
Download that file and run it.<br /> <br />If you're not on windows you can Download that file and run it.
type <code>java -jar i2pinstall_0.8.13.exe</code> in a terminal to run the </li>
installer. Mac users can avoid going to the terminal by renaming the
downloaded file to end with <code>.jar</code> and then double-clicking the <li><b>Linux / OS X / BSD / Solaris Graphical installer:</b><br />
installer. On other platforms you may be able to right-click and select <a href="http://mirror.i2p2.de/i2pinstall_0.9.jar">i2pinstall_0.9.jar</a>
(SHA256
6175c50a306cbd6ebe6eba40965408bd3f87f3ecd0f6199d7a927099c21d73c0
<a href="http://mirror.i2p2.de/i2pinstall_0.9.jar.sig">sig</a>)<br />
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_0.9.jar</code> in a terminal to run the
installer.
On some platforms you may be able to right-click and select
&quot;Open with Java&quot;.</li> &quot;Open with Java&quot;.</li>
<li>Command line (headless) install:<br />
<li><b>Linux / OS X / BSD / Solaris Command line (headless) install:</b><br />
Download the graphical installer file above and Download the graphical installer file above and
run <code>java -jar i2pinstall_0.8.13.exe -console</code> from the command line. run <code>java -jar i2pinstall_0.9.jar -console</code> from the command line.
This will work on windows. linux, and mac (yes really).</li> </li>
<li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li> <li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li>
<li>Source install:<br />
<a href="http://mirror.i2p2.de/i2psource_0.8.13.tar.bz2">i2psource_0.8.13.tar.bz2</a> <li><b>Source install:</b><br />
<a href="http://mirror.i2p2.de/i2psource_0.9.tar.bz2">i2psource_0.9.tar.bz2</a>
(SHA256 (SHA256
bdd510cc47b2cd78aa8d994e27694185c1f2deb48b049d61a93a795932ce5712 8a3654a13781a9aacf9db94081e057be73322f88db2931eba4f2cfa467ead429
<a href="http://mirror.i2p2.de/i2psource_0.8.13.tar.bz2.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2psource_0.9.tar.bz2.sig">sig</a>)<br />
Alternately, you can fetch the source from <a href="newdevelopers">monotone</a>. Alternately, you can fetch the source from <a href="newdevelopers">monotone</a>.
<br /> <br />
Run <code>(tar xjvf i2psource_0.8.13.tar.bz2 ; cd i2p-0.8.13 ; ant pkg)</code> then either Run <code>(tar xjvf i2psource_0.9.tar.bz2 ; cd i2p-0.9 ; ant pkg)</code> then either
run the GUI installer or headless install as above</li> run the GUI installer or headless install as above</li>
</ul> </ul>
@ -109,10 +119,10 @@ receive the release.
<h3>Updates from earlier releases (manual method):</h3> <h3>Updates from earlier releases (manual method):</h3>
<ol> <ol>
<li>Download <a href="http://mirror.i2p2.de/i2pupdate_0.8.13.zip">i2pupdate_0.8.13.zip</a> <li>Download <a href="http://mirror.i2p2.de/i2pupdate_0.9.zip">i2pupdate_0.9.zip</a>
(SHA256 (SHA256
36683d906ac121fd28ac5600218aec943da154cb0230f274f0e2a7c6cc6fb8a5 234d4c0ad1736b389349c702bfcf70511e72770a414b0afe7e9f5e1f5ebca97d
<a href="http://mirror.i2p2.de/i2pupdate_0.8.13.zip.sig">sig</a>) to your I2P <a href="http://mirror.i2p2.de/i2pupdate_0.9.zip.sig">sig</a>) to your I2P
installation directory and <b>rename as i2pupdate.zip</b>. installation directory and <b>rename as i2pupdate.zip</b>.
(alternately, you can get the source as above and run "ant updater", then copy the (alternately, you can get the source as above and run "ant updater", then copy the
resulting i2pupdate.zip to your I2P installation directory). You do resulting i2pupdate.zip to your I2P installation directory). You do

View File

@ -13,26 +13,43 @@
أو تنفيذ الأمر <tt>java -version</tt> في سطر الأوامر لديك أو تنفيذ الأمر <tt>java -version</tt> في سطر الأوامر لديك
<h3>التثبيت لأول مرة</h3> <h3>التثبيت لأول مرة</h3>
<ul class="downloadlist"> <ul class="downloadlist">
<li>التثبيت عن طريق الواجهة الرسومية :<br /> <li><b>Windows</b> التثبيت عن طريق الواجهة الرسومية :<br />
<a href="http://mirror.i2p2.de/i2pinstall_0.8.13.exe">i2pinstall_0.8.13.exe</a> <a href="http://mirror.i2p2.de/i2pinstall_0.9_windows.exe">i2pinstall_0.9_windows.exe</a>
(SHA256 (SHA256
648a552ee009e9648aba0666c05e2f71e442a714716659a0ca4f60aca87bda50 006a306a2c5a449cce6a19378da5e74b8aa216ba5a9383a4c2cb66dfead2e736
<a href="http://mirror.i2p2.de/i2pinstall_0.8.13.exe.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2pinstall_0.9_windows.exe.sig">sig</a>)
</li>
<li><b>Linux / OS X / BSD / Solaris</b> التثبيت عن طريق الواجهة الرسومية :<br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.jar">i2pinstall_0.9.jar</a>
(SHA256
6175c50a306cbd6ebe6eba40965408bd3f87f3ecd0f6199d7a927099c21d73c0
<a href="http://mirror.i2p2.de/i2pinstall_0.9.jar.sig">sig</a>)<br />
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_0.9.jar</code> in a terminal to run the
installer.
On some platforms you may be able to right-click and select
&quot;Open with Java&quot;.
حمل الملف و نفّذه ،و اذا كان نظام التشغيل لديك غير ويندوز نفّذ الأمر التالي حمل الملف و نفّذه ،و اذا كان نظام التشغيل لديك غير ويندوز نفّذ الأمر التالي
<code>java -jar i2pinstall_0.8.13.exe</code> (نعم ،حقاً)</li> <code>java -jar i2pinstall_0.9.jar</code></li>
<li>التثبيت عن طريق سطر الأوامر :<br />
<li><b>Linux / OS X / BSD / Solaris</b> التثبيت عن طريق سطر الأوامر :<br />
حمل ملف التثبيت عن طريق الواجهة الرسومية المذكور مسبقاً ثمّ نفذ الأمر حمل ملف التثبيت عن طريق الواجهة الرسومية المذكور مسبقاً ثمّ نفذ الأمر
<code>java -jar i2pinstall_0.8.13.exe -console</code> في سطر الأوامر لديك <code>java -jar i2pinstall_0.9.jar -console</code> في سطر الأوامر لديك
هذا ينطبق على أنظمة ويندوز و لينكس و ما كنتوش (نعم ،حقاً !) هذا ينطبق على أنظمة ويندوز و لينكس و ما كنتوش (نعم ،حقاً !)
</li> </li>
<li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li>
<li>تحميل النص المصدري :<br /> <li>تحميل النص المصدري :<br />
<a href="http://mirror.i2p2.de/i2psource_0.8.13.tar.bz2">i2psource_0.8.13.tar.bz2</a> <a href="http://mirror.i2p2.de/i2psource_0.9.tar.bz2">i2psource_0.9.tar.bz2</a>
(SHA256 (SHA256
bdd510cc47b2cd78aa8d994e27694185c1f2deb48b049d61a93a795932ce5712 8a3654a13781a9aacf9db94081e057be73322f88db2931eba4f2cfa467ead429
<a href="http://mirror.i2p2.de/i2psource_0.8.13.tar.bz2.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2psource_0.9.tar.bz2.sig">sig</a>)<br />
بشكل بديل ، يمكن الحصول على الرماز المصدري من <a href="newdevelopers">monotone</a>. بشكل بديل ، يمكن الحصول على الرماز المصدري من <a href="newdevelopers">monotone</a>.
<br/> <br/>
نفّذ الأمر<code>(tar xjvf i2psource_0.8.13.tar.bz2 ; cd i2p-0.8.13 ; ant pkg)</code>ثمّ شغل التثبيت عبر الواجهة الرسومية أو سطر الأوامر كما ذكر مسبقاً</li> نفّذ الأمر<code>(tar xjvf i2psource_0.9.tar.bz2 ; cd i2p-0.9 ; ant pkg)</code>ثمّ شغل التثبيت عبر الواجهة الرسومية أو سطر الأوامر كما ذكر مسبقاً</li>
</ul> </ul>
الملفات موقّعة بواسطة zzz الملفات موقّعة بواسطة zzz
@ -92,10 +109,10 @@ bdd510cc47b2cd78aa8d994e27694185c1f2deb48b049d61a93a795932ce5712
<h3>(تحديث من اصدار سابق (الطريقة اليدوية:</h3> <h3>(تحديث من اصدار سابق (الطريقة اليدوية:</h3>
<ol> <ol>
<li>تحميل <a href="http://mirror.i2p2.de/i2pupdate_0.8.13.zip">i2pupdate_0.8.13.zip</a> <li>تحميل <a href="http://mirror.i2p2.de/i2pupdate_0.9.zip">i2pupdate_0.9.zip</a>
(SHA256 (SHA256
36683d906ac121fd28ac5600218aec943da154cb0230f274f0e2a7c6cc6fb8a5 234d4c0ad1736b389349c702bfcf70511e72770a414b0afe7e9f5e1f5ebca97d
<a href="http://mirror.i2p2.de/i2pupdate_0.8.13.zip.sig">sig</a> الى مجلد التثبيت <b>اعد التسمية الى i2pupdate.zip</b>. <a href="http://mirror.i2p2.de/i2pupdate_0.9.zip.sig">sig</a> الى مجلد التثبيت <b>اعد التسمية الى i2pupdate.zip</b>.
او يمكنك تحميل النص المصدري و كتابة في سطر الأوامر ant updater او يمكنك تحميل النص المصدري و كتابة في سطر الأوامر ant updater
ثم تقوم بنسخ الملف i2pupdate.zip الى مجلد الذي اخترته لتنصيب برنامج I2P لتتم الترقية بطريقة آلية.انت لست بحاجة الى فك ضغط هذا الملف. ثم تقوم بنسخ الملف i2pupdate.zip الى مجلد الذي اخترته لتنصيب برنامج I2P لتتم الترقية بطريقة آلية.انت لست بحاجة الى فك ضغط هذا الملف.
</li> </li>

View File

@ -9,26 +9,38 @@ Svou aktuální nainstalovanou verzi Javy si můžete ověřit <a href="http://j
nebo z příkazové řádky pomocí příkazu <tt>java -version</tt> nebo z příkazové řádky pomocí příkazu <tt>java -version</tt>
<h3>Nová instalace</h3> <h3>Nová instalace</h3>
<ul class="downloadlist"> <ul class="downloadlist">
<li>Grafický instalační program:<br /> <li><b>Windows Grafický instalační program:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.8.13.exe">i2pinstall_0.8.13.exe</a> <a href="http://mirror.i2p2.de/i2pinstall_0.9_windows.exe">i2pinstall_0.9_windows.exe</a>
(SHA256 (SHA256
648a552ee009e9648aba0666c05e2f71e442a714716659a0ca4f60aca87bda50 006a306a2c5a449cce6a19378da5e74b8aa216ba5a9383a4c2cb66dfead2e736
<a href="http://mirror.i2p2.de/i2pinstall_0.8.13.exe.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2pinstall_0.9_windows.exe.sig">sig</a>) <br />
Pod Windows: stáhněte soubor a spusťte ho. Pod ostatními operačními systémy soubor spustíte Pod Windows: stáhněte soubor a spusťte ho.
z příkazové řádky příkazem <code>java -jar i2pinstall_0.8.13.exe</code>
</li> </li>
<li>Instalace z příkazové řádky:<br />
Stáhněte si grafický instalační program (viz výše) a spusťte ho příkazem <code>java -jar i2pinstall_0.8.13.exe -console</code> <br /> <li><b>Linux / OS X / BSD / Solaris Grafický instalační program:</b><br />
Tato instalace funguje pod operačními systémy Windows, Linux a Mac. <a href="http://mirror.i2p2.de/i2pinstall_0.9.jar">i2pinstall_0.9.jar</a>
(SHA256
6175c50a306cbd6ebe6eba40965408bd3f87f3ecd0f6199d7a927099c21d73c0
<a href="http://mirror.i2p2.de/i2pinstall_0.9.jar.sig">sig</a>)<br />
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_0.9.jar</code> in a terminal to run the
installer.
On some platforms you may be able to right-click and select
&quot;Open with Java&quot;.</li>
<li><b>Linux / OS X / BSD / Solaris Instalace z příkazové řádky:</b><br />
Stáhněte si grafický instalační program (viz výše) a spusťte ho příkazem <code>java -jar i2pinstall_0.9.jar -console</code>
</li> </li>
<li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li> <li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li>
<li>Instalace ze zdrojového kódu:<br />
<a href="http://mirror.i2p2.de/i2psource_0.8.13.tar.bz2">i2psource_0.8.13.tar.bz2</a> <li><b>Instalace ze zdrojového kódu:</b><br />
<a href="http://mirror.i2p2.de/i2psource_0.9.tar.bz2">i2psource_0.9.tar.bz2</a>
(SHA256 (SHA256
bdd510cc47b2cd78aa8d994e27694185c1f2deb48b049d61a93a795932ce5712 8a3654a13781a9aacf9db94081e057be73322f88db2931eba4f2cfa467ead429
<a href="http://mirror.i2p2.de/i2psource_0.8.13.tar.bz2.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2psource_0.9.tar.bz2.sig">sig</a>)<br />
Alternativně lze zdrojový kód stáhnout <a href="newdevelopers">z repozitáře monotone</a>.<br/> Alternativně lze zdrojový kód stáhnout <a href="newdevelopers">z repozitáře monotone</a>.<br/>
Spusťte sestavení programu příkazem <code>(tar xjvf i2psource_0.8.13.tar.bz2 ; cd i2p-0.8.13 ; ant pkg)</code> a potom Spusťte sestavení programu příkazem <code>(tar xjvf i2psource_0.9.tar.bz2 ; cd i2p-0.9 ; ant pkg)</code> a potom
spusťte grafický instalační program nebo instalaci z příkazové řádky (viz výše).</li> spusťte grafický instalační program nebo instalaci z příkazové řádky (viz výše).</li>
</ul> </ul>
@ -87,10 +99,10 @@ nových verzí.
<h3>Aktualizace z předchozích verzí (manuální postup):</h3> <h3>Aktualizace z předchozích verzí (manuální postup):</h3>
<ol> <ol>
<li>Stáhněte si <a href="http://mirror.i2p2.de/i2pupdate_0.8.13.zip">i2pupdate_0.8.13.zip</a> <li>Stáhněte si <a href="http://mirror.i2p2.de/i2pupdate_0.9.zip">i2pupdate_0.9.zip</a>
(SHA256 (SHA256
36683d906ac121fd28ac5600218aec943da154cb0230f274f0e2a7c6cc6fb8a5 234d4c0ad1736b389349c702bfcf70511e72770a414b0afe7e9f5e1f5ebca97d
<a href="http://mirror.i2p2.de/i2pupdate_0.8.13.zip.sig">sig</a>) a uložte jej do <a href="http://mirror.i2p2.de/i2pupdate_0.9.zip.sig">sig</a>) a uložte jej do
instalační složky I2P. <b>Přejmenujte tento soubor na i2pupdate.zip</b>. instalační složky I2P. <b>Přejmenujte tento soubor na i2pupdate.zip</b>.
(Alternativně si můžete stáhnout zdrojový kód jak je popsáno výše a spustit (Alternativně si můžete stáhnout zdrojový kód jak je popsáno výše a spustit
"ant updater", výsledný soubor i2pupdate.zip pak nakopírovat do instalační složky "ant updater", výsledný soubor i2pupdate.zip pak nakopírovat do instalační složky

View File

@ -13,27 +13,39 @@ Java Runtime 1.5 oder neuer.
or type <tt>java -version</tt> at your command prompt. or type <tt>java -version</tt> at your command prompt.
<h3>Frische Installation</h3> <h3>Frische Installation</h3>
<ul class="downloadlist"> <ul class="downloadlist">
<li>Graphischer Installer:<br /> <li><b>Windows Graphischer Installer:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.8.13.exe">i2pinstall_0.8.13.exe</a> <a href="http://mirror.i2p2.de/i2pinstall_0.9_windows.exe">i2pinstall_0.9_windows.exe</a>
(SHA256 (SHA256
648a552ee009e9648aba0666c05e2f71e442a714716659a0ca4f60aca87bda50 006a306a2c5a449cce6a19378da5e74b8aa216ba5a9383a4c2cb66dfead2e736
<a href="http://mirror.i2p2.de/i2pinstall_0.8.13.exe.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2pinstall_0.9_windows.exe.sig">sig</a>)<br />
Downloade die Datei und f&uuml;hre sie aus. Wenn du nicht Windows nutzt, kannst Du Downloade die Datei und f&uuml;hre sie aus. </li>
<code>java -jar i2pinstall_0.8.13.exe</code> eingeben (ja, wirklich)</li>
<li>Command line (headless) Installation:<br /> <li><b>Linux / OS X / BSD / Solaris Graphischer Installer:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.jar">i2pinstall_0.9.jar</a>
(SHA256
6175c50a306cbd6ebe6eba40965408bd3f87f3ecd0f6199d7a927099c21d73c0
<a href="http://mirror.i2p2.de/i2pinstall_0.9.jar.sig">sig</a>)<br />
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_0.9.jar</code> in a terminal to run the
installer.
On some platforms you may be able to right-click and select
&quot;Open with Java&quot;.</li>
<li><b>Linux / OS X / BSD / Solaris Command line (headless) Installation:</b><br />
Downloade die normale Installationsdatei von oben und rufe Downloade die normale Installationsdatei von oben und rufe
<code>java -jar i2pinstall_0.8.13.exe -console</code> auf der Kommandozeile auf. <code>java -jar i2pinstall_0.9.jar -console</code> auf der Kommandozeile auf.
Dieses funktioniert auf Windows, Linux und Mac OS X (ja, wirklich).
</li> </li>
<li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li> <li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li>
<li>Quelltext Installation:<br />
<a href="http://mirror.i2p2.de/i2psource_0.8.13.tar.bz2">i2psource_0.8.13.tar.bz2</a> <li><b>Quelltext Installation:</b><br />
<a href="http://mirror.i2p2.de/i2psource_0.9.tar.bz2">i2psource_0.9.tar.bz2</a>
(SHA256 (SHA256
bdd510cc47b2cd78aa8d994e27694185c1f2deb48b049d61a93a795932ce5712 8a3654a13781a9aacf9db94081e057be73322f88db2931eba4f2cfa467ead429
<a href="http://mirror.i2p2.de/i2psource_0.8.13.tar.bz2.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2psource_0.9.tar.bz2.sig">sig</a>)<br />
Alternativ kannst Du den Quelltext aus <a href="newdevelopers_de">Monotone</a> kopieren. Alternativ kannst Du den Quelltext aus <a href="newdevelopers_de">Monotone</a> kopieren.
<br/> <br/>
F&uuml;hre aus: <code>(tar xjvf i2psource_0.8.13.tar.bz2 ; cd i2p_0.8.13 ; ant pkg)</code> und dann F&uuml;hre aus: <code>(tar xjvf i2psource_0.9.tar.bz2 ; cd i2p_0.9 ; ant pkg)</code> und dann
starte den GUI installer oder die headless Installation wie oben</li> starte den GUI installer oder die headless Installation wie oben</li>
</ul> </ul>
@ -96,10 +108,10 @@ werden kann.
<h3>Aktualisieren von &auml;lteren Versionen (Manuelle Methode):</h3> <h3>Aktualisieren von &auml;lteren Versionen (Manuelle Methode):</h3>
<ol> <ol>
<li>Downloade <a href="http://mirror.i2p2.de/i2pupdate_0.8.13.zip">i2pupdate_0.8.13.zip</a> <li>Downloade <a href="http://mirror.i2p2.de/i2pupdate_0.9.zip">i2pupdate_0.9.zip</a>
(SHA256 (SHA256
36683d906ac121fd28ac5600218aec943da154cb0230f274f0e2a7c6cc6fb8a5 234d4c0ad1736b389349c702bfcf70511e72770a414b0afe7e9f5e1f5ebca97d
<a href="http://mirror.i2p2.de/i2pupdate_0.8.13.zip.sig">sig</a>) in dein I2P <a href="http://mirror.i2p2.de/i2pupdate_0.9.zip.sig">sig</a>) in dein I2P
Installationsverzeichnis und <b>bennene es i2pupdate.zip</b>. Installationsverzeichnis und <b>bennene es i2pupdate.zip</b>.
(alternativ kannst den Quelltest besorgen und "ant updater" laufen lassen, kopiere dann (alternativ kannst den Quelltest besorgen und "ant updater" laufen lassen, kopiere dann
das erstellte i2pupdate.zip in dein I2P Installationsverzeichnis). Du brauchst das erstellte i2pupdate.zip in dein I2P Installationsverzeichnis). Du brauchst

View File

@ -13,27 +13,39 @@ Java Runtime 1.5 o superior.
o teclea <tt>java -version</tt> en tu línea de comandos. o teclea <tt>java -version</tt> en tu línea de comandos.
<h3>Instalaciones limpias</h3> <h3>Instalaciones limpias</h3>
<ul class="downloadlist"> <ul class="downloadlist">
<li>Instalador gráfico:<br /> <li><b>Windows Instalador gráfico:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.8.13.exe">i2pinstall_0.8.13.exe</a> <a href="http://mirror.i2p2.de/i2pinstall_0.9_windows.exe">i2pinstall_0.9_windows.exe</a>
(SHA256 (SHA256
648a552ee009e9648aba0666c05e2f71e442a714716659a0ca4f60aca87bda50 006a306a2c5a449cce6a19378da5e74b8aa216ba5a9383a4c2cb66dfead2e736
<a href="http://mirror.i2p2.de/i2pinstall_0.8.13.exe.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2pinstall_0.9_windows.exe.sig">sig</a>)
Descarga ese archivo y ejecútalo. Si no estás en Windows, puedes teclear
<code>java -jar i2pinstall_0.8.13.exe</code></li>
<li>Instalación desde la línea de comandos (headless):<br />
Descarga el archivo del instalador gráfico y
arranca <code>java -jar i2pinstall_0.8.13.exe -console</code> desde la línea de comandos.
Esto funciona en Windows, Linux, y Mac (sí, en serio).
</li> </li>
<li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li>
<li>Instalación desde el código fuente:<br /> <li><b>Linux / OS X / BSD / Solaris Instalador gráfico:</b><br />
<a href="http://mirror.i2p2.de/i2psource_0.8.13.tar.bz2">i2psource_0.8.13.tar.bz2</a> <a href="http://mirror.i2p2.de/i2pinstall_0.9.jar">i2pinstall_0.9.jar</a>
(SHA256 (SHA256
bdd510cc47b2cd78aa8d994e27694185c1f2deb48b049d61a93a795932ce5712 6175c50a306cbd6ebe6eba40965408bd3f87f3ecd0f6199d7a927099c21d73c0
<a href="http://mirror.i2p2.de/i2psource_0.8.13.tar.bz2.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2pinstall_0.9.jar.sig">sig</a>)<br />
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_0.9.jar</code> in a terminal to run the
installer.
On some platforms you may be able to right-click and select
&quot;Open with Java&quot;.</li>
<li><b>Linux / OS X / BSD / Solaris Instalación desde la línea de comandos (headless):</b><br />
Descarga el archivo del instalador gráfico y
arranca <code>java -jar i2pinstall_0.9.jar -console</code> desde la línea de comandos.
</li>
<li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li>
<li><b>Instalación desde el código fuente:</b><br />
<a href="http://mirror.i2p2.de/i2psource_0.9.tar.bz2">i2psource_0.9.tar.bz2</a>
(SHA256
8a3654a13781a9aacf9db94081e057be73322f88db2931eba4f2cfa467ead429
<a href="http://mirror.i2p2.de/i2psource_0.9.tar.bz2.sig">sig</a>)<br />
De forma alternativa, puedes obtener las fuentes usando <a href="newdevelopers">monotone</a>. De forma alternativa, puedes obtener las fuentes usando <a href="newdevelopers">monotone</a>.
<br/> <br/>
Ejecuta <code>tar xjvf i2psource_0.8.13.tar.bz2 ; cd i2p-0.8.13 ; ant pkg ;</code> después puedes arrancar el instalador gráfico o bien hacer la instalación desde la línea de comandos descritas anteriormente.</li> Ejecuta <code>tar xjvf i2psource_0.9.tar.bz2 ; cd i2p-0.9 ; ant pkg ;</code> después puedes arrancar el instalador gráfico o bien hacer la instalación desde la línea de comandos descritas anteriormente.</li>
</ul> </ul>
Los archivos están firmados por zzz, Los archivos están firmados por zzz,
@ -95,10 +107,10 @@ la actualización automáticamente.
<h3>Actualizar desde versiones anteriores (método manual):</h3> <h3>Actualizar desde versiones anteriores (método manual):</h3>
<ol> <ol>
<li>Descarga <a href="http://mirror.i2p2.de/i2pupdate_0.8.13.zip">i2pupdate_0.8.13.zip</a> <li>Descarga <a href="http://mirror.i2p2.de/i2pupdate_0.9.zip">i2pupdate_0.9.zip</a>
(SHA256 (SHA256
36683d906ac121fd28ac5600218aec943da154cb0230f274f0e2a7c6cc6fb8a5 234d4c0ad1736b389349c702bfcf70511e72770a414b0afe7e9f5e1f5ebca97d
<a href="http://mirror.i2p2.de/i2pupdate_0.8.13.zip.sig">sig</a>) <a href="http://mirror.i2p2.de/i2pupdate_0.9.zip.sig">sig</a>)
a tu directorio de instalación I2P y <b>renómbralo como i2pupdate.zip</b>. a tu directorio de instalación I2P y <b>renómbralo como i2pupdate.zip</b>.
(Como alternativa, puedes obtener el código fuente tal y como se explicó anteriormente y ejecutar "ant updater", después copia el i2pupdate.zip resultante en tu directorio de instalación I2P). NO es necesario descomprimir ese archivo.</li> (Como alternativa, puedes obtener el código fuente tal y como se explicó anteriormente y ejecutar "ant updater", después copia el i2pupdate.zip resultante en tu directorio de instalación I2P). NO es necesario descomprimir ese archivo.</li>
<li>Click <a href="http://localhost:7657/configservice.jsp">"Restart"</a></li> <li>Click <a href="http://localhost:7657/configservice.jsp">"Restart"</a></li>

View File

@ -14,25 +14,37 @@ Java Runtime 1.5 ou plus récent.
ou tapez <tt>java -version</tt> à l'invite de commande. ou tapez <tt>java -version</tt> à l'invite de commande.
<h3>Installation initiale</h3> <h3>Installation initiale</h3>
<ul class="downloadlist"> <ul class="downloadlist">
<li>Installeur graphique:<br /> <li><b>Windows Installeur graphique:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.8.13.exe">i2pinstall_0.8.13.exe</a> <a href="http://mirror.i2p2.de/i2pinstall_0.9_windows.exe">i2pinstall_0.9_windows.exe</a>
(SHA256 648a552ee009e9648aba0666c05e2f71e442a714716659a0ca4f60aca87bda50 (SHA256 006a306a2c5a449cce6a19378da5e74b8aa216ba5a9383a4c2cb66dfead2e736
<a href="http://mirror.i2p2.de/i2pinstall_0.8.13.exe.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2pinstall_0.9_windows.exe.sig">sig</a>)<br />
Téléchargez ce fichier et exécutez-le. Si vous n'êtes pas sous Windows, vous pouvez Téléchargez ce fichier et exécutez-le.
taper <code>java -jar i2pinstall_0.8.13.exe</code> (non, ça n'est pas une blague!!)</li>
<li>Installation en ligne de commande (facile):<br />
Téléchargez le fichier de l'installeur graphique ci-dessus et
exécutez <code>java -jar i2pinstall_0.8.13.exe -console</code> sur la ligne de commande.
Ça marche sous Windows, Linux, et Mac (vraiment).
</li> </li>
<li><b>Linux / OS X / BSD / Solaris Installeur graphique:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.jar">i2pinstall_0.9.jar</a>
(SHA256
6175c50a306cbd6ebe6eba40965408bd3f87f3ecd0f6199d7a927099c21d73c0
<a href="http://mirror.i2p2.de/i2pinstall_0.9.jar.sig">sig</a>)<br />
Téléchargez ce fichier et exécutez-le.
Vous pouvez
taper <code>java -jar i2pinstall_0.9.jar</code>
</li>
<li><b>Linux / OS X / BSD / Solaris Installation en ligne de commande (facile):</b><br />
Téléchargez le fichier de l'installeur graphique ci-dessus et
exécutez <code>java -jar i2pinstall_0.9.jar -console</code> sur la ligne de commande.
</li>
<li><a href="/debian_fr.html">Packages for Debian &amp; Ubuntu</a></li> <li><a href="/debian_fr.html">Packages for Debian &amp; Ubuntu</a></li>
<li>À partir des sources:<br />
<a href="http://mirror.i2p2.de/i2psource_0.8.13.tar.bz2">i2psource_0.8.13.tar.bz2</a> <li><b>À partir des sources:</b><br />
(SHA256 bdd510cc47b2cd78aa8d994e27694185c1f2deb48b049d61a93a795932ce5712 <a href="http://mirror.i2p2.de/i2psource_0.9.tar.bz2">i2psource_0.9.tar.bz2</a>
<a href="http://mirror.i2p2.de/i2psource_0.8.13.tar.bz2.sig">sig</a>)<br /> (SHA256 8a3654a13781a9aacf9db94081e057be73322f88db2931eba4f2cfa467ead429
<a href="http://mirror.i2p2.de/i2psource_0.9.tar.bz2.sig">sig</a>)<br />
Vous pouvez si vous préférez récupérer les sources sur <a href="newdevelopers">monotone</a>. Vous pouvez si vous préférez récupérer les sources sur <a href="newdevelopers">monotone</a>.
<br/> <br/>
Exécuter <code>(tar xjvf i2psource_0.8.13.tar.bz2 ; cd i2p-0.8.13 ; ant pkg)</code> puis, soit Exécuter <code>(tar xjvf i2psource_0.9.tar.bz2 ; cd i2p-0.9 ; ant pkg)</code> puis, soit
lancer l'installeur graphique, soit passer par la ligne de commande.</li> lancer l'installeur graphique, soit passer par la ligne de commande.</li>
</ul> </ul>
@ -108,9 +120,9 @@ cliquant dessus
<h3>Mises à jour de versions plus anciennes (méthode manuelle):</h3> <h3>Mises à jour de versions plus anciennes (méthode manuelle):</h3>
<ol> <ol>
<li>Téléchargez <a href="http://mirror.i2p2.de/i2pupdate_0.8.13.zip">i2pupdate_0.8.13.zip</a> <li>Téléchargez <a href="http://mirror.i2p2.de/i2pupdate_0.9.zip">i2pupdate_0.9.zip</a>
(SHA256 36683d906ac121fd28ac5600218aec943da154cb0230f274f0e2a7c6cc6fb8a5 (SHA256 234d4c0ad1736b389349c702bfcf70511e72770a414b0afe7e9f5e1f5ebca97d
<a href="http://mirror.i2p2.de/i2pupdate_0.8.13.zip.sig">sig</a>) dans votre répertoire d'installation d'I2P <a href="http://mirror.i2p2.de/i2pupdate_0.9.zip.sig">sig</a>) dans votre répertoire d'installation d'I2P
et <b>renommez-le i2pupdate.zip</b>. et <b>renommez-le i2pupdate.zip</b>.
(sinon, prenez les sources - voir plus haut - et lancez "ant updater", puis copiez/déplacez le i2pupdate.zip généré (sinon, prenez les sources - voir plus haut - et lancez "ant updater", puis copiez/déplacez le i2pupdate.zip généré
vers votre répertoire d'installation d'I2P). Il n'est pas nécessaire de décompresser ce fichier.</li> vers votre répertoire d'installation d'I2P). Il n'est pas nécessaire de décompresser ce fichier.</li>

View File

@ -14,32 +14,43 @@
<ul class="downloadlist"> <ul class="downloadlist">
<li>Графический инсталлятор:<br /> <li><b>Windows Графический инсталлятор:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.8.13.exe">i2pinstall_0.8.13.exe</a> <a href="http://mirror.i2p2.de/i2pinstall_0.9_windows.exe">i2pinstall_0.9_windows.exe</a>
(SHA256 (SHA256
648a552ee009e9648aba0666c05e2f71e442a714716659a0ca4f60aca87bda50 006a306a2c5a449cce6a19378da5e74b8aa216ba5a9383a4c2cb66dfead2e736
<a href="http://mirror.i2p2.de/i2pinstall_0.8.13.exe.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2pinstall_0.9_windows.exe.sig">sig</a>)<br />
Под Windows: скачайте этот файл и запустите его.
Под Windows: скачайте этот файл и запустите его. Под другими операционными системами его можно запустить из командной строки командой <code>java -jar i2pinstall_0.8.13.exe</code>
</li> </li>
<li>Установка из командной строки:<br /> <li><b>Linux / OS X / BSD / Solaris Графический инсталлятор:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.jar">i2pinstall_0.9.jar</a>
(SHA256
6175c50a306cbd6ebe6eba40965408bd3f87f3ecd0f6199d7a927099c21d73c0
<a href="http://mirror.i2p2.de/i2pinstall_0.9.jar.sig">sig</a>)<br />
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_0.9.jar</code> in a terminal to run the
installer.
On some platforms you may be able to right-click and select
&quot;Open with Java&quot;.
Под другими операционными системами его можно запустить из командной строки командой <code>java -jar i2pinstall_0.9.jar</code>
</li>
Скачайте графический инсталлятор по ссылке выше и запустите из командной строки <code>java -jar i2pinstall_0.8.13.exe -console</code> <br /> <li><b>Linux / OS X / BSD / Solaris Установка из командной строки:</b><br />
Такой способ работает в Windows, Linux и Mac OS X.
Скачайте графический инсталлятор по ссылке выше и запустите из командной строки <code>java -jar i2pinstall_0.9.jar -console</code> <br />
</li> </li>
<li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li> <li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li>
<li>Установка из исходного кода:<br /> <li><b>Установка из исходного кода:</b><br />
<a href="http://mirror.i2p2.de/i2psource_0.8.13.tar.bz2">i2psource_0.8.13.tar.bz2</a> <a href="http://mirror.i2p2.de/i2psource_0.9.tar.bz2">i2psource_0.9.tar.bz2</a>
(SHA256 (SHA256
bdd510cc47b2cd78aa8d994e27694185c1f2deb48b049d61a93a795932ce5712 8a3654a13781a9aacf9db94081e057be73322f88db2931eba4f2cfa467ead429
<a href="http://mirror.i2p2.de/i2psource_0.8.13.tar.bz2.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2psource_0.9.tar.bz2.sig">sig</a>)<br />
(Как вариант, можете скачать текущий исходный код из <a href="newdevelopers">monotone-репозитория</a>.) (Как вариант, можете скачать текущий исходный код из <a href="newdevelopers">monotone-репозитория</a>.)
<br/> <br/>
Запустите процесс сборки <code>(tar xjvf i2psource_0.8.13.tar.bz2 ; cd i2p-0.8.13 ; ant pkg)</code>, затем воспользуйтесь собранным инсталлятором в графическом или консольном режиме (см. предыдущие способы установки). Запустите процесс сборки <code>(tar xjvf i2psource_0.9.tar.bz2 ; cd i2p-0.9 ; ant pkg)</code>, затем воспользуйтесь собранным инсталлятором в графическом или консольном режиме (см. предыдущие способы установки).
</li> </li>
</ul> </ul>
@ -90,10 +101,10 @@ Unix-совместимые системы: I2P можно запустить в
<ol> <ol>
<li>Скачайте <li>Скачайте
<a href="http://mirror.i2p2.de/i2pupdate_0.8.13.zip">i2pupdate_0.8.13.zip</a> <a href="http://mirror.i2p2.de/i2pupdate_0.9.zip">i2pupdate_0.9.zip</a>
(SHA256 (SHA256
36683d906ac121fd28ac5600218aec943da154cb0230f274f0e2a7c6cc6fb8a5 234d4c0ad1736b389349c702bfcf70511e72770a414b0afe7e9f5e1f5ebca97d
<a href="http://mirror.i2p2.de/i2pupdate_0.8.13.zip.sig">sig</a>) <a href="http://mirror.i2p2.de/i2pupdate_0.9.zip.sig">sig</a>)
в директорию, где у Вас установлен I2P и <b>переименуйте в i2pupdate.zip</b>. (Как вариант, можно скачать исходный код и запустить сборку командой «ant updater», после чего скопировать полученный i2pupdate.zip в директорию, где у Вас установлен I2P.) Вам НЕ надо распаковывать этот zip-файл. в директорию, где у Вас установлен I2P и <b>переименуйте в i2pupdate.zip</b>. (Как вариант, можно скачать исходный код и запустить сборку командой «ant updater», после чего скопировать полученный i2pupdate.zip в директорию, где у Вас установлен I2P.) Вам НЕ надо распаковывать этот zip-файл.
</li> </li>
<li>Нажмите <a href="http://localhost:7657/configservice.jsp">«Перезагрузить плавно»</a></li> <li>Нажмите <a href="http://localhost:7657/configservice.jsp">«Перезагрузить плавно»</a></li>

View File

@ -10,21 +10,37 @@
或在命令行中输入 <tt>java -version</tt> 或在命令行中输入 <tt>java -version</tt>
<h3>全新安装</h3> <h3>全新安装</h3>
<ul class="downloadlist"> <ul class="downloadlist">
<li>图形安装程序:<br /> <li><b>Windows</b> 图形安装程序:<br />
<a href="http://mirror.i2p2.de/i2pinstall_0.8.13.exe">i2pinstall_0.8.13.exe</a> <a href="http://mirror.i2p2.de/i2pinstall_0.9_windows.exe">i2pinstall_0.9_windows.exe</a>
<br/>(SHA256 <br/>(SHA256
648a552ee009e9648aba0666c05e2f71e442a714716659a0ca4f60aca87bda50 006a306a2c5a449cce6a19378da5e74b8aa216ba5a9383a4c2cb66dfead2e736
<a href="http://mirror.i2p2.de/i2pinstall_0.8.13.exe.sig">sig</a>) <a href="http://mirror.i2p2.de/i2pinstall_0.9_windows.exe.sig">sig</a>)
<br />下载以上文件并运行如果你不是 windows 用户,可以输入 <code>java -jar i2pinstall_0.8.13.exe</code> (没错,就这么写)</li> </li>
<li>命令行安装(即无头安装):<br />
下载上面的图形安装程序并在命令行状态下运行 <code>java -jar i2pinstall_0.8.13.exe -console</code> <li><b>Linux / OS X / BSD / Solaris</b> 图形安装程序:<br />
以上方法适用于 windowslinux, 和 mac (没错,确实可行).</li> <a href="http://mirror.i2p2.de/i2pinstall_0.9.jar">i2pinstall_0.9.jar</a>
(SHA256
6175c50a306cbd6ebe6eba40965408bd3f87f3ecd0f6199d7a927099c21d73c0
<a href="http://mirror.i2p2.de/i2pinstall_0.9.jar.sig">sig</a>)<br />
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_0.9.jar</code> in a terminal to run the
installer.
On some platforms you may be able to right-click and select
&quot;Open with Java&quot;.
<br />下载以上文件并运行如果你不是 windows 用户,可以输入 <code>java -jar i2pinstall_0.9.jar</code>
</li>
<li><b>Linux / OS X / BSD / Solaris</b> 命令行安装(即无头安装):<br />
下载上面的图形安装程序并在命令行状态下运行 <code>java -jar i2pinstall_0.9.jar -console</code>
</li>
<li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li> <li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li>
<li>用源码安装:<br /> <li>用源码安装:<br />
<a href="http://mirror.i2p2.de/i2psource_0.8.13.tar.bz2">i2psource_0.8.13.tar.bz2</a> <a href="http://mirror.i2p2.de/i2psource_0.9.tar.bz2">i2psource_0.9.tar.bz2</a>
<br/>(SHA256 <br/>(SHA256
bdd510cc47b2cd78aa8d994e27694185c1f2deb48b049d61a93a795932ce5712 8a3654a13781a9aacf9db94081e057be73322f88db2931eba4f2cfa467ead429
<a href="http://mirror.i2p2.de/i2psource_0.8.13.tar.bz2.sig">sig</a>)<br />此外,你也可以从 <a href="newdevelopers">monotone</a> 中下载源码。<br/>执行 <code>(tar xjvf i2psource_0.8.13.tar.bz2 ; cd i2p_0.8.13 ; ant pkg)</code> <a href="http://mirror.i2p2.de/i2psource_0.9.tar.bz2.sig">sig</a>)<br />此外,你也可以从 <a href="newdevelopers">monotone</a> 中下载源码。<br/>执行 <code>(tar xjvf i2psource_0.9.tar.bz2 ; cd i2p_0.9 ; ant pkg)</code>
,然后运行图形安装程序或进行命令行安装。</li> ,然后运行图形安装程序或进行命令行安装。</li>
</ul> </ul>
@ -54,9 +70,9 @@ bdd510cc47b2cd78aa8d994e27694185c1f2deb48b049d61a93a795932ce5712
<h3>旧版升级 (手动方法)</h3> <h3>旧版升级 (手动方法)</h3>
<ol> <ol>
<li>下载 <a href="http://mirror.i2p2.de/i2pupdate_0.8.13.zip">i2pupdate_0.8.13.zip</a> <br/>(SHA256 <li>下载 <a href="http://mirror.i2p2.de/i2pupdate_0.9.zip">i2pupdate_0.9.zip</a> <br/>(SHA256
36683d906ac121fd28ac5600218aec943da154cb0230f274f0e2a7c6cc6fb8a5 234d4c0ad1736b389349c702bfcf70511e72770a414b0afe7e9f5e1f5ebca97d
<a href="http://mirror.i2p2.de/i2pupdate_0.8.13.zip.sig">sig</a>) 放入 I2P 安装文件夹并 <b>改名为 i2pupdate.zip</b>. (此外,您还可以在得到前述的源码包后运行 "ant updater",将生成的 i2pupdate.zip 复制到您的 I2P 安装目录中)。<b>不要</b>将此文件解压缩。</li> <a href="http://mirror.i2p2.de/i2pupdate_0.9.zip.sig">sig</a>) 放入 I2P 安装文件夹并 <b>改名为 i2pupdate.zip</b>. (此外,您还可以在得到前述的源码包后运行 "ant updater",将生成的 i2pupdate.zip 复制到您的 I2P 安装目录中)。<b>不要</b>将此文件解压缩。</li>
<li>点击 <a href="http://localhost:7657/configservice.jsp">"Restart"</a>(平滑重启)</li> <li>点击 <a href="http://localhost:7657/configservice.jsp">"Restart"</a>(平滑重启)</li>
<li>去喝杯咖啡11分钟后就完成了。</li> <li>去喝杯咖啡11分钟后就完成了。</li>
</ol> </ol>

View File

@ -4,7 +4,7 @@
<table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce"> <table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce">
<div class="version"> <div class="version">
<b>Latest version:</b><div class="underline"></div> <b>Latest version:</b><div class="underline"></div>
2012-02-27 - <strong>I2P 0.8.13</strong> - {{ urlify("release-0.8.13", "Announcement", "html")}} 2012-05-02 - <strong>I2P 0.9</strong> - {{ urlify("release-0.9", "Announcement", "html")}}
- <a href="download">Download</a><br /><div class="underline"></div> - <a href="download">Download</a><br /><div class="underline"></div>
2007-09-28 - <strong>Syndie 1.101a</strong> - 2007-09-28 - <strong>Syndie 1.101a</strong> -
<!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> --> <!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> -->
@ -12,10 +12,10 @@
</div> </div>
<div class="news"> <div class="news">
<b>Latest News:</b><div class="underline"></div> <b>Latest News:</b><div class="underline"></div>
2012-05-02 - I2P 0.9 <a href="release-0.9.html">Released</a><br />
2012-02-27 - I2P 0.8.13 <a href="release-0.8.13.html">Released</a><br /> 2012-02-27 - I2P 0.8.13 <a href="release-0.8.13.html">Released</a><br />
2012-01-06 - I2P 0.8.12 <a href="release-0.8.12.html">Released</a><br /> 2012-01-06 - I2P 0.8.12 <a href="release-0.8.12.html">Released</a><br />
2011-11-08 - I2P 0.8.11 <a href="release-0.8.11.html">Released</a><br /> 2011-11-08 - I2P 0.8.11 <a href="release-0.8.11.html">Released</a><br />
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10.html">Released</a><br />
</div> </div>
<!-- <!--
<td> <td>

View File

@ -4,7 +4,7 @@
<table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce"> <table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce">
<div class="version"> <div class="version">
<b>الإصدار الأحدث</b><div class=underline></div> <b>الإصدار الأحدث</b><div class=underline></div>
2012-02-27 - <strong>I2P 0.8.13</strong> - {{ urlify("release-0.8.13", "Announcement", "html")}} 2012-05-02 - <strong>I2P 0.9</strong> - {{ urlify("release-0.9", "Announcement", "html")}}
- <a href="download">تحميل</a><br /><div class="underline"></div> - <a href="download">تحميل</a><br /><div class="underline"></div>
2007-09-28 - <strong>Syndie 1.101a</strong> - 2007-09-28 - <strong>Syndie 1.101a</strong> -
<!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> --> <!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> -->
@ -12,10 +12,10 @@
</div> </div>
<div class="news" > <div class="news" >
<b>أحدث الأخبار :</b><div class=underline></div> <b>أحدث الأخبار :</b><div class=underline></div>
2012-05-02 - I2P 0.9 <a href="release-0.9.html">تمّ اطلاق النسخة</a> <br />
2012-02-27 - I2P 0.8.13 <a href="release-0.8.13.html">تمّ اطلاق النسخة</a> <br /> 2012-02-27 - I2P 0.8.13 <a href="release-0.8.13.html">تمّ اطلاق النسخة</a> <br />
2012-01-06 - I2P 0.8.12 <a href="release-0.8.12.html">تمّ اطلاق النسخة</a> <br /> 2012-01-06 - I2P 0.8.12 <a href="release-0.8.12.html">تمّ اطلاق النسخة</a> <br />
2011-11-08 - I2P 0.8.11 <a href="release-0.8.11.html">تمّ اطلاق النسخة</a> <br /> 2011-11-08 - I2P 0.8.11 <a href="release-0.8.11.html">تمّ اطلاق النسخة</a> <br />
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10.html">تمّ اطلاق النسخة</a> <br />
</div> </div>
<!-- <!--
<td> <td>

View File

@ -5,7 +5,7 @@
<div class="version"> <div class="version">
<b>Aktuální verze:</b> <b>Aktuální verze:</b>
<div class="underline"></div> <div class="underline"></div>
2012-02-27 - <strong>I2P 0.8.13</strong> - {{ urlify("release-0.8.13", "Poznámky k vydání", "html")}} 2012-05-02 - <strong>I2P 0.9</strong> - {{ urlify("release-0.9", "Poznámky k vydání", "html")}}
- <a href="download">Stáhnout</a> - <a href="download">Stáhnout</a>
<br /><div class="underline"></div> <br /><div class="underline"></div>
2007-09-28 - <strong>Syndie 1.101a</strong> - 2007-09-28 - <strong>Syndie 1.101a</strong> -
@ -14,10 +14,10 @@
</div> </div>
<div class="news"> <div class="news">
<b>Novinky:</b><div class=underline></div> <b>Novinky:</b><div class=underline></div>
2012-05-02 - I2P 0.9 <a href="release-0.9.html">Vydání</a><br />
2012-02-27 - I2P 0.8.13 <a href="release-0.8.13.html">Vydání</a><br /> 2012-02-27 - I2P 0.8.13 <a href="release-0.8.13.html">Vydání</a><br />
2012-01-06 - I2P 0.8.12 <a href="release-0.8.12.html">Vydání</a><br /> 2012-01-06 - I2P 0.8.12 <a href="release-0.8.12.html">Vydání</a><br />
2011-11-08 - I2P 0.8.11 <a href="release-0.8.11.html">Vydání</a><br /> 2011-11-08 - I2P 0.8.11 <a href="release-0.8.11.html">Vydání</a><br />
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10.html">Vydání</a><br />
</div> </div>
<!-- <!--
<td> <td>

View File

@ -5,7 +5,7 @@
<div class="version"> <div class="version">
<b>Aktuellste Version:</b> <b>Aktuellste Version:</b>
<div class="underline"></div> <div class="underline"></div>
2012-02-27 - <strong>I2P 0.8.13</strong> - {{ urlify("release-0.8.13", "Ankündigung", "html")}} 2012-05-02 - <strong>I2P 0.9</strong> - {{ urlify("release-0.9", "Ankündigung", "html")}}
- <a href="download_de.html">Download</a> - <a href="download_de.html">Download</a>
<div class="underline"></div> <div class="underline"></div>
2007-09-28 - <strong>Syndie 1.101a</strong> - 2007-09-28 - <strong>Syndie 1.101a</strong> -
@ -13,10 +13,10 @@
- <a href="http://syndie.i2p2.de/download.html">Download</a> - <a href="http://syndie.i2p2.de/download.html">Download</a>
</div> </div>
<div class="news"><strong>Letzte Neuigkeiten:</strong><div class="underline"></div> <div class="news"><strong>Letzte Neuigkeiten:</strong><div class="underline"></div>
2012-05-02 - I2P 0.9 <a href="release-0.9.html">veröffentlicht</a><br />
2012-02-27 - I2P 0.8.13 <a href="release-0.8.13.html">veröffentlicht</a><br /> 2012-02-27 - I2P 0.8.13 <a href="release-0.8.13.html">veröffentlicht</a><br />
2012-01-06 - I2P 0.8.12 <a href="release-0.8.12.html">veröffentlicht</a><br /> 2012-01-06 - I2P 0.8.12 <a href="release-0.8.12.html">veröffentlicht</a><br />
2011-11-08 - I2P 0.8.11 <a href="release-0.8.11.html">veröffentlicht</a><br /> 2011-11-08 - I2P 0.8.11 <a href="release-0.8.11.html">veröffentlicht</a><br />
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10.html">veröffentlicht</a><br />
</div> </div>
<!-- <!--
<td> <td>

View File

@ -5,7 +5,7 @@
<div class="version"> <div class="version">
<b>Versión actual:</b> <b>Versión actual:</b>
<div class="underline"></div> <div class="underline"></div>
2012-02-27 - <strong>I2P 0.8.13</strong> - {{ urlify("release-0.8.13", "Anunciación", "html")}} 2012-05-02 - <strong>I2P 0.9</strong> - {{ urlify("release-0.9", "Anunciación", "html")}}
- <a href="download_es.html">Descarga</a> - <a href="download_es.html">Descarga</a>
<div class="underline"></div> <div class="underline"></div>
2007-09-28 - <strong>Syndie 1.101a</strong> - 2007-09-28 - <strong>Syndie 1.101a</strong> -
@ -13,10 +13,10 @@
- <a href="http://syndie.i2p2.de/download.html">Descarga</a> - <a href="http://syndie.i2p2.de/download.html">Descarga</a>
</div> </div>
<div class="news"><strong>Novedades:</strong><div class="underline"></div> <div class="news"><strong>Novedades:</strong><div class="underline"></div>
2012-05-02 - I2P 0.9 <a href="release-0.9.html">publicada</a><br />
2012-02-27 - I2P 0.8.13 <a href="release-0.8.13.html">publicada</a><br /> 2012-02-27 - I2P 0.8.13 <a href="release-0.8.13.html">publicada</a><br />
2012-01-06 - I2P 0.8.12 <a href="release-0.8.12.html">publicada</a><br /> 2012-01-06 - I2P 0.8.12 <a href="release-0.8.12.html">publicada</a><br />
2011-11-08 - I2P 0.8.11 <a href="release-0.8.11.html">publicada</a><br /> 2011-11-08 - I2P 0.8.11 <a href="release-0.8.11.html">publicada</a><br />
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10.html">publicada</a><br />
</div> </div>
<!-- <!--
<td> <td>

View File

@ -4,7 +4,7 @@
<table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce"> <table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce">
<div class="version"> <div class="version">
<b>Dernière version:</b><div class=underline></div> <b>Dernière version:</b><div class=underline></div>
2012-02-27 - <strong>I2P 0.8.13</strong> - {{ urlify("release-0.8.13_fr.html", "Annonce", "html")}} 2012-05-02 - <strong>I2P 0.9</strong> - {{ urlify("release-0.9_fr.html", "Annonce", "html")}}
- <a href="download_fr.html">Téléchargements</a><br /><div class="underline"></div> - <a href="download_fr.html">Téléchargements</a><br /><div class="underline"></div>
2007-09-28 - <strong>Syndie 1.101a</strong> - 2007-09-28 - <strong>Syndie 1.101a</strong> -
<!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> --> <!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> -->
@ -12,10 +12,10 @@
</div> </div>
<div class="news"> <div class="news">
<b>Dernières nouvelles :</b><div class=underline></div> <b>Dernières nouvelles :</b><div class=underline></div>
2012-05-02 - I2P 0.9 <a href="release-0.9_fr.html">Publiée</a><br />
2012-02-27 - I2P 0.8.13 <a href="release-0.8.13_fr.html">Publiée</a><br /> 2012-02-27 - I2P 0.8.13 <a href="release-0.8.13_fr.html">Publiée</a><br />
2012-01-06 - I2P 0.8.12 <a href="release-0.8.12_fr.html">Publiée</a><br /> 2012-01-06 - I2P 0.8.12 <a href="release-0.8.12_fr.html">Publiée</a><br />
2011-11-08 - I2P 0.8.11 <a href="release-0.8.11_fr.html">Publiée</a><br /> 2011-11-08 - I2P 0.8.11 <a href="release-0.8.11_fr.html">Publiée</a><br />
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10_fr.html">Publiée</a><br />
</div> </div>
<!-- <!--
<td> <td>

View File

@ -4,7 +4,7 @@
<table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce"> <table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce">
<div class="version"> <div class="version">
<b>Latest version:</b><div class=underline></div> <b>Latest version:</b><div class=underline></div>
2012-02-27 - <strong>I2P 0.8.13</strong> - {{ urlify("release-0.8.13", "Announcement", "html")}} 2012-05-02 - <strong>I2P 0.9</strong> - {{ urlify("release-0.9", "Announcement", "html")}}
- <a href="download">Download</a><br /><div class="underline"></div> - <a href="download">Download</a><br /><div class="underline"></div>
2007-09-28 - <strong>Syndie 1.101a</strong> - 2007-09-28 - <strong>Syndie 1.101a</strong> -
<!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> --> <!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> -->
@ -12,10 +12,10 @@
</div> </div>
<div class="news"> <div class="news">
<b>Latest News:</b><div class=underline></div> <b>Latest News:</b><div class=underline></div>
2012-05-02 - I2P 0.9 <a href="release-0.9.html">Rilasciata</a><br />
2012-02-27 - I2P 0.8.13 <a href="release-0.8.13.html">Rilasciata</a><br /> 2012-02-27 - I2P 0.8.13 <a href="release-0.8.13.html">Rilasciata</a><br />
2012-01-06 - I2P 0.8.12 <a href="release-0.8.12.html">Rilasciata</a><br /> 2012-01-06 - I2P 0.8.12 <a href="release-0.8.12.html">Rilasciata</a><br />
2011-11-08 - I2P 0.8.11 <a href="release-0.8.11.html">Rilasciata</a><br /> 2011-11-08 - I2P 0.8.11 <a href="release-0.8.11.html">Rilasciata</a><br />
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10.html">Rilasciata</a><br />
</div> </div>
<!-- <!--
<td> <td>

View File

@ -4,7 +4,7 @@
<table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce"> <table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce">
<div class="version"> <div class="version">
<b>Laatste versie:</b><div class=underline></div> <b>Laatste versie:</b><div class=underline></div>
2012-02-27 - <strong>I2P 0.8.13</strong> - {{ urlify("release-0.8.13", "Aankondiging", "html")}} 2012-05-02 - <strong>I2P 0.9</strong> - {{ urlify("release-0.9", "Aankondiging", "html")}}
- <a href="download">Download</a><br /><div class="underline"></div> - <a href="download">Download</a><br /><div class="underline"></div>
2007-09-28 - <strong>Syndie 1.101a</strong> - 2007-09-28 - <strong>Syndie 1.101a</strong> -
<!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> --> <!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> -->
@ -12,10 +12,10 @@
</div> </div>
<div class="news"> <div class="news">
<b>Laatste Nieuws:</b><div class=underline></div> <b>Laatste Nieuws:</b><div class=underline></div>
2012-05-02 - I2P 0.9 <a href="release-0.9.html">Release</a><br />
2012-02-27 - I2P 0.8.13 <a href="release-0.8.13.html">Release</a><br /> 2012-02-27 - I2P 0.8.13 <a href="release-0.8.13.html">Release</a><br />
2012-01-06 - I2P 0.8.12 <a href="release-0.8.12.html">Release</a><br /> 2012-01-06 - I2P 0.8.12 <a href="release-0.8.12.html">Release</a><br />
2011-11-08 - I2P 0.8.11 <a href="release-0.8.11.html">Release</a><br /> 2011-11-08 - I2P 0.8.11 <a href="release-0.8.11.html">Release</a><br />
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10.html">Release</a><br />
</div> </div>
<!-- <!--
<td> <td>

View File

@ -6,7 +6,7 @@
<div class="version"> <div class="version">
<b>Последние Версии:</b> <b>Последние Версии:</b>
<div class=underline></div> <div class=underline></div>
2012-02-27 - <strong>I2P 0.8.13</strong> - {{ urlify("release-0.8.13", "Announcement", "html")}} - <a href="download_ru">Скачать</a><br /> 2012-05-02 - <strong>I2P 0.9</strong> - {{ urlify("release-0.9", "Announcement", "html")}} - <a href="download_ru">Скачать</a><br />
<div class="underline"></div> <div class="underline"></div>
2007-09-28 - <strong>Syndie 1.101a</strong> - <!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> --> - <a href="http://syndie.i2p2.de/download.html">Скачать</a> 2007-09-28 - <strong>Syndie 1.101a</strong> - <!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> --> - <a href="http://syndie.i2p2.de/download.html">Скачать</a>
</div> </div>
@ -14,10 +14,10 @@
<div class="news"> <div class="news">
<b>Последние Новости:</b> <b>Последние Новости:</b>
<div class=underline></div> <div class=underline></div>
2012-05-02 - I2P 0.9 <a href="release-0.9.html">Released</a><br />
2012-02-27 - I2P 0.8.13 <a href="release-0.8.13.html">Released</a><br /> 2012-02-27 - I2P 0.8.13 <a href="release-0.8.13.html">Released</a><br />
2012-01-06 - I2P 0.8.12 <a href="release-0.8.12.html">Released</a><br /> 2012-01-06 - I2P 0.8.12 <a href="release-0.8.12.html">Released</a><br />
2011-11-08 - I2P 0.8.11 <a href="release-0.8.11.html">Released</a><br /> 2011-11-08 - I2P 0.8.11 <a href="release-0.8.11.html">Released</a><br />
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10.html">Released</a><br />
</div> </div>
</table> </table>

View File

@ -5,7 +5,7 @@
<div class="version"> <div class="version">
<b>最新版本:</b> <b>最新版本:</b>
<div class=underline></div> <div class=underline></div>
2012-02-27 - <strong>I2P 0.8.13</strong> - {{ urlify("release-0.8.13", "Announcement", "html")}} 2012-05-02 - <strong>I2P 0.9</strong> - {{ urlify("release-0.9", "Announcement", "html")}}
- <a href="download_zh.html">下载</a> - <a href="download_zh.html">下载</a>
<div class="underline"></div> <div class="underline"></div>
2007-09-28 - <strong>Syndie 1.101a</strong> - 2007-09-28 - <strong>Syndie 1.101a</strong> -
@ -14,10 +14,10 @@
</div> </div>
<div class="news"> <div class="news">
<b>最新动态:</b><div class=underline></div> <b>最新动态:</b><div class=underline></div>
2012-05-02 - I2P 0.9 <a href="release-0.9.html">新版发布</a><br />
2012-02-27 - I2P 0.8.13 <a href="release-0.8.13.html">新版发布</a><br /> 2012-02-27 - I2P 0.8.13 <a href="release-0.8.13.html">新版发布</a><br />
2012-01-06 - I2P 0.8.12 <a href="release-0.8.12.html">新版发布</a><br /> 2012-01-06 - I2P 0.8.12 <a href="release-0.8.12.html">新版发布</a><br />
2011-11-08 - I2P 0.8.11 <a href="release-0.8.11.html">新版发布</a><br /> 2011-11-08 - I2P 0.8.11 <a href="release-0.8.11.html">新版发布</a><br />
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10.html">新版发布</a><br />
</div> </div>
<!-- <!--
<td> <td>

View File

@ -2,6 +2,11 @@
{% block title %}0.9 Release{% endblock %} {% block title %}0.9 Release{% endblock %}
{% block content %} {% block content %}
<p>
The 0.9 release concludes over a year and a half of work on the 0.8.x series,
in which we greatly improved the performance and security of the router, and the
scalability of the network.
</p>
<p> <p>
In the 0.9 release we migrate to Jetty 6 for the console and eepsite web server, In the 0.9 release we migrate to Jetty 6 for the console and eepsite web server,
and introduce a simplified router console home page. and introduce a simplified router console home page.
@ -30,9 +35,11 @@ was successful and the eepsites are operational after the router restarts.
<p> Plugin information: <p> Plugin information:
<br /> Plugins not listed below should continue to work under Jetty 6. <br /> Plugins not listed below should continue to work under Jetty 6.
<br /> The following plugins require updates for Jetty 6. The router will download and install them a few minutes <br /> The following plugins require updates for Jetty 6. The router will download and install them a few minutes
after upgrading: i2pbote, pebble, zzzot after upgrading: i2pcontrol, pebble, zzzot
<br /> The following plugins have been renamed and for Jetty 6. Users must manually remove them and download the new versions <br /> The following plugins have been renamed and for Jetty 6. Users must manually remove them and download the new versions
after upgrading: neodatis, seedless after upgrading: neodatis, seedless
<br /> The following plugin does not work well with Jetty 6, you may wish to remove it and install the unofficial replacement
from plugins.i2p after upgrading: i2pbote
</p> </p>
<p> Other non-standard console and eepsite webapps not packaged by the I2P development team may or may not <p> Other non-standard console and eepsite webapps not packaged by the I2P development team may or may not