From 53ab3c472ef8d25c2f0cb1a0f1f17177b8c0aef6 Mon Sep 17 00:00:00 2001
From: zzz 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:
@@ -12,9 +12,10 @@ 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 6bc3af6da3..a0259cf3fc 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);