This commit is contained in:
jrandom
2006-02-16 22:23:53 +00:00
committed by zzz
parent c8ac33df55
commit 37c46a9b17
3 changed files with 11 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
<h3>Past announcements</h3>
<h4>2006</h4>
<ul>
<li>2006-02-16 - <a href="http://dev.i2p.net/pipermail/i2p/2006-February/001261.html">0.6.1.10</a></li>
<li>2006-01-12 - <a href="http://dev.i2p.net/pipermail/i2p/2006-January/001249.html">0.6.1.9</a></li>
</ul>
<h4>2005</h4>

View File

@@ -2,23 +2,23 @@
<ul>
<li>Graphical installer:<br />
<a href="http://dev.i2p.net/i2p/i2pinstall.exe">i2pinstall.exe</a>
(SHA1 53ce28c497bbf70935c6813c19612215a2f88d58
(SHA1 574a040c09f34d9057f637c1e9ad711dcbe01722
<a href="http://dev.i2p.net/i2p/i2pinstall.exe.sig">sig</a>)<br />
Download that file and run it. If you're not on windows, you can
type <code>java -jar i2pinstall.exe</code> (yes, really)</li>
<li>Headless install:<br />
<a href="http://dev.i2p.net/i2p/i2p.tar.bz2">i2p.tar.bz2</a>
(SHA1 d26ede9a87798251d59fa0606b21a0201598493d
(SHA1 0c9020689a90b18848678d2c48564f5724f67704
<a href="http://dev.i2p.net/i2p/i2p.tar.bz2.sig">sig</a>)<br />
Run <code>(tar xjvf i2p.tar.bz2 ; cd i2p ; vi install-headless.txt)</code></li>
<li>Source install:<br />
<a href="http://dev.i2p.net/i2p/i2p-0.6.1.9.tar.bz2">i2p-0.6.1.9.tar.bz2</a>
(SHA1 ac2636818f716105a623e7fd489fc9f7698e54f8
<a href="http://dev.i2p.net/i2p/i2p-0.6.1.9.tar.bz2.sig">sig</a>)<br />
<a href="http://dev.i2p.net/i2p/i2p-0.6.1.10.tar.bz2">i2p-0.6.1.10.tar.bz2</a>
(SHA1 b6cafe73d0ac4d8acdac7aaa6ad7997b0fc08294
<a href="http://dev.i2p.net/i2p/i2p-0.6.1.10.tar.bz2.sig">sig</a>)<br />
Alternately, you can fetch the source from <a href="cvs">cvs</a> (CVS HEAD
gets you the most recent updates, while the tag <code>i2p_0_6_1_9</code> gets you
gets you the most recent updates, while the tag <code>i2p_0_6_1_10</code> gets you
the release)<br/>
Run <code>(tar xjvf i2p-0.6.1.9.tar.bz2 ; cd i2p-0.6.1.9 ; ant dist)</code> then either
Run <code>(tar xjvf i2p-0.6.1.10.tar.bz2 ; cd i2p-0.6.1.10 ; ant dist)</code> then either
run the GUI installer or headless install as above</li>
<li>After running the installer on windows, simply click on the "Run I2P" button
which will bring up the router console, which has further instructions. When
@@ -37,7 +37,7 @@
<h3>Updates from earlier releases (alternate method):</h3>
<ol>
<li>Download <a href="http://dev.i2p.net/i2p/i2pupdate.zip">i2pupdate.zip</a>
(SHA1 2ba48d75698bd26f55edde4b369edf8c5974c941
(SHA1 f2b93eb23b3eded08e5c48aa062d9b4c26b7b054
<a href="http://dev.i2p.net/i2p/i2pupdate.zip.sig">sig</a>) to your I2P
installation directory.
(alternately, you can get the source as above and run "ant updater", then copy the
@@ -45,7 +45,4 @@
NOT need to unzip that file.</li>
<li>Click <a href="http://localhost:7657/configservice.jsp">"Graceful restart"</a></li>
<li>Grab a cup of coffee and come back in 11 minutes</li>
<li>After it is back up, you'll want to make sure your router is
reachable on your UDP port (8887 by default), and you'll probably
need to reseed.</li>
</ol>

View File

@@ -1,6 +1,6 @@
<p><b>Latest version:</b><br />
2006-01-12 - 0.6.1.9 -
<a href="http://dev.i2p.net/pipermail/i2p/2006-January/001249.html">Announcement</a>
2006-02-16 - 0.6.1.10 -
<a href="http://dev.i2p.net/pipermail/i2p/2006-January/001261.html">Announcement</a>
- <a href="download">Download</a>
</p>
<p><b>Weekly updates:</b><br />