Updated download urls to use internal mirroring

This commit is contained in:
str4d
2012-12-05 01:28:06 +00:00
parent bedc34b009
commit 062d25849e
2 changed files with 11 additions and 11 deletions

View File

@@ -14,18 +14,18 @@ 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><b>Windows Graphical installer:</b><br /> <li><b>Windows Graphical installer:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.3_windows.exe">i2pinstall_0.9.3_windows.exe</a> <a href="{{ url_for('downloads_select', file='i2pinstall_0.9.3_windows.exe') }}">i2pinstall_0.9.3_windows.exe</a>
(SHA256 (SHA256
762964ab582801be1c9d45843c682f791c284d4fa7b1e1ee733ea4ef033d4907 762964ab582801be1c9d45843c682f791c284d4fa7b1e1ee733ea4ef033d4907
<a href="http://mirror.i2p2.de/i2pinstall_0.9.3_windows.exe.sig">sig</a>)<br /> <a href="{{ url_for('downloads_select', file='i2pinstall_0.9.3_windows.exe.sig') }}">sig</a>)<br />
Download that file and run it. Download that file and run it.
</li> </li>
<li><b>Linux / OS X / BSD / Solaris Graphical installer:</b><br /> <li><b>Linux / OS X / BSD / Solaris Graphical installer:</b><br />
<a href="http://mirror.i2p2.de/i2pinstall_0.9.3.jar">i2pinstall_0.9.3.jar</a> <a href="{{ url_for('downloads_select', file='i2pinstall_0.9.3.jar') }}">i2pinstall_0.9.3.jar</a>
(SHA256 (SHA256
4ebea74b30064c9853c40cf24764d283dc6fff47ed2449b247f3c9991cccb494 4ebea74b30064c9853c40cf24764d283dc6fff47ed2449b247f3c9991cccb494
<a href="http://mirror.i2p2.de/i2pinstall_0.9.3.jar.sig">sig</a>)<br /> <a href="{{ url_for('downloads_select', file='i2pinstall_0.9.3.jar.sig') }}">sig</a>)<br />
Download that file and double-click it (if that works) or Download that file and double-click it (if that works) or
type <code>java -jar i2pinstall_0.9.3.jar</code> in a terminal to run the type <code>java -jar i2pinstall_0.9.3.jar</code> in a terminal to run the
installer. installer.
@@ -40,10 +40,10 @@ or type <tt>java -version</tt> at your command prompt.
<li><a href="{{ url_for('downloads_select', lang=g.lang, file='debian') }}">Packages for Debian &amp; Ubuntu</a></li> <li><a href="{{ url_for('downloads_select', lang=g.lang, file='debian') }}">Packages for Debian &amp; Ubuntu</a></li>
<li><b>Source install:</b><br /> <li><b>Source install:</b><br />
<a href="http://mirror.i2p2.de/i2psource_0.9.3.tar.bz2">i2psource_0.9.3.tar.bz2</a> <a href="{{ url_for('downloads_select', file='i2psource_0.9.3.tar.bz2') }}">i2psource_0.9.3.tar.bz2</a>
(SHA256 (SHA256
39a7d6859bf4bd9ac56fd83a5e32d47d1b24ba06f912a027804492ca941936dd 39a7d6859bf4bd9ac56fd83a5e32d47d1b24ba06f912a027804492ca941936dd
<a href="http://mirror.i2p2.de/i2psource_0.9.3.tar.bz2.sig">sig</a>)<br /> <a href="{{ url_for('downloads_select', file='i2psource_0.9.3.tar.bz2.sig') }}">sig</a>)<br />
Alternately, you can fetch the source from <a href="newdevelopers#getting-the-i2p-code">monotone</a>. Alternately, you can fetch the source from <a href="newdevelopers#getting-the-i2p-code">monotone</a>.
<br /> <br />
Run <code>(tar xjvf i2psource_0.9.3.tar.bz2 ; cd i2p-0.9.3 ; ant pkg)</code> then either Run <code>(tar xjvf i2psource_0.9.3.tar.bz2 ; cd i2p-0.9.3 ; ant pkg)</code> then either
@@ -119,10 +119,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.9.3.zip">i2pupdate_0.9.3.zip</a> <li>Download <a href="{{ url_for('downloads_select', file='i2pupdate_0.9.3.zip') }}">i2pupdate_0.9.3.zip</a>
(SHA256 (SHA256
2381e4a845c6cc0c0d9f27f99571984bcbf448ef041bc1f7a2ba8715228d6377 2381e4a845c6cc0c0d9f27f99571984bcbf448ef041bc1f7a2ba8715228d6377
<a href="http://mirror.i2p2.de/i2pupdate_0.9.3.zip.sig">sig</a>) to your I2P <a href="{{ url_for('downloads_select', file='i2pupdate_0.9.3.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

@@ -3,10 +3,10 @@
<li class="has-sub"><a href="#"><span>{{ _('Download') }}</span></a> <li class="has-sub"><a href="#"><span>{{ _('Download') }}</span></a>
<ul> <ul>
<li><a href="{{ url_for('downloads_list', lang=g.lang) }}"><span>{{ _('Download I2P') }}</span></a></li> <li><a href="{{ url_for('downloads_list', lang=g.lang) }}"><span>{{ _('Download I2P') }}</span></a></li>
<li><a href="#"><span>{{ _('Windows installer') }}</span></a></li> <li><a href="{{ url_for('downloads_select', file='i2pinstall_0.9.3_windows.exe') }}"><span>{{ _('Windows installer') }}</span></a></li>
<li><a href="#"><span>{{ _('Linux / OS X / BSD / Solaris installer') }}</span></a></li> <li><a href="{{ url_for('downloads_select', file='i2pinstall_0.9.3.jar') }}"><span>{{ _('Linux / OS X / BSD / Solaris installer') }}</span></a></li>
<li><a href="{{ url_for('downloads_select', lang=g.lang, file='debian') }}"><span>{{ _('Debian / Ubuntu packages') }}</span></a></li> <li><a href="{{ url_for('downloads_select', lang=g.lang, file='debian') }}"><span>{{ _('Debian / Ubuntu packages') }}</span></a></li>
<li><a href="#"><span>{{ _('Source package') }}</span></a></li> <li><a href="{{ url_for('downloads_select', file='i2psource_0.9.3.tar.bz2') }}"><span>{{ _('Source package') }}</span></a></li>
</ul> </ul>
</li> </li>
<li class="has-sub"><a href="#"><span>{{ _('Docs') }}</span></a> <li class="has-sub"><a href="#"><span>{{ _('Docs') }}</span></a>