This commit is contained in:
zzz
2008-05-18 22:51:53 +00:00
parent 616ae8fd92
commit bbb2980a82
4 changed files with 5 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ receive the release.
<a href="http://localhost:7657/index.jsp">router console</a> allowing
you to download and install the new release by just clicking on that
link.</li>
<li>Alternately, you can use the instructions specified below.</li>
<li>Alternately, you can use the manual method specified below.</li>
</ol>
<h3>Updates from earlier releases (manual method):</h3>
@@ -91,7 +91,7 @@ receive the release.
(SHA1
8f0baefd50ee87bd876d25ca4af38479c0b2599b
<a href="http://mirror.i2p2.de/i2pupdate_0.6.1.33.zip.sig">sig</a>) to your I2P
installation directory and rename as i2pupdate.zip.
installation directory and <b>rename as i2pupdate.zip</b>.
(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
NOT need to unzip that file.</li>

View File

@@ -30,7 +30,7 @@ Note that subscribing to a hosts.txt service is an act of "trust", as a maliciou
subscription could give you incorrect addresses. So think about whether you
want to trust any of these. Presence on this list does not imply endorsement.
<ul>
<li>http://i2host.i2p/cgi-bin/i2hostlast
<li>http://i2host.i2p/cgi-bin/i2hostetag
<li>http://stats.i2p/cgi-bin/newhosts.txt
<li>http://tino.i2p/hosts.txt
</ul>

View File

@@ -13,6 +13,7 @@ Run the latest builds from <a href="monotone.html">monotone</a>
and report results on #i2p or as bugs on <a href="http://trac.i2p2.i2p/">trac</a>.
<li><b>Documentation</b> -
Help fix the parts of the website that are outdated or incomplete.
Translate pages into other languages.
<li><b>Pictures</b> -
Make some more pictures, fix the old ones on the website
<li><b>Content</b> -

View File

@@ -77,7 +77,7 @@ a more robust streaming library
which is further optimized for operation over I2P. The two main issues with
the ministreaming library are its use of the traditional TCP two phase
establishment protocol and the current fixed window size of 1.
jhe streaming lib fixes both of these issues - it has a one-phase setup, and
The streaming lib fixes both of these issues - it has a one-phase setup, and
it contains a full windowing implementation.
</p>