From e5e7f01e8402f05644a689c80b37a1077d10fa53 Mon Sep 17 00:00:00 2001 From: z3d Date: Tue, 14 Jul 2009 00:40:44 +0000 Subject: [PATCH] Mostly layout updates to the readme files. --- apps/routerconsole/jsp/help.jsp | 64 +++++++++---------- .../resources/themes/console/dark/console.css | 15 +++-- .../themes/console/light/console.css | 10 ++- readme.html | 46 ++++++------- readme_de.html | 40 ++++++------ readme_fr.html | 36 +++++------ readme_nl.html | 10 +-- readme_sv.html | 12 ++-- 8 files changed, 118 insertions(+), 115 deletions(-) diff --git a/apps/routerconsole/jsp/help.jsp b/apps/routerconsole/jsp/help.jsp index 047bf8c9a..ff3132cf9 100644 --- a/apps/routerconsole/jsp/help.jsp +++ b/apps/routerconsole/jsp/help.jsp @@ -10,15 +10,15 @@ <%@include file="nav.jsp" %> <%@include file="summary.jsp" %>

I2P Router Help & Support

-
+
If you'd like to help improve or translate the documentation, or help with other aspects of the project, please see the documentation for volunteers.

Further assistance is available here: -
-
+
You may also try the I2P forum @@ -31,44 +31,44 @@ Many of the stats on the summary bar may be

General

    -
  • Ident: +
  • Ident: The first four characters (24 bits) of your 44-character (256-bit) Base64 router hash. The full hash is shown on your router info page. Never reveal this to anyone, as your router info contains your IP. -
  • Version: +
  • Version: The version of the I2P software you are running. -
  • Now: +
  • Now: The current time (UTC) and the skew, if any. I2P requires your computer's time be accurate. If the skew is more than a few seconds, please correct the problem by adjusting your computer's time. -
  • Reachability: +
  • Reachability: The router's view of whether it can be contacted by other routers. Further information is on the configuration page.

Peers

    -
  • Active: +
  • Active: The first number is the number of peers you've sent or received a message from in the last few minutes. This may range from 8-10 to several hundred, depending on your total bandwidth, shared bandwidth, and locally-generated traffic. The second number is the number of peers seen in the last hour or so. Do not be concerned if these numbers vary widely. Enable graphing -
  • Fast: +
  • Fast: This is the number of peers you use for building client tunnels. It is generally in the range 8-15. Your fast peers are shown on the profiles page. Enable graphing -
  • High Capacity: +
  • High Capacity: This is the number of peers you use for building some of your exploratory tunnels. It is generally in the range 8-25. The fast peers are included in the high capacity tier. Your high capacity peers are shown on the profiles page. Enable graphing -
  • Well Integrated: +
  • Well Integrated: This is the number of peers you use for network database inquiries. These are usually the "floodfill" peers. Your well integrated peers are shown on the bottom of the profiles page. -
  • Known: +
  • Known: This is the total number of routers you know about. They are listed on the network database page. This may range from under 100 to 1000 or more. @@ -91,26 +91,25 @@ or external programs connecting through SAM, BOB, or directly to I2CP.

    Tunnels in/out

    The actual tunnels are shown on the the tunnels page.
      -
    • Exploratory: +
    • Exploratory: Tunnels built by your router and used for communication with the floodfill peers, building new tunnels, and testing existing tunnels. -
    • Client: +
    • Client: Tunnels built by your router for each client's use. -
    • Participating: +
    • Participating: Tunnels built by other routers through your router. This may vary widely depending on network demand, your shared bandwidth, and amount of locally-generated traffic. The recommended method for limiting participating tunnels is to change your share percentage on the configuration page. You may also limit the total number by setting router.maxParticipatingTunnels=nnn on -the advanced configuration page. -Enable graphing +the advanced configuration page. [Enable graphing].

    Congestion

    -Some basic indications of router overload. +Some basic indications of router overload:
      -
    • Job lag: +
    • Job lag: How long jobs are waiting before execution. The job queue is listed on the jobs page. Unfortunately, there are several other job queues in the router that may be congested, and their status is not available in the router console. @@ -118,27 +117,27 @@ The job lag should generally be zero. If it is consistently higher than 500ms, your computer is very slow, or the router has serious problems. Enable graphing -
    • Message delay: +
    • Message delay: How long an outbound message waits in the queue. This should generally be a few hundred milliseconds or less. If it is consistently higher than 1000ms, your computer is very slow, or you should adjust your bandwidth limits, or your (bittorrent?) clients may be sending too much data and should have their transmit bandwidth limit reduced. Enable graphing (transport.sendProcessingTime) -
    • Tunnel lag: +
    • Tunnel lag: This is the round trip time for a tunnel test, which sends a single message out a client tunnel and in an exploratory tunnel, or vice versa. It should usually be less than 5 seconds. If it is consistently higher than that, your computer is very slow, or you should adjust your bandwidth limits, or there are network problems. Enable graphing (tunnel.testSuccessTime) -
    • Handle backlog: +
    • Handle backlog: This is the number of pending requests from other routers to build a participating tunnel through your router. It should usually be close to zero. If it is consistently high, your computer is too slow, and you should reduce your share bandwidth limits. -
    • Accepting/Rejecting: +
    • Accepting/Rejecting: Your routers' status on accepting or rejecting requests from other routers to build a participating tunnel through your router. @@ -150,12 +149,12 @@ local clients.

      Legal stuff

      The I2P router (router.jar) and SDK (i2p.jar) are almost entirely public domain, with -a few notable exceptions:
        -
      • ElGamal and DSA code, under the BSD license, written by TheCrypto
      • -
      • SHA256 and HMAC-SHA256, under the MIT license, written by the Legion of the Bouncycastle
      • -
      • AES code, under the Cryptix (MIT) license, written by the Cryptix team
      • -
      • SNTP code, under the BSD license, written by Adam Buckley
      • -
      • The rest is outright public domain, written by jrandom, mihi, hypercubus, oOo, +a few notable exceptions:
          +
        • ElGamal and DSA code, under the BSD license, written by TheCrypto
        • +
        • SHA256 and HMAC-SHA256, under the MIT license, written by the Legion of the Bouncycastle
        • +
        • AES code, under the Cryptix (MIT) license, written by the Cryptix team
        • +
        • SNTP code, under the BSD license, written by Adam Buckley
        • +
        • The rest is outright public domain, written by jrandom, mihi, hypercubus, oOo, ugha, duck, shendaras, and others.
        @@ -196,8 +195,7 @@ client applications can be found on our d

        A more complete list of changes can be found in the history.txt file in your i2p directory. -

        +


- diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index 169bbfccc..f23b9f789 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -251,15 +251,19 @@ tt { div.main li { text-align: left; list-style-type: square; - margin: 4px 0px 4px 30px; + margin: 2px 0px 2px 30px; padding: 1px 20px 1px 0px; line-height: 150%; } +.tidylist { + text-align: justify !important; +} + div.main li:nth-child ( even ){ text-align: left; list-style-type: square; - margin: 4px 0px 4px 30px; + margin: 2px 0px 2px 30px; padding: 1px 20px 1px 0px; border-right: 4px solid #339; } @@ -267,13 +271,14 @@ div.main li:nth-child ( even ){ ol { white-space: pre-wrap; display: inline; - margin: 2px 0 0 0; - padding: 10px 0 0 20px; + margin: 1px 0 0 0; + padding: 1px 0 0 20px; } ul { display: inline; - margin: 5px 0 0 0; + margin: 0; + padding: 0; } code { diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 5b75ad35c..ccd48d8e1 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -251,11 +251,16 @@ tt { padding: 1px 5px; } -li { +div.main li { text-align: left; list-style-type: square; margin: 2px 20px 0px 30px; padding: 1px 20px 1px 0px; + line-height: 150%; +} + +.tidylist { + text-align: justify !important; } ol { @@ -267,7 +272,8 @@ ol { ul { display: inline; - margin: 5px 0 0 0; + margin: 0; + padding: 0; } code { diff --git a/readme.html b/readme.html index 4026bc867..75286d8f8 100644 --- a/readme.html +++ b/readme.html @@ -1,50 +1,44 @@
- +
English Chinese Deutsch Nederlands Svenska
-

Welcome to I2P!

If you've just started I2P, the Active: numbers on the left should start to grow over the next few minutes and you'll see a "shared clients" local destination listed -on the left (if not, see below). Once those show up, -you can:

- +on the left (if not, see below). Once those show up, you can:
  • browse "eepsites" - on I2P there are anonymously hosted websites - tell your browser to use the HTTP proxy at localhost port 4444, then - browse to an eepsite - -

      +
    • browse the web - there is currently an HTTP "outproxy" in I2P hooked up to your own HTTP proxy on port 4444 - simply set your browser's proxy to use it (as above) and go to any normal URL - your requests will be bounced through the I2P network.
    • -
    • transfer files - there is an integrated port of the +
    • transfer files - there is an integrated port of the Snark BitTorrent client.
    • -
    • use anonymous email - postman has created a mail system compatible with normal mail +
    • use anonymous email - postman has created a mail system compatible with normal mail clients (POP3 / SMTP) that allows email within I2P as well as mail from and to the normal internet! get your account at hq.postman.i2p. We bundle susimail, a web based anonymity-oriented pop3/smtp client configured to access postman's mail services.
    • -
    • chat anonymously - fire up your own IRC client and connect to the +
    • chat anonymously - fire up your own IRC client and connect to the server at localhost port 6668. This points at one of two anonymously hosted IRC servers, but neither you nor they know where the other is.
    • -
    • blog anonymously - check out Syndie
    • -
    • and lots more
    • +
    • blog anonymously - check out Syndie
    • +
    • and lots more
    -

    Want your own eepsite?

    We've bundled some software to let you run your own eepsite - a @@ -75,4 +69,4 @@ You may also want to review the information on the I2P website, post up messages to the I2P discussion forum, or swing by #i2p or #i2p-chat on IRC at irc.freenode.net, irc.postman.i2p or irc.freshcoffee.i2p (they're linked together).

    -
+
diff --git a/readme_de.html b/readme_de.html index 885ac923a..ed3644e8c 100644 --- a/readme_de.html +++ b/readme_de.html @@ -1,44 +1,44 @@
-
English Chinese Deutsch Nederlands Svenska
+
English Chinese Deutsch Nederlands Svenska

Willkommen zu I2P!

Wenn Du gerade I2P gestartet hast, sollten die "Active:" Zahlen links in den nächsten paar Minuten anwachsen und Du siehst dann dort ein "shared clients" lokales Ziel gelistet (falls nicht, siehe Unten). Sobald das erscheint, kannst Du:

Willst Du Deine eigene Eepsite?

@@ -71,4 +71,4 @@ ins I2P discussion forum posten, oder chatten auf #i2p or #i2p-chat beim IRC auf irc.freenode.net, irc.postman.i2p - oder irc.freshcoffee.i2p (die verbunden sind).

+ oder irc.freshcoffee.i2p (die verbunden sind).


diff --git a/readme_fr.html b/readme_fr.html index f5112970d..3c908294d 100644 --- a/readme_fr.html +++ b/readme_fr.html @@ -1,30 +1,30 @@
-
English Chinese Deutsch Nederlands Svenska
+
English Chinese Deutsch Nederlands Svenska

Bienvenu a I2P!

Si vous venez juste de lancer I2P, les chiffres sur la gauche à coté de Active devraient commencer à augmenter dans les prochaines minutes et vous verrez un "Shared client" en destination locale listés sur la gauche (si non, voir plus bas). Une fois qu'ils apparaissent, vous pouvez: