diff --git a/history.txt b/history.txt index bda791dab..59cda7bac 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,8 @@ -$Id: history.txt,v 1.581 2007-08-05 22:35:42 complication Exp $ +$Id: history.txt,v 1.582 2007-08-11 15:48:14 zzz Exp $ + +2007-08-12 zzz + * readme.html - Add inproxy.tino.i2p, replace search.i2p with eepsites.i2p, + tweak the eepsite and troubleshooting sections 2007-08-11 zzz * Add stats for individual tunnel rates (nice when graphed) diff --git a/readme.html b/readme.html index 053ca30b3..a15319769 100644 --- a/readme.html +++ b/readme.html @@ -1,5 +1,5 @@ -
If you've just started I2P, the Active: number on the left should start to -grow over the next few minutes and you'll see some local "destinations" listed +
If you've just started I2P, the Active: numbers on the left should start to +grow over the next few minutes and you'll see a "shared clients" local destination listed on the left (if not, see below). Once those show up, you can:
eepsite/docroot/
directory (or place any standard JSP/Servlet .war
files under eepsite/webapps
, or standard CGI script under eepsite/cgi-bin
)
-and they'll show up. After starting up an eepsite tunnel pointing at it, your eepsite's
-destination (which uniquely and securely identifies it) will be visible.
-If you want other people to see your eepsite,
-you need to give them that really huge string. Just paste it into the
-Eepsite announce forum, add it to
-ugha's wiki, orion's list, or paste it in the #i2p or #i2p-chat channels on
-IRC (be sure to split it into two lines, as its too long for one).
+and they'll show up. After starting up an eepsite tunnel pointing at it, your eepsite
+will be visible to others.
+Detailed instructions for starting your eepsite are on
+your temporary eepsite page.
+
If, after 5 or 10 minutes, your Active: x/y count has less than 20 active -peers, you may want to review the information on the +
Be patient - I2P may be slow to start the first time as it searches for peers. +If, after 30 minutes, your Active: connected/recent count has less than 10 connected +peers, you should open port 8887 on your firewall for better connectivity. +If you cannot see any eepsites at all (even www.i2p), +be sure your browser proxy is set to localhost port 4444. +You may also want to review the information on the I2P website, post up messages to the I2P discussion forum, or swing by #i2p or #i2p-chat on IRC at irc.freenode.net, irc.postman.i2p or irc.freshcoffee.i2p (they're linked together).
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 6bc3af6da..a0259cf3f 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -15,9 +15,9 @@ import net.i2p.CoreVersion; * */ public class RouterVersion { - public final static String ID = "$Revision: 1.516 $ $Date: 2007-08-05 22:35:45 $"; + public final static String ID = "$Revision: 1.517 $ $Date: 2007-08-11 15:48:15 $"; public final static String VERSION = "0.6.1.28"; - public final static long BUILD = 19; + public final static long BUILD = 20; public static void main(String args[]) { System.out.println("I2P Router version: " + VERSION + "-" + BUILD); System.out.println("Router ID: " + RouterVersion.ID);