new version 0.7.9 on download pages

This commit is contained in:
echelon
2010-01-13 08:45:59 +00:00
parent 4b5315d2fe
commit 47ba4878da
4 changed files with 47 additions and 47 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.8.exe">i2pinstall_0.7.8.exe</a> <a href="http://mirror.i2p2.de/i2pinstall_0.7.9.exe">i2pinstall_0.7.9.exe</a>
(SHA256 (SHA256
e0a3efbcba2e58aed97e7246fe3a604809ebf90ecdc3b274e000401fd743adc0 61272e9f9774d157fe3dd64b779a69610f3966a3d996cb454966be42ef8bffe5
<a href="http://mirror.i2p2.de/i2pinstall_0.7.8.exe.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2pinstall_0.7.9.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.8.exe</code> (yes, really)</li> type <code>java -jar i2pinstall_0.7.9.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.8.exe -console</code> from the command line. run <code>java -jar i2pinstall_0.7.9.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.8.tar.bz2">i2psource_0.7.8.tar.bz2</a> <a href="http://mirror.i2p2.de/i2psource_0.7.9.tar.bz2">i2psource_0.7.9.tar.bz2</a>
(SHA256 (SHA256
12df213cc9602f646d81f66103aed9e5d7123373d90302611fc29711c2e81cec 7512d4173bb27cd00e1c61e6cf7b189ff358fd15a5394c1ae79045cf40b0aeda
<a href="http://mirror.i2p2.de/i2psource_0.7.8.tar.bz2.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2psource_0.7.9.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.8.tar.bz2 ; cd i2p_0.7.8 ; ant pkg)</code> then either Run <code>(tar xjvf i2psource_0.7.9.tar.bz2 ; cd i2p_0.7.9 ; 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.8.zip">i2pupdate_0.7.8.zip</a> <li>Download <a href="http://mirror.i2p2.de/i2pupdate_0.7.9.zip">i2pupdate_0.7.9.zip</a>
(SHA256 (SHA256
13f5659f59f3f6bd3a8fcd803c39074583ef169454d28e10665285af1adfb445 cd2e113ee205c7d33b18920ca1e853d18fecd0f79e30c74a9c20c79cbb553889
<a href="http://mirror.i2p2.de/i2pupdate_0.7.8.zip.sig">sig</a>) to your I2P <a href="http://mirror.i2p2.de/i2pupdate_0.7.9.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.8.exe">i2pinstall_0.7.8.exe</a> <a href="http://mirror.i2p2.de/i2pinstall_0.7.9.exe">i2pinstall_0.7.9.exe</a>
(SHA256 (SHA256
e0a3efbcba2e58aed97e7246fe3a604809ebf90ecdc3b274e000401fd743adc0 61272e9f9774d157fe3dd64b779a69610f3966a3d996cb454966be42ef8bffe5
<a href="http://mirror.i2p2.de/i2pinstall_0.7.8.exe.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2pinstall_0.7.9.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.8.exe</code> eingeben (ja, wirklich)</li> <code>java -jar i2pinstall_0.7.9.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.8.exe -console</code> auf der Kommandozeile auf. <code>java -jar i2pinstall_0.7.9.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.8.tar.bz2">i2psource_0.7.8.tar.bz2</a> <a href="http://mirror.i2p2.de/i2psource_0.7.9.tar.bz2">i2psource_0.7.9.tar.bz2</a>
(SHA256 (SHA256
12df213cc9602f646d81f66103aed9e5d7123373d90302611fc29711c2e81cec 7512d4173bb27cd00e1c61e6cf7b189ff358fd15a5394c1ae79045cf40b0aeda
<a href="http://mirror.i2p2.de/i2psource_0.7.8.tar.bz2.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2psource_0.7.9.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.8.tar.bz2 ; cd i2p_0.7.8 ; ant pkg)</code> und dann F&uuml;hre aus: <code>(tar xjvf i2psource_0.7.9.tar.bz2 ; cd i2p_0.7.9 ; 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.8.zip">i2pupdate_0.7.8.zip</a> <li>Downloade <a href="http://mirror.i2p2.de/i2pupdate_0.7.9.zip">i2pupdate_0.7.9.zip</a>
(SHA256 (SHA256
13f5659f59f3f6bd3a8fcd803c39074583ef169454d28e10665285af1adfb445 cd2e113ee205c7d33b18920ca1e853d18fecd0f79e30c74a9c20c79cbb553889
<a href="http://mirror.i2p2.de/i2pupdate_0.7.8.zip.sig">sig</a>) in dein I2P <a href="http://mirror.i2p2.de/i2pupdate_0.7.9.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

@ -11,23 +11,23 @@
<h3>Способы установки</h3> <h3>Способы установки</h3>
<ul class="downloadlist"> <ul class="downloadlist">
<li>Графическая установка:<br /> <li>Графическая установка:<br />
<a href="http://mirror.i2p2.de/i2pinstall_0.7.8.exe">i2pinstall_0.7.8.exe</a> <a href="http://mirror.i2p2.de/i2pinstall_0.7.9.exe">i2pinstall_0.7.9.exe</a>
(SHA256 e0a3efbcba2e58aed97e7246fe3a604809ebf90ecdc3b274e000401fd743adc0 (SHA256 61272e9f9774d157fe3dd64b779a69610f3966a3d996cb454966be42ef8bffe5
<a href="http://mirror.i2p2.de/i2pinstall_0.7.8.exe.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2pinstall_0.7.9.exe.sig">sig</a>)<br />
Скачайте этот файл и запустите его. Если вы не в Windows, вы можете ввести<br /> Скачайте этот файл и запустите его. Если вы не в Windows, вы можете ввести<br />
<code>java -jar i2pinstall_0.7.8.exe</code> </li> <code>java -jar i2pinstall_0.7.9.exe</code> </li>
<li>Установка из командной строки:<br /> <li>Установка из командной строки:<br />
Загрузите файл графического установщика, указанного выше и введите<br /> Загрузите файл графического установщика, указанного выше и введите<br />
<code>java -jar i2pinstall_0.7.8.exe -console</code> из командной строки. <code>java -jar i2pinstall_0.7.9.exe -console</code> из командной строки.
Это будет работать на windows, linux, и mac. Это будет работать на windows, linux, и mac.
</li> </li>
<li>Установка из исходников:<br /> <li>Установка из исходников:<br />
<a href="http://mirror.i2p2.de/i2psource_0.7.8.tar.bz2">i2psource_0.7.8.tar.bz2</a> <a href="http://mirror.i2p2.de/i2psource_0.7.9.tar.bz2">i2psource_0.7.9.tar.bz2</a>
(SHA256 12df213cc9602f646d81f66103aed9e5d7123373d90302611fc29711c2e81cec (SHA256 7512d4173bb27cd00e1c61e6cf7b189ff358fd15a5394c1ae79045cf40b0aeda
<a href="http://mirror.i2p2.de/i2psource_0.7.8.tar.bz2.sig">sig</a>)<br /> <a href="http://mirror.i2p2.de/i2psource_0.7.9.tar.bz2.sig">sig</a>)<br />
Кроме того, вы можете взять исходный код из <a href="newdevelopers">monotone</a>. Кроме того, вы можете взять исходный код из <a href="newdevelopers">monotone</a>.
<br/> <br/>
Выполните <code>(tar xjvf i2psource_0.7.8.tar.bz2 ; cd i2p_0.7.8 ; ant pkg)</code> затем Выполните <code>(tar xjvf i2psource_0.7.9.tar.bz2 ; cd i2p_0.7.9 ; ant pkg)</code> затем
запустите программу графического(GUI) установщика или консольного установщика как указано выше</li> запустите программу графического(GUI) установщика или консольного установщика как указано выше</li>
</ul> </ul>
@ -93,9 +93,9 @@
<h3>Обновление устаревших версий (ручной метод):</h3> <h3>Обновление устаревших версий (ручной метод):</h3>
<ol> <ol>
<li>Скачайте <a href="http://mirror.i2p2.de/i2pupdate_0.7.8.zip">i2pupdate_0.7.8.zip</a> <li>Скачайте <a href="http://mirror.i2p2.de/i2pupdate_0.7.9.zip">i2pupdate_0.7.9.zip</a>
(SHA256 13f5659f59f3f6bd3a8fcd803c39074583ef169454d28e10665285af1adfb445 (SHA256 cd2e113ee205c7d33b18920ca1e853d18fecd0f79e30c74a9c20c79cbb553889
<a href="http://mirror.i2p2.de/i2pupdate_0.7.8.zip.sig">sig</a>) в директорию, куда у вас установлен <a href="http://mirror.i2p2.de/i2pupdate_0.7.9.zip.sig">sig</a>) в директорию, куда у вас установлен
I2P и <b>переименуйте i2pupdate.zip</b>. I2P и <b>переименуйте i2pupdate.zip</b>.
(также вы можете получить исходники, как указано выше и выполнить "ant updater", затем скопировать (также вы можете получить исходники, как указано выше и выполнить "ant updater", затем скопировать
полученный файл i2pupdate.zip в директорию установленного I2P). Вам не нужно распаковывать этот файл.</li> полученный файл i2pupdate.zip в директорию установленного I2P). Вам не нужно распаковывать этот файл.</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.8.exe">i2pinstall_0.7.8.exe</a> <a href="http://mirror.i2p2.de/i2pinstall_0.7.9.exe">i2pinstall_0.7.9.exe</a>
<br/>(SHA256 <br/>(SHA256
e0a3efbcba2e58aed97e7246fe3a604809ebf90ecdc3b274e000401fd743adc0 61272e9f9774d157fe3dd64b779a69610f3966a3d996cb454966be42ef8bffe5
<a href="http://mirror.i2p2.de/i2pinstall_0.7.8.exe.sig">sig</a>) <a href="http://mirror.i2p2.de/i2pinstall_0.7.9.exe.sig">sig</a>)
<br />下载以上文件并运行如果你不是 windows 用户,可以输入 <code>java -jar i2pinstall_0.7.8.exe</code> (没错,就这么写)</li> <br />下载以上文件并运行如果你不是 windows 用户,可以输入 <code>java -jar i2pinstall_0.7.9.exe</code> (没错,就这么写)</li>
<li>命令行安装(即无头安装):<br /> <li>命令行安装(即无头安装):<br />
下载上面的图形安装程序并在命令行状态下运行 <code>java -jar i2pinstall_0.7.8.exe -console</code> 下载上面的图形安装程序并在命令行状态下运行 <code>java -jar i2pinstall_0.7.9.exe -console</code>
以上方法适用于 windowslinux, 和 mac (没错,确实可行).</li> 以上方法适用于 windowslinux, 和 mac (没错,确实可行).</li>
<li>用源码安装:<br /> <li>用源码安装:<br />
<a href="http://mirror.i2p2.de/i2psource_0.7.8.tar.bz2">i2psource_0.7.8.tar.bz2</a> <a href="http://mirror.i2p2.de/i2psource_0.7.9.tar.bz2">i2psource_0.7.9.tar.bz2</a>
<br/>(SHA256 <br/>(SHA256
12df213cc9602f646d81f66103aed9e5d7123373d90302611fc29711c2e81cec 7512d4173bb27cd00e1c61e6cf7b189ff358fd15a5394c1ae79045cf40b0aeda
<a href="http://mirror.i2p2.de/i2psource_0.7.8.tar.bz2.sig">sig</a>)<br />此外,你也可以从 <a href="newdevelopers">monotone</a> 中下载源码。<br/>执行 <code>(tar xjvf i2psource_0.7.8.tar.bz2 ; cd i2p_0.7.8 ; ant pkg)</code> <a href="http://mirror.i2p2.de/i2psource_0.7.9.tar.bz2.sig">sig</a>)<br />此外,你也可以从 <a href="newdevelopers">monotone</a> 中下载源码。<br/>执行 <code>(tar xjvf i2psource_0.7.9.tar.bz2 ; cd i2p_0.7.9 ; ant pkg)</code>
,然后运行图形安装程序或进行命令行安装。</li> ,然后运行图形安装程序或进行命令行安装。</li>
</ul> </ul>
@ -53,9 +53,9 @@ e0a3efbcba2e58aed97e7246fe3a604809ebf90ecdc3b274e000401fd743adc0
<h3>旧版升级 (手动方法)</h3> <h3>旧版升级 (手动方法)</h3>
<ol> <ol>
<li>下载 <a href="http://mirror.i2p2.de/i2pupdate_0.7.8.zip">i2pupdate_0.7.8.zip</a> <br/>(SHA256 <li>下载 <a href="http://mirror.i2p2.de/i2pupdate_0.7.9.zip">i2pupdate_0.7.9.zip</a> <br/>(SHA256
13f5659f59f3f6bd3a8fcd803c39074583ef169454d28e10665285af1adfb445 cd2e113ee205c7d33b18920ca1e853d18fecd0f79e30c74a9c20c79cbb553889
<a href="http://mirror.i2p2.de/i2pupdate_0.7.8.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.9.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>