doc and eepsite index updates
This commit is contained in:
@ -3,9 +3,10 @@ Headless I2P installation instructions
|
||||
1) java -jar i2pinstall.exe -console (you've already done this)
|
||||
|
||||
This will run the installer in text mode, including running the postinstall.sh
|
||||
script, which will start the router and launch a browser.
|
||||
script. After that, you may run 'sh i2prouter start'
|
||||
which will start the router and attempt to launch a browser.
|
||||
|
||||
If you do not have an X server running, the browser launch will fail, and
|
||||
If you do not have an X server running, the browser launch will probably fail, and
|
||||
you may use:
|
||||
lynx http://localhost:7657/index.jsp
|
||||
to configure the router.
|
||||
|
@ -27,6 +27,7 @@ Build and tag:
|
||||
ant pkg
|
||||
mtn ci
|
||||
mtn tag h: i2p-0.7.xx
|
||||
mtn cert t:i2p-0.7.xx branch i2p.i2p.release
|
||||
Sync with mtn.i2p2.i2p
|
||||
|
||||
Create a signed update file with:
|
||||
|
@ -1,3 +1,7 @@
|
||||
2009-10-07 zzz
|
||||
* Doc and eepsite_index updates
|
||||
* UDP: Remove port number from thread names
|
||||
|
||||
2009-10-04 zzz
|
||||
* i2psnark: Fix NPE caused by last checkin (thanks wuxia!)
|
||||
|
||||
|
@ -7,7 +7,8 @@
|
||||
<body>
|
||||
<h1>Welcome to your eepsite</h1>
|
||||
<p>(<a href="index_de.html">Deutsch</a>)</p>
|
||||
<p>This is your eepsite - simply edit the files under ./eepsite/docroot/
|
||||
<p>This is your eepsite - simply edit the files under
|
||||
~/.i2p/eepsite/docroot/ (Linux) or %APPDATA%\I2P\eepsite\docroot\ (Windows)
|
||||
and they'll be reachable by others once you follow the instructions below.
|
||||
In I2P, eepsites are addressed using a 'key', which is represented as a really long Base64 string.
|
||||
(The 'key' is somewhat analogous to an IP address, and
|
||||
@ -50,7 +51,8 @@
|
||||
<li>In your browser, enter in your eepsite name (<i>something</i>.i2p) and you should
|
||||
be right back here. Hopefully it worked.
|
||||
<li>Before you tell the world about your new eepsite, you should add some content.
|
||||
Go to i2p/eepsite/docroot and copy this document (index.html) to help.html so you can refer to it later.
|
||||
Go to ~/.i2p/eepsite/docroot/ (Linux) or %APPDATA%\I2P\eepsite\docroot\ (Windows)
|
||||
and copy this document (index.html) to help.html so you can refer to it later.
|
||||
Now edit index.html and add content, pictures, and whatever you would like to share.
|
||||
<li>Now it's time to add your eepsite to an I2P address book hosted by a site
|
||||
such as <a href="http://stats.i2p/">stats.i2p</a>.
|
||||
|
@ -8,7 +8,8 @@
|
||||
<link rel="stylesheet" type="text/css" href="eepsite.css">
|
||||
</head><body>
|
||||
<h1>Willkommen zu Ihrer Eepsite!</h1>
|
||||
<p>Diese ist Ihre <strong>Eepsite</strong>, Ihre Web-Präsens über I2P. Editieren Sie einfach die Dateien unter <em>i2p/eepsite/docroot/</em>
|
||||
<p>Diese ist Ihre <strong>Eepsite</strong>, Ihre Web-Präsens über I2P. Editieren Sie einfach die Dateien unter
|
||||
<em>~/.i2p/eepsite/docroot/</em> (Linux) oder <em>%APPDATA%\I2P\eepsite\docroot\</em> (Windows)
|
||||
und nachdem Sie den Anweisungen weiter unten gefolgt sind, werden Sie –
|
||||
vertreten durch Ihre Eepsite – von anderen im I2P-Netz und, soweit
|
||||
verfügbar, über private „Out-Proxys“ weltweit erreichbar sein.</p>
|
||||
@ -93,7 +94,8 @@ Adresse hat sich geändert.
|
||||
<br></li>
|
||||
<li>Bevor Sie der Welt von Ihrer neuen Eepsite berichten sollte sie
|
||||
auch über ein wenig Inhalt verfügen. Begeben Sie sich in das
|
||||
Verzeichnis <em>„i2p/Eepsite/docroot“</em> und benennen Sie dieses Dokument von <em>„index.html“</em> nach <em>„hilfe.html“</em> um, so können Sie später darauf zurück greifen. Erstellen Sie Ihre eigene <em>„index.html“</em> und füllen diese mit Inhalten, Bildern oder was auch immer Sie anderen hierüber mitteilen wollen.</li>
|
||||
Verzeichnis <em>„~/.i2p/eepsite/docroot/“</em> (Linux) oder <em>„%APPDATA%\I2P\eepsite\docroot\“</em> (Windows)
|
||||
und benennen Sie dieses Dokument von <em>„index.html“</em> nach <em>„hilfe.html“</em> um, so können Sie später darauf zurück greifen. Erstellen Sie Ihre eigene <em>„index.html“</em> und füllen diese mit Inhalten, Bildern oder was auch immer Sie anderen hierüber mitteilen wollen.</li>
|
||||
</ol>
|
||||
|
||||
<h4><a name="AnkerDEOeA" id="AnkerDEOeA"></a>Die Eepsite öffentlich ankündigen</h4>
|
||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 22;
|
||||
public final static long BUILD = 23;
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "-rc";
|
||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
||||
|
Reference in New Issue
Block a user