forked from I2P_Developers/i2p.www
tweaks
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{% block title %}Download{% endblock %}
|
||||
{% block content %}
|
||||
<h3>Dependency</h3>
|
||||
Sun Java 1.5 or higher, or equivalent JRE.
|
||||
Sun Java 1.5 or higher, or equivalent JRE. (Sun 1.6 recommended)
|
||||
<h3>Clean installs</h3>
|
||||
<ul>
|
||||
<li>Graphical installer:<br />
|
||||
@@ -23,7 +23,7 @@ Sun Java 1.5 or higher, or equivalent JRE.
|
||||
(SHA1
|
||||
1255e5eee870152276535e8e22cf859dcd8f2f6a
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.7.tar.bz2.sig">sig</a>)<br />
|
||||
Alternately, you can fetch the source from <a href="monotone">monotone</a>.
|
||||
Alternately, you can fetch the source from <a href="newdevelopers">monotone</a>.
|
||||
<br/>
|
||||
Run <code>(tar xjvf i2psource_0.7.tar.bz2 ; cd i2p-0.7 ; ant pkg)</code> then either
|
||||
run the GUI installer or headless install as above</li>
|
||||
@@ -34,7 +34,7 @@ The files are signed by Complication,
|
||||
|
||||
<h3>Post-install work</h3>
|
||||
|
||||
<p>After running the installer on windows, simply click on the "Run I2P" button
|
||||
<p>After running the installer on windows, simply click on the "Start I2P" button
|
||||
which will bring up the <a href="http://localhost:7657/index.jsp">router console</a>,
|
||||
which has further instructions.</p>
|
||||
|
||||
|
@@ -23,7 +23,7 @@ Sun Java 1.5 oder neuer, oder equivalent JRE.
|
||||
(SHA1
|
||||
1255e5eee870152276535e8e22cf859dcd8f2f6a
|
||||
<a href="http://mirror.i2p2.de/i2psource_0.7.tar.bz2.sig">sig</a>)<br />
|
||||
Alternativ kannst Du den Quelltext aus <a href="monotone">Monotone</a> kopieren.
|
||||
Alternativ kannst Du den Quelltext aus <a href="newdevelopers_de">Monotone</a> kopieren.
|
||||
<br/>
|
||||
Führe aus: <code>(tar xjvf i2psource_0.7.tar.bz2 ; cd i2p-0.7 ; ant pkg)</code> und dann
|
||||
starte den GUI installer oder die headless Installation wie oben</li>
|
||||
@@ -35,7 +35,7 @@ Die Dateien sin von Complication signiert,
|
||||
<h3>Arbeit nach dem Installieren</h3>
|
||||
|
||||
<p>Nachdem Du den graphischen Installer auf Windows beendet hast, klicke einfach den
|
||||
"Run I2P" Knopf, was die <a href="http://localhost:7657/index.jsp">Router Konsole</a>,
|
||||
"Start I2P" Knopf, was die <a href="http://localhost:7657/index.jsp">Router Konsole</a>,
|
||||
mit weiteren Tips und Anweisungen anzeigt.</p>
|
||||
|
||||
<p>Auf Unixiden Systemen kann I2P als Service mit dem "i2prouter" Skript gestartet
|
||||
|
@@ -162,9 +162,13 @@ a SessionConfig contained in a CreateSessionMessage or a ReconfigureSessionMessa
|
||||
<tr><td>inbound.length <td>number from 0 to 3 <td>0 to 8<td>2<td>Length of tunnels in
|
||||
<tr><td>outbound.length <td>number from 0 to 3 <td>0 to 8<td>2<td>Length of tunnels out
|
||||
<tr><td>inbound.lengthVariance <td>number from -1 to 2 <td>-8 to 8<td>1<td>Random amount to add or subtract to the length of tunnels in.
|
||||
The router will limit actual length to the range 0 to 8.
|
||||
A positive number x means add a random amount from 0 to x inclusive.
|
||||
A negative number -x means add a random amount from -x to x inclusive.
|
||||
The router will limit the total length of the tunnel to 0 to 8 inclusive.
|
||||
<tr><td>outbound.lengthVariance <td>number from -1 to 2 <td>-8 to 8<td>1<td>Random amount to add or subtract to the length of tunnels out.
|
||||
The router will limit actual length to the range 0 to 8.
|
||||
A positive number x means add a random amount from 0 to x inclusive.
|
||||
A negative number -x means add a random amount from -x to x inclusive.
|
||||
The router will limit the total length of the tunnel to 0 to 8 inclusive.
|
||||
<tr><td>inbound.backupQuantity <td>number from 0 to 3 <td>No limit<td>0<td>Number of redundant fail-over for tunnels in
|
||||
<tr><td>outbound.backupQuantity <td>number from 0 to 3 <td>No limit<td>0<td>Number of redundant fail-over for tunnels out
|
||||
<tr><td>inbound.nickname <td>string<td> <td> <td>Name of tunnel - generally used in routerconsole, which will
|
||||
@@ -180,6 +184,8 @@ a SessionConfig contained in a CreateSessionMessage or a ReconfigureSessionMessa
|
||||
and false for servers
|
||||
<tr><td>i2cp.messageReliability <td> <td>BestEffort, Guaranteed<td>BestEffort<td>Guaranteed is disabled
|
||||
</table>
|
||||
<p>
|
||||
Note: Large quantity, length, or variance settings may cause significant performance or reliability problems.
|
||||
|
||||
<p>
|
||||
The following options are interpreted on the client side,
|
||||
|
@@ -27,7 +27,12 @@ get the monotone source repository installed - short instructions:
|
||||
<li>mtn -d i2p.mtn pull 127.0.0.1:8998 i2p.i2p
|
||||
<li>mtn -d i2p.mtn co --branch=i2p.i2p
|
||||
</ul>
|
||||
For website, use i2p.www instead of i2p.i2p.
|
||||
Non-anonymous access: mtn.i2p2.de
|
||||
<br>
|
||||
Website branch: use i2p.www instead of i2p.i2p.
|
||||
<br>
|
||||
Full list of branches: see <a href="http://stats.i2p/cgi-bin/viewmtn/">viewmtn</a>.
|
||||
<br>
|
||||
Long version: see the <a href="monotone.html">monotone page</a>.
|
||||
|
||||
<li>
|
||||
|
Reference in New Issue
Block a user