I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit cd235e59 authored by complication's avatar complication Committed by zzz
Browse files

2006-01-19 Complication

    * Explain better where eepsite's destkey can be found
parent b727d868
No related branches found
No related tags found
No related merge requests found
$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
......
......@@ -45,8 +45,9 @@ you can:</p>
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>)
and they'll show up. Your eepsite's
<i>destination</i> (which uniquely and securely identifies it) is shown on the I2PTunnel
<a href="/i2ptunnel/">configuration page</a> - if you want other people to see your eepsite,
<i>destination</i> (which uniquely and securely identifies it) can be found via the I2PTunnel
<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
<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
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment