This commit is contained in:
zzz
2010-04-27 18:08:42 +00:00
parent 9d2ab8b1bf
commit 5781d6b3a6
9 changed files with 65 additions and 65 deletions

View File

@ -11,25 +11,25 @@ or type <tt>java -version</tt> at your command prompt.
<h3>Clean installs</h3> <h3>Clean installs</h3>
<ul class="downloadlist"> <ul class="downloadlist">
<li>Graphical installer:<br /> <li>Graphical installer:<br />
<a href="http://mirror.i2p2.de/i2pinstall_0.7.12.exe">i2pinstall_0.7.12.exe</a> <a href="http://mirror.i2p2.de/i2pinstall_0.7.13.exe">i2pinstall_0.7.13.exe</a>
(SHA256 (SHA256
a9033145b38cba2b35b37180a46101a67507943fc62ee4731bb60bccc80ef170 c87161c16b8d86a02a95e763c5ad3455bd2ed6a03887040ff1c0853c224dcf01
<a href="http://mirror.i2p2.de/i2pinstall_0.7.12.exe.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2pinstall_0.7.13.exe.sig">sig</a>)<br />
Download that file and run it. If you're not on windows, you can Download that file and run it. If you're not on windows, you can
type <code>java -jar i2pinstall_0.7.12.exe</code> (yes, really)</li> type <code>java -jar i2pinstall_0.7.13.exe</code> (yes, really)</li>
<li>Command line (headless) install:<br /> <li>Command line (headless) install:<br />
Download the graphical installer file above and Download the graphical installer file above and
run <code>java -jar i2pinstall_0.7.12.exe -console</code> from the command line. run <code>java -jar i2pinstall_0.7.13.exe -console</code> from the command line.
This will work on windows. linux, and mac (yes really). This will work on windows. linux, and mac (yes really).
</li> </li>
<li>Source install:<br /> <li>Source install:<br />
<a href="http://mirror.i2p2.de/i2psource_0.7.12.tar.bz2">i2psource_0.7.12.tar.bz2</a> <a href="http://mirror.i2p2.de/i2psource_0.7.13.tar.bz2">i2psource_0.7.13.tar.bz2</a>
(SHA256 (SHA256
2bdfe7eaa0b7f2a48022a5834d9fd19b663bdc5fe216fb7ce43f57281efed968 b0b4f2dd1efc562fb36326df4b2da140413ad907fc1ac5f636f521e21208fd28
<a href="http://mirror.i2p2.de/i2psource_0.7.12.tar.bz2.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2psource_0.7.13.tar.bz2.sig">sig</a>)<br />
Alternately, you can fetch the source from <a href="newdevelopers">monotone</a>. Alternately, you can fetch the source from <a href="newdevelopers">monotone</a>.
<br/> <br/>
Run <code>(tar xjvf i2psource_0.7.12.tar.bz2 ; cd i2p-0.7.12 ; ant pkg)</code> then either Run <code>(tar xjvf i2psource_0.7.13.tar.bz2 ; cd i2p-0.7.13 ; ant pkg)</code> then either
run the GUI installer or headless install as above</li> run the GUI installer or headless install as above</li>
</ul> </ul>
@ -98,10 +98,10 @@ receive the release.
<h3>Updates from earlier releases (manual method):</h3> <h3>Updates from earlier releases (manual method):</h3>
<ol> <ol>
<li>Download <a href="http://mirror.i2p2.de/i2pupdate_0.7.12.zip">i2pupdate_0.7.12.zip</a> <li>Download <a href="http://mirror.i2p2.de/i2pupdate_0.7.13.zip">i2pupdate_0.7.13.zip</a>
(SHA256 (SHA256
4f367147f095527e7d94b621a6249f3c557855cb43a45718ff4cf89af803e639 520f8d241d78c805bd5fdfbe5d767d1ff7cd188024f4e8740f6a068b4c4c5c72
<a href="http://mirror.i2p2.de/i2pupdate_0.7.12.zip.sig">sig</a>) to your I2P <a href="http://mirror.i2p2.de/i2pupdate_0.7.13.zip.sig">sig</a>) to your I2P
installation directory and <b>rename as i2pupdate.zip</b>. installation directory and <b>rename as i2pupdate.zip</b>.
(alternately, you can get the source as above and run "ant updater", then copy the (alternately, you can get the source as above and run "ant updater", then copy the
resulting i2pupdate.zip to your I2P installation directory). You do resulting i2pupdate.zip to your I2P installation directory). You do

View File

@ -11,25 +11,25 @@ or type <tt>java -version</tt> at your command prompt.
<h3>Frische Installation</h3> <h3>Frische Installation</h3>
<ul class="downloadlist"> <ul class="downloadlist">
<li>Graphischer Installer:<br /> <li>Graphischer Installer:<br />
<a href="http://mirror.i2p2.de/i2pinstall_0.7.12.exe">i2pinstall_0.7.12.exe</a> <a href="http://mirror.i2p2.de/i2pinstall_0.7.13.exe">i2pinstall_0.7.13.exe</a>
(SHA256 (SHA256
a9033145b38cba2b35b37180a46101a67507943fc62ee4731bb60bccc80ef170 c87161c16b8d86a02a95e763c5ad3455bd2ed6a03887040ff1c0853c224dcf01
<a href="http://mirror.i2p2.de/i2pinstall_0.7.12.exe.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2pinstall_0.7.13.exe.sig">sig</a>)<br />
Downloade die Datei und f&uuml;hre sie aus. Wenn du nicht Windows nutzt, kannst Du Downloade die Datei und f&uuml;hre sie aus. Wenn du nicht Windows nutzt, kannst Du
<code>java -jar i2pinstall_0.7.12.exe</code> eingeben (ja, wirklich)</li> <code>java -jar i2pinstall_0.7.13.exe</code> eingeben (ja, wirklich)</li>
<li>Command line (headless) Installation:<br /> <li>Command line (headless) Installation:<br />
Downloade die normale Installationsdatei von oben und rufe Downloade die normale Installationsdatei von oben und rufe
<code>java -jar i2pinstall_0.7.12.exe -console</code> auf der Kommandozeile auf. <code>java -jar i2pinstall_0.7.13.exe -console</code> auf der Kommandozeile auf.
Dieses funktioniert auf Windows, Linux und Mac OS X (ja, wirklich). Dieses funktioniert auf Windows, Linux und Mac OS X (ja, wirklich).
</li> </li>
<li>Quelltext Installation:<br /> <li>Quelltext Installation:<br />
<a href="http://mirror.i2p2.de/i2psource_0.7.12.tar.bz2">i2psource_0.7.12.tar.bz2</a> <a href="http://mirror.i2p2.de/i2psource_0.7.13.tar.bz2">i2psource_0.7.13.tar.bz2</a>
(SHA256 (SHA256
2bdfe7eaa0b7f2a48022a5834d9fd19b663bdc5fe216fb7ce43f57281efed968 b0b4f2dd1efc562fb36326df4b2da140413ad907fc1ac5f636f521e21208fd28
<a href="http://mirror.i2p2.de/i2psource_0.7.12.tar.bz2.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2psource_0.7.13.tar.bz2.sig">sig</a>)<br />
Alternativ kannst Du den Quelltext aus <a href="newdevelopers_de">Monotone</a> kopieren. Alternativ kannst Du den Quelltext aus <a href="newdevelopers_de">Monotone</a> kopieren.
<br/> <br/>
F&uuml;hre aus: <code>(tar xjvf i2psource_0.7.12.tar.bz2 ; cd i2p_0.7.12 ; ant pkg)</code> und dann F&uuml;hre aus: <code>(tar xjvf i2psource_0.7.13.tar.bz2 ; cd i2p_0.7.13 ; ant pkg)</code> und dann
starte den GUI installer oder die headless Installation wie oben</li> starte den GUI installer oder die headless Installation wie oben</li>
</ul> </ul>
@ -97,10 +97,10 @@ werden kann.
<h3>Aktualisieren von &auml;lteren Versionen (Manuelle Methode):</h3> <h3>Aktualisieren von &auml;lteren Versionen (Manuelle Methode):</h3>
<ol> <ol>
<li>Downloade <a href="http://mirror.i2p2.de/i2pupdate_0.7.12.zip">i2pupdate_0.7.12.zip</a> <li>Downloade <a href="http://mirror.i2p2.de/i2pupdate_0.7.13.zip">i2pupdate_0.7.13.zip</a>
(SHA256 (SHA256
4f367147f095527e7d94b621a6249f3c557855cb43a45718ff4cf89af803e639 520f8d241d78c805bd5fdfbe5d767d1ff7cd188024f4e8740f6a068b4c4c5c72
<a href="http://mirror.i2p2.de/i2pupdate_0.7.12.zip.sig">sig</a>) in dein I2P <a href="http://mirror.i2p2.de/i2pupdate_0.7.13.zip.sig">sig</a>) in dein I2P
Installationsverzeichnis und <b>bennene es i2pupdate.zip</b>. Installationsverzeichnis und <b>bennene es i2pupdate.zip</b>.
(alternativ kannst den Quelltest besorgen und "ant updater" laufen lassen, kopiere dann (alternativ kannst den Quelltest besorgen und "ant updater" laufen lassen, kopiere dann
das erstellte i2pupdate.zip in dein I2P Installationsverzeichnis). Du brauchst das erstellte i2pupdate.zip in dein I2P Installationsverzeichnis). Du brauchst

View File

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

View File

@ -11,19 +11,19 @@
<h3>全新安装</h3> <h3>全新安装</h3>
<ul class="downloadlist"> <ul class="downloadlist">
<li>图形安装程序:<br /> <li>图形安装程序:<br />
<a href="http://mirror.i2p2.de/i2pinstall_0.7.12.exe">i2pinstall_0.7.12.exe</a> <a href="http://mirror.i2p2.de/i2pinstall_0.7.13.exe">i2pinstall_0.7.13.exe</a>
<br/>(SHA256 <br/>(SHA256
a9033145b38cba2b35b37180a46101a67507943fc62ee4731bb60bccc80ef170 c87161c16b8d86a02a95e763c5ad3455bd2ed6a03887040ff1c0853c224dcf01
<a href="http://mirror.i2p2.de/i2pinstall_0.7.12.exe.sig">sig</a>) <a href="http://mirror.i2p2.de/i2pinstall_0.7.13.exe.sig">sig</a>)
<br />下载以上文件并运行如果你不是 windows 用户,可以输入 <code>java -jar i2pinstall_0.7.12.exe</code> (没错,就这么写)</li> <br />下载以上文件并运行如果你不是 windows 用户,可以输入 <code>java -jar i2pinstall_0.7.13.exe</code> (没错,就这么写)</li>
<li>命令行安装(即无头安装):<br /> <li>命令行安装(即无头安装):<br />
下载上面的图形安装程序并在命令行状态下运行 <code>java -jar i2pinstall_0.7.12.exe -console</code> 下载上面的图形安装程序并在命令行状态下运行 <code>java -jar i2pinstall_0.7.13.exe -console</code>
以上方法适用于 windowslinux, 和 mac (没错,确实可行).</li> 以上方法适用于 windowslinux, 和 mac (没错,确实可行).</li>
<li>用源码安装:<br /> <li>用源码安装:<br />
<a href="http://mirror.i2p2.de/i2psource_0.7.12.tar.bz2">i2psource_0.7.12.tar.bz2</a> <a href="http://mirror.i2p2.de/i2psource_0.7.13.tar.bz2">i2psource_0.7.13.tar.bz2</a>
<br/>(SHA256 <br/>(SHA256
2bdfe7eaa0b7f2a48022a5834d9fd19b663bdc5fe216fb7ce43f57281efed968 b0b4f2dd1efc562fb36326df4b2da140413ad907fc1ac5f636f521e21208fd28
<a href="http://mirror.i2p2.de/i2psource_0.7.12.tar.bz2.sig">sig</a>)<br />此外,你也可以从 <a href="newdevelopers">monotone</a> 中下载源码。<br/>执行 <code>(tar xjvf i2psource_0.7.12.tar.bz2 ; cd i2p_0.7.12 ; ant pkg)</code> <a href="http://mirror.i2p2.de/i2psource_0.7.13.tar.bz2.sig">sig</a>)<br />此外,你也可以从 <a href="newdevelopers">monotone</a> 中下载源码。<br/>执行 <code>(tar xjvf i2psource_0.7.13.tar.bz2 ; cd i2p_0.7.13 ; ant pkg)</code>
,然后运行图形安装程序或进行命令行安装。</li> ,然后运行图形安装程序或进行命令行安装。</li>
</ul> </ul>
@ -53,9 +53,9 @@ a9033145b38cba2b35b37180a46101a67507943fc62ee4731bb60bccc80ef170
<h3>旧版升级 (手动方法)</h3> <h3>旧版升级 (手动方法)</h3>
<ol> <ol>
<li>下载 <a href="http://mirror.i2p2.de/i2pupdate_0.7.12.zip">i2pupdate_0.7.12.zip</a> <br/>(SHA256 <li>下载 <a href="http://mirror.i2p2.de/i2pupdate_0.7.13.zip">i2pupdate_0.7.13.zip</a> <br/>(SHA256
4f367147f095527e7d94b621a6249f3c557855cb43a45718ff4cf89af803e639 520f8d241d78c805bd5fdfbe5d767d1ff7cd188024f4e8740f6a068b4c4c5c72
<a href="http://mirror.i2p2.de/i2pupdate_0.7.12.zip.sig">sig</a>) 放入 I2P 安装文件夹并 <b>改名为 i2pupdate.zip</b>. (此外,您还可以在得到前述的源码包后运行 "ant updater",将生成的 i2pupdate.zip 复制到您的 I2P 安装目录中)。<b>不要</b>将此文件解压缩。</li> <a href="http://mirror.i2p2.de/i2pupdate_0.7.13.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>点击 <a href="http://localhost:7657/configservice.jsp">"Graceful restart"</a>(平滑重启)</li>
<li>去喝杯咖啡11分钟后就完成了。</li> <li>去喝杯咖啡11分钟后就完成了。</li>
</ol> </ol>

View File

@ -4,7 +4,7 @@
<table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce"> <table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce">
<div class="version"> <div class="version">
<b>Latest version:</b><div class=underline></div> <b>Latest version:</b><div class=underline></div>
2010-03-15 - <strong>I2P 0.7.12</strong> - {{ urlify("release-0.7.12", "Announcement", "html")}} 2010-04-27 - <strong>I2P 0.7.13</strong> - {{ urlify("release-0.7.13", "Announcement", "html")}}
- <a href="download">Download</a><br /><div class="underline"></div> - <a href="download">Download</a><br /><div class="underline"></div>
2007-09-28 - <strong>Syndie 1.101a</strong> - 2007-09-28 - <strong>Syndie 1.101a</strong> -
<!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> --> <!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> -->
@ -12,6 +12,9 @@
</div> </div>
<div class="news"> <div class="news">
<b>Latest News:</b><div class=underline></div> <b>Latest News:</b><div class=underline></div>
2010-04-27 - I2P 0.7.13
<a href="release-0.7.13.html">Released</a>
<br />
2010-03-15 - I2P 0.7.12 2010-03-15 - I2P 0.7.12
<a href="release-0.7.12.html">Released</a> <a href="release-0.7.12.html">Released</a>
<br /> <br />
@ -20,9 +23,6 @@
<br /> <br />
2010-01-22 - I2P 0.7.10 2010-01-22 - I2P 0.7.10
<a href="release-0.7.10.html">Released</a> <a href="release-0.7.10.html">Released</a>
<br />
2010-01-12 - I2P 0.7.9
<a href="release-0.7.9.html">Released</a>
<br /></div> <br /></div>
<!-- <!--
<td> <td>

View File

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

View File

@ -4,7 +4,7 @@
<table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce"> <table cellspacing="10" class="announce"><tr class="announce"><td valign="top" class="announce">
<div class="version"> <div class="version">
<b>Latest version:</b><div class=underline></div> <b>Latest version:</b><div class=underline></div>
2010-03-15 - <strong>I2P 0.7.12</strong> - {{ urlify("release-0.7.12", "Announcement", "html")}} 2010-04-27 - <strong>I2P 0.7.13</strong> - {{ urlify("release-0.7.13", "Announcement", "html")}}
- <a href="download">T&eacute;l&eacute;chargements</a><br /><div class="underline"></div> - <a href="download">T&eacute;l&eacute;chargements</a><br /><div class="underline"></div>
2007-09-28 - <strong>Syndie 1.101a</strong> - 2007-09-28 - <strong>Syndie 1.101a</strong> -
<!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> --> <!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> -->
@ -12,6 +12,9 @@
</div> </div>
<div class="news"> <div class="news">
<b>Derni&egrave;re nouvelles :</b><div class=underline></div> <b>Derni&egrave;re nouvelles :</b><div class=underline></div>
2010-04-27 - I2P 0.7.13
<a href="release-0.7.13.html">Released</a>
<br />
2010-03-15 - I2P 0.7.12 2010-03-15 - I2P 0.7.12
<a href="release-0.7.12.html">Released</a> <a href="release-0.7.12.html">Released</a>
<br /> <br />
@ -20,9 +23,6 @@
<br /> <br />
2010-01-22 - I2P 0.7.10 2010-01-22 - I2P 0.7.10
<a href="release-0.7.10.html">Released</a> <a href="release-0.7.10.html">Released</a>
<br />
2010-01-12 - I2P 0.7.9
<a href="release-0.7.9.html">Released</a>
<br /></div> <br /></div>
<!-- <!--
<td> <td>

View File

@ -6,7 +6,7 @@
<div class="version"> <div class="version">
<b>Последние Версии:</b> <b>Последние Версии:</b>
<div class=underline></div> <div class=underline></div>
2010-03-15 - <strong>I2P 0.7.12</strong> - {{ urlify("release-0.7.12", "Announcement", "html")}} - <a href="download_ru">Скачать</a><br /> 2010-04-27 - <strong>I2P 0.7.13</strong> - {{ urlify("release-0.7.13", "Announcement", "html")}} - <a href="download_ru">Скачать</a><br />
<div class="underline"></div> <div class="underline"></div>
2007-09-28 - <strong>Syndie 1.101a</strong> - <!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> --> - <a href="http://syndie.i2p2.de/download.html">Скачать</a> 2007-09-28 - <strong>Syndie 1.101a</strong> - <!-- <a href="http://dev.i2p.net/pipermail/i2p/2007-September/001355.html">Announcement</a> --> - <a href="http://syndie.i2p2.de/download.html">Скачать</a>
</div> </div>
@ -14,10 +14,10 @@
<div class="news"> <div class="news">
<b>Последние Новости:</b> <b>Последние Новости:</b>
<div class=underline></div> <div class=underline></div>
2010-04-27 - I2P 0.7.13 <a href="release-0.7.13.html">Released</a> <br />
2010-03-15 - I2P 0.7.12 <a href="release-0.7.12.html">Released</a> <br /> 2010-03-15 - I2P 0.7.12 <a href="release-0.7.12.html">Released</a> <br />
2010-02-15 - I2P 0.7.11 <a href="release-0.7.11.html">Released</a> <br /> 2010-02-15 - I2P 0.7.11 <a href="release-0.7.11.html">Released</a> <br />
2010-01-22 - I2P 0.7.10 <a href="release-0.7.10.html">Released</a> <br /> 2010-01-22 - I2P 0.7.10 <a href="release-0.7.10.html">Released</a> <br />
2010-01-12 - I2P 0.7.9 <a href="release-0.7.9.html">Released</a> <br />
</div> </div>
</table> </table>

View File

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