This commit is contained in:
zzz
2010-12-22 20:06:04 +00:00
parent 51d7244e3f
commit efd856c3f1
13 changed files with 75 additions and 89 deletions

View File

@@ -14,25 +14,25 @@ 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.1.exe">i2pinstall_0.8.1.exe</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.8.2.exe">i2pinstall_0.8.2.exe</a>
(SHA256
881530e079114b6da2c3eba069f7d4eeedf503983d5c50737b6779f7f5d8f76f
<a href="http://mirror.i2p2.de/i2pinstall_0.8.1.exe.sig">sig</a>)<br />
03caab1b746f42a4f2e6ab07cc4efd529e9c37f37793224424a83e7b5aa5ec68
<a href="http://mirror.i2p2.de/i2pinstall_0.8.2.exe.sig">sig</a>)<br />
Download that file and run it. If you're not on windows, you can
type <code>java -jar i2pinstall_0.8.1.exe</code> (yes, really)</li>
type <code>java -jar i2pinstall_0.8.2.exe</code> (yes, really)</li>
<li>Command line (headless) install:<br />
Download the graphical installer file above and
run <code>java -jar i2pinstall_0.8.1.exe -console</code> from the command line.
run <code>java -jar i2pinstall_0.8.2.exe -console</code> from the command line.
This will work on windows. linux, and mac (yes really).
</li>
<li>Source install:<br />
<a href="http://mirror.i2p2.de/i2psource_0.8.1.tar.bz2">i2psource_0.8.1.tar.bz2</a>
<a href="http://mirror.i2p2.de/i2psource_0.8.2.tar.bz2">i2psource_0.8.2.tar.bz2</a>
(SHA256
f16f1e8a59f1af91551f2dfdf3cac88eec7298495c924128a913cf2ec50066de
<a href="http://mirror.i2p2.de/i2psource_0.8.1.tar.bz2.sig">sig</a>)<br />
a5f3104e70f84bf81776a2f2940172de6efd06a9ec7a5662e7f01d694b651b98
<a href="http://mirror.i2p2.de/i2psource_0.8.2.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.1.tar.bz2 ; cd i2p-0.8.1 ; ant pkg)</code> then either
Run <code>(tar xjvf i2psource_0.8.2.tar.bz2 ; cd i2p-0.8.2 ; ant pkg)</code> then either
run the GUI installer or headless install as above</li>
</ul>
@@ -105,10 +105,10 @@ receive the release.
<h3>Updates from earlier releases (manual method):</h3>
<ol>
<li>Download <a href="http://mirror.i2p2.de/i2pupdate_0.8.1.zip">i2pupdate_0.8.1.zip</a>
<li>Download <a href="http://mirror.i2p2.de/i2pupdate_0.8.2.zip">i2pupdate_0.8.2.zip</a>
(SHA256
9905212e945af9e1bb2def02abc62496a92b7d2a9f4ef497a0bb9dbf84c1dffe
<a href="http://mirror.i2p2.de/i2pupdate_0.8.1.zip.sig">sig</a>) to your I2P
f2b90fe5926d371bcd4a36c6a317d739c9fcb0d548f24ba0b6173f85d45d809b
<a href="http://mirror.i2p2.de/i2pupdate_0.8.2.zip.sig">sig</a>) to your I2P
installation directory and <b>rename as i2pupdate.zip</b>.
(alternately, you can get the source as above and run "ant updater", then copy the
resulting i2pupdate.zip to your I2P installation directory). You do

View File

@@ -10,24 +10,24 @@ 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.1.exe">i2pinstall_0.8.1.exe</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.8.2.exe">i2pinstall_0.8.2.exe</a>
(SHA256
881530e079114b6da2c3eba069f7d4eeedf503983d5c50737b6779f7f5d8f76f
<a href="http://mirror.i2p2.de/i2pinstall_0.8.1.exe.sig">sig</a>)<br />
03caab1b746f42a4f2e6ab07cc4efd529e9c37f37793224424a83e7b5aa5ec68
<a href="http://mirror.i2p2.de/i2pinstall_0.8.2.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.1.exe</code>
z příkazové řádky příkazem <code>java -jar i2pinstall_0.8.2.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.1.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.2.exe -console</code> <br />
Tato instalace funguje pod operačními systémy Windows, Linux a Mac.
</li>
<li>Instalace ze zdrojového kódu:<br />
<a href="http://mirror.i2p2.de/i2psource_0.8.1.tar.bz2">i2psource_0.8.1.tar.bz2</a>
<a href="http://mirror.i2p2.de/i2psource_0.8.2.tar.bz2">i2psource_0.8.2.tar.bz2</a>
(SHA256
f16f1e8a59f1af91551f2dfdf3cac88eec7298495c924128a913cf2ec50066de
<a href="http://mirror.i2p2.de/i2psource_0.8.1.tar.bz2.sig">sig</a>)<br />
a5f3104e70f84bf81776a2f2940172de6efd06a9ec7a5662e7f01d694b651b98
<a href="http://mirror.i2p2.de/i2psource_0.8.2.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.1.tar.bz2 ; cd i2p-0.8.1 ; ant pkg)</code> a potom
Spusťte sestavení programu příkazem <code>(tar xjvf i2psource_0.8.2.tar.bz2 ; cd i2p-0.8.2 ; ant pkg)</code> a potom
spusťte grafický instalační program nebo instalaci z příkazové řádky (viz výše).</li>
</ul>
@@ -86,10 +86,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.1.zip">i2pupdate_0.8.1.zip</a>
<li>Stáhněte si <a href="http://mirror.i2p2.de/i2pupdate_0.8.2.zip">i2pupdate_0.8.2.zip</a>
(SHA256
9905212e945af9e1bb2def02abc62496a92b7d2a9f4ef497a0bb9dbf84c1dffe
<a href="http://mirror.i2p2.de/i2pupdate_0.8.1.zip.sig">sig</a>) a uložte jej do
f2b90fe5926d371bcd4a36c6a317d739c9fcb0d548f24ba0b6173f85d45d809b
<a href="http://mirror.i2p2.de/i2pupdate_0.8.2.zip.sig">sig</a>) a uložte jej do
instalační složky I2P. <b>Přejmenujte tento soubor na i2pupdate.zip</b>.
(Alternativně si můžete stáhnout zdrojový kód jak je popsáno výše a spustit
"ant updater", výsledný soubor i2pupdate.zip pak nakopírovat do instalační složky

View File

@@ -14,25 +14,25 @@ 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.1.exe">i2pinstall_0.8.1.exe</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.8.2.exe">i2pinstall_0.8.2.exe</a>
(SHA256
881530e079114b6da2c3eba069f7d4eeedf503983d5c50737b6779f7f5d8f76f
<a href="http://mirror.i2p2.de/i2pinstall_0.8.1.exe.sig">sig</a>)<br />
03caab1b746f42a4f2e6ab07cc4efd529e9c37f37793224424a83e7b5aa5ec68
<a href="http://mirror.i2p2.de/i2pinstall_0.8.2.exe.sig">sig</a>)<br />
Downloade die Datei und f&uuml;hre sie aus. Wenn du nicht Windows nutzt, kannst Du
<code>java -jar i2pinstall_0.8.1.exe</code> eingeben (ja, wirklich)</li>
<code>java -jar i2pinstall_0.8.2.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.1.exe -console</code> auf der Kommandozeile auf.
<code>java -jar i2pinstall_0.8.2.exe -console</code> auf der Kommandozeile auf.
Dieses funktioniert auf Windows, Linux und Mac OS X (ja, wirklich).
</li>
<li>Quelltext Installation:<br />
<a href="http://mirror.i2p2.de/i2psource_0.8.1.tar.bz2">i2psource_0.8.1.tar.bz2</a>
<a href="http://mirror.i2p2.de/i2psource_0.8.2.tar.bz2">i2psource_0.8.2.tar.bz2</a>
(SHA256
f16f1e8a59f1af91551f2dfdf3cac88eec7298495c924128a913cf2ec50066de
<a href="http://mirror.i2p2.de/i2psource_0.8.1.tar.bz2.sig">sig</a>)<br />
a5f3104e70f84bf81776a2f2940172de6efd06a9ec7a5662e7f01d694b651b98
<a href="http://mirror.i2p2.de/i2psource_0.8.2.tar.bz2.sig">sig</a>)<br />
Alternativ kannst Du den Quelltext aus <a href="newdevelopers_de">Monotone</a> kopieren.
<br/>
F&uuml;hre aus: <code>(tar xjvf i2psource_0.8.1.tar.bz2 ; cd i2p_0.8.1 ; ant pkg)</code> und dann
F&uuml;hre aus: <code>(tar xjvf i2psource_0.8.2.tar.bz2 ; cd i2p_0.8.2 ; ant pkg)</code> und dann
starte den GUI installer oder die headless Installation wie oben</li>
</ul>
@@ -100,10 +100,10 @@ werden kann.
<h3>Aktualisieren von &auml;lteren Versionen (Manuelle Methode):</h3>
<ol>
<li>Downloade <a href="http://mirror.i2p2.de/i2pupdate_0.8.1.zip">i2pupdate_0.8.1.zip</a>
<li>Downloade <a href="http://mirror.i2p2.de/i2pupdate_0.8.2.zip">i2pupdate_0.8.2.zip</a>
(SHA256
9905212e945af9e1bb2def02abc62496a92b7d2a9f4ef497a0bb9dbf84c1dffe
<a href="http://mirror.i2p2.de/i2pupdate_0.8.1.zip.sig">sig</a>) in dein I2P
f2b90fe5926d371bcd4a36c6a317d739c9fcb0d548f24ba0b6173f85d45d809b
<a href="http://mirror.i2p2.de/i2pupdate_0.8.2.zip.sig">sig</a>) in dein I2P
Installationsverzeichnis und <b>bennene es i2pupdate.zip</b>.
(alternativ kannst den Quelltest besorgen und "ant updater" laufen lassen, kopiere dann
das erstellte i2pupdate.zip in dein I2P Installationsverzeichnis). Du brauchst

View File

@@ -15,29 +15,29 @@
<ul class="downloadlist">
<li>Графический инсталлятор:<br />
<a href="http://mirror.i2p2.de/i2pinstall_0.8.1.exe">i2pinstall_0.8.1.exe</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.8.2.exe">i2pinstall_0.8.2.exe</a>
(SHA256
881530e079114b6da2c3eba069f7d4eeedf503983d5c50737b6779f7f5d8f76f
<a href="http://mirror.i2p2.de/i2pinstall_0.8.1.exe.sig">sig</a>)<br />
03caab1b746f42a4f2e6ab07cc4efd529e9c37f37793224424a83e7b5aa5ec68
<a href="http://mirror.i2p2.de/i2pinstall_0.8.2.exe.sig">sig</a>)<br />
Под Windows: скачайте этот файл и запустите его. Под другими операционными системами его можно запустить из командной строки командой <code>java -jar i2pinstall_0.8.1.exe</code>
Под Windows: скачайте этот файл и запустите его. Под другими операционными системами его можно запустить из командной строки командой <code>java -jar i2pinstall_0.8.2.exe</code>
</li>
<li>Установка из командной строки:<br />
Скачайте графический инсталлятор по ссылке выше и запустите из командной строки <code>java -jar i2pinstall_0.8.1.exe -console</code> <br />
Скачайте графический инсталлятор по ссылке выше и запустите из командной строки <code>java -jar i2pinstall_0.8.2.exe -console</code> <br />
Такой способ работает в Windows, Linux и Mac OS X.
</li>
<li>Установка из исходного кода:<br />
<a href="http://mirror.i2p2.de/i2psource_0.8.1.tar.bz2">i2psource_0.8.1.tar.bz2</a>
<a href="http://mirror.i2p2.de/i2psource_0.8.2.tar.bz2">i2psource_0.8.2.tar.bz2</a>
(SHA256
f16f1e8a59f1af91551f2dfdf3cac88eec7298495c924128a913cf2ec50066de
<a href="http://mirror.i2p2.de/i2psource_0.8.1.tar.bz2.sig">sig</a>)<br />
a5f3104e70f84bf81776a2f2940172de6efd06a9ec7a5662e7f01d694b651b98
<a href="http://mirror.i2p2.de/i2psource_0.8.2.tar.bz2.sig">sig</a>)<br />
(Как вариант, можете скачать текущий исходный код из <a href="newdevelopers">monotone-репозитория</a>.)
<br/>
Запустите процесс сборки <code>(tar xjvf i2psource_0.8.1.tar.bz2 ; cd i2p-0.8.1 ; ant pkg)</code>, затем воспользуйтесь собранным инсталлятором в графическом или консольном режиме (см. предыдущие способы установки).
Запустите процесс сборки <code>(tar xjvf i2psource_0.8.2.tar.bz2 ; cd i2p-0.8.2 ; ant pkg)</code>, затем воспользуйтесь собранным инсталлятором в графическом или консольном режиме (см. предыдущие способы установки).
</li>
</ul>
@@ -88,10 +88,10 @@ Unix-совместимые системы: I2P можно запустить в
<ol>
<li>Скачайте
<a href="http://mirror.i2p2.de/i2pupdate_0.8.1.zip">i2pupdate_0.8.1.zip</a>
<a href="http://mirror.i2p2.de/i2pupdate_0.8.2.zip">i2pupdate_0.8.2.zip</a>
(SHA256
9905212e945af9e1bb2def02abc62496a92b7d2a9f4ef497a0bb9dbf84c1dffe
<a href="http://mirror.i2p2.de/i2pupdate_0.8.1.zip.sig">sig</a>)
f2b90fe5926d371bcd4a36c6a317d739c9fcb0d548f24ba0b6173f85d45d809b
<a href="http://mirror.i2p2.de/i2pupdate_0.8.2.zip.sig">sig</a>)
в директорию, где у Вас установлен I2P и <b>переименуйте в i2pupdate.zip</b>. (Как вариант, можно скачать исходный код и запустить сборку командой «ant updater», после чего скопировать полученный i2pupdate.zip в директорию, где у Вас установлен I2P.) Вам НЕ надо распаковывать этот zip-файл.
</li>
<li>Нажмите <a href="http://localhost:7657/configservice.jsp">«Перезагрузить плавно»</a></li>

View File

@@ -11,19 +11,19 @@
<h3>全新安装</h3>
<ul class="downloadlist">
<li>图形安装程序:<br />
<a href="http://mirror.i2p2.de/i2pinstall_0.8.1.exe">i2pinstall_0.8.1.exe</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.8.2.exe">i2pinstall_0.8.2.exe</a>
<br/>(SHA256
881530e079114b6da2c3eba069f7d4eeedf503983d5c50737b6779f7f5d8f76f
<a href="http://mirror.i2p2.de/i2pinstall_0.8.1.exe.sig">sig</a>)
<br />下载以上文件并运行如果你不是 windows 用户,可以输入 <code>java -jar i2pinstall_0.8.1.exe</code> (没错,就这么写)</li>
03caab1b746f42a4f2e6ab07cc4efd529e9c37f37793224424a83e7b5aa5ec68
<a href="http://mirror.i2p2.de/i2pinstall_0.8.2.exe.sig">sig</a>)
<br />下载以上文件并运行如果你不是 windows 用户,可以输入 <code>java -jar i2pinstall_0.8.2.exe</code> (没错,就这么写)</li>
<li>命令行安装(即无头安装):<br />
下载上面的图形安装程序并在命令行状态下运行 <code>java -jar i2pinstall_0.8.1.exe -console</code>
下载上面的图形安装程序并在命令行状态下运行 <code>java -jar i2pinstall_0.8.2.exe -console</code>
以上方法适用于 windowslinux, 和 mac (没错,确实可行).</li>
<li>用源码安装:<br />
<a href="http://mirror.i2p2.de/i2psource_0.8.1.tar.bz2">i2psource_0.8.1.tar.bz2</a>
<a href="http://mirror.i2p2.de/i2psource_0.8.2.tar.bz2">i2psource_0.8.2.tar.bz2</a>
<br/>(SHA256
f16f1e8a59f1af91551f2dfdf3cac88eec7298495c924128a913cf2ec50066de
<a href="http://mirror.i2p2.de/i2psource_0.8.1.tar.bz2.sig">sig</a>)<br />此外,你也可以从 <a href="newdevelopers">monotone</a> 中下载源码。<br/>执行 <code>(tar xjvf i2psource_0.8.1.tar.bz2 ; cd i2p_0.8.1 ; ant pkg)</code>
a5f3104e70f84bf81776a2f2940172de6efd06a9ec7a5662e7f01d694b651b98
<a href="http://mirror.i2p2.de/i2psource_0.8.2.tar.bz2.sig">sig</a>)<br />此外,你也可以从 <a href="newdevelopers">monotone</a> 中下载源码。<br/>执行 <code>(tar xjvf i2psource_0.8.2.tar.bz2 ; cd i2p_0.8.2 ; ant pkg)</code>
,然后运行图形安装程序或进行命令行安装。</li>
</ul>
@@ -53,9 +53,9 @@ f16f1e8a59f1af91551f2dfdf3cac88eec7298495c924128a913cf2ec50066de
<h3>旧版升级 (手动方法)</h3>
<ol>
<li>下载 <a href="http://mirror.i2p2.de/i2pupdate_0.8.1.zip">i2pupdate_0.8.1.zip</a> <br/>(SHA256
9905212e945af9e1bb2def02abc62496a92b7d2a9f4ef497a0bb9dbf84c1dffe
<a href="http://mirror.i2p2.de/i2pupdate_0.8.1.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.2.zip">i2pupdate_0.8.2.zip</a> <br/>(SHA256
f2b90fe5926d371bcd4a36c6a317d739c9fcb0d548f24ba0b6173f85d45d809b
<a href="http://mirror.i2p2.de/i2pupdate_0.8.2.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">"Graceful restart"</a>(平滑重启)</li>
<li>去喝杯咖啡11分钟后就完成了。</li>
</ol>

View File

@@ -4,7 +4,7 @@
<table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce">
<div class="version">
<b>Latest version:</b><div class=underline></div>
2010-11-15 - <strong>I2P 0.8.1</strong> - {{ urlify("release-0.8.1", "Announcement", "html")}}
2010-12-22 - <strong>I2P 0.8.2</strong> - {{ urlify("release-0.8.2", "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,6 +12,7 @@
</div>
<div class="news">
<b>Latest News:</b><div class=underline></div>
2010-12-22 - I2P 0.8.2 <a href="release-0.8.2.html">Released</a> <br />
2010-11-15 - I2P 0.8.1
<a href="release-0.8.1.html">Released</a>
<br />
@@ -20,9 +21,6 @@
<br />
2010-06-07 - I2P 0.7.14
<a href="release-0.7.14.html">Released</a>
<br />
2010-04-27 - I2P 0.7.13
<a href="release-0.7.13.html">Released</a>
<br /></div>
<!--
<td>

View File

@@ -5,7 +5,7 @@
<div class="version">
<b>Aktuální verze:</b>
<div class="underline"></div>
2010-11-15 - <strong>I2P 0.8.1</strong> - {{ urlify("release-0.8.1", "Poznámky k vydání", "html")}}
2010-12-22 - <strong>I2P 0.8.2</strong> - {{ urlify("release-0.8.2", "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,6 +14,7 @@
</div>
<div class="news">
<b>Novinky:</b><div class=underline></div>
2010-12-22 - I2P 0.8.2<a href="release-0.8.2.html">Vydání</a><br />
2010-11-15 - I2P 0.8.1
<a href="release-0.8.1.html">Vydání</a>
<br />
@@ -22,9 +23,6 @@
<br />
2010-06-07 - I2P 0.7.14
<a href="release-0.7.14.html">Vydání</a>
<br />
2010-04-27 - I2P 0.7.13
<a href="release-0.7.13.html">Vydání</a>
<br /></div>
<!--
<td>

View File

@@ -5,7 +5,7 @@
<div class="version">
<b>Aktuellste Version:</b>
<div class="underline"></div>
2010-01-15 - <strong>I2P 0.8.1</strong> - {{ urlify("release-0.8.1", "Ank&uuml;ndigung", "html")}}
2010-12-22 - <strong>I2P 0.8.2</strong> - {{ urlify("release-0.8.2", "Ank&uuml;ndigung", "html")}}
- <a href="download_de.html">Download</a>
<div class="underline"></div>
2007-09-28 - <strong>Syndie 1.101a</strong> -
@@ -13,6 +13,7 @@
- <a href="http://syndie.i2p2.de/download.html">Download</a>
</div>
<div class="news"><strong>Letzte Neuigkeiten:</strong><div class="underline"></div>
2010-12-22 - I2P 0.8.2<a href="release-0.8.2.html">veröffentlicht</a><br />
2010-11-15 - I2P 0.8.1
<a href="release-0.8.1.html">veröffentlicht</a>
<br />
@@ -21,9 +22,6 @@
<br />
2010-06-07 - I2P 0.7.14
<a href="release-0.7.14.html">veröffentlicht</a>
<br />
2010-04-27 - I2P 0.7.13
<a href="release-0.7.13.html">veröffentlicht</a>
<br /></div>
<!--
<td>

View File

@@ -4,7 +4,7 @@
<table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce">
<div class="version">
<b>Latest version:</b><div class=underline></div>
2010-11-15 - <strong>I2P 0.8.1</strong> - {{ urlify("release-0.8.1", "Announcement", "html")}}
2010-12-22 - <strong>I2P 0.8.2</strong> - {{ urlify("release-0.8.2", "Announcement", "html")}}
- <a href="download">T&eacute;l&eacute;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,6 +12,7 @@
</div>
<div class="news">
<b>Derni&egrave;re nouvelles :</b><div class=underline></div>
2010-12-22 - I2P 0.8.2<a href="release-0.8.2.html">Released</a><br />
2010-11-15 - I2P 0.8.1
<a href="release-0.8.1.html">Released</a>
<br />
@@ -21,9 +22,6 @@
2010-06-07 - I2P 0.7.14
<a href="release-0.7.14.html">Released</a>
<br />
2010-04-27 - I2P 0.7.13
<a href="release-0.7.13.html">Released</a>
<br />
</div>
<!--
<td>

View File

@@ -4,7 +4,7 @@
<table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce">
<div class="version">
<b>Latest version:</b><div class=underline></div>
2010-11-15 - <strong>I2P 0.8.1</strong> - {{ urlify("release-0.8.1", "Announcement", "html")}}
2010-12-22 - <strong>I2P 0.8.2</strong> - {{ urlify("release-0.8.2", "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,6 +12,7 @@
</div>
<div class="news">
<b>Latest News:</b><div class=underline></div>
2010-12-22 - I2P 0.8.2<a href="release-0.8.2.html">Rilasciata</a><br />
2010-11-15 - I2P 0.8.1
<a href="release-0.8.1.html">Rilasciata</a>
<br />
@@ -21,9 +22,6 @@
2010-06-07 - I2P 0.7.14
<a href="release-0.7.14.html">Rilasciata</a>
<br />
2010-04-27 - I2P 0.7.13
<a href="release-0.7.13.html">Rilasciata</a>
<br />
</div>
<!--
<td>

View File

@@ -4,7 +4,7 @@
<table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce">
<div class="version">
<b>Laatste versie:</b><div class=underline></div>
2010-11-15 - <strong>I2P 0.8.1</strong> - {{ urlify("release-0.8.1", "Aankondiging", "html")}}
2010-12-22 - <strong>I2P 0.8.2</strong> - {{ urlify("release-0.8.2", "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,6 +12,7 @@
</div>
<div class="news">
<b>Laatste Nieuws:</b><div class=underline></div>
2010-12-22 - I2P 0.8.2 <a href="release-0.8.2.html">Release</a> <br />
2010-11-15 - I2P 0.8.1
<a href="release-0.8.1.html">Release</a>
<br />
@@ -20,9 +21,6 @@
<br />
2010-06-07 - I2P 0.7.14
<a href="release-0.7.14.html">Release</a>
<br />
2010-04-27 - I2P 0.7.13
<a href="release-0.7.13.html">Release</a>
<br /></div>
<!--
<td>

View File

@@ -6,7 +6,7 @@
<div class="version">
<b>Последние Версии:</b>
<div class=underline></div>
2010-11-15 - <strong>I2P 0.8.1</strong> - {{ urlify("release-0.8.1", "Announcement", "html")}} - <a href="download_ru">Скачать</a><br />
2010-12-22 - <strong>I2P 0.8.2</strong> - {{ urlify("release-0.8.2", "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>
2010-12-22 - I2P 0.8.2 <a href="release-0.8.2.html">Released</a> <br />
2010-11-15 - I2P 0.8.1 <a href="release-0.8.1.html">Released</a> <br />
2010-07-12 - I2P 0.8 <a href="release-0.8.html">Released</a> <br />
2010-06-07 - I2P 0.7.14 <a href="release-0.7.14.html">Released</a> <br />
2010-04-27 - I2P 0.7.13 <a href="release-0.7.13.html">Released</a> <br />
</div>
</table>

View File

@@ -5,7 +5,7 @@
<div class="version">
<b>最新版本:</b>
<div class=underline></div>
2010-11-15 - <strong>I2P 0.8.1</strong> - {{ urlify("release-0.8.1", "Announcement", "html")}}
2010-12-22 - <strong>I2P 0.8.2</strong> - {{ urlify("release-0.8.2", "Announcement", "html")}}
- <a href="download_zh.html">下载</a>
<div class="underline"></div>
2007-09-28 - <strong>Syndie 1.101a</strong> -
@@ -14,6 +14,7 @@
</div>
<div class="news">
<b>最新动态:</b><div class=underline></div>
2010-12-22 - I2P 0.8.2<a href="release-0.8.2.html">新版发布</a><br />
2010-11-15 - I2P 0.8.1
<a href="release-0.8.1.html">新版发布</a>
<br />
@@ -23,9 +24,6 @@
2010-06-07 - I2P 0.7.14
<a href="release-0.7.14.html">新版发布</a>
<br />
2010-04-27 - I2P 0.7.13
<a href="release-0.7.13.html">新版发布</a>
<br />
</div>
<!--
<td>