This commit is contained in:
zzz
2013-03-09 12:36:31 +00:00
parent 8e6dc5abee
commit 5cc4c46908
21 changed files with 218 additions and 250 deletions

View File

@ -14,59 +14,56 @@ or type <tt>java -version</tt> at your command prompt.
<h3>Clean installs</h3>
<ul class="downloadlist">
<li><b>Windows Graphical installer:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4_windows.exe">i2pinstall_0.9.4_windows.exe</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5_windows.exe">i2pinstall_0.9.5_windows.exe</a>
(SHA256
c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4_windows.exe.sig">sig</a>)<br />
d904878f1feb758afb75cae31af52e3504b43b5ff531c060d902145a19eec56e
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5_windows.exe.sig">sig</a>)<br />
Download that file and run it.
</li>
<li><b>Linux / BSD / Solaris Graphical installer:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4.jar">i2pinstall_0.9.4.jar</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
(SHA256
8e670ba26c04176ace9246d91a09951975e2965b89628f620f5a3dff917298e4
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4.jar.sig">sig</a>)<br />
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_0.9.4.jar</code> in a terminal to run the
type <code>java -jar i2pinstall_0.9.5.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 / BSD / Solaris Command line (headless) install:</b><br />
Download the graphical installer file above and
run <code>java -jar i2pinstall_0.9.4.jar -console</code> from the command line.
run <code>java -jar i2pinstall_0.9.5.jar -console</code> from the command line.
</li>
<li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li>
<li><b>OS X Graphical installer:</b><br />
Due to <a href="http://trac.i2p2.de/ticket/826">a wrapper bug</a>, the 0.9.4 installer above
will <b>NOT</b> work on OS X. Use the fixed 0.9.4-1 OSX installer below.
<br>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4-1_osx.jar">i2pinstall_0.9.4-1_osx.jar</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
(SHA256
9b652bfccae644a4f3aaa7917b656a914ba120b0f6e114f1d2d5520d0b0c01ff
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4-1_osx.jar.sig">sig</a>)<br />
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_0.9.4-1_osx.jar</code> in a terminal to run the
type <code>java -jar i2pinstall_0.9.5.jar</code> in a terminal to run the
installer.
You may be able to right-click and select
&quot;Open with Java&quot;.
</li>
<li><b>OS X Command line (headless) install:</b><br />
Download the 0.9.4-1 OSX graphical installer file above and
run <code>java -jar i2pinstall_0.9.4-1_osx.jar -console</code> from the command line.
Download the 0.9.5 OSX graphical installer file above and
run <code>java -jar i2pinstall_0.9.5.jar -console</code> from the command line.
</li>
<li><b>Source install:</b><br />
<a href="http://mirror.i2p2.de/i2psource_0.9.4.tar.bz2">i2psource_0.9.4.tar.bz2</a>
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2">i2psource_0.9.5.tar.bz2</a>
(SHA256
1b7d9695555ed42142b04ad6bcda083cd1a064f6354b639ad2aef4d9cd474e06
<a href="http://mirror.i2p2.de/i2psource_0.9.4.tar.bz2.sig">sig</a>)<br />
441eac3cb7f25c03e7711c7d516626dc86ba6ad373145ab802d150848262c7c2
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2.sig">sig</a>)<br />
Alternately, you can fetch the source from <a href="newdevelopers#getting-the-i2p-code">monotone</a>.
<br />
Run <code>(tar xjvf i2psource_0.9.4.tar.bz2 ; cd i2p-0.9.4 ; ant pkg)</code> then either
Run <code>(tar xjvf i2psource_0.9.5.tar.bz2 ; cd i2p-0.9.5 ; ant pkg)</code> then either
run the GUI installer or headless install as above</li>
</ul>
@ -139,10 +136,10 @@ receive the release.
<h3>Updates from earlier releases (manual method):</h3>
<ol>
<li>Download <a href="http://mirror.i2p2.de/i2pupdate_0.9.4.zip">i2pupdate_0.9.4.zip</a>
<li>Download <a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip">i2pupdate_0.9.5.zip</a>
(SHA256
0f369d9b85793f157ec67c4d59723a2ad0c1de2a0902d35e11c26a2c74add824
<a href="http://mirror.i2p2.de/i2pupdate_0.9.4.zip.sig">sig</a>) to your I2P
d20c3f3845c1f4a4cf734dc69cae7de72ff0874cea1382d03d8ac953c50fb139
<a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip.sig">sig</a>) to your I2P
installation directory and <b>rename as i2pupdate.zip</b>.
(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

View File

@ -14,65 +14,62 @@
<h3>التثبيت لأول مرة</h3>
<ul class="downloadlist">
<li><b>Windows</b> التثبيت عن طريق الواجهة الرسومية :<br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4_windows.exe">i2pinstall_0.9.4_windows.exe</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5_windows.exe">i2pinstall_0.9.5_windows.exe</a>
(SHA256
c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4_windows.exe.sig">sig</a>)
d904878f1feb758afb75cae31af52e3504b43b5ff531c060d902145a19eec56e
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5_windows.exe.sig">sig</a>)
</li>
<li><b>Linux / BSD / Solaris</b> التثبيت عن طريق الواجهة الرسومية :<br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4.jar">i2pinstall_0.9.4.jar</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
(SHA256
8e670ba26c04176ace9246d91a09951975e2965b89628f620f5a3dff917298e4
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4.jar.sig">sig</a>)<br />
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_0.9.4.jar</code> in a terminal to run the
type <code>java -jar i2pinstall_0.9.5.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.4.jar</code></li>
<code>java -jar i2pinstall_0.9.5.jar</code></li>
<li><b>Linux / BSD / Solaris</b> التثبيت عن طريق سطر الأوامر :<br />
حمل ملف التثبيت عن طريق الواجهة الرسومية المذكور مسبقاً ثمّ نفذ الأمر
<code>java -jar i2pinstall_0.9.4.jar -console</code> في سطر الأوامر لديك
<code>java -jar i2pinstall_0.9.5.jar -console</code> في سطر الأوامر لديك
هذا ينطبق على أنظمة ويندوز و لينكس و ما كنتوش (نعم ،حقاً !)
</li>
<li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li>
<li><b>OS X Graphical installer:</b><br />
Due to <a href="http://trac.i2p2.de/ticket/826">a wrapper bug</a>, the 0.9.4 installer above
will <b>NOT</b> work on OS X. Use the fixed 0.9.4-1 OSX installer below.
<br>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4-1_osx.jar">i2pinstall_0.9.4-1_osx.jar</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
(SHA256
9b652bfccae644a4f3aaa7917b656a914ba120b0f6e114f1d2d5520d0b0c01ff
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4-1_osx.jar.sig">sig</a>)<br />
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_0.9.4-1_osx.jar</code> in a terminal to run the
type <code>java -jar i2pinstall_0.9.5.jar</code> in a terminal to run the
installer.
You may be able to right-click and select
&quot;Open with Java&quot;
حمل الملف و نفّذه ،و اذا كان نظام التشغيل لديك غير ويندوز نفّذ الأمر التالي
<code>java -jar i2pinstall_0.9.4-1_osx.jar</code></li>.
<code>java -jar i2pinstall_0.9.5.jar</code></li>.
</li>
<li><b>OS X</b> التثبيت عن طريق سطر الأوامر :<br />
حمل ملف التثبيت عن طريق الواجهة الرسومية المذكور مسبقاً ثمّ نفذ الأمر
<code>java -jar i2pinstall_0.9.4-1_osx.jar -console</code> في سطر الأوامر لديك
<code>java -jar i2pinstall_0.9.5.jar -console</code> في سطر الأوامر لديك
هذا ينطبق على أنظمة ويندوز و لينكس و ما كنتوش (نعم ،حقاً !)
</li>
<li>تحميل النص المصدري :<br />
<a href="http://mirror.i2p2.de/i2psource_0.9.4.tar.bz2">i2psource_0.9.4.tar.bz2</a>
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2">i2psource_0.9.5.tar.bz2</a>
(SHA256
1b7d9695555ed42142b04ad6bcda083cd1a064f6354b639ad2aef4d9cd474e06
<a href="http://mirror.i2p2.de/i2psource_0.9.4.tar.bz2.sig">sig</a>)<br />
441eac3cb7f25c03e7711c7d516626dc86ba6ad373145ab802d150848262c7c2
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2.sig">sig</a>)<br />
بشكل بديل ، يمكن الحصول على الرماز المصدري من <a href="newdevelopers#getting-the-i2p-code">monotone</a>.
<br/>
نفّذ الأمر<code>(tar xjvf i2psource_0.9.4.tar.bz2 ; cd i2p-0.9.4 ; ant pkg)</code>ثمّ شغل التثبيت عبر الواجهة الرسومية أو سطر الأوامر كما ذكر مسبقاً</li>
نفّذ الأمر<code>(tar xjvf i2psource_0.9.5.tar.bz2 ; cd i2p-0.9.5 ; ant pkg)</code>ثمّ شغل التثبيت عبر الواجهة الرسومية أو سطر الأوامر كما ذكر مسبقاً</li>
</ul>
الملفات موقّعة بواسطة zzz
@ -132,10 +129,10 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995
<h3>(تحديث من اصدار سابق (الطريقة اليدوية:</h3>
<ol>
<li>تحميل <a href="http://mirror.i2p2.de/i2pupdate_0.9.4.zip">i2pupdate_0.9.4.zip</a>
<li>تحميل <a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip">i2pupdate_0.9.5.zip</a>
(SHA256
0f369d9b85793f157ec67c4d59723a2ad0c1de2a0902d35e11c26a2c74add824
<a href="http://mirror.i2p2.de/i2pupdate_0.9.4.zip.sig">sig</a> الى مجلد التثبيت <b>اعد التسمية الى i2pupdate.zip</b>.
d20c3f3845c1f4a4cf734dc69cae7de72ff0874cea1382d03d8ac953c50fb139
<a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip.sig">sig</a> الى مجلد التثبيت <b>اعد التسمية الى i2pupdate.zip</b>.
او يمكنك تحميل النص المصدري و كتابة في سطر الأوامر ant updater
ثم تقوم بنسخ الملف i2pupdate.zip الى مجلد الذي اخترته لتنصيب برنامج I2P لتتم الترقية بطريقة آلية.انت لست بحاجة الى فك ضغط هذا الملف.
</li>

View File

@ -10,56 +10,53 @@ nebo z příkazové řádky pomocí příkazu <tt>java -version</tt>
<h3>Nová instalace</h3>
<ul class="downloadlist">
<li><b>Windows Grafický instalační program:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4_windows.exe">i2pinstall_0.9.4_windows.exe</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5_windows.exe">i2pinstall_0.9.5_windows.exe</a>
(SHA256
c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4_windows.exe.sig">sig</a>) <br />
d904878f1feb758afb75cae31af52e3504b43b5ff531c060d902145a19eec56e
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5_windows.exe.sig">sig</a>) <br />
Pod Windows: stáhněte soubor a spusťte ho.
</li>
<li><b>Linux / BSD / Solaris Grafický instalační program:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4.jar">i2pinstall_0.9.4.jar</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
(SHA256
8e670ba26c04176ace9246d91a09951975e2965b89628f620f5a3dff917298e4
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4.jar.sig">sig</a>)<br />
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_0.9.4.jar</code> in a terminal to run the
type <code>java -jar i2pinstall_0.9.5.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 / 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.4.jar -console</code>
Stáhněte si grafický instalační program (viz výše) a spusťte ho příkazem <code>java -jar i2pinstall_0.9.5.jar -console</code>
</li>
<li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li>
<li><b>OS X Graphical installer:</b><br />
Due to <a href="http://trac.i2p2.de/ticket/826">a wrapper bug</a>, the 0.9.4 installer above
will <b>NOT</b> work on OS X. Use the fixed 0.9.4-1 OSX installer below.
<br>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4-1_osx.jar">i2pinstall_0.9.4-1_osx.jar</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
(SHA256
9b652bfccae644a4f3aaa7917b656a914ba120b0f6e114f1d2d5520d0b0c01ff
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4-1_osx.jar.sig">sig</a>)<br />
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_0.9.4-1_osx.jar</code> in a terminal to run the
type <code>java -jar i2pinstall_0.9.5.jar</code> in a terminal to run the
installer.
You may be able to right-click and select
&quot;Open with Java&quot;.
</li>
<li><b>OS X 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.4-1_osx.jar -console</code>
Stáhněte si grafický instalační program (viz výše) a spusťte ho příkazem <code>java -jar i2pinstall_0.9.5.jar -console</code>
</li>
<li><b>Instalace ze zdrojového kódu:</b><br />
<a href="http://mirror.i2p2.de/i2psource_0.9.4.tar.bz2">i2psource_0.9.4.tar.bz2</a>
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2">i2psource_0.9.5.tar.bz2</a>
(SHA256
1b7d9695555ed42142b04ad6bcda083cd1a064f6354b639ad2aef4d9cd474e06
<a href="http://mirror.i2p2.de/i2psource_0.9.4.tar.bz2.sig">sig</a>)<br />
441eac3cb7f25c03e7711c7d516626dc86ba6ad373145ab802d150848262c7c2
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2.sig">sig</a>)<br />
Alternativně lze zdrojový kód stáhnout <a href="newdevelopers#getting-the-i2p-code">z repozitáře monotone</a>.<br/>
Spusťte sestavení programu příkazem <code>(tar xjvf i2psource_0.9.4.tar.bz2 ; cd i2p-0.9.4 ; ant pkg)</code> a potom
Spusťte sestavení programu příkazem <code>(tar xjvf i2psource_0.9.5.tar.bz2 ; cd i2p-0.9.5 ; ant pkg)</code> a potom
spusťte grafický instalační program nebo instalaci z příkazové řádky (viz výše).</li>
</ul>
@ -118,10 +115,10 @@ nových verzí.
<h3>Aktualizace z předchozích verzí (manuální postup):</h3>
<ol>
<li>Stáhněte si <a href="http://mirror.i2p2.de/i2pupdate_0.9.4.zip">i2pupdate_0.9.4.zip</a>
<li>Stáhněte si <a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip">i2pupdate_0.9.5.zip</a>
(SHA256
0f369d9b85793f157ec67c4d59723a2ad0c1de2a0902d35e11c26a2c74add824
<a href="http://mirror.i2p2.de/i2pupdate_0.9.4.zip.sig">sig</a>) a uložte jej do
d20c3f3845c1f4a4cf734dc69cae7de72ff0874cea1382d03d8ac953c50fb139
<a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip.sig">sig</a>) a uložte jej do
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
"ant updater", výsledný soubor i2pupdate.zip pak nakopírovat do instalační složky

View File

@ -14,40 +14,37 @@ oder gebe <tt>java -version</tt> in die Kommandozeile ein.
<h3>Frische Installation</h3>
<ul class="downloadlist">
<li><b>Windows GUI Installer:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4_windows.exe">i2pinstall_0.9.4_windows.exe</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5_windows.exe">i2pinstall_0.9.5_windows.exe</a>
(SHA256
c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4_windows.exe.sig">sig</a>)<br />
d904878f1feb758afb75cae31af52e3504b43b5ff531c060d902145a19eec56e
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5_windows.exe.sig">sig</a>)<br />
Downloade die Datei und f&uuml;hre sie aus. </li>
<li><b>Linux / BSD / Solaris GUI Installer:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4.jar">i2pinstall_0.9.4.jar</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
(SHA256
8e670ba26c04176ace9246d91a09951975e2965b89628f620f5a3dff917298e4
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4.jar.sig">sig</a>)<br />
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
Hole die Datei und f&uuml;hre sie mit Doppelklick aus (falls es funktioniert)
oder gebe <code>java -jar i2pinstall_0.9.4.jar</code> in einm Terminal ein um
oder gebe <code>java -jar i2pinstall_0.9.5.jar</code> in einm Terminal ein um
die Installation zu starten.
Auf einigen Plattformen muss die Datei gegebenfall mit Rechts-Klick und der
Option "&Ouml;ffne mit Java" ge&ouml;ffnet werden.</li>
<li><b>Linux / BSD / Solaris Kommandozeilen (Headless) Installation:</b><br />
Downloade die normale Installationsdatei von oben und rufe
<code>java -jar i2pinstall_0.9.4.jar -console</code> in der Kommandozeile auf.
<code>java -jar i2pinstall_0.9.5.jar -console</code> in der Kommandozeile auf.
</li>
<li><a href="/debian.html">Pakete f&uuml;r Debian &amp; Ubuntu</a></li>
<li><b>OS X Graphical installer:</b><br />
Due to <a href="http://trac.i2p2.de/ticket/826">a wrapper bug</a>, the 0.9.4 installer above
will <b>NOT</b> work on OS X. Use the fixed 0.9.4-1 OSX installer below.
<br>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4-1_osx.jar">i2pinstall_0.9.4-1_osx.jar</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
(SHA256
9b652bfccae644a4f3aaa7917b656a914ba120b0f6e114f1d2d5520d0b0c01ff
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4-1_osx.jar.sig">sig</a>)<br />
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
Hole die Datei und f&uuml;hre sie mit Doppelklick aus (falls es funktioniert)
oder gebe <code>java -jar i2pinstall_0.9.4-1_osx.jar</code> in einm Terminal ein um
oder gebe <code>java -jar i2pinstall_0.9.5.jar</code> in einm Terminal ein um
die Installation zu starten.
Auf einigen Plattformen muss die Datei gegebenfall mit Rechts-Klick und der
Option "&Ouml;ffne mit Java" ge&ouml;ffnet werden.
@ -55,17 +52,17 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995
<li><b>OS X Kommandozeilen (Headless) Installation:</b><br />
Downloade die normale Installationsdatei von oben und rufe
<code>java -jar i2pinstall_0.9.4-1_osx.jar -console</code> in der Kommandozeile auf.
<code>java -jar i2pinstall_0.9.5.jar -console</code> in der Kommandozeile auf.
</li>
<li><b>Quelltext Installation:</b><br />
<a href="http://mirror.i2p2.de/i2psource_0.9.4.tar.bz2">i2psource_0.9.4.tar.bz2</a>
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2">i2psource_0.9.5.tar.bz2</a>
(SHA256
1b7d9695555ed42142b04ad6bcda083cd1a064f6354b639ad2aef4d9cd474e06
<a href="http://mirror.i2p2.de/i2psource_0.9.4.tar.bz2.sig">sig</a>)<br />
441eac3cb7f25c03e7711c7d516626dc86ba6ad373145ab802d150848262c7c2
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2.sig">sig</a>)<br />
Alternativ kannst Du den Quelltext aus <a href="newdevelopers_de#getting-the-i2p-code">Monotone</a> kopieren.
<br/>
F&uuml;hre folgendes aus: <code>(tar xjvf i2psource_0.9.4.tar.bz2 ; cd i2p_0.9.4 ; ant pkg)</code>
F&uuml;hre folgendes aus: <code>(tar xjvf i2psource_0.9.5.tar.bz2 ; cd i2p_0.9.5 ; ant pkg)</code>
und starte dann den GUI Installer oder die headless Installation wie oben beschrieben</li>
</ul>
@ -127,10 +124,10 @@ werden kann.
<h3>Aktualisieren von &auml;lteren Versionen (Manuelle Methode):</h3>
<ol>
<li>Downloade <a href="http://mirror.i2p2.de/i2pupdate_0.9.4.zip">i2pupdate_0.9.4.zip</a>
<li>Downloade <a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip">i2pupdate_0.9.5.zip</a>
(SHA256
0f369d9b85793f157ec67c4d59723a2ad0c1de2a0902d35e11c26a2c74add824
<a href="http://mirror.i2p2.de/i2pupdate_0.9.4.zip.sig">sig</a>) in dein I2P
d20c3f3845c1f4a4cf734dc69cae7de72ff0874cea1382d03d8ac953c50fb139
<a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip.sig">sig</a>) in dein I2P
Installationsverzeichnis und <b>bennene es i2pupdate.zip</b>.
(alternativ kannst den Quelltest besorgen und "ant updater" laufen lassen, kopiere dann
das erstellte i2pupdate.zip in dein I2P Installationsverzeichnis). Du brauchst

View File

@ -14,41 +14,38 @@ Java Runtime 1.5 ή νεότερο.
<h3>Εγκατάσταση</h3>
<ul class="downloadlist">
<li><b>Εγκατάσταση με γραφικό περιβάλλον για Windows:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4_windows.exe">i2pinstall_0.9.4_windows.exe</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5_windows.exe">i2pinstall_0.9.5_windows.exe</a>
(SHA256
c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4_windows.exe.sig">sig</a>)<br />
d904878f1feb758afb75cae31af52e3504b43b5ff531c060d902145a19eec56e
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5_windows.exe.sig">sig</a>)<br />
Κατεβάστε αυτό το αρχείο και εκτελέστε το.
</li>
<li><b>Εγκατάσταση με γραφικό περιβάλλον για Linux / BSD / Solaris:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4.jar">i2pinstall_0.9.4.jar</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
(SHA256
8e670ba26c04176ace9246d91a09951975e2965b89628f620f5a3dff917298e4
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4.jar.sig">sig</a>)<br />
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
Κατεβάστε αυτό το αρχείο και κάντε διπλό "κλικ" (εάν δουλεύει) ή
πληκτρολογήστε <code>java -jar i2pinstall_0.9.4.jar</code> στη γραμμή εντολών
πληκτρολογήστε <code>java -jar i2pinstall_0.9.5.jar</code> στη γραμμή εντολών
για να τρέξετε την εγκατάσταση.
Σε μερικές πλατφόρμες μπορείτε να κάνετε δεξιό "κλικ" και να επιλέξετε
&quot;Open with Java&quot;.</li>
<li><b>Εγκατάσταση από γραμμή εντολών (headless) για Linux / BSD / Solaris:</b><br />
Κατεβάστε την εγκατάσταση με γραφικό περιβάλλον από παραπάνω και εκτελέστε
<code>java -jar i2pinstall_0.9.4.jar -console</code> στη γραμμή εντολών.
<code>java -jar i2pinstall_0.9.5.jar -console</code> στη γραμμή εντολών.
</li>
<li><a href="/debian.html">Πακέτα για Debian &amp; Ubuntu</a></li>
<li><b>OS X Graphical installer:</b><br />
Due to <a href="http://trac.i2p2.de/ticket/826">a wrapper bug</a>, the 0.9.4 installer above
will <b>NOT</b> work on OS X. Use the fixed 0.9.4-1 OSX installer below.
<br>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4-1_osx.jar">i2pinstall_0.9.4-1_osx.jar</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
(SHA256
9b652bfccae644a4f3aaa7917b656a914ba120b0f6e114f1d2d5520d0b0c01ff
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4-1_osx.jar.sig">sig</a>)<br />
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
Κατεβάστε αυτό το αρχείο και κάντε διπλό "κλικ" (εάν δουλεύει) ή
πληκτρολογήστε <code>java -jar i2pinstall_0.9.4-1_osx.jar</code> στη γραμμή εντολών
πληκτρολογήστε <code>java -jar i2pinstall_0.9.5.jar</code> στη γραμμή εντολών
για να τρέξετε την εγκατάσταση.
Σε μερικές πλατφόρμες μπορείτε να κάνετε δεξιό "κλικ" και να επιλέξετε
&quot;Open with Java&quot;.
@ -56,17 +53,17 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995
<li><b>Εγκατάσταση από γραμμή εντολών (headless) για OS X:</b><br />
Κατεβάστε την εγκατάσταση με γραφικό περιβάλλον από παραπάνω και εκτελέστε
<code>java -jar i2pinstall_0.9.4-1_osx.jar -console</code> στη γραμμή εντολών.
<code>java -jar i2pinstall_0.9.5.jar -console</code> στη γραμμή εντολών.
</li>
<li><b>Εγκατάσταση από πηγαίο κώδικα:</b><br />
<a href="http://mirror.i2p2.de/i2psource_0.9.4.tar.bz2">i2psource_0.9.4.tar.bz2</a>
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2">i2psource_0.9.5.tar.bz2</a>
(SHA256
1b7d9695555ed42142b04ad6bcda083cd1a064f6354b639ad2aef4d9cd474e06
<a href="http://mirror.i2p2.de/i2psource_0.9.4.tar.bz2.sig">sig</a>)<br />
441eac3cb7f25c03e7711c7d516626dc86ba6ad373145ab802d150848262c7c2
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2.sig">sig</a>)<br />
Εναλλακτικά, μπορείτε να πάρετε τον πηγαίο κώδικα από το <a href="newdevelopers#getting-the-i2p-code">monotone</a>.
<br />
Εκτελέστε <code>(tar xjvf i2psource_0.9.4.tar.bz2 ; cd i2p-0.9.4 ; ant pkg)</code> και μετά
Εκτελέστε <code>(tar xjvf i2psource_0.9.5.tar.bz2 ; cd i2p-0.9.5 ; ant pkg)</code> και μετά
είτε τρέξτε την εγκατάσταση με γραφικό περιβάλλον είτε από τη γραμμή εντολών όπως παραπάνω.
</li>
</ul>
@ -154,10 +151,10 @@ than current version", και θα πρέπει να χρησιμοποιήσο
<h3>Ενημερώσεις από προηγούμενες εκδόσεις (χειροκίνητη μέθοδος):</h3>
<ol>
<li>Κατεβάστε το <a href="http://mirror.i2p2.de/i2pupdate_0.9.4.zip">i2pupdate_0.9.4.zip</a>
<li>Κατεβάστε το <a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip">i2pupdate_0.9.5.zip</a>
(SHA256
0f369d9b85793f157ec67c4d59723a2ad0c1de2a0902d35e11c26a2c74add824
<a href="http://mirror.i2p2.de/i2pupdate_0.9.4.zip.sig">sig</a>)
d20c3f3845c1f4a4cf734dc69cae7de72ff0874cea1382d03d8ac953c50fb139
<a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip.sig">sig</a>)
στον κατάλογο εγκατάστασης του I2P και <b>μετονομάστε το σε i2pupdate.zip</b>.
(εναλλακτικά, μπορείτε να πάρετε τον πηγαίο κώδικα και να εκτελέσετε "ant updater", έπειτα
αντιγράψτε το παραγόμενο i2pupdate.zip στον κατάλογο εγκατάστασης του I2P). ΔΕΝ χρειάζεται να

View File

@ -14,40 +14,37 @@ o teclea <tt>java -version</tt> en tu línea de comandos.
<h3>Instalaciones limpias</h3>
<ul class="downloadlist">
<li><b>Windows Instalador gráfico:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4_windows.exe">i2pinstall_0.9.4_windows.exe</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5_windows.exe">i2pinstall_0.9.5_windows.exe</a>
(SHA256
c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4_windows.exe.sig">sig</a>)
d904878f1feb758afb75cae31af52e3504b43b5ff531c060d902145a19eec56e
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5_windows.exe.sig">sig</a>)
</li>
<li><b>Linux / BSD / Solaris Instalador gráfico:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4.jar">i2pinstall_0.9.4.jar</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
(SHA256
8e670ba26c04176ace9246d91a09951975e2965b89628f620f5a3dff917298e4
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4.jar.sig">sig</a>)<br />
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_0.9.4.jar</code> in a terminal to run the
type <code>java -jar i2pinstall_0.9.5.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 / 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.4.jar -console</code> desde la línea de comandos.
arranca <code>java -jar i2pinstall_0.9.5.jar -console</code> desde la línea de comandos.
</li>
<li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li>
<li><b>OS X Graphical installer:</b><br />
Due to <a href="http://trac.i2p2.de/ticket/826">a wrapper bug</a>, the 0.9.4 installer above
will <b>NOT</b> work on OS X. Use the fixed 0.9.4-1 OSX installer below.
<br>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4-1_osx.jar">i2pinstall_0.9.4-1_osx.jar</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
(SHA256
9b652bfccae644a4f3aaa7917b656a914ba120b0f6e114f1d2d5520d0b0c01ff
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4-1_osx.jar.sig">sig</a>)<br />
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_0.9.4-1_osx.jar</code> in a terminal to run the
type <code>java -jar i2pinstall_0.9.5.jar</code> in a terminal to run the
installer.
You may be able to right-click and select
&quot;Open with Java&quot;.
@ -55,17 +52,17 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995
<li><b>OS X 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.4-1_osx.jar -console</code> desde la línea de comandos.
arranca <code>java -jar i2pinstall_0.9.5.jar -console</code> desde la línea de comandos.
</li>
<li><b>Instalación desde el código fuente:</b><br />
<a href="http://mirror.i2p2.de/i2psource_0.9.4.tar.bz2">i2psource_0.9.4.tar.bz2</a>
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2">i2psource_0.9.5.tar.bz2</a>
(SHA256
1b7d9695555ed42142b04ad6bcda083cd1a064f6354b639ad2aef4d9cd474e06
<a href="http://mirror.i2p2.de/i2psource_0.9.4.tar.bz2.sig">sig</a>)<br />
441eac3cb7f25c03e7711c7d516626dc86ba6ad373145ab802d150848262c7c2
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2.sig">sig</a>)<br />
De forma alternativa, puedes obtener las fuentes usando <a href="newdevelopers#getting-the-i2p-code">monotone</a>.
<br/>
Ejecuta <code>tar xjvf i2psource_0.9.4.tar.bz2 ; cd i2p-0.9.4 ; 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.5.tar.bz2 ; cd i2p-0.9.5 ; 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>
Los archivos están firmados por zzz,
@ -127,10 +124,10 @@ la actualización automáticamente.
<h3>Actualizar desde versiones anteriores (método manual):</h3>
<ol>
<li>Descarga <a href="http://mirror.i2p2.de/i2pupdate_0.9.4.zip">i2pupdate_0.9.4.zip</a>
<li>Descarga <a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip">i2pupdate_0.9.5.zip</a>
(SHA256
0f369d9b85793f157ec67c4d59723a2ad0c1de2a0902d35e11c26a2c74add824
<a href="http://mirror.i2p2.de/i2pupdate_0.9.4.zip.sig">sig</a>)
d20c3f3845c1f4a4cf734dc69cae7de72ff0874cea1382d03d8ac953c50fb139
<a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip.sig">sig</a>)
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>
<li>Click <a href="http://localhost:7657/configservice.jsp">"Restart"</a></li>

View File

@ -15,54 +15,51 @@ ou tapez <tt>java -version</tt> à l'invite de commande.
<h3>Installation initiale</h3>
<ul class="downloadlist">
<li><b>Windows Installeur graphique:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4_windows.exe">i2pinstall_0.9.4_windows.exe</a>
(SHA256 c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4_windows.exe.sig">sig</a>)<br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5_windows.exe">i2pinstall_0.9.5_windows.exe</a>
(SHA256 d904878f1feb758afb75cae31af52e3504b43b5ff531c060d902145a19eec56e
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5_windows.exe.sig">sig</a>)<br />
Téléchargez ce fichier et exécutez-le.
</li>
<li><b>Linux / BSD / Solaris Installeur graphique:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4.jar">i2pinstall_0.9.4.jar</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
(SHA256
8e670ba26c04176ace9246d91a09951975e2965b89628f620f5a3dff917298e4
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4.jar.sig">sig</a>)<br />
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
Téléchargez ce fichier et exécutez-le.
Vous pouvez
taper <code>java -jar i2pinstall_0.9.4.jar</code>
taper <code>java -jar i2pinstall_0.9.5.jar</code>
</li>
<li><b>Linux / 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.4.jar -console</code> sur la ligne de commande.
exécutez <code>java -jar i2pinstall_0.9.5.jar -console</code> sur la ligne de commande.
</li>
<li><a href="/debian_fr.html">Packages for Debian &amp; Ubuntu</a></li>
<li><b>OS X Graphical installer:</b><br />
Due to <a href="http://trac.i2p2.de/ticket/826">a wrapper bug</a>, the 0.9.4 installer above
will <b>NOT</b> work on OS X. Use the fixed 0.9.4-1 OSX installer below.
<br>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4-1_osx.jar">i2pinstall_0.9.4-1_osx.jar</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
(SHA256
9b652bfccae644a4f3aaa7917b656a914ba120b0f6e114f1d2d5520d0b0c01ff
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4-1_osx.jar.sig">sig</a>)<br />
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
Téléchargez ce fichier et exécutez-le.
Vous pouvez
taper <code>java -jar i2pinstall_0.9.4-1_osx.jar</code>
taper <code>java -jar i2pinstall_0.9.5.jar</code>
</li>
<li><b>OS X 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.4-1_osx.jar -console</code> sur la ligne de commande.
exécutez <code>java -jar i2pinstall_0.9.5.jar -console</code> sur la ligne de commande.
</li>
<li><b>À partir des sources:</b><br />
<a href="http://mirror.i2p2.de/i2psource_0.9.4.tar.bz2">i2psource_0.9.4.tar.bz2</a>
(SHA256 1b7d9695555ed42142b04ad6bcda083cd1a064f6354b639ad2aef4d9cd474e06
<a href="http://mirror.i2p2.de/i2psource_0.9.4.tar.bz2.sig">sig</a>)<br />
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2">i2psource_0.9.5.tar.bz2</a>
(SHA256 441eac3cb7f25c03e7711c7d516626dc86ba6ad373145ab802d150848262c7c2
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2.sig">sig</a>)<br />
Vous pouvez si vous préférez récupérer les sources sur <a href="newdevelopers#getting-the-i2p-code">monotone</a>.
<br/>
Exécuter <code>(tar xjvf i2psource_0.9.4.tar.bz2 ; cd i2p-0.9.4 ; ant pkg)</code> puis, soit
Exécuter <code>(tar xjvf i2psource_0.9.5.tar.bz2 ; cd i2p-0.9.5 ; ant pkg)</code> puis, soit
lancer l'installeur graphique, soit passer par la ligne de commande.</li>
</ul>
@ -138,9 +135,9 @@ cliquant dessus
<h3>Mises à jour de versions plus anciennes (méthode manuelle):</h3>
<ol>
<li>Téléchargez <a href="http://mirror.i2p2.de/i2pupdate_0.9.4.zip">i2pupdate_0.9.4.zip</a>
(SHA256 0f369d9b85793f157ec67c4d59723a2ad0c1de2a0902d35e11c26a2c74add824
<a href="http://mirror.i2p2.de/i2pupdate_0.9.4.zip.sig">sig</a>) dans votre répertoire d'installation d'I2P
<li>Téléchargez <a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip">i2pupdate_0.9.5.zip</a>
(SHA256 d20c3f3845c1f4a4cf734dc69cae7de72ff0874cea1382d03d8ac953c50fb139
<a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip.sig">sig</a>) dans votre répertoire d'installation d'I2P
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é
vers votre répertoire d'installation d'I2P). Il n'est pas nécessaire de décompresser ce fichier.</li>

View File

@ -15,59 +15,56 @@
<ul class="downloadlist">
<li><b>Графический инсталлятор для Windows:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4_windows.exe">i2pinstall_0.9.4_windows.exe</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5_windows.exe">i2pinstall_0.9.5_windows.exe</a>
(SHA256
c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4_windows.exe.sig">sig</a>)<br />
d904878f1feb758afb75cae31af52e3504b43b5ff531c060d902145a19eec56e
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5_windows.exe.sig">sig</a>)<br />
Под Windows: скачайте этот файл и запустите его.
</li>
<li><b>Графический инсталлятор для Linux / BSD / Solaris:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4.jar">i2pinstall_0.9.4.jar</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
(SHA256
8e670ba26c04176ace9246d91a09951975e2965b89628f620f5a3dff917298e4
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4.jar.sig">sig</a>)<br />
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
Скачайте этот файл и запустите двойным кликом, или выполните в консоли
команду <code>java -jar i2pinstall_0.9.4.jar</code> для запуска инсталлятора.
команду <code>java -jar i2pinstall_0.9.5.jar</code> для запуска инсталлятора.
На некоторых платформах вы можете вызвать контекстное меню и выбрать
&quot;Open with Java&quot;.
</li>
<li><b>Установка из командной строки в Linux / BSD / Solaris:</b><br />
Скачайте графический инсталлятор по ссылке выше и запустите из командной строки <code>java -jar i2pinstall_0.9.4.jar -console</code> <br />
Скачайте графический инсталлятор по ссылке выше и запустите из командной строки <code>java -jar i2pinstall_0.9.5.jar -console</code> <br />
</li>
<li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li>
<li><b>OS X Graphical installer:</b><br />
Due to <a href="http://trac.i2p2.de/ticket/826">a wrapper bug</a>, the 0.9.4 installer above
will <b>NOT</b> work on OS X. Use the fixed 0.9.4-1 OSX installer below.
<br>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4-1_osx.jar">i2pinstall_0.9.4-1_osx.jar</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
(SHA256
9b652bfccae644a4f3aaa7917b656a914ba120b0f6e114f1d2d5520d0b0c01ff
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4-1_osx.jar.sig">sig</a>)<br />
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
Скачайте этот файл и запустите двойным кликом, или выполните в консоли
команду <code>java -jar i2pinstall_0.9.4-1_osx.jar</code> для запуска инсталлятора.
команду <code>java -jar i2pinstall_0.9.5.jar</code> для запуска инсталлятора.
На некоторых платформах вы можете вызвать контекстное меню и выбрать
&quot;Open with Java&quot;.
</li>
<li><b>Установка из командной строки в OS X:</b><br />
Скачайте графический инсталлятор по ссылке выше и запустите из командной строки <code>java -jar i2pinstall_0.9.4-1_osx.jar -console</code> <br />
Скачайте графический инсталлятор по ссылке выше и запустите из командной строки <code>java -jar i2pinstall_0.9.5.jar -console</code> <br />
</li>
<li><b>Установка из исходного кода:</b><br />
<a href="http://mirror.i2p2.de/i2psource_0.9.4.tar.bz2">i2psource_0.9.4.tar.bz2</a>
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2">i2psource_0.9.5.tar.bz2</a>
(SHA256
1b7d9695555ed42142b04ad6bcda083cd1a064f6354b639ad2aef4d9cd474e06
<a href="http://mirror.i2p2.de/i2psource_0.9.4.tar.bz2.sig">sig</a>)<br />
441eac3cb7f25c03e7711c7d516626dc86ba6ad373145ab802d150848262c7c2
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2.sig">sig</a>)<br />
(Как вариант, можете скачать текущий исходный код из <a href="newdevelopers#getting-the-i2p-code">monotone-репозитория</a>.)
<br/>
Запустите процесс сборки <code>(tar xjvf i2psource_0.9.4.tar.bz2 ; cd i2p-0.9.4 ; ant pkg)</code>, затем воспользуйтесь собранным инсталлятором в графическом или консольном режиме (см. предыдущие способы установки).
Запустите процесс сборки <code>(tar xjvf i2psource_0.9.5.tar.bz2 ; cd i2p-0.9.5 ; ant pkg)</code>, затем воспользуйтесь собранным инсталлятором в графическом или консольном режиме (см. предыдущие способы установки).
</li>
</ul>
@ -118,10 +115,10 @@ Unix-совместимые системы: I2P можно запустить в
<ol>
<li>Скачайте
<a href="http://mirror.i2p2.de/i2pupdate_0.9.4.zip">i2pupdate_0.9.4.zip</a>
<a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip">i2pupdate_0.9.5.zip</a>
(SHA256
0f369d9b85793f157ec67c4d59723a2ad0c1de2a0902d35e11c26a2c74add824
<a href="http://mirror.i2p2.de/i2pupdate_0.9.4.zip.sig">sig</a>)
d20c3f3845c1f4a4cf734dc69cae7de72ff0874cea1382d03d8ac953c50fb139
<a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip.sig">sig</a>)
в директорию, где у Вас установлен I2P и <b>переименуйте в i2pupdate.zip</b>. (Как вариант, можно скачать исходный код и запустить сборку командой «ant updater», после чего скопировать полученный i2pupdate.zip в директорию, где у Вас установлен I2P.) Вам НЕ надо распаковывать этот zip-файл.
</li>
<li>Нажмите <a href="http://localhost:7657/configservice.jsp">«Перезагрузить плавно»</a></li>

View File

@ -11,56 +11,53 @@
<h3>全新安装</h3>
<ul class="downloadlist">
<li><b>Windows</b> 图形安装程序:<br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4_windows.exe">i2pinstall_0.9.4_windows.exe</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5_windows.exe">i2pinstall_0.9.5_windows.exe</a>
<br/>(SHA256
c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4_windows.exe.sig">sig</a>)
d904878f1feb758afb75cae31af52e3504b43b5ff531c060d902145a19eec56e
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5_windows.exe.sig">sig</a>)
</li>
<li><b>Linux / BSD / Solaris</b> 图形安装程序:<br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4.jar">i2pinstall_0.9.4.jar</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
(SHA256
8e670ba26c04176ace9246d91a09951975e2965b89628f620f5a3dff917298e4
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4.jar.sig">sig</a>)<br />
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_0.9.4.jar</code> in a terminal to run the
type <code>java -jar i2pinstall_0.9.5.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.4.jar</code>
<br />下载以上文件并运行如果你不是 windows 用户,可以输入 <code>java -jar i2pinstall_0.9.5.jar</code>
</li>
<li><b>Linux / BSD / Solaris</b> 命令行安装(即无头安装):<br />
下载上面的图形安装程序并在命令行状态下运行 <code>java -jar i2pinstall_0.9.4.jar -console</code>
下载上面的图形安装程序并在命令行状态下运行 <code>java -jar i2pinstall_0.9.5.jar -console</code>
</li>
<li><a href="/debian.html">Packages for Debian &amp; Ubuntu</a></li>
<li><b>OS X Graphical installer:</b><br />
Due to <a href="http://trac.i2p2.de/ticket/826">a wrapper bug</a>, the 0.9.4 installer above
will <b>NOT</b> work on OS X. Use the fixed 0.9.4-1 OSX installer below.
<br>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4-1_osx.jar">i2pinstall_0.9.4-1_osx.jar</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
(SHA256
9b652bfccae644a4f3aaa7917b656a914ba120b0f6e114f1d2d5520d0b0c01ff
<a href="http://mirror.i2p2.de/i2pinstall_0.9.4-1_osx.jar.sig">sig</a>)<br />
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_0.9.4-1_osx.jar</code> in a terminal to run the
type <code>java -jar i2pinstall_0.9.5.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.4-1_osx.jar</code>
<br />下载以上文件并运行如果你不是 windows 用户,可以输入 <code>java -jar i2pinstall_0.9.5.jar</code>
</li>
<li><b>OS X</b> 命令行安装(即无头安装):<br />
下载上面的图形安装程序并在命令行状态下运行 <code>java -jar i2pinstall_0.9.4-1_osx.jar -console</code>
下载上面的图形安装程序并在命令行状态下运行 <code>java -jar i2pinstall_0.9.5.jar -console</code>
</li>
<li>用源码安装:<br />
<a href="http://mirror.i2p2.de/i2psource_0.9.4.tar.bz2">i2psource_0.9.4.tar.bz2</a>
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2">i2psource_0.9.5.tar.bz2</a>
<br/>(SHA256
1b7d9695555ed42142b04ad6bcda083cd1a064f6354b639ad2aef4d9cd474e06
<a href="http://mirror.i2p2.de/i2psource_0.9.4.tar.bz2.sig">sig</a>)<br />此外,你也可以从 <a href="newdevelopers#getting-the-i2p-code">monotone</a> 中下载源码。<br/>执行 <code>(tar xjvf i2psource_0.9.4.tar.bz2 ; cd i2p_0.9.4 ; ant pkg)</code>
441eac3cb7f25c03e7711c7d516626dc86ba6ad373145ab802d150848262c7c2
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2.sig">sig</a>)<br />此外,你也可以从 <a href="newdevelopers#getting-the-i2p-code">monotone</a> 中下载源码。<br/>执行 <code>(tar xjvf i2psource_0.9.5.tar.bz2 ; cd i2p_0.9.5 ; ant pkg)</code>
,然后运行图形安装程序或进行命令行安装。</li>
</ul>
@ -90,9 +87,9 @@ c76bea15a6b7d98227466cc8025b1eb9069997e40e9d71ff49e55b2c8ac0b995
<h3>旧版升级 (手动方法)</h3>
<ol>
<li>下载 <a href="http://mirror.i2p2.de/i2pupdate_0.9.4.zip">i2pupdate_0.9.4.zip</a> <br/>(SHA256
0f369d9b85793f157ec67c4d59723a2ad0c1de2a0902d35e11c26a2c74add824
<a href="http://mirror.i2p2.de/i2pupdate_0.9.4.zip.sig">sig</a>) 放入 I2P 安装文件夹并 <b>改名为 i2pupdate.zip</b>. (此外,您还可以在得到前述的源码包后运行 "ant updater",将生成的 i2pupdate.zip 复制到您的 I2P 安装目录中)。<b>不要</b>将此文件解压缩。</li>
<li>下载 <a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip">i2pupdate_0.9.5.zip</a> <br/>(SHA256
d20c3f3845c1f4a4cf734dc69cae7de72ff0874cea1382d03d8ac953c50fb139
<a href="http://mirror.i2p2.de/i2pupdate_0.9.5.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>去喝杯咖啡11分钟后就完成了。</li>
</ol>

View File

@ -4,7 +4,7 @@
<table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce">
<div class="version">
<b>Latest version:</b><div class="underline"></div>
2012-12-17 - <strong>I2P 0.9.4</strong> - {{ urlify("release-0.9.4", "Announcement", "html")}}
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5", "Announcement", "html")}}
- <a href="download">Download</a><br /><div class="underline"></div>
2013-02-03 - <strong>Syndie 1.103b</strong> -
<!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> -->
@ -12,10 +12,10 @@
</div>
<div class="news">
<b>Latest News:</b><div class="underline"></div>
2013-03-08 - I2P 0.9.5 <a href="release-0.9.5.html">Released</a><br />
2012-12-17 - I2P 0.9.4 <a href="release-0.9.4.html">Released</a><br />
2012-10-27 - I2P 0.9.3 <a href="release-0.9.3.html">Released</a><br />
2012-09-21 - I2P 0.9.2 <a href="release-0.9.2.html">Released</a><br />
2012-07-30 - I2P 0.9.1 <a href="release-0.9.1.html">Released</a><br />
</div>
<!--
<td>

View File

@ -4,7 +4,7 @@
<table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce">
<div class="version">
<b>الإصدار الأحدث</b><div class=underline></div>
2012-12-17 - <strong>I2P 0.9.4</strong> - {{ urlify("release-0.9.4", "Announcement", "html")}}
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5", "Announcement", "html")}}
- <a href="download">تحميل</a><br /><div class="underline"></div>
2013-02-03 - <strong>Syndie 1.103b</strong> -
<!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> -->
@ -12,10 +12,10 @@
</div>
<div class="news" >
<b>أحدث الأخبار :</b><div class=underline></div>
2013-03-08 - I2P 0.9.5 <a href="release-0.9.5.html">تمّ اطلاق النسخة</a> <br />
2012-12-17 - I2P 0.9.4 <a href="release-0.9.4.html">تمّ اطلاق النسخة</a> <br />
2012-10-27 - I2P 0.9.3 <a href="release-0.9.3.html">تمّ اطلاق النسخة</a> <br />
2012-09-21 - I2P 0.9.2 <a href="release-0.9.2.html">تمّ اطلاق النسخة</a> <br />
2012-07-30 - I2P 0.9.1 <a href="release-0.9.1.html">تمّ اطلاق النسخة</a> <br />
</div>
<!--
<td>

View File

@ -5,7 +5,7 @@
<div class="version">
<b>Aktuální verze:</b>
<div class="underline"></div>
2012-12-17 - <strong>I2P 0.9.4</strong> - {{ urlify("release-0.9.4", "Poznámky k vydání", "html")}}
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5", "Poznámky k vydání", "html")}}
- <a href="download">Stáhnout</a>
<br /><div class="underline"></div>
2013-02-03 - <strong>Syndie 1.103b</strong> -
@ -14,10 +14,10 @@
</div>
<div class="news">
<b>Novinky:</b><div class=underline></div>
2013-03-08 - I2P 0.9.5 <a href="release-0.9.5.html">Vydání</a><br />
2012-12-17 - I2P 0.9.4 <a href="release-0.9.4.html">Vydání</a><br />
2012-10-27 - I2P 0.9.3 <a href="release-0.9.3.html">Vydání</a><br />
2012-09-21 - I2P 0.9.2 <a href="release-0.9.2.html">Vydání</a><br />
2012-07-30 - I2P 0.9.1 <a href="release-0.9.1.html">Vydání</a><br />
</div>
<!--
<td>

View File

@ -5,7 +5,7 @@
<div class="version">
<b>Aktuellste Version:</b>
<div class="underline"></div>
2012-12-17 - <strong>I2P 0.9.4</strong> - {{ urlify("release-0.9.4", "Ankündigung", "html")}}
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5", "Ankündigung", "html")}}
- <a href="download_de.html">Download</a>
<div class="underline"></div>
2013-02-03 - <strong>Syndie 1.103b</strong> -
@ -13,10 +13,10 @@
- <a href="http://syndie.i2p2.de/download.html">Download</a>
</div>
<div class="news"><strong>Letzte Neuigkeiten:</strong><div class="underline"></div>
2013-03-08 - I2P 0.9.5 <a href="release-0.9.5.html">veröffentlicht</a><br />
2012-12-17 - I2P 0.9.4 <a href="release-0.9.4.html">veröffentlicht</a><br />
2012-10-27 - I2P 0.9.3 <a href="release-0.9.3.html">veröffentlicht</a><br />
2012-09-21 - I2P 0.9.2 <a href="release-0.9.2.html">veröffentlicht</a><br />
2012-07-30 - I2P 0.9.1 <a href="release-0.9.1.html">veröffentlicht</a><br />
</div>
<!--
<td>

View File

@ -4,7 +4,7 @@
<table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce">
<div class="version">
<b>Τελευταία Έκδοση:</b><div class="underline"></div>
2012-12-17 - <strong>I2P 0.9.4</strong> - {{ urlify("release-0.9.4", "Ανακοίνωση", "html")}}
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5", "Ανακοίνωση", "html")}}
- <a href="download_el.html">Λήψη</a><br /><div class="underline"></div>
2013-02-03 - <strong>Syndie 1.103b</strong> -
<!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> -->
@ -12,10 +12,10 @@
</div>
<div class="news">
<b>Τελευταία Νέα:</b><div class="underline"></div>
2013-03-08 - I2P 0.9.5 <a href="release-0.9.5.html">Εκδόθηκε</a><br />
2012-12-17 - I2P 0.9.4 <a href="release-0.9.4.html">Εκδόθηκε</a><br />
2012-10-27 - I2P 0.9.3 <a href="release-0.9.3.html">Εκδόθηκε</a><br />
2012-09-21 - I2P 0.9.2 <a href="release-0.9.2.html">Εκδόθηκε</a><br />
2012-07-30 - I2P 0.9.1 <a href="release-0.9.1.html">Εκδόθηκε</a><br />
</div>
<!--
<td>

View File

@ -5,7 +5,7 @@
<div class="version">
<b>Versión actual:</b>
<div class="underline"></div>
2012-12-17 - <strong>I2P 0.9.4</strong> - {{ urlify("release-0.9.4", "Anunciación", "html")}}
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5", "Anunciación", "html")}}
- <a href="download_es.html">Descarga</a>
<div class="underline"></div>
2013-02-03 - <strong>Syndie 1.103b</strong> -
@ -13,10 +13,10 @@
- <a href="http://syndie.i2p2.de/download.html">Descarga</a>
</div>
<div class="news"><strong>Novedades:</strong><div class="underline"></div>
2013-03-08 - I2P 0.9.5 <a href="release-0.9.5.html">publicada</a><br />
2012-12-17 - I2P 0.9.4 <a href="release-0.9.4.html">publicada</a><br />
2012-10-27 - I2P 0.9.3 <a href="release-0.9.3.html">publicada</a><br />
2012-09-21 - I2P 0.9.2 <a href="release-0.9.2.html">publicada</a><br />
2012-07-30 - I2P 0.9.1 <a href="release-0.9.1.html">publicada</a><br />
</div>
<!--
<td>

View File

@ -4,7 +4,7 @@
<table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce">
<div class="version">
<b>Dernière version:</b><div class=underline></div>
2012-12-17 - <strong>I2P 0.9.4</strong> - {{ urlify("release-0.9.4_fr.html", "Annonce", "html")}}
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5_fr.html", "Annonce", "html")}}
- <a href="download_fr.html">Téléchargements</a><br /><div class="underline"></div>
2013-02-03 - <strong>Syndie 1.103b</strong> -
<!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> -->
@ -12,10 +12,10 @@
</div>
<div class="news">
<b>Dernières nouvelles :</b><div class=underline></div>
2013-03-08 - I2P 0.9.5 <a href="release-0.9.5.html">Publiée</a><br />
2012-12-17 - I2P 0.9.4 <a href="release-0.9.4.html">Publiée</a><br />
2012-10-27 - I2P 0.9.3 <a href="release-0.9.3.html">Publiée</a><br />
2012-09-21 - I2P 0.9.2 <a href="release-0.9.2.html">Publiée</a><br />
2012-07-30 - I2P 0.9.1 <a href="release-0.9.1.html">Publiée</a><br />
</div>
<!--
<td>

View File

@ -4,7 +4,7 @@
<table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce">
<div class="version">
<b>Latest version:</b><div class=underline></div>
2012-12-17 - <strong>I2P 0.9.4</strong> - {{ urlify("release-0.9.4", "Announcement", "html")}}
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5", "Announcement", "html")}}
- <a href="download">Download</a><br /><div class="underline"></div>
2013-02-03 - <strong>Syndie 1.103b</strong> -
<!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> -->
@ -12,10 +12,10 @@
</div>
<div class="news">
<b>Latest News:</b><div class=underline></div>
2013-03-08 - I2P 0.9.5 <a href="release-0.9.5.html">Rilasciata</a><br />
2012-12-17 - I2P 0.9.4 <a href="release-0.9.4.html">Rilasciata</a><br />
2012-10-27 - I2P 0.9.3 <a href="release-0.9.3.html">Rilasciata</a><br />
2012-09-21 - I2P 0.9.2 <a href="release-0.9.2.html">Rilasciata</a><br />
2012-07-30 - I2P 0.9.1 <a href="release-0.9.1.html">Rilasciata</a><br />
</div>
<!--
<td>

View File

@ -4,7 +4,7 @@
<table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce">
<div class="version">
<b>Laatste versie:</b><div class=underline></div>
2012-12-17 - <strong>I2P 0.9.4</strong> - {{ urlify("release-0.9.4", "Aankondiging", "html")}}
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5", "Aankondiging", "html")}}
- <a href="download">Download</a><br /><div class="underline"></div>
2013-02-03 - <strong>Syndie 1.103b</strong> -
<!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> -->
@ -12,10 +12,10 @@
</div>
<div class="news">
<b>Laatste Nieuws:</b><div class=underline></div>
2013-03-08 - I2P 0.9.5 <a href="release-0.9.5.html">Release</a><br />
2012-12-17 - I2P 0.9.4 <a href="release-0.9.4.html">Release</a><br />
2012-10-27 - I2P 0.9.3 <a href="release-0.9.3.html">Release</a><br />
2012-09-21 - I2P 0.9.2 <a href="release-0.9.2.html">Release</a><br />
2012-07-30 - I2P 0.9.1 <a href="release-0.9.1.html">Release</a><br />
</div>
<!--
<td>

View File

@ -6,7 +6,7 @@
<div class="version">
<b>Последние Версии:</b>
<div class=underline></div>
2012-12-17 - <strong>I2P 0.9.4</strong> - {{ urlify("release-0.9.4", "Announcement", "html")}} - <a href="download_ru">Скачать</a><br />
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5", "Announcement", "html")}} - <a href="download_ru">Скачать</a><br />
<div class="underline"></div>
2013-02-03 - <strong>Syndie 1.103b</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>
@ -14,10 +14,10 @@
<div class="news">
<b>Последние Новости:</b>
<div class=underline></div>
2013-03-08 - I2P 0.9.5 <a href="release-0.9.5.html">Released</a><br />
2012-12-17 - I2P 0.9.4 <a href="release-0.9.4.html">Released</a><br />
2012-10-27 - I2P 0.9.3 <a href="release-0.9.3.html">Released</a><br />
2012-09-21 - I2P 0.9.2 <a href="release-0.9.2.html">Released</a><br />
2012-07-30 - I2P 0.9.1 <a href="release-0.9.1.html">Released</a><br />
</div>
</table>

View File

@ -5,7 +5,7 @@
<div class="version">
<b>最新版本:</b>
<div class=underline></div>
2012-12-17 - <strong>I2P 0.9.4</strong> - {{ urlify("release-0.9.4", "Announcement", "html")}}
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5", "Announcement", "html")}}
- <a href="download_zh.html">下载</a>
<div class="underline"></div>
2013-02-03 - <strong>Syndie 1.103b</strong> -
@ -14,10 +14,10 @@
</div>
<div class="news">
<b>最新动态:</b><div class=underline></div>
2013-03-08 - I2P 0.9.5 <a href="release-0.9.5.html">新版发布</a><br />
2012-12-17 - I2P 0.9.4 <a href="release-0.9.4.html">新版发布</a><br />
2012-10-27 - I2P 0.9.3 <a href="release-0.9.3.html">新版发布</a><br />
2012-09-21 - I2P 0.9.2 <a href="release-0.9.2.html">新版发布</a><br />
2012-07-30 - I2P 0.9.1 <a href="release-0.9.1.html">新版发布</a><br />
</div>
<!--
<td>

View File

@ -1,26 +1,21 @@
<!--
<i2p.news date="$Date: 2012-12-17 00:00:00 $">
<i2p.release version="0.9.4" date="2012/12/17" minVersion="0.6" su2Torrent="magnet:?xt=urn:btih:096ba629147b15f6f839d71b1cd954fe6063ec7c&dn=i2pupdate-0.9.4.su2&tr=http://tracker2.postman.i2p/announce.php" sudTorrent="magnet:?xt=urn:btih:f0d8271757cf46839e6d9e3fd8f8852a63ba5256&dn=i2pupdate-0.9.4.sud&tr=http://tracker2.postman.i2p/announce.php" />
<i2p.news date="$Date: 2013-03-08 00:00:00 $">
<i2p.release version="0.9.5" date="2013/03/08" minVersion="0.6" su2Torrent="magnet:?xt=urn:btih:98b8b69b5aacda5267f4b05236a85248819b2228&dn=i2pupdate-0.9.5.su2&tr=http://tracker2.postman.i2p/announce.php" sudTorrent="magnet:?xt=urn:btih:5cc8a837b2fa9c80429a1672d34280ad17bbd740&dn=i2pupdate-0.9.5.sud&tr=http://tracker2.postman.i2p/announce.php" />
-->
<div lang="en">
<h3>2012-12-17: <b>0.9.4 <a href="http://www.i2p2.i2p/release-0.9.4.html">Released</a></b></h3>
<h3>2013-03-08: <b>0.9.5 <a href="http://www.i2p2.i2p/release-0.9.5.html">Released</a></b></h3>
<p>0.9.4 includes a fix for a network capacity bug, introduced in 0.9.2,
that was reducing network performance and reliability. It also includes
major changes in the in-network update system, and adds the capability
to update via in-network torrents. </p>
<p>0.9.5 includes several bug fixes and defenses for some issues and vulnerabilities
that are being investigated by researchers at UCSB. We continue to work with them
on additional improvements. This is a good opportunity to remind the community that
while our network is improving and growing rapidly, it is still relatively small. There may
be multiple weaknesses or bugs that could compromise your anonymity. Help us grow
the network by spreading the word and contributing where you can.</p>
<p>We fixed several bugs in the i2psnark DHT implementation that was introduced
last release. For those of you using console or http proxy passwords,
we converted to the more-secure digest method and improved the security for console forms.</p>
<p>In this upgrade cycle, a random 1% of routers, (plus all routers running a
development build) will attempt to update via the experimental in-network bittorrent
with i2psnark. If this doesn't work, it should fall back to standard in-network HTTP update.
<p>For those of you already running development builds, your router should automatically
update to 0.9.4-0 using the new in-network torrent facility.
For those running 0.9.3-0, you will update normally using in-network HTTP, and
we will have more information for you when we release 0.9.5.</p>
<p>
As usual, there's also lots of bug fixes in this release, so updating is recommended.
</p><p>
Say hello to the volunteers on the <a href="irc://127.0.0.1:6668/i2p-help">#i2p-help IRC channel</a>.
<a href="http://www.i2p2.i2p/getinvolved.html">Get involved</a>,