2006-01-19 Complication

* Explain better where eepsite's destkey can be found
This commit is contained in:
complication
2006-01-20 04:40:24 +00:00
committed by zzz
parent b727d868fb
commit cd235e5902
3 changed files with 9 additions and 5 deletions

View File

@ -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 2006-01-18 cervantes
* Add title attributes to all external links in Syndie, so we can rollover * Add title attributes to all external links in Syndie, so we can rollover

View File

@ -45,8 +45,9 @@ you can:</p>
the <code>eepsite/docroot/</code> directory (or place any standard JSP/Servlet <code>.war</code> the <code>eepsite/docroot/</code> directory (or place any standard JSP/Servlet <code>.war</code>
files under <code>eepsite/webapps</code>, or standard CGI script under <code>eepsite/cgi-bin</code>) files under <code>eepsite/webapps</code>, or standard CGI script under <code>eepsite/cgi-bin</code>)
and they'll show up. Your eepsite's and they'll show up. Your eepsite's
<i>destination</i> (which uniquely and securely identifies it) is shown on the I2PTunnel <i>destination</i> (which uniquely and securely identifies it) can be found via the I2PTunnel
<a href="/i2ptunnel/">configuration page</a> - if you want other people to see your eepsite, <a href="/i2ptunnel/">configuration page</a> - 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 you need to give them that really huge string. Just paste it into the
<a href="http://forum.i2p/viewforum.php?f=16">Eepsite announce</a> forum, add it to <a href="http://forum.i2p/viewforum.php?f=16">Eepsite announce</a> forum, add it to
ugha's <a href="http://ugha.i2p/I2pLinks">wiki</a>, <a href="http://orion.i2p/">orion's list</a>, or paste it in the #i2p or #i2p-chat channels on ugha's <a href="http://ugha.i2p/I2pLinks">wiki</a>, <a href="http://orion.i2p/">orion's list</a>, or paste it in the #i2p or #i2p-chat channels on

View File

@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
* *
*/ */
public class RouterVersion { 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 String VERSION = "0.6.1.9";
public final static long BUILD = 4; public final static long BUILD = 5;
public static void main(String args[]) { public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD); System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID); System.out.println("Router ID: " + RouterVersion.ID);