0.8.10
This commit is contained in:
@ -14,29 +14,29 @@ or type <tt>java -version</tt> at your command prompt.
|
||||
<h3>Clean installs</h3>
|
||||
<ul class="downloadlist">
|
||||
<li>Graphical installer:<br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.9.exe">i2pinstall_0.8.9.exe</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.10.exe">i2pinstall_0.8.10.exe</a>
|
||||
(SHA256
|
||||
554d0abe82ca034e1b7479410bab330bba5644ca1ae4117982af670d0f44ee66
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.9.exe.sig">sig</a>)<br />
|
||||
8494640d29b1b7969118169a7ae1c56bc5a07f354ec883734687bf09eef0e35c
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.10.exe.sig">sig</a>)<br />
|
||||
Download that file and run it.<br /> <br />If you're not on windows you can
|
||||
type <code>java -jar i2pinstall_0.8.9.exe</code> in a terminal to run the
|
||||
type <code>java -jar i2pinstall_0.8.10.exe</code> in a terminal to run the
|
||||
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
|
||||
installer. On other platforms you may be able to right-click and select
|
||||
"Open with Java".</li>
|
||||
<li>Command line (headless) install:<br />
|
||||
Download the graphical installer file above and
|
||||
run <code>java -jar i2pinstall_0.8.9.exe -console</code> from the command line.
|
||||
run <code>java -jar i2pinstall_0.8.10.exe -console</code> from the command line.
|
||||
This will work on windows. linux, and mac (yes really).</li>
|
||||
<li><a href="/debian.html">Packages for Debian & Ubuntu</a></li>
|
||||
<li>Source install:<br />
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.9.tar.bz2">i2psource_0.8.9.tar.bz2</a>
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.10.tar.bz2">i2psource_0.8.10.tar.bz2</a>
|
||||
(SHA256
|
||||
c40d503c0ee2e90c75f3d635649490a8e49b60e1da8100db118e2097a133429e
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.9.tar.bz2.sig">sig</a>)<br />
|
||||
e5832bb49f46b0b6620e8492e6fc6454de4107b84bca5a4b35461c6b7ac0575e
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.10.tar.bz2.sig">sig</a>)<br />
|
||||
Alternately, you can fetch the source from <a href="newdevelopers">monotone</a>.
|
||||
<br />
|
||||
Run <code>(tar xjvf i2psource_0.8.9.tar.bz2 ; cd i2p-0.8.9 ; ant pkg)</code> then either
|
||||
Run <code>(tar xjvf i2psource_0.8.10.tar.bz2 ; cd i2p-0.8.10 ; ant pkg)</code> then either
|
||||
run the GUI installer or headless install as above</li>
|
||||
</ul>
|
||||
|
||||
@ -109,10 +109,10 @@ receive the release.
|
||||
|
||||
<h3>Updates from earlier releases (manual method):</h3>
|
||||
<ol>
|
||||
<li>Download <a href="http://mirror.i2p2.de/i2pupdate_0.8.9.zip">i2pupdate_0.8.9.zip</a>
|
||||
<li>Download <a href="http://mirror.i2p2.de/i2pupdate_0.8.10.zip">i2pupdate_0.8.10.zip</a>
|
||||
(SHA256
|
||||
dba9258b67b3021c40456aae8e6986dc954ec55ab4ea527fd1ef02cfba88d803
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.8.9.zip.sig">sig</a>) to your I2P
|
||||
64bcd1fdd478cfda987c1d4906d94b3f20a0555bd4037aefa7a09af4f39a0e99
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.8.10.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
|
||||
|
@ -14,25 +14,25 @@
|
||||
<h3>التثبيت لأول مرة</h3>
|
||||
<ul class="downloadlist">
|
||||
<li>التثبيت عن طريق الواجهة الرسومية :<br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.9.exe">i2pinstall_0.8.9.exe</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.10.exe">i2pinstall_0.8.10.exe</a>
|
||||
(SHA256
|
||||
554d0abe82ca034e1b7479410bab330bba5644ca1ae4117982af670d0f44ee66
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.9.exe.sig">sig</a>)<br />
|
||||
8494640d29b1b7969118169a7ae1c56bc5a07f354ec883734687bf09eef0e35c
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.10.exe.sig">sig</a>)<br />
|
||||
حمل الملف و نفّذه ،و اذا كان نظام التشغيل لديك غير ويندوز نفّذ الأمر التالي
|
||||
<code>java -jar i2pinstall_0.8.9.exe</code> (نعم ،حقاً)</li>
|
||||
<code>java -jar i2pinstall_0.8.10.exe</code> (نعم ،حقاً)</li>
|
||||
<li>التثبيت عن طريق سطر الأوامر :<br />
|
||||
حمل ملف التثبيت عن طريق الواجهة الرسومية المذكور مسبقاً ثمّ نفذ الأمر
|
||||
<code>java -jar i2pinstall_0.8.9.exe -console</code> في سطر الأوامر لديك
|
||||
<code>java -jar i2pinstall_0.8.10.exe -console</code> في سطر الأوامر لديك
|
||||
هذا ينطبق على أنظمة ويندوز و لينكس و ما كنتوش (نعم ،حقاً !)
|
||||
</li>
|
||||
<li>تحميل النص المصدري :<br />
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.9.tar.bz2">i2psource_0.8.9.tar.bz2</a>
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.10.tar.bz2">i2psource_0.8.10.tar.bz2</a>
|
||||
(SHA256
|
||||
c40d503c0ee2e90c75f3d635649490a8e49b60e1da8100db118e2097a133429e
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.9.tar.bz2.sig">sig</a>)<br />
|
||||
e5832bb49f46b0b6620e8492e6fc6454de4107b84bca5a4b35461c6b7ac0575e
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.10.tar.bz2.sig">sig</a>)<br />
|
||||
بشكل بديل ، يمكن الحصول على الرماز المصدري من <a href="newdevelopers">monotone</a>.
|
||||
<br/>
|
||||
نفّذ الأمر<code>(tar xjvf i2psource_0.8.9.tar.bz2 ; cd i2p-0.8.9 ; ant pkg)</code>ثمّ شغل التثبيت عبر الواجهة الرسومية أو سطر الأوامر كما ذكر مسبقاً</li>
|
||||
نفّذ الأمر<code>(tar xjvf i2psource_0.8.10.tar.bz2 ; cd i2p-0.8.10 ; ant pkg)</code>ثمّ شغل التثبيت عبر الواجهة الرسومية أو سطر الأوامر كما ذكر مسبقاً</li>
|
||||
</ul>
|
||||
|
||||
الملفات موقّعة بواسطة zzz
|
||||
@ -92,10 +92,10 @@ c40d503c0ee2e90c75f3d635649490a8e49b60e1da8100db118e2097a133429e
|
||||
|
||||
<h3>(تحديث من اصدار سابق (الطريقة اليدوية:</h3>
|
||||
<ol>
|
||||
<li>تحميل <a href="http://mirror.i2p2.de/i2pupdate_0.8.9.zip">i2pupdate_0.8.9.zip</a>
|
||||
<li>تحميل <a href="http://mirror.i2p2.de/i2pupdate_0.8.10.zip">i2pupdate_0.8.10.zip</a>
|
||||
(SHA256
|
||||
dba9258b67b3021c40456aae8e6986dc954ec55ab4ea527fd1ef02cfba88d803
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.8.9.zip.sig">sig</a> الى مجلد التثبيت <b>اعد التسمية الى i2pupdate.zip</b>.
|
||||
64bcd1fdd478cfda987c1d4906d94b3f20a0555bd4037aefa7a09af4f39a0e99
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.8.10.zip.sig">sig</a> الى مجلد التثبيت <b>اعد التسمية الى i2pupdate.zip</b>.
|
||||
او يمكنك تحميل النص المصدري و كتابة في سطر الأوامر ant updater
|
||||
ثم تقوم بنسخ الملف i2pupdate.zip الى مجلد الذي اخترته لتنصيب برنامج I2P لتتم الترقية بطريقة آلية.انت لست بحاجة الى فك ضغط هذا الملف.
|
||||
</li>
|
||||
|
@ -10,25 +10,25 @@ nebo z příkazové řádky pomocí příkazu <tt>java -version</tt>
|
||||
<h3>Nová instalace</h3>
|
||||
<ul class="downloadlist">
|
||||
<li>Grafický instalační program:<br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.9.exe">i2pinstall_0.8.9.exe</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.10.exe">i2pinstall_0.8.10.exe</a>
|
||||
(SHA256
|
||||
554d0abe82ca034e1b7479410bab330bba5644ca1ae4117982af670d0f44ee66
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.9.exe.sig">sig</a>)<br />
|
||||
8494640d29b1b7969118169a7ae1c56bc5a07f354ec883734687bf09eef0e35c
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.10.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
|
||||
z příkazové řádky příkazem <code>java -jar i2pinstall_0.8.9.exe</code>
|
||||
z příkazové řádky příkazem <code>java -jar i2pinstall_0.8.10.exe</code>
|
||||
</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.9.exe -console</code> <br />
|
||||
Stáhněte si grafický instalační program (viz výše) a spusťte ho příkazem <code>java -jar i2pinstall_0.8.10.exe -console</code> <br />
|
||||
Tato instalace funguje pod operačními systémy Windows, Linux a Mac.
|
||||
</li>
|
||||
<li><a href="/debian.html">Packages for Debian & Ubuntu</a></li>
|
||||
<li>Instalace ze zdrojového kódu:<br />
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.9.tar.bz2">i2psource_0.8.9.tar.bz2</a>
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.10.tar.bz2">i2psource_0.8.10.tar.bz2</a>
|
||||
(SHA256
|
||||
c40d503c0ee2e90c75f3d635649490a8e49b60e1da8100db118e2097a133429e
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.9.tar.bz2.sig">sig</a>)<br />
|
||||
e5832bb49f46b0b6620e8492e6fc6454de4107b84bca5a4b35461c6b7ac0575e
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.10.tar.bz2.sig">sig</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.9.tar.bz2 ; cd i2p-0.8.9 ; ant pkg)</code> a potom
|
||||
Spusťte sestavení programu příkazem <code>(tar xjvf i2psource_0.8.10.tar.bz2 ; cd i2p-0.8.10 ; ant pkg)</code> a potom
|
||||
spusťte grafický instalační program nebo instalaci z příkazové řádky (viz výše).</li>
|
||||
</ul>
|
||||
|
||||
@ -87,10 +87,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.8.9.zip">i2pupdate_0.8.9.zip</a>
|
||||
<li>Stáhněte si <a href="http://mirror.i2p2.de/i2pupdate_0.8.10.zip">i2pupdate_0.8.10.zip</a>
|
||||
(SHA256
|
||||
dba9258b67b3021c40456aae8e6986dc954ec55ab4ea527fd1ef02cfba88d803
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.8.9.zip.sig">sig</a>) a uložte jej do
|
||||
64bcd1fdd478cfda987c1d4906d94b3f20a0555bd4037aefa7a09af4f39a0e99
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.8.10.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
|
||||
|
@ -14,26 +14,26 @@ or type <tt>java -version</tt> at your command prompt.
|
||||
<h3>Frische Installation</h3>
|
||||
<ul class="downloadlist">
|
||||
<li>Graphischer Installer:<br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.9.exe">i2pinstall_0.8.9.exe</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.10.exe">i2pinstall_0.8.10.exe</a>
|
||||
(SHA256
|
||||
554d0abe82ca034e1b7479410bab330bba5644ca1ae4117982af670d0f44ee66
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.9.exe.sig">sig</a>)<br />
|
||||
8494640d29b1b7969118169a7ae1c56bc5a07f354ec883734687bf09eef0e35c
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.10.exe.sig">sig</a>)<br />
|
||||
Downloade die Datei und führe sie aus. Wenn du nicht Windows nutzt, kannst Du
|
||||
<code>java -jar i2pinstall_0.8.9.exe</code> eingeben (ja, wirklich)</li>
|
||||
<code>java -jar i2pinstall_0.8.10.exe</code> eingeben (ja, wirklich)</li>
|
||||
<li>Command line (headless) Installation:<br />
|
||||
Downloade die normale Installationsdatei von oben und rufe
|
||||
<code>java -jar i2pinstall_0.8.9.exe -console</code> auf der Kommandozeile auf.
|
||||
<code>java -jar i2pinstall_0.8.10.exe -console</code> auf der Kommandozeile auf.
|
||||
Dieses funktioniert auf Windows, Linux und Mac OS X (ja, wirklich).
|
||||
</li>
|
||||
<li><a href="/debian.html">Packages for Debian & Ubuntu</a></li>
|
||||
<li>Quelltext Installation:<br />
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.9.tar.bz2">i2psource_0.8.9.tar.bz2</a>
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.10.tar.bz2">i2psource_0.8.10.tar.bz2</a>
|
||||
(SHA256
|
||||
c40d503c0ee2e90c75f3d635649490a8e49b60e1da8100db118e2097a133429e
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.9.tar.bz2.sig">sig</a>)<br />
|
||||
e5832bb49f46b0b6620e8492e6fc6454de4107b84bca5a4b35461c6b7ac0575e
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.10.tar.bz2.sig">sig</a>)<br />
|
||||
Alternativ kannst Du den Quelltext aus <a href="newdevelopers_de">Monotone</a> kopieren.
|
||||
<br/>
|
||||
Führe aus: <code>(tar xjvf i2psource_0.8.9.tar.bz2 ; cd i2p_0.8.9 ; ant pkg)</code> und dann
|
||||
Führe aus: <code>(tar xjvf i2psource_0.8.10.tar.bz2 ; cd i2p_0.8.10 ; ant pkg)</code> und dann
|
||||
starte den GUI installer oder die headless Installation wie oben</li>
|
||||
</ul>
|
||||
|
||||
@ -101,10 +101,10 @@ werden kann.
|
||||
|
||||
<h3>Aktualisieren von älteren Versionen (Manuelle Methode):</h3>
|
||||
<ol>
|
||||
<li>Downloade <a href="http://mirror.i2p2.de/i2pupdate_0.8.9.zip">i2pupdate_0.8.9.zip</a>
|
||||
<li>Downloade <a href="http://mirror.i2p2.de/i2pupdate_0.8.10.zip">i2pupdate_0.8.10.zip</a>
|
||||
(SHA256
|
||||
dba9258b67b3021c40456aae8e6986dc954ec55ab4ea527fd1ef02cfba88d803
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.8.9.zip.sig">sig</a>) in dein I2P
|
||||
64bcd1fdd478cfda987c1d4906d94b3f20a0555bd4037aefa7a09af4f39a0e99
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.8.10.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
|
||||
|
@ -14,26 +14,26 @@ o teclea <tt>java -version</tt> en tu línea de comandos.
|
||||
<h3>Instalaciones limpias</h3>
|
||||
<ul class="downloadlist">
|
||||
<li>Instalador gráfico:<br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.9.exe">i2pinstall_0.8.9.exe</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.10.exe">i2pinstall_0.8.10.exe</a>
|
||||
(SHA256
|
||||
554d0abe82ca034e1b7479410bab330bba5644ca1ae4117982af670d0f44ee66
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.9.exe.sig">sig</a>)<br />
|
||||
8494640d29b1b7969118169a7ae1c56bc5a07f354ec883734687bf09eef0e35c
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.10.exe.sig">sig</a>)<br />
|
||||
Descarga ese archivo y ejecútalo. Si no estás en Windows, puedes teclear
|
||||
<code>java -jar i2pinstall_0.8.9.exe</code></li>
|
||||
<code>java -jar i2pinstall_0.8.10.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.9.exe -console</code> desde la línea de comandos.
|
||||
arranca <code>java -jar i2pinstall_0.8.10.exe -console</code> desde la línea de comandos.
|
||||
Esto funciona en Windows, Linux, y Mac (sí, en serio).
|
||||
</li>
|
||||
<li><a href="/debian.html">Packages for Debian & Ubuntu</a></li>
|
||||
<li>Instalación desde el código fuente:<br />
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.9.tar.bz2">i2psource_0.8.9.tar.bz2</a>
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.10.tar.bz2">i2psource_0.8.10.tar.bz2</a>
|
||||
(SHA256
|
||||
c40d503c0ee2e90c75f3d635649490a8e49b60e1da8100db118e2097a133429e
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.9.tar.bz2.sig">sig</a>)<br />
|
||||
e5832bb49f46b0b6620e8492e6fc6454de4107b84bca5a4b35461c6b7ac0575e
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.10.tar.bz2.sig">sig</a>)<br />
|
||||
De forma alternativa, puedes obtener las fuentes usando <a href="newdevelopers">monotone</a>.
|
||||
<br/>
|
||||
Ejecuta <code>tar xjvf i2psource_0.8.9.tar.bz2 ; cd i2p-0.8.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>
|
||||
Ejecuta <code>tar xjvf i2psource_0.8.10.tar.bz2 ; cd i2p-0.8.10 ; 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,
|
||||
@ -95,10 +95,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.8.9.zip">i2pupdate_0.8.9.zip</a>
|
||||
<li>Descarga <a href="http://mirror.i2p2.de/i2pupdate_0.8.10.zip">i2pupdate_0.8.10.zip</a>
|
||||
(SHA256
|
||||
dba9258b67b3021c40456aae8e6986dc954ec55ab4ea527fd1ef02cfba88d803
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.8.9.zip.sig">sig</a>)
|
||||
64bcd1fdd478cfda987c1d4906d94b3f20a0555bd4037aefa7a09af4f39a0e99
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.8.10.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>
|
||||
|
@ -15,24 +15,24 @@ ou tapez <tt>java -version</tt> à l'invite de commande.
|
||||
<h3>Installation initiale</h3>
|
||||
<ul class="downloadlist">
|
||||
<li>Installeur graphique:<br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.9.exe">i2pinstall_0.8.9.exe</a>
|
||||
(SHA256 554d0abe82ca034e1b7479410bab330bba5644ca1ae4117982af670d0f44ee66
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.9.exe.sig">sig</a>)<br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.10.exe">i2pinstall_0.8.10.exe</a>
|
||||
(SHA256 8494640d29b1b7969118169a7ae1c56bc5a07f354ec883734687bf09eef0e35c
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.10.exe.sig">sig</a>)<br />
|
||||
Téléchargez ce fichier et exécutez-le. Si vous n'êtes pas sous Windows, vous pouvez
|
||||
taper <code>java -jar i2pinstall_0.8.9.exe</code> (non, ça n'est pas une blague!!)</li>
|
||||
taper <code>java -jar i2pinstall_0.8.10.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.9.exe -console</code> sur la ligne de commande.
|
||||
exécutez <code>java -jar i2pinstall_0.8.10.exe -console</code> sur la ligne de commande.
|
||||
Ça marche sous Windows, Linux, et Mac (vraiment).
|
||||
</li>
|
||||
<li><a href="/debian_fr.html">Packages for Debian & Ubuntu</a></li>
|
||||
<li>À partir des sources:<br />
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.9.tar.bz2">i2psource_0.8.9.tar.bz2</a>
|
||||
(SHA256 c40d503c0ee2e90c75f3d635649490a8e49b60e1da8100db118e2097a133429e
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.9.tar.bz2.sig">sig</a>)<br />
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.10.tar.bz2">i2psource_0.8.10.tar.bz2</a>
|
||||
(SHA256 e5832bb49f46b0b6620e8492e6fc6454de4107b84bca5a4b35461c6b7ac0575e
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.10.tar.bz2.sig">sig</a>)<br />
|
||||
Vous pouvez si vous préférez récupérer les sources sur <a href="newdevelopers">monotone</a>.
|
||||
<br/>
|
||||
Exécuter <code>(tar xjvf i2psource_0.8.9.tar.bz2 ; cd i2p-0.8.9 ; ant pkg)</code> puis, soit
|
||||
Exécuter <code>(tar xjvf i2psource_0.8.10.tar.bz2 ; cd i2p-0.8.10 ; ant pkg)</code> puis, soit
|
||||
lancer l'installeur graphique, soit passer par la ligne de commande.</li>
|
||||
</ul>
|
||||
|
||||
@ -108,9 +108,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.8.9.zip">i2pupdate_0.8.9.zip</a>
|
||||
(SHA256 dba9258b67b3021c40456aae8e6986dc954ec55ab4ea527fd1ef02cfba88d803
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.8.9.zip.sig">sig</a>) dans votre répertoire d'installation d'I2P
|
||||
<li>Téléchargez <a href="http://mirror.i2p2.de/i2pupdate_0.8.10.zip">i2pupdate_0.8.10.zip</a>
|
||||
(SHA256 64bcd1fdd478cfda987c1d4906d94b3f20a0555bd4037aefa7a09af4f39a0e99
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.8.10.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>
|
||||
|
@ -15,31 +15,31 @@
|
||||
<ul class="downloadlist">
|
||||
|
||||
<li>Графический инсталлятор:<br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.9.exe">i2pinstall_0.8.9.exe</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.10.exe">i2pinstall_0.8.10.exe</a>
|
||||
(SHA256
|
||||
554d0abe82ca034e1b7479410bab330bba5644ca1ae4117982af670d0f44ee66
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.9.exe.sig">sig</a>)<br />
|
||||
8494640d29b1b7969118169a7ae1c56bc5a07f354ec883734687bf09eef0e35c
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.10.exe.sig">sig</a>)<br />
|
||||
|
||||
Под Windows: скачайте этот файл и запустите его. Под другими операционными системами его можно запустить из командной строки командой <code>java -jar i2pinstall_0.8.9.exe</code>
|
||||
Под Windows: скачайте этот файл и запустите его. Под другими операционными системами его можно запустить из командной строки командой <code>java -jar i2pinstall_0.8.10.exe</code>
|
||||
</li>
|
||||
|
||||
<li>Установка из командной строки:<br />
|
||||
|
||||
Скачайте графический инсталлятор по ссылке выше и запустите из командной строки <code>java -jar i2pinstall_0.8.9.exe -console</code> <br />
|
||||
Скачайте графический инсталлятор по ссылке выше и запустите из командной строки <code>java -jar i2pinstall_0.8.10.exe -console</code> <br />
|
||||
Такой способ работает в Windows, Linux и Mac OS X.
|
||||
</li>
|
||||
|
||||
<li><a href="/debian.html">Packages for Debian & Ubuntu</a></li>
|
||||
|
||||
<li>Установка из исходного кода:<br />
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.9.tar.bz2">i2psource_0.8.9.tar.bz2</a>
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.10.tar.bz2">i2psource_0.8.10.tar.bz2</a>
|
||||
(SHA256
|
||||
c40d503c0ee2e90c75f3d635649490a8e49b60e1da8100db118e2097a133429e
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.9.tar.bz2.sig">sig</a>)<br />
|
||||
e5832bb49f46b0b6620e8492e6fc6454de4107b84bca5a4b35461c6b7ac0575e
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.10.tar.bz2.sig">sig</a>)<br />
|
||||
|
||||
(Как вариант, можете скачать текущий исходный код из <a href="newdevelopers">monotone-репозитория</a>.)
|
||||
<br/>
|
||||
Запустите процесс сборки <code>(tar xjvf i2psource_0.8.9.tar.bz2 ; cd i2p-0.8.9 ; ant pkg)</code>, затем воспользуйтесь собранным инсталлятором в графическом или консольном режиме (см. предыдущие способы установки).
|
||||
Запустите процесс сборки <code>(tar xjvf i2psource_0.8.10.tar.bz2 ; cd i2p-0.8.10 ; ant pkg)</code>, затем воспользуйтесь собранным инсталлятором в графическом или консольном режиме (см. предыдущие способы установки).
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@ -90,10 +90,10 @@ Unix-совместимые системы: I2P можно запустить в
|
||||
|
||||
<ol>
|
||||
<li>Скачайте
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.8.9.zip">i2pupdate_0.8.9.zip</a>
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.8.10.zip">i2pupdate_0.8.10.zip</a>
|
||||
(SHA256
|
||||
dba9258b67b3021c40456aae8e6986dc954ec55ab4ea527fd1ef02cfba88d803
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.8.9.zip.sig">sig</a>)
|
||||
64bcd1fdd478cfda987c1d4906d94b3f20a0555bd4037aefa7a09af4f39a0e99
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.8.10.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>
|
||||
|
@ -11,20 +11,20 @@
|
||||
<h3>全新安装</h3>
|
||||
<ul class="downloadlist">
|
||||
<li>图形安装程序:<br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.9.exe">i2pinstall_0.8.9.exe</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.10.exe">i2pinstall_0.8.10.exe</a>
|
||||
<br/>(SHA256
|
||||
554d0abe82ca034e1b7479410bab330bba5644ca1ae4117982af670d0f44ee66
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.9.exe.sig">sig</a>)
|
||||
<br />下载以上文件并运行如果你不是 windows 用户,可以输入 <code>java -jar i2pinstall_0.8.9.exe</code> (没错,就这么写)</li>
|
||||
8494640d29b1b7969118169a7ae1c56bc5a07f354ec883734687bf09eef0e35c
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.8.10.exe.sig">sig</a>)
|
||||
<br />下载以上文件并运行如果你不是 windows 用户,可以输入 <code>java -jar i2pinstall_0.8.10.exe</code> (没错,就这么写)</li>
|
||||
<li>命令行安装(即无头安装):<br />
|
||||
下载上面的图形安装程序并在命令行状态下运行 <code>java -jar i2pinstall_0.8.9.exe -console</code>。
|
||||
下载上面的图形安装程序并在命令行状态下运行 <code>java -jar i2pinstall_0.8.10.exe -console</code>。
|
||||
以上方法适用于 windows,linux, 和 mac (没错,确实可行).</li>
|
||||
<li><a href="/debian.html">Packages for Debian & Ubuntu</a></li>
|
||||
<li>用源码安装:<br />
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.9.tar.bz2">i2psource_0.8.9.tar.bz2</a>
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.10.tar.bz2">i2psource_0.8.10.tar.bz2</a>
|
||||
<br/>(SHA256
|
||||
c40d503c0ee2e90c75f3d635649490a8e49b60e1da8100db118e2097a133429e
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.9.tar.bz2.sig">sig</a>)<br />此外,你也可以从 <a href="newdevelopers">monotone</a> 中下载源码。<br/>执行 <code>(tar xjvf i2psource_0.8.9.tar.bz2 ; cd i2p_0.8.9 ; ant pkg)</code>
|
||||
e5832bb49f46b0b6620e8492e6fc6454de4107b84bca5a4b35461c6b7ac0575e
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.8.10.tar.bz2.sig">sig</a>)<br />此外,你也可以从 <a href="newdevelopers">monotone</a> 中下载源码。<br/>执行 <code>(tar xjvf i2psource_0.8.10.tar.bz2 ; cd i2p_0.8.10 ; ant pkg)</code>
|
||||
,然后运行图形安装程序或进行命令行安装。</li>
|
||||
</ul>
|
||||
|
||||
@ -54,9 +54,9 @@ c40d503c0ee2e90c75f3d635649490a8e49b60e1da8100db118e2097a133429e
|
||||
|
||||
<h3>旧版升级 (手动方法):</h3>
|
||||
<ol>
|
||||
<li>下载 <a href="http://mirror.i2p2.de/i2pupdate_0.8.9.zip">i2pupdate_0.8.9.zip</a> <br/>(SHA256
|
||||
dba9258b67b3021c40456aae8e6986dc954ec55ab4ea527fd1ef02cfba88d803
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.8.9.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.8.10.zip">i2pupdate_0.8.10.zip</a> <br/>(SHA256
|
||||
64bcd1fdd478cfda987c1d4906d94b3f20a0555bd4037aefa7a09af4f39a0e99
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.8.10.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>
|
||||
|
@ -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>
|
||||
2011-10-11 - <strong>I2P 0.8.9</strong> - {{ urlify("release-0.8.9", "Announcement", "html")}}
|
||||
2011-10-20 - <strong>I2P 0.8.10</strong> - {{ urlify("release-0.8.10", "Announcement", "html")}}
|
||||
- <a href="download">Download</a><br /><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> -->
|
||||
@ -12,10 +12,10 @@
|
||||
</div>
|
||||
<div class="news">
|
||||
<b>Latest News:</b><div class="underline"></div>
|
||||
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10.html">Released</a><br />
|
||||
2011-10-11 - I2P 0.8.9 <a href="release-0.8.9.html">Released</a><br />
|
||||
2011-08-23 - I2P 0.8.8 <a href="release-0.8.8.html">Released</a><br />
|
||||
2011-06-27 - I2P 0.8.7 <a href="release-0.8.7.html">Released</a><br />
|
||||
2011-05-16 - I2P 0.8.6 <a href="release-0.8.6.html">Released</a><br />
|
||||
</div>
|
||||
<!--
|
||||
<td>
|
||||
|
@ -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>
|
||||
2011-10-11 - <strong>I2P 0.8.9</strong> - {{ urlify("release-0.8.9", "Announcement", "html")}}
|
||||
2011-10-20 - <strong>I2P 0.8.10</strong> - {{ urlify("release-0.8.10", "Announcement", "html")}}
|
||||
- <a href="download">تحميل</a><br /><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> -->
|
||||
@ -12,10 +12,10 @@
|
||||
</div>
|
||||
<div class="news" >
|
||||
<b>أحدث الأخبار :</b><div class=underline></div>
|
||||
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10.html">تمّ اطلاق النسخة</a> <br />
|
||||
2011-10-11 - I2P 0.8.9 <a href="release-0.8.9.html">تمّ اطلاق النسخة</a> <br />
|
||||
2011-08-23 - I2P 0.8.8 <a href="release-0.8.8.html">تمّ اطلاق النسخة</a> <br />
|
||||
2011-06-27 - I2P 0.8.7 <a href="release-0.8.7.html">تمّ اطلاق النسخة</a> <br />
|
||||
2011-05-16 - I2P 0.8.6 <a href="release-0.8.6.html">تمّ اطلاق النسخة</a> <br />
|
||||
</div>
|
||||
<!--
|
||||
<td>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<div class="version">
|
||||
<b>Aktuální verze:</b>
|
||||
<div class="underline"></div>
|
||||
2011-10-11 - <strong>I2P 0.8.9</strong> - {{ urlify("release-0.8.9", "Poznámky k vydání", "html")}}
|
||||
2011-10-20 - <strong>I2P 0.8.10</strong> - {{ urlify("release-0.8.10", "Poznámky k vydání", "html")}}
|
||||
- <a href="download">Stáhnout</a>
|
||||
<br /><div class="underline"></div>
|
||||
2007-09-28 - <strong>Syndie 1.101a</strong> -
|
||||
@ -14,10 +14,10 @@
|
||||
</div>
|
||||
<div class="news">
|
||||
<b>Novinky:</b><div class=underline></div>
|
||||
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10.html">Vydání</a><br />
|
||||
2011-10-11 - I2P 0.8.9 <a href="release-0.8.9.html">Vydání</a><br />
|
||||
2011-08-23 - I2P 0.8.8 <a href="release-0.8.8.html">Vydání</a><br />
|
||||
2011-06-27 - I2P 0.8.7 <a href="release-0.8.7.html">Vydání</a><br />
|
||||
2011-05-16 - I2P 0.8.6 <a href="release-0.8.6.html">Vydání</a><br />
|
||||
</div>
|
||||
<!--
|
||||
<td>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<div class="version">
|
||||
<b>Aktuellste Version:</b>
|
||||
<div class="underline"></div>
|
||||
2011-10-11 - <strong>I2P 0.8.9</strong> - {{ urlify("release-0.8.9", "Ankündigung", "html")}}
|
||||
2011-10-20 - <strong>I2P 0.8.10</strong> - {{ urlify("release-0.8.10", "Ankündigung", "html")}}
|
||||
- <a href="download_de.html">Download</a>
|
||||
<div class="underline"></div>
|
||||
2007-09-28 - <strong>Syndie 1.101a</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>
|
||||
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10.html">veröffentlicht</a><br />
|
||||
2011-10-11 - I2P 0.8.9 <a href="release-0.8.9.html">veröffentlicht</a><br />
|
||||
2011-08-23 - I2P 0.8.8 <a href="release-0.8.8.html">veröffentlicht</a><br />
|
||||
2011-06-27 - I2P 0.8.7 <a href="release-0.8.7.html">veröffentlicht</a><br />
|
||||
2011-05-16 - I2P 0.8.6 <a href="release-0.8.6.html">veröffentlicht</a><br />
|
||||
</div>
|
||||
<!--
|
||||
<td>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<div class="version">
|
||||
<b>Versión actual:</b>
|
||||
<div class="underline"></div>
|
||||
2011-10-11 - <strong>I2P 0.8.9</strong> - {{ urlify("release-0.8.9", "Anunciación", "html")}}
|
||||
2011-10-20 - <strong>I2P 0.8.10</strong> - {{ urlify("release-0.8.10", "Anunciación", "html")}}
|
||||
- <a href="download_es.html">Descarga</a>
|
||||
<div class="underline"></div>
|
||||
2007-09-28 - <strong>Syndie 1.101a</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>
|
||||
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10.html">publicada</a><br />
|
||||
2011-10-11 - I2P 0.8.9 <a href="release-0.8.9.html">publicada</a><br />
|
||||
2011-08-23 - I2P 0.8.8 <a href="release-0.8.8.html">publicada</a><br />
|
||||
2011-06-27 - I2P 0.8.7 <a href="release-0.8.7.html">publicada</a><br />
|
||||
2011-05-16 - I2P 0.8.6 <a href="release-0.8.6.html">publicada</a><br />
|
||||
</div>
|
||||
<!--
|
||||
<td>
|
||||
|
@ -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>
|
||||
2011-10-11 - <strong>I2P 0.8.9</strong> - {{ urlify("release-0.8.9_fr.html", "Annonce", "html")}}
|
||||
2011-10-20 - <strong>I2P 0.8.10</strong> - {{ urlify("release-0.8.10_fr.html", "Annonce", "html")}}
|
||||
- <a href="download_fr.html">Téléchargements</a><br /><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> -->
|
||||
@ -12,10 +12,10 @@
|
||||
</div>
|
||||
<div class="news">
|
||||
<b>Dernières nouvelles :</b><div class=underline></div>
|
||||
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10_fr.html">Publiée</a><br />
|
||||
2011-10-11 - I2P 0.8.9 <a href="release-0.8.9_fr.html">Publiée</a><br />
|
||||
2011-08-23 - I2P 0.8.8 <a href="release-0.8.8_fr.html">Publiée</a><br />
|
||||
2011-06-27 - I2P 0.8.7 <a href="release-0.8.7_fr.html">Publiée</a><br />
|
||||
2011-05-16 - I2P 0.8.6 <a href="release-0.8.6_fr.html">Publiée</a><br />
|
||||
</div>
|
||||
<!--
|
||||
<td>
|
||||
|
@ -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>
|
||||
2011-10-11 - <strong>I2P 0.8.9</strong> - {{ urlify("release-0.8.9", "Announcement", "html")}}
|
||||
2011-10-20 - <strong>I2P 0.8.10</strong> - {{ urlify("release-0.8.10", "Announcement", "html")}}
|
||||
- <a href="download">Download</a><br /><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> -->
|
||||
@ -12,10 +12,10 @@
|
||||
</div>
|
||||
<div class="news">
|
||||
<b>Latest News:</b><div class=underline></div>
|
||||
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10.html">Rilasciata</a><br />
|
||||
2011-10-11 - I2P 0.8.9 <a href="release-0.8.9.html">Rilasciata</a><br />
|
||||
2011-08-23 - I2P 0.8.8 <a href="release-0.8.8.html">Rilasciata</a><br />
|
||||
2011-06-27 - I2P 0.8.7 <a href="release-0.8.7.html">Rilasciata</a><br />
|
||||
2011-05-16 - I2P 0.8.6 <a href="release-0.8.6.html">Rilasciata</a><br />
|
||||
</div>
|
||||
<!--
|
||||
<td>
|
||||
|
@ -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>
|
||||
2011-10-11 - <strong>I2P 0.8.9</strong> - {{ urlify("release-0.8.9", "Aankondiging", "html")}}
|
||||
2011-10-20 - <strong>I2P 0.8.10</strong> - {{ urlify("release-0.8.10", "Aankondiging", "html")}}
|
||||
- <a href="download">Download</a><br /><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> -->
|
||||
@ -12,10 +12,10 @@
|
||||
</div>
|
||||
<div class="news">
|
||||
<b>Laatste Nieuws:</b><div class=underline></div>
|
||||
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10.html">Release</a><br />
|
||||
2011-10-11 - I2P 0.8.9 <a href="release-0.8.9.html">Release</a><br />
|
||||
2011-08-23 - I2P 0.8.8 <a href="release-0.8.8.html">Release</a><br />
|
||||
2011-06-27 - I2P 0.8.7 <a href="release-0.8.7.html">Release</a><br />
|
||||
2011-05-16 - I2P 0.8.6 <a href="release-0.8.6.html">Release</a><br />
|
||||
</div>
|
||||
<!--
|
||||
<td>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<div class="version">
|
||||
<b>Последние Версии:</b>
|
||||
<div class=underline></div>
|
||||
2011-10-11 - <strong>I2P 0.8.9</strong> - {{ urlify("release-0.8.9", "Announcement", "html")}} - <a href="download_ru">Скачать</a><br />
|
||||
2011-10-20 - <strong>I2P 0.8.10</strong> - {{ urlify("release-0.8.10", "Announcement", "html")}} - <a href="download_ru">Скачать</a><br />
|
||||
<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>
|
||||
</div>
|
||||
@ -14,10 +14,10 @@
|
||||
<div class="news">
|
||||
<b>Последние Новости:</b>
|
||||
<div class=underline></div>
|
||||
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10.html">Released</a><br />
|
||||
2011-10-11 - I2P 0.8.9 <a href="release-0.8.9.html">Released</a><br />
|
||||
2011-08-23 - I2P 0.8.8 <a href="release-0.8.8.html">Released</a><br />
|
||||
2011-06-27 - I2P 0.8.7 <a href="release-0.8.7.html">Released</a><br />
|
||||
2011-05-16 - I2P 0.8.6 <a href="release-0.8.6.html">Released</a><br />
|
||||
</div>
|
||||
</table>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<div class="version">
|
||||
<b>最新版本:</b>
|
||||
<div class=underline></div>
|
||||
2011-10-11 - <strong>I2P 0.8.9</strong> - {{ urlify("release-0.8.9", "Announcement", "html")}}
|
||||
2011-10-20 - <strong>I2P 0.8.10</strong> - {{ urlify("release-0.8.10", "Announcement", "html")}}
|
||||
- <a href="download_zh.html">下载</a>
|
||||
<div class="underline"></div>
|
||||
2007-09-28 - <strong>Syndie 1.101a</strong> -
|
||||
@ -14,10 +14,10 @@
|
||||
</div>
|
||||
<div class="news">
|
||||
<b>最新动态:</b><div class=underline></div>
|
||||
2011-10-20 - I2P 0.8.10 <a href="release-0.8.10.html">新版发布</a><br />
|
||||
2011-10-11 - I2P 0.8.9 <a href="release-0.8.9.html">新版发布</a><br />
|
||||
2011-08-23 - I2P 0.8.8 <a href="release-0.8.8.html">新版发布</a><br />
|
||||
2011-06-27 - I2P 0.8.7 <a href="release-0.8.7.html">新版发布</a><br />
|
||||
2011-05-16 - I2P 0.8.6 <a href="release-0.8.6.html">新版发布</a><br />
|
||||
</div>
|
||||
<!--
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user