From cd235e5902c50d12669617267cc994bace97856f Mon Sep 17 00:00:00 2001 From: complication Date: Fri, 20 Jan 2006 04:40:24 +0000 Subject: [PATCH] 2006-01-19 Complication * Explain better where eepsite's destkey can be found --- history.txt | 5 ++++- readme.html | 5 +++-- router/java/src/net/i2p/router/RouterVersion.java | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/history.txt b/history.txt index 8c97faa48..ef8a56ebc 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,7 @@ -$Id: history.txt,v 1.391 2006/01/17 17:56:15 jrandom Exp $ +$Id: history.txt,v 1.392 2006/01/18 01:37:53 cervantes Exp $ + +2006-01-19 Complication + * Explain better where eepsite's destkey can be found 2006-01-18 cervantes * Add title attributes to all external links in Syndie, so we can rollover diff --git a/readme.html b/readme.html index a21457f20..e6133ba0b 100644 --- a/readme.html +++ b/readme.html @@ -45,8 +45,9 @@ you can:

the 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);