0.9.6
This commit is contained in:
@ -14,56 +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.5-win1_windows.exe">i2pinstall_0.9.5-win1_windows.exe</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6_windows.exe">i2pinstall_0.9.6_windows.exe</a>
|
||||
(SHA256
|
||||
d64101793764bf77ac3dfc2352677b3d06eef3b6ecb4fa0cf2cf43fc237302f8
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5-win1_windows.exe.sig">sig</a>)<br />
|
||||
bf7d11f0a36acff9cd51ad3ef89d66975b0b0de344ca72719a5576159ec965d1
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6_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.5.jar">i2pinstall_0.9.5.jar</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar">i2pinstall_0.9.6.jar</a>
|
||||
(SHA256
|
||||
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
|
||||
2dd5b67920723dd94202a408de31671b1e9543fcd5611bbe79385cc14f93b371
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar.sig">sig</a>)<br />
|
||||
Download that file and double-click it (if that works) or
|
||||
type <code>java -jar i2pinstall_0.9.5.jar</code> in a terminal to run the
|
||||
type <code>java -jar i2pinstall_0.9.6.jar</code> in a terminal to run the
|
||||
installer.
|
||||
On some platforms you may be able to right-click and select
|
||||
"Open with Java".</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.5.jar -console</code> from the command line.
|
||||
run <code>java -jar i2pinstall_0.9.6.jar -console</code> from the command line.
|
||||
</li>
|
||||
|
||||
<li><a href="/debian.html">Packages for Debian & Ubuntu</a></li>
|
||||
|
||||
<li><b>OS X Graphical installer:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar">i2pinstall_0.9.6.jar</a>
|
||||
(SHA256
|
||||
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
|
||||
2dd5b67920723dd94202a408de31671b1e9543fcd5611bbe79385cc14f93b371
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar.sig">sig</a>)<br />
|
||||
Download that file and double-click it (if that works) or
|
||||
type <code>java -jar i2pinstall_0.9.5.jar</code> in a terminal to run the
|
||||
type <code>java -jar i2pinstall_0.9.6.jar</code> in a terminal to run the
|
||||
installer.
|
||||
You may be able to right-click and select
|
||||
"Open with Java".
|
||||
</li>
|
||||
|
||||
<li><b>OS X Command line (headless) install:</b><br />
|
||||
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.
|
||||
Download the 0.9.6 OSX graphical installer file above and
|
||||
run <code>java -jar i2pinstall_0.9.6.jar -console</code> from the command line.
|
||||
</li>
|
||||
|
||||
<li><b>Source install:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2">i2psource_0.9.5.tar.bz2</a>
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.6.tar.bz2">i2psource_0.9.6.tar.bz2</a>
|
||||
(SHA256
|
||||
441eac3cb7f25c03e7711c7d516626dc86ba6ad373145ab802d150848262c7c2
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2.sig">sig</a>)<br />
|
||||
fd2aa881d68b3164c43de9d91dcb04a93a36228d416582ada14ae40031436d18
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.6.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.5.tar.bz2 ; cd i2p-0.9.5 ; ant pkg)</code> then either
|
||||
Run <code>(tar xjvf i2psource_0.9.6.tar.bz2 ; cd i2p-0.9.6 ; ant pkg)</code> then either
|
||||
run the GUI installer or headless install as above</li>
|
||||
</ul>
|
||||
|
||||
@ -136,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.5.zip">i2pupdate_0.9.5.zip</a>
|
||||
<li>Download <a href="http://mirror.i2p2.de/i2pupdate_0.9.6.zip">i2pupdate_0.9.6.zip</a>
|
||||
(SHA256
|
||||
d20c3f3845c1f4a4cf734dc69cae7de72ff0874cea1382d03d8ac953c50fb139
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip.sig">sig</a>) to your I2P
|
||||
f322de7a9e3e89411d072d983a6577494981da488bb08f839c521ed340d77b92
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.9.6.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,62 +14,62 @@
|
||||
<h3>التثبيت لأول مرة</h3>
|
||||
<ul class="downloadlist">
|
||||
<li><b>Windows</b> التثبيت عن طريق الواجهة الرسومية :<br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5-win1_windows.exe">i2pinstall_0.9.5-win1_windows.exe</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6_windows.exe">i2pinstall_0.9.6_windows.exe</a>
|
||||
(SHA256
|
||||
d64101793764bf77ac3dfc2352677b3d06eef3b6ecb4fa0cf2cf43fc237302f8
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5-win1_windows.exe.sig">sig</a>)
|
||||
bf7d11f0a36acff9cd51ad3ef89d66975b0b0de344ca72719a5576159ec965d1
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6_windows.exe.sig">sig</a>)
|
||||
</li>
|
||||
|
||||
<li><b>Linux / BSD / Solaris</b> التثبيت عن طريق الواجهة الرسومية :<br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar">i2pinstall_0.9.6.jar</a>
|
||||
(SHA256
|
||||
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
|
||||
2dd5b67920723dd94202a408de31671b1e9543fcd5611bbe79385cc14f93b371
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar.sig">sig</a>)<br />
|
||||
Download that file and double-click it (if that works) or
|
||||
type <code>java -jar i2pinstall_0.9.5.jar</code> in a terminal to run the
|
||||
type <code>java -jar i2pinstall_0.9.6.jar</code> in a terminal to run the
|
||||
installer.
|
||||
On some platforms you may be able to right-click and select
|
||||
"Open with Java".
|
||||
حمل الملف و نفّذه ،و اذا كان نظام التشغيل لديك غير ويندوز نفّذ الأمر التالي
|
||||
<code>java -jar i2pinstall_0.9.5.jar</code></li>
|
||||
<code>java -jar i2pinstall_0.9.6.jar</code></li>
|
||||
|
||||
|
||||
<li><b>Linux / BSD / Solaris</b> التثبيت عن طريق سطر الأوامر :<br />
|
||||
حمل ملف التثبيت عن طريق الواجهة الرسومية المذكور مسبقاً ثمّ نفذ الأمر
|
||||
<code>java -jar i2pinstall_0.9.5.jar -console</code> في سطر الأوامر لديك
|
||||
<code>java -jar i2pinstall_0.9.6.jar -console</code> في سطر الأوامر لديك
|
||||
هذا ينطبق على أنظمة ويندوز و لينكس و ما كنتوش (نعم ،حقاً !)
|
||||
</li>
|
||||
|
||||
<li><a href="/debian.html">Packages for Debian & Ubuntu</a></li>
|
||||
|
||||
<li><b>OS X Graphical installer:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar">i2pinstall_0.9.6.jar</a>
|
||||
(SHA256
|
||||
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
|
||||
2dd5b67920723dd94202a408de31671b1e9543fcd5611bbe79385cc14f93b371
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar.sig">sig</a>)<br />
|
||||
Download that file and double-click it (if that works) or
|
||||
type <code>java -jar i2pinstall_0.9.5.jar</code> in a terminal to run the
|
||||
type <code>java -jar i2pinstall_0.9.6.jar</code> in a terminal to run the
|
||||
installer.
|
||||
You may be able to right-click and select
|
||||
"Open with Java"
|
||||
حمل الملف و نفّذه ،و اذا كان نظام التشغيل لديك غير ويندوز نفّذ الأمر التالي
|
||||
<code>java -jar i2pinstall_0.9.5.jar</code></li>.
|
||||
<code>java -jar i2pinstall_0.9.6.jar</code></li>.
|
||||
</li>
|
||||
|
||||
<li><b>OS X</b> التثبيت عن طريق سطر الأوامر :<br />
|
||||
حمل ملف التثبيت عن طريق الواجهة الرسومية المذكور مسبقاً ثمّ نفذ الأمر
|
||||
<code>java -jar i2pinstall_0.9.5.jar -console</code> في سطر الأوامر لديك
|
||||
<code>java -jar i2pinstall_0.9.6.jar -console</code> في سطر الأوامر لديك
|
||||
هذا ينطبق على أنظمة ويندوز و لينكس و ما كنتوش (نعم ،حقاً !)
|
||||
</li>
|
||||
|
||||
<li>تحميل النص المصدري :<br />
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2">i2psource_0.9.5.tar.bz2</a>
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.6.tar.bz2">i2psource_0.9.6.tar.bz2</a>
|
||||
(SHA256
|
||||
441eac3cb7f25c03e7711c7d516626dc86ba6ad373145ab802d150848262c7c2
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2.sig">sig</a>)<br />
|
||||
fd2aa881d68b3164c43de9d91dcb04a93a36228d416582ada14ae40031436d18
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.6.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>
|
||||
نفّذ الأمر<code>(tar xjvf i2psource_0.9.6.tar.bz2 ; cd i2p-0.9.6 ; ant pkg)</code>ثمّ شغل التثبيت عبر الواجهة الرسومية أو سطر الأوامر كما ذكر مسبقاً</li>
|
||||
</ul>
|
||||
|
||||
الملفات موقّعة بواسطة zzz
|
||||
@ -129,10 +129,10 @@ af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
|
||||
<h3>(تحديث من اصدار سابق (الطريقة اليدوية:</h3>
|
||||
<ol>
|
||||
<li>تحميل <a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip">i2pupdate_0.9.5.zip</a>
|
||||
<li>تحميل <a href="http://mirror.i2p2.de/i2pupdate_0.9.6.zip">i2pupdate_0.9.6.zip</a>
|
||||
(SHA256
|
||||
d20c3f3845c1f4a4cf734dc69cae7de72ff0874cea1382d03d8ac953c50fb139
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip.sig">sig</a> الى مجلد التثبيت <b>اعد التسمية الى i2pupdate.zip</b>.
|
||||
f322de7a9e3e89411d072d983a6577494981da488bb08f839c521ed340d77b92
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.9.6.zip.sig">sig</a> الى مجلد التثبيت <b>اعد التسمية الى i2pupdate.zip</b>.
|
||||
او يمكنك تحميل النص المصدري و كتابة في سطر الأوامر ant updater
|
||||
ثم تقوم بنسخ الملف i2pupdate.zip الى مجلد الذي اخترته لتنصيب برنامج I2P لتتم الترقية بطريقة آلية.انت لست بحاجة الى فك ضغط هذا الملف.
|
||||
</li>
|
||||
|
@ -10,53 +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.5-win1_windows.exe">i2pinstall_0.9.5-win1_windows.exe</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6_windows.exe">i2pinstall_0.9.6_windows.exe</a>
|
||||
(SHA256
|
||||
d64101793764bf77ac3dfc2352677b3d06eef3b6ecb4fa0cf2cf43fc237302f8
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5-win1_windows.exe.sig">sig</a>) <br />
|
||||
bf7d11f0a36acff9cd51ad3ef89d66975b0b0de344ca72719a5576159ec965d1
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6_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.5.jar">i2pinstall_0.9.5.jar</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar">i2pinstall_0.9.6.jar</a>
|
||||
(SHA256
|
||||
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
|
||||
2dd5b67920723dd94202a408de31671b1e9543fcd5611bbe79385cc14f93b371
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar.sig">sig</a>)<br />
|
||||
Download that file and double-click it (if that works) or
|
||||
type <code>java -jar i2pinstall_0.9.5.jar</code> in a terminal to run the
|
||||
type <code>java -jar i2pinstall_0.9.6.jar</code> in a terminal to run the
|
||||
installer.
|
||||
On some platforms you may be able to right-click and select
|
||||
"Open with Java".</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.5.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.6.jar -console</code>
|
||||
</li>
|
||||
|
||||
<li><a href="/debian.html">Packages for Debian & Ubuntu</a></li>
|
||||
|
||||
<li><b>OS X Graphical installer:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar">i2pinstall_0.9.6.jar</a>
|
||||
(SHA256
|
||||
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
|
||||
2dd5b67920723dd94202a408de31671b1e9543fcd5611bbe79385cc14f93b371
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar.sig">sig</a>)<br />
|
||||
Download that file and double-click it (if that works) or
|
||||
type <code>java -jar i2pinstall_0.9.5.jar</code> in a terminal to run the
|
||||
type <code>java -jar i2pinstall_0.9.6.jar</code> in a terminal to run the
|
||||
installer.
|
||||
You may be able to right-click and select
|
||||
"Open with Java".
|
||||
</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.5.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.6.jar -console</code>
|
||||
</li>
|
||||
|
||||
<li><b>Instalace ze zdrojového kódu:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2">i2psource_0.9.5.tar.bz2</a>
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.6.tar.bz2">i2psource_0.9.6.tar.bz2</a>
|
||||
(SHA256
|
||||
441eac3cb7f25c03e7711c7d516626dc86ba6ad373145ab802d150848262c7c2
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2.sig">sig</a>)<br />
|
||||
fd2aa881d68b3164c43de9d91dcb04a93a36228d416582ada14ae40031436d18
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.6.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.5.tar.bz2 ; cd i2p-0.9.5 ; ant pkg)</code> a potom
|
||||
Spusťte sestavení programu příkazem <code>(tar xjvf i2psource_0.9.6.tar.bz2 ; cd i2p-0.9.6 ; ant pkg)</code> a potom
|
||||
spusťte grafický instalační program nebo instalaci z příkazové řádky (viz výše).</li>
|
||||
</ul>
|
||||
|
||||
@ -115,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.5.zip">i2pupdate_0.9.5.zip</a>
|
||||
<li>Stáhněte si <a href="http://mirror.i2p2.de/i2pupdate_0.9.6.zip">i2pupdate_0.9.6.zip</a>
|
||||
(SHA256
|
||||
d20c3f3845c1f4a4cf734dc69cae7de72ff0874cea1382d03d8ac953c50fb139
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip.sig">sig</a>) a uložte jej do
|
||||
f322de7a9e3e89411d072d983a6577494981da488bb08f839c521ed340d77b92
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.9.6.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,37 +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.5-win1_windows.exe">i2pinstall_0.9.5-win1_windows.exe</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6_windows.exe">i2pinstall_0.9.6_windows.exe</a>
|
||||
(SHA256
|
||||
d64101793764bf77ac3dfc2352677b3d06eef3b6ecb4fa0cf2cf43fc237302f8
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5-win1_windows.exe.sig">sig</a>)<br />
|
||||
bf7d11f0a36acff9cd51ad3ef89d66975b0b0de344ca72719a5576159ec965d1
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6_windows.exe.sig">sig</a>)<br />
|
||||
Downloade die Datei und führe sie aus. </li>
|
||||
|
||||
<li><b>Linux / BSD / Solaris GUI Installer:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar">i2pinstall_0.9.6.jar</a>
|
||||
(SHA256
|
||||
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
|
||||
2dd5b67920723dd94202a408de31671b1e9543fcd5611bbe79385cc14f93b371
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar.sig">sig</a>)<br />
|
||||
Hole die Datei und führe sie mit Doppelklick aus (falls es funktioniert)
|
||||
oder gebe <code>java -jar i2pinstall_0.9.5.jar</code> in einm Terminal ein um
|
||||
oder gebe <code>java -jar i2pinstall_0.9.6.jar</code> in einm Terminal ein um
|
||||
die Installation zu starten.
|
||||
Auf einigen Plattformen muss die Datei gegebenfall mit Rechts-Klick und der
|
||||
Option "Öffne mit Java" geö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.5.jar -console</code> in der Kommandozeile auf.
|
||||
<code>java -jar i2pinstall_0.9.6.jar -console</code> in der Kommandozeile auf.
|
||||
</li>
|
||||
|
||||
<li><a href="/debian.html">Pakete für Debian & Ubuntu</a></li>
|
||||
|
||||
<li><b>OS X Graphical installer:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar">i2pinstall_0.9.6.jar</a>
|
||||
(SHA256
|
||||
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
|
||||
2dd5b67920723dd94202a408de31671b1e9543fcd5611bbe79385cc14f93b371
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar.sig">sig</a>)<br />
|
||||
Hole die Datei und führe sie mit Doppelklick aus (falls es funktioniert)
|
||||
oder gebe <code>java -jar i2pinstall_0.9.5.jar</code> in einm Terminal ein um
|
||||
oder gebe <code>java -jar i2pinstall_0.9.6.jar</code> in einm Terminal ein um
|
||||
die Installation zu starten.
|
||||
Auf einigen Plattformen muss die Datei gegebenfall mit Rechts-Klick und der
|
||||
Option "Öffne mit Java" geöffnet werden.
|
||||
@ -52,17 +52,17 @@ af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
|
||||
<li><b>OS X Kommandozeilen (Headless) Installation:</b><br />
|
||||
Downloade die normale Installationsdatei von oben und rufe
|
||||
<code>java -jar i2pinstall_0.9.5.jar -console</code> in der Kommandozeile auf.
|
||||
<code>java -jar i2pinstall_0.9.6.jar -console</code> in der Kommandozeile auf.
|
||||
</li>
|
||||
|
||||
<li><b>Quelltext Installation:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2">i2psource_0.9.5.tar.bz2</a>
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.6.tar.bz2">i2psource_0.9.6.tar.bz2</a>
|
||||
(SHA256
|
||||
441eac3cb7f25c03e7711c7d516626dc86ba6ad373145ab802d150848262c7c2
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2.sig">sig</a>)<br />
|
||||
fd2aa881d68b3164c43de9d91dcb04a93a36228d416582ada14ae40031436d18
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.6.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ühre folgendes aus: <code>(tar xjvf i2psource_0.9.5.tar.bz2 ; cd i2p_0.9.5 ; ant pkg)</code>
|
||||
Führe folgendes aus: <code>(tar xjvf i2psource_0.9.6.tar.bz2 ; cd i2p_0.9.6 ; ant pkg)</code>
|
||||
und starte dann den GUI Installer oder die headless Installation wie oben beschrieben</li>
|
||||
</ul>
|
||||
|
||||
@ -124,10 +124,10 @@ werden kann.
|
||||
|
||||
<h3>Aktualisieren von älteren Versionen (Manuelle Methode):</h3>
|
||||
<ol>
|
||||
<li>Downloade <a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip">i2pupdate_0.9.5.zip</a>
|
||||
<li>Downloade <a href="http://mirror.i2p2.de/i2pupdate_0.9.6.zip">i2pupdate_0.9.6.zip</a>
|
||||
(SHA256
|
||||
d20c3f3845c1f4a4cf734dc69cae7de72ff0874cea1382d03d8ac953c50fb139
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip.sig">sig</a>) in dein I2P
|
||||
f322de7a9e3e89411d072d983a6577494981da488bb08f839c521ed340d77b92
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.9.6.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,38 +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.5-win1_windows.exe">i2pinstall_0.9.5-win1_windows.exe</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6_windows.exe">i2pinstall_0.9.6_windows.exe</a>
|
||||
(SHA256
|
||||
d64101793764bf77ac3dfc2352677b3d06eef3b6ecb4fa0cf2cf43fc237302f8
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5-win1_windows.exe.sig">sig</a>)<br />
|
||||
bf7d11f0a36acff9cd51ad3ef89d66975b0b0de344ca72719a5576159ec965d1
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6_windows.exe.sig">sig</a>)<br />
|
||||
Κατεβάστε αυτό το αρχείο και εκτελέστε το.
|
||||
</li>
|
||||
|
||||
<li><b>Εγκατάσταση με γραφικό περιβάλλον για Linux / BSD / Solaris:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar">i2pinstall_0.9.6.jar</a>
|
||||
(SHA256
|
||||
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
|
||||
2dd5b67920723dd94202a408de31671b1e9543fcd5611bbe79385cc14f93b371
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar.sig">sig</a>)<br />
|
||||
Κατεβάστε αυτό το αρχείο και κάντε διπλό "κλικ" (εάν δουλεύει) ή
|
||||
πληκτρολογήστε <code>java -jar i2pinstall_0.9.5.jar</code> στη γραμμή εντολών
|
||||
πληκτρολογήστε <code>java -jar i2pinstall_0.9.6.jar</code> στη γραμμή εντολών
|
||||
για να τρέξετε την εγκατάσταση.
|
||||
Σε μερικές πλατφόρμες μπορείτε να κάνετε δεξιό "κλικ" και να επιλέξετε
|
||||
"Open with Java".</li>
|
||||
|
||||
<li><b>Εγκατάσταση από γραμμή εντολών (headless) για Linux / BSD / Solaris:</b><br />
|
||||
Κατεβάστε την εγκατάσταση με γραφικό περιβάλλον από παραπάνω και εκτελέστε
|
||||
<code>java -jar i2pinstall_0.9.5.jar -console</code> στη γραμμή εντολών.
|
||||
<code>java -jar i2pinstall_0.9.6.jar -console</code> στη γραμμή εντολών.
|
||||
</li>
|
||||
|
||||
<li><a href="/debian.html">Πακέτα για Debian & Ubuntu</a></li>
|
||||
|
||||
<li><b>OS X Graphical installer:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar">i2pinstall_0.9.6.jar</a>
|
||||
(SHA256
|
||||
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
|
||||
2dd5b67920723dd94202a408de31671b1e9543fcd5611bbe79385cc14f93b371
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar.sig">sig</a>)<br />
|
||||
Κατεβάστε αυτό το αρχείο και κάντε διπλό "κλικ" (εάν δουλεύει) ή
|
||||
πληκτρολογήστε <code>java -jar i2pinstall_0.9.5.jar</code> στη γραμμή εντολών
|
||||
πληκτρολογήστε <code>java -jar i2pinstall_0.9.6.jar</code> στη γραμμή εντολών
|
||||
για να τρέξετε την εγκατάσταση.
|
||||
Σε μερικές πλατφόρμες μπορείτε να κάνετε δεξιό "κλικ" και να επιλέξετε
|
||||
"Open with Java".
|
||||
@ -53,17 +53,17 @@ af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
|
||||
<li><b>Εγκατάσταση από γραμμή εντολών (headless) για OS X:</b><br />
|
||||
Κατεβάστε την εγκατάσταση με γραφικό περιβάλλον από παραπάνω και εκτελέστε
|
||||
<code>java -jar i2pinstall_0.9.5.jar -console</code> στη γραμμή εντολών.
|
||||
<code>java -jar i2pinstall_0.9.6.jar -console</code> στη γραμμή εντολών.
|
||||
</li>
|
||||
|
||||
<li><b>Εγκατάσταση από πηγαίο κώδικα:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2">i2psource_0.9.5.tar.bz2</a>
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.6.tar.bz2">i2psource_0.9.6.tar.bz2</a>
|
||||
(SHA256
|
||||
441eac3cb7f25c03e7711c7d516626dc86ba6ad373145ab802d150848262c7c2
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2.sig">sig</a>)<br />
|
||||
fd2aa881d68b3164c43de9d91dcb04a93a36228d416582ada14ae40031436d18
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.6.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> και μετά
|
||||
Εκτελέστε <code>(tar xjvf i2psource_0.9.6.tar.bz2 ; cd i2p-0.9.6 ; ant pkg)</code> και μετά
|
||||
είτε τρέξτε την εγκατάσταση με γραφικό περιβάλλον είτε από τη γραμμή εντολών όπως παραπάνω.
|
||||
</li>
|
||||
</ul>
|
||||
@ -151,10 +151,10 @@ than current version", και θα πρέπει να χρησιμοποιήσο
|
||||
|
||||
<h3>Ενημερώσεις από προηγούμενες εκδόσεις (χειροκίνητη μέθοδος):</h3>
|
||||
<ol>
|
||||
<li>Κατεβάστε το <a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip">i2pupdate_0.9.5.zip</a>
|
||||
<li>Κατεβάστε το <a href="http://mirror.i2p2.de/i2pupdate_0.9.6.zip">i2pupdate_0.9.6.zip</a>
|
||||
(SHA256
|
||||
d20c3f3845c1f4a4cf734dc69cae7de72ff0874cea1382d03d8ac953c50fb139
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip.sig">sig</a>)
|
||||
f322de7a9e3e89411d072d983a6577494981da488bb08f839c521ed340d77b92
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.9.6.zip.sig">sig</a>)
|
||||
στον κατάλογο εγκατάστασης του I2P και <b>μετονομάστε το σε i2pupdate.zip</b>.
|
||||
(εναλλακτικά, μπορείτε να πάρετε τον πηγαίο κώδικα και να εκτελέσετε "ant updater", έπειτα
|
||||
αντιγράψτε το παραγόμενο i2pupdate.zip στον κατάλογο εγκατάστασης του I2P). ΔΕΝ χρειάζεται να
|
||||
|
@ -14,37 +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.5-win1_windows.exe">i2pinstall_0.9.5-win1_windows.exe</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6_windows.exe">i2pinstall_0.9.6_windows.exe</a>
|
||||
(SHA256
|
||||
d64101793764bf77ac3dfc2352677b3d06eef3b6ecb4fa0cf2cf43fc237302f8
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5-win1_windows.exe.sig">sig</a>)
|
||||
bf7d11f0a36acff9cd51ad3ef89d66975b0b0de344ca72719a5576159ec965d1
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6_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.5.jar">i2pinstall_0.9.5.jar</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar">i2pinstall_0.9.6.jar</a>
|
||||
(SHA256
|
||||
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
|
||||
2dd5b67920723dd94202a408de31671b1e9543fcd5611bbe79385cc14f93b371
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar.sig">sig</a>)<br />
|
||||
Download that file and double-click it (if that works) or
|
||||
type <code>java -jar i2pinstall_0.9.5.jar</code> in a terminal to run the
|
||||
type <code>java -jar i2pinstall_0.9.6.jar</code> in a terminal to run the
|
||||
installer.
|
||||
On some platforms you may be able to right-click and select
|
||||
"Open with Java".</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.5.jar -console</code> desde la línea de comandos.
|
||||
arranca <code>java -jar i2pinstall_0.9.6.jar -console</code> desde la línea de comandos.
|
||||
</li>
|
||||
|
||||
<li><a href="/debian.html">Packages for Debian & Ubuntu</a></li>
|
||||
|
||||
<li><b>OS X Graphical installer:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar">i2pinstall_0.9.6.jar</a>
|
||||
(SHA256
|
||||
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
|
||||
2dd5b67920723dd94202a408de31671b1e9543fcd5611bbe79385cc14f93b371
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar.sig">sig</a>)<br />
|
||||
Download that file and double-click it (if that works) or
|
||||
type <code>java -jar i2pinstall_0.9.5.jar</code> in a terminal to run the
|
||||
type <code>java -jar i2pinstall_0.9.6.jar</code> in a terminal to run the
|
||||
installer.
|
||||
You may be able to right-click and select
|
||||
"Open with Java".
|
||||
@ -52,17 +52,17 @@ af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
|
||||
<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.5.jar -console</code> desde la línea de comandos.
|
||||
arranca <code>java -jar i2pinstall_0.9.6.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.5.tar.bz2">i2psource_0.9.5.tar.bz2</a>
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.6.tar.bz2">i2psource_0.9.6.tar.bz2</a>
|
||||
(SHA256
|
||||
441eac3cb7f25c03e7711c7d516626dc86ba6ad373145ab802d150848262c7c2
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2.sig">sig</a>)<br />
|
||||
fd2aa881d68b3164c43de9d91dcb04a93a36228d416582ada14ae40031436d18
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.6.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.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>
|
||||
Ejecuta <code>tar xjvf i2psource_0.9.6.tar.bz2 ; cd i2p-0.9.6 ; 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,
|
||||
@ -124,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.5.zip">i2pupdate_0.9.5.zip</a>
|
||||
<li>Descarga <a href="http://mirror.i2p2.de/i2pupdate_0.9.6.zip">i2pupdate_0.9.6.zip</a>
|
||||
(SHA256
|
||||
d20c3f3845c1f4a4cf734dc69cae7de72ff0874cea1382d03d8ac953c50fb139
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip.sig">sig</a>)
|
||||
f322de7a9e3e89411d072d983a6577494981da488bb08f839c521ed340d77b92
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.9.6.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,51 +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.5-win1_windows.exe">i2pinstall_0.9.5-win1_windows.exe</a>
|
||||
(SHA256 d64101793764bf77ac3dfc2352677b3d06eef3b6ecb4fa0cf2cf43fc237302f8
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5-win1_windows.exe.sig">sig</a>)<br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6_windows.exe">i2pinstall_0.9.6_windows.exe</a>
|
||||
(SHA256 bf7d11f0a36acff9cd51ad3ef89d66975b0b0de344ca72719a5576159ec965d1
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6_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.5.jar">i2pinstall_0.9.5.jar</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar">i2pinstall_0.9.6.jar</a>
|
||||
(SHA256
|
||||
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
|
||||
2dd5b67920723dd94202a408de31671b1e9543fcd5611bbe79385cc14f93b371
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar.sig">sig</a>)<br />
|
||||
Téléchargez ce fichier et exécutez-le.
|
||||
Vous pouvez
|
||||
taper <code>java -jar i2pinstall_0.9.5.jar</code>
|
||||
taper <code>java -jar i2pinstall_0.9.6.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.5.jar -console</code> sur la ligne de commande.
|
||||
exécutez <code>java -jar i2pinstall_0.9.6.jar -console</code> sur la ligne de commande.
|
||||
</li>
|
||||
|
||||
<li><a href="/debian_fr.html">Packages for Debian & Ubuntu</a></li>
|
||||
|
||||
<li><b>OS X Graphical installer:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar">i2pinstall_0.9.6.jar</a>
|
||||
(SHA256
|
||||
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
|
||||
2dd5b67920723dd94202a408de31671b1e9543fcd5611bbe79385cc14f93b371
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar.sig">sig</a>)<br />
|
||||
Téléchargez ce fichier et exécutez-le.
|
||||
Vous pouvez
|
||||
taper <code>java -jar i2pinstall_0.9.5.jar</code>
|
||||
taper <code>java -jar i2pinstall_0.9.6.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.5.jar -console</code> sur la ligne de commande.
|
||||
exécutez <code>java -jar i2pinstall_0.9.6.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.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 />
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.6.tar.bz2">i2psource_0.9.6.tar.bz2</a>
|
||||
(SHA256 fd2aa881d68b3164c43de9d91dcb04a93a36228d416582ada14ae40031436d18
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.6.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.5.tar.bz2 ; cd i2p-0.9.5 ; ant pkg)</code> puis, soit
|
||||
Exécuter <code>(tar xjvf i2psource_0.9.6.tar.bz2 ; cd i2p-0.9.6 ; ant pkg)</code> puis, soit
|
||||
lancer l'installeur graphique, soit passer par la ligne de commande.</li>
|
||||
</ul>
|
||||
|
||||
@ -135,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.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
|
||||
<li>Téléchargez <a href="http://mirror.i2p2.de/i2pupdate_0.9.6.zip">i2pupdate_0.9.6.zip</a>
|
||||
(SHA256 f322de7a9e3e89411d072d983a6577494981da488bb08f839c521ed340d77b92
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.9.6.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,56 +15,56 @@
|
||||
<ul class="downloadlist">
|
||||
|
||||
<li><b>Графический инсталлятор для Windows:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5-win1_windows.exe">i2pinstall_0.9.5-win1_windows.exe</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6_windows.exe">i2pinstall_0.9.6_windows.exe</a>
|
||||
(SHA256
|
||||
d64101793764bf77ac3dfc2352677b3d06eef3b6ecb4fa0cf2cf43fc237302f8
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5-win1_windows.exe.sig">sig</a>)<br />
|
||||
bf7d11f0a36acff9cd51ad3ef89d66975b0b0de344ca72719a5576159ec965d1
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6_windows.exe.sig">sig</a>)<br />
|
||||
Под Windows: скачайте этот файл и запустите его.
|
||||
</li>
|
||||
|
||||
<li><b>Графический инсталлятор для Linux / BSD / Solaris:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar">i2pinstall_0.9.6.jar</a>
|
||||
(SHA256
|
||||
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
|
||||
2dd5b67920723dd94202a408de31671b1e9543fcd5611bbe79385cc14f93b371
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar.sig">sig</a>)<br />
|
||||
Скачайте этот файл и запустите двойным кликом, или выполните в консоли
|
||||
команду <code>java -jar i2pinstall_0.9.5.jar</code> для запуска инсталлятора.
|
||||
команду <code>java -jar i2pinstall_0.9.6.jar</code> для запуска инсталлятора.
|
||||
На некоторых платформах вы можете вызвать контекстное меню и выбрать
|
||||
"Open with Java".
|
||||
</li>
|
||||
|
||||
<li><b>Установка из командной строки в Linux / BSD / Solaris:</b><br />
|
||||
|
||||
Скачайте графический инсталлятор по ссылке выше и запустите из командной строки <code>java -jar i2pinstall_0.9.5.jar -console</code> <br />
|
||||
Скачайте графический инсталлятор по ссылке выше и запустите из командной строки <code>java -jar i2pinstall_0.9.6.jar -console</code> <br />
|
||||
</li>
|
||||
|
||||
<li><a href="/debian.html">Packages for Debian & Ubuntu</a></li>
|
||||
|
||||
<li><b>OS X Graphical installer:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar">i2pinstall_0.9.6.jar</a>
|
||||
(SHA256
|
||||
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
|
||||
2dd5b67920723dd94202a408de31671b1e9543fcd5611bbe79385cc14f93b371
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar.sig">sig</a>)<br />
|
||||
Скачайте этот файл и запустите двойным кликом, или выполните в консоли
|
||||
команду <code>java -jar i2pinstall_0.9.5.jar</code> для запуска инсталлятора.
|
||||
команду <code>java -jar i2pinstall_0.9.6.jar</code> для запуска инсталлятора.
|
||||
На некоторых платформах вы можете вызвать контекстное меню и выбрать
|
||||
"Open with Java".
|
||||
</li>
|
||||
|
||||
<li><b>Установка из командной строки в OS X:</b><br />
|
||||
|
||||
Скачайте графический инсталлятор по ссылке выше и запустите из командной строки <code>java -jar i2pinstall_0.9.5.jar -console</code> <br />
|
||||
Скачайте графический инсталлятор по ссылке выше и запустите из командной строки <code>java -jar i2pinstall_0.9.6.jar -console</code> <br />
|
||||
</li>
|
||||
|
||||
<li><b>Установка из исходного кода:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2">i2psource_0.9.5.tar.bz2</a>
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.6.tar.bz2">i2psource_0.9.6.tar.bz2</a>
|
||||
(SHA256
|
||||
441eac3cb7f25c03e7711c7d516626dc86ba6ad373145ab802d150848262c7c2
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2.sig">sig</a>)<br />
|
||||
fd2aa881d68b3164c43de9d91dcb04a93a36228d416582ada14ae40031436d18
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.6.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>, затем воспользуйтесь собранным инсталлятором в графическом или консольном режиме (см. предыдущие способы установки).
|
||||
Запустите процесс сборки <code>(tar xjvf i2psource_0.9.6.tar.bz2 ; cd i2p-0.9.6 ; ant pkg)</code>, затем воспользуйтесь собранным инсталлятором в графическом или консольном режиме (см. предыдущие способы установки).
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@ -115,10 +115,10 @@ Unix-совместимые системы: I2P можно запустить в
|
||||
|
||||
<ol>
|
||||
<li>Скачайте
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip">i2pupdate_0.9.5.zip</a>
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.9.6.zip">i2pupdate_0.9.6.zip</a>
|
||||
(SHA256
|
||||
d20c3f3845c1f4a4cf734dc69cae7de72ff0874cea1382d03d8ac953c50fb139
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.9.5.zip.sig">sig</a>)
|
||||
f322de7a9e3e89411d072d983a6577494981da488bb08f839c521ed340d77b92
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.9.6.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,53 +11,53 @@
|
||||
<h3>全新安装</h3>
|
||||
<ul class="downloadlist">
|
||||
<li><b>Windows</b> 图形安装程序:<br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5-win1_windows.exe">i2pinstall_0.9.5-win1_windows.exe</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6_windows.exe">i2pinstall_0.9.6_windows.exe</a>
|
||||
<br/>(SHA256
|
||||
d64101793764bf77ac3dfc2352677b3d06eef3b6ecb4fa0cf2cf43fc237302f8
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5-win1_windows.exe.sig">sig</a>)
|
||||
bf7d11f0a36acff9cd51ad3ef89d66975b0b0de344ca72719a5576159ec965d1
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6_windows.exe.sig">sig</a>)
|
||||
</li>
|
||||
|
||||
<li><b>Linux / BSD / Solaris</b> 图形安装程序:<br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar">i2pinstall_0.9.6.jar</a>
|
||||
(SHA256
|
||||
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
|
||||
2dd5b67920723dd94202a408de31671b1e9543fcd5611bbe79385cc14f93b371
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar.sig">sig</a>)<br />
|
||||
Download that file and double-click it (if that works) or
|
||||
type <code>java -jar i2pinstall_0.9.5.jar</code> in a terminal to run the
|
||||
type <code>java -jar i2pinstall_0.9.6.jar</code> in a terminal to run the
|
||||
installer.
|
||||
On some platforms you may be able to right-click and select
|
||||
"Open with Java".
|
||||
<br />下载以上文件并运行如果你不是 windows 用户,可以输入 <code>java -jar i2pinstall_0.9.5.jar</code>
|
||||
<br />下载以上文件并运行如果你不是 windows 用户,可以输入 <code>java -jar i2pinstall_0.9.6.jar</code>
|
||||
</li>
|
||||
|
||||
<li><b>Linux / BSD / Solaris</b> 命令行安装(即无头安装):<br />
|
||||
下载上面的图形安装程序并在命令行状态下运行 <code>java -jar i2pinstall_0.9.5.jar -console</code>。
|
||||
下载上面的图形安装程序并在命令行状态下运行 <code>java -jar i2pinstall_0.9.6.jar -console</code>。
|
||||
</li>
|
||||
|
||||
<li><a href="/debian.html">Packages for Debian & Ubuntu</a></li>
|
||||
|
||||
<li><b>OS X Graphical installer:</b><br />
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar">i2pinstall_0.9.5.jar</a>
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar">i2pinstall_0.9.6.jar</a>
|
||||
(SHA256
|
||||
af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.5.jar.sig">sig</a>)<br />
|
||||
2dd5b67920723dd94202a408de31671b1e9543fcd5611bbe79385cc14f93b371
|
||||
<a href="http://mirror.i2p2.de/i2pinstall_0.9.6.jar.sig">sig</a>)<br />
|
||||
Download that file and double-click it (if that works) or
|
||||
type <code>java -jar i2pinstall_0.9.5.jar</code> in a terminal to run the
|
||||
type <code>java -jar i2pinstall_0.9.6.jar</code> in a terminal to run the
|
||||
installer.
|
||||
On some platforms you may be able to right-click and select
|
||||
"Open with Java".
|
||||
<br />下载以上文件并运行如果你不是 windows 用户,可以输入 <code>java -jar i2pinstall_0.9.5.jar</code>
|
||||
<br />下载以上文件并运行如果你不是 windows 用户,可以输入 <code>java -jar i2pinstall_0.9.6.jar</code>
|
||||
</li>
|
||||
|
||||
<li><b>OS X</b> 命令行安装(即无头安装):<br />
|
||||
下载上面的图形安装程序并在命令行状态下运行 <code>java -jar i2pinstall_0.9.5.jar -console</code>。
|
||||
下载上面的图形安装程序并在命令行状态下运行 <code>java -jar i2pinstall_0.9.6.jar -console</code>。
|
||||
</li>
|
||||
|
||||
<li>用源码安装:<br />
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.5.tar.bz2">i2psource_0.9.5.tar.bz2</a>
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.6.tar.bz2">i2psource_0.9.6.tar.bz2</a>
|
||||
<br/>(SHA256
|
||||
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>
|
||||
fd2aa881d68b3164c43de9d91dcb04a93a36228d416582ada14ae40031436d18
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.9.6.tar.bz2.sig">sig</a>)<br />此外,你也可以从 <a href="newdevelopers#getting-the-i2p-code">monotone</a> 中下载源码。<br/>执行 <code>(tar xjvf i2psource_0.9.6.tar.bz2 ; cd i2p_0.9.6 ; ant pkg)</code>
|
||||
,然后运行图形安装程序或进行命令行安装。</li>
|
||||
</ul>
|
||||
|
||||
@ -87,9 +87,9 @@ af251596e034b751dc17b73bd35254b94f92d4a3121a6e96479c45c4d846ab30
|
||||
|
||||
<h3>旧版升级 (手动方法):</h3>
|
||||
<ol>
|
||||
<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://mirror.i2p2.de/i2pupdate_0.9.6.zip">i2pupdate_0.9.6.zip</a> <br/>(SHA256
|
||||
f322de7a9e3e89411d072d983a6577494981da488bb08f839c521ed340d77b92
|
||||
<a href="http://mirror.i2p2.de/i2pupdate_0.9.6.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>
|
||||
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5", "Announcement", "html")}}
|
||||
2013-05-28 - <strong>I2P 0.9.6</strong> - {{ urlify("release-0.9.6", "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-05-28 - I2P 0.9.6 <a href="release-0.9.6.html">Released</a><br />
|
||||
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 />
|
||||
</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>
|
||||
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5", "Announcement", "html")}}
|
||||
2013-05-28 - <strong>I2P 0.9.6</strong> - {{ urlify("release-0.9.6", "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-05-28 - I2P 0.9.6 <a href="release-0.9.6.html">تمّ اطلاق النسخة</a> <br />
|
||||
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 />
|
||||
</div>
|
||||
<!--
|
||||
<td>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<div class="version">
|
||||
<b>Aktuální verze:</b>
|
||||
<div class="underline"></div>
|
||||
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5", "Poznámky k vydání", "html")}}
|
||||
2013-05-28 - <strong>I2P 0.9.6</strong> - {{ urlify("release-0.9.6", "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-05-28 - I2P 0.9.6 <a href="release-0.9.6.html">Vydání</a><br />
|
||||
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 />
|
||||
</div>
|
||||
<!--
|
||||
<td>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<div class="version">
|
||||
<b>Aktuellste Version:</b>
|
||||
<div class="underline"></div>
|
||||
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5", "Ankündigung", "html")}}
|
||||
2013-05-28 - <strong>I2P 0.9.6</strong> - {{ urlify("release-0.9.6", "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-05-28 - I2P 0.9.6 <a href="release-0.9.6.html">veröffentlicht</a><br />
|
||||
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 />
|
||||
</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>
|
||||
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5", "Ανακοίνωση", "html")}}
|
||||
2013-05-28 - <strong>I2P 0.9.6</strong> - {{ urlify("release-0.9.6", "Ανακοίνωση", "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-05-28 - I2P 0.9.6 <a href="release-0.9.6.html">Εκδόθηκε</a><br />
|
||||
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 />
|
||||
</div>
|
||||
<!--
|
||||
<td>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<div class="version">
|
||||
<b>Versión actual:</b>
|
||||
<div class="underline"></div>
|
||||
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5", "Anunciación", "html")}}
|
||||
2013-05-28 - <strong>I2P 0.9.6</strong> - {{ urlify("release-0.9.6", "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-05-28 - I2P 0.9.6 <a href="release-0.9.6.html">publicada</a><br />
|
||||
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 />
|
||||
</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>
|
||||
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5_fr.html", "Annonce", "html")}}
|
||||
2013-05-28 - <strong>I2P 0.9.6</strong> - {{ urlify("release-0.9.6_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-05-28 - I2P 0.9.6 <a href="release-0.9.6.html">Publiée</a><br />
|
||||
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 />
|
||||
</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>
|
||||
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5", "Announcement", "html")}}
|
||||
2013-05-28 - <strong>I2P 0.9.6</strong> - {{ urlify("release-0.9.6", "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-05-28 - I2P 0.9.6 <a href="release-0.9.6.html">Rilasciata</a><br />
|
||||
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 />
|
||||
</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>
|
||||
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5", "Aankondiging", "html")}}
|
||||
2013-05-28 - <strong>I2P 0.9.6</strong> - {{ urlify("release-0.9.6", "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-05-28 - I2P 0.9.6 <a href="release-0.9.6.html">Release</a><br />
|
||||
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 />
|
||||
</div>
|
||||
<!--
|
||||
<td>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<div class="version">
|
||||
<b>Последние Версии:</b>
|
||||
<div class=underline></div>
|
||||
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5", "Announcement", "html")}} - <a href="download_ru">Скачать</a><br />
|
||||
2013-05-28 - <strong>I2P 0.9.6</strong> - {{ urlify("release-0.9.6", "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-05-28 - I2P 0.9.6 <a href="release-0.9.6.html">Released</a><br />
|
||||
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 />
|
||||
</div>
|
||||
</table>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<div class="version">
|
||||
<b>最新版本:</b>
|
||||
<div class=underline></div>
|
||||
2013-03-08 - <strong>I2P 0.9.5</strong> - {{ urlify("release-0.9.5", "Announcement", "html")}}
|
||||
2013-05-28 - <strong>I2P 0.9.6</strong> - {{ urlify("release-0.9.6", "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-05-28 - I2P 0.9.6 <a href="release-0.9.6.html">新版发布</a><br />
|
||||
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 />
|
||||
</div>
|
||||
<!--
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user