corrected links on download page

This commit is contained in:
amiga4000
2008-03-10 14:05:18 +00:00
parent 794cab93ce
commit c1cdff112b

View File

@@ -3,26 +3,26 @@
{% block content %}<h3>Clean installs</h3>
<ul>
<li>Graphical installer:<br />
<a href="http://mirror.i2p2.de/i2pinstall-0.6.1.32.exe">i2pinstall-0.6.1.32.exe</a>
<a href="http://mirror.i2p2.de/i2pinstall_0.6.1.32.exe">i2pinstall-0.6.1.32.exe</a>
(SHA1
dec477401dc4f5ac98a5e50e107fe2ccc1431ce5
<a href="http://mirror.i2p2.de/i2pinstall-0.6.1.32.exe.sig">sig</a>)<br />
<a href="http://mirror.i2p2.de/i2pinstall_0.6.1.32.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.6.1.32.exe</code> (yes, really)</li>
<li>Headless install:<br />
<a href="http://mirror.i2p2.de/i2pheadless-0.6.1.32.tar.bz2">i2pheadless-0.6.1.32.tar.bz2</a>
<a href="http://mirror.i2p2.de/i2pheadless_0.6.1.32.tar.bz2">i2pheadless_0.6.1.32.tar.bz2</a>
(SHA1
a385d6456df6835d4dc6aec146a51e266e91fbe6
<a href="http://mirror.i2p2.de/i2pheadless-0.6.1.32.tar.bz2.sig">sig</a>)<br />
Run <code>(tar xjvf i2pheadless-0.6.1.32.tar.bz2 ; cd i2p ; vi install-headless.txt)</code></li>
<a href="http://mirror.i2p2.de/i2pheadless_0.6.1.32.tar.bz2.sig">sig</a>)<br />
Run <code>(tar xjvf i2pheadless_0.6.1.32.tar.bz2 ; cd i2p ; vi install-headless.txt)</code></li>
<li>Source install:<br />
<a href="http://mirror.i2p2.de/i2psource-0.6.1.32.tar.bz2">i2psource-0.6.1.32.tar.bz2</a>
<a href="http://mirror.i2p2.de/i2psource_0.6.1.32.tar.bz2">i2psource_0.6.1.32.tar.bz2</a>
(SHA1
0c2eac42c21bdbc7c877dfc0b4e9430a34f7457f
<a href="http://mirror.i2p2.de/i2psource-0.6.1.32.tar.bz2.sig">sig</a>)<br />
<a href="http://mirror.i2p2.de/i2psource_0.6.1.32.tar.bz2.sig">sig</a>)<br />
Alternately, you can fetch the source from <a href="monotone">monotone</a>.
<br/>
Run <code>(tar xjvf i2psource-0.6.1.32.tar.bz2 ; cd i2p-0.6.1.32 ; ant dist)</code> then either
Run <code>(tar xjvf i2psource_0.6.1.32.tar.bz2 ; cd i2p-0.6.1.32 ; ant dist)</code> then either
run the GUI installer or headless install as above</li>
</ul>