From cd235e5902c50d12669617267cc994bace97856f Mon Sep 17 00:00:00 2001
From: complication
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. Your eepsite's
-destination (which uniquely and securely identifies it) is shown on the I2PTunnel
-configuration page - if you want other people to see your eepsite,
+destination (which uniquely and securely identifies it) can be found via the I2PTunnel
+configuration page - on the details page of the "eepsite" tunnel.
+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
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java
index f01a5217e..f7c2a2cf9 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.335 $ $Date: 2006/01/17 17:56:16 $";
+ public final static String ID = "$Revision: 1.336 $ $Date: 2006/01/18 01:38:49 $";
public final static String VERSION = "0.6.1.9";
- public final static long BUILD = 4;
+ public final static long BUILD = 5;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);