From 88c773cc4a0c5592c6c801f3be227cbab768a359 Mon Sep 17 00:00:00 2001 From: str4d Date: Wed, 6 Feb 2013 03:34:20 +0000 Subject: [PATCH] More URL fixes --- i2p2www/pages/downloads/debian.html | 2 +- i2p2www/pages/downloads/list.html | 10 +-- i2p2www/pages/site/docs/spec/i2cp.html | 92 +++++++++++++------------- 3 files changed, 53 insertions(+), 51 deletions(-) diff --git a/i2p2www/pages/downloads/debian.html b/i2p2www/pages/downloads/debian.html index 8b3d8557..17a6e9b9 100644 --- a/i2p2www/pages/downloads/debian.html +++ b/i2p2www/pages/downloads/debian.html @@ -188,7 +188,7 @@ i2p" as root or using sudo. This is the recommended means of operation. When installing for the first time, please remember to adjust your NAT/firewall if you can. The ports to forward can be found on the network configuration page in the router console. If guidance with respect to forwarding ports is needed, -you may find portforward.com to be helpful. +you may find portforward.com to be helpful. {%- endtrans %}

{% trans -%} diff --git a/i2p2www/pages/downloads/list.html b/i2p2www/pages/downloads/list.html index c29f20ed..99aa7953 100644 --- a/i2p2www/pages/downloads/list.html +++ b/i2p2www/pages/downloads/list.html @@ -4,11 +4,13 @@

{{ _('Download I2P') }}

{{ _('Dependency') }}

-

{% trans %} +

{% trans java='https://www.java.com/en/download/index.jsp', +openjdk='http://openjdk.java.net/install/', +icedtea='http://icedtea.classpath.org/wiki/Main_Page' %} Java Runtime 1.5 or higher. -(Oracle/Sun Java Version 6, -OpenJDK 6, or -IcedTea6 +(Oracle/Sun Java Version 6, +OpenJDK 6, or +IcedTea6 recommended)
Determine your installed Java version here diff --git a/i2p2www/pages/site/docs/spec/i2cp.html b/i2p2www/pages/site/docs/spec/i2cp.html index 6fd54e76..1afc055f 100644 --- a/i2p2www/pages/site/docs/spec/i2cp.html +++ b/i2p2www/pages/site/docs/spec/i2cp.html @@ -15,7 +15,7 @@ such as SAM or BOB. The protocol is only serialized if the client and router are not in the same JVM; otherwise, I2CP message objects are passed via an internal JVM interface.

-More information is on the I2CP Overview page. +More information is on the I2CP Overview page.

@@ -159,9 +159,9 @@ as they generally disconnect the session upon reception of an unsupported messag

Contents

  1. - 4 byte Integer specifying the length of the message body + 4 byte Integer specifying the length of the message body
  2. - 1 byte Integer specifying the message type. + 1 byte Integer specifying the message type.
  3. The I2CP message body, 0 or more bytes
@@ -182,7 +182,7 @@ point in time.

Contents

  1. -4 byte Integer +4 byte Integer

Notes

@@ -201,7 +201,7 @@ Destination to another.

Contents

  1. -4 byte Integer length +4 byte Integer length
  2. That many bytes
@@ -209,7 +209,7 @@ That many bytes

Notes

The payload is in a gzip format as specified on the -I2CP Overview page. +I2CP Overview page.

@@ -222,20 +222,20 @@ Defines the configuration options for a particular client session.

Contents

  1. -Destination +Destination
  2. -Mapping of options +Mapping of options
  3. -Creation Date +Creation Date
  4. -DSA Signature of the previous 3 fields, signed by the -Signing Private Key +DSA Signature of the previous 3 fields, signed by the +Signing Private Key

Notes

The options are specified on the -I2CP Overview page. +I2CP Overview page.

@@ -250,7 +250,7 @@ time.

Contents

  1. -2 byte Integer +2 byte Integer

Notes

@@ -399,28 +399,28 @@ Sent from Router to Client in response to a Get Bandwidth Limits Message.

Contents

  1. -4 byte Integer +4 byte Integer Client inbound limit (KBps)
  2. -4 byte Integer +4 byte Integer Client outbound limit (KBps)
  3. -4 byte Integer +4 byte Integer Router inbound limit (KBps)
  4. -4 byte Integer +4 byte Integer Router inbound burst limit (KBps)
  5. -4 byte Integer +4 byte Integer Router outbound limit (KBps)
  6. -4 byte Integer +4 byte Integer Router outbound burst limit (KBps)
  7. -4 byte Integer +4 byte Integer Router burst time (seconds)
  8. -Nine 4-byte Integers +Nine 4-byte Integers undefined
@@ -444,11 +444,11 @@ Sent from Client to Router.
  1. Session ID
  2. -Signing Private Key +Signing Private Key
  3. -Private Key +Private Key
  4. -LeaseSet +LeaseSet

Notes

@@ -500,7 +500,7 @@ The router responds with a Dest Reply Message.

Contents

  1. -SHA-256 Hash +SHA-256 Hash

Notes

@@ -519,9 +519,9 @@ Sent from Router to Client in response to a Dest Lookup Message.

Contents

  1. -Destination +Destination on success, or -Hash +Hash on failure
@@ -564,7 +564,7 @@ Sent either from router to client or from client to router.

Contents

  1. -Reason String +Reason String

Notes

@@ -602,7 +602,7 @@ The router responds with a Set Date Message.

Contents

  1. -I2CP Version String +I2CP Version String

Notes

@@ -654,11 +654,11 @@ For an outgoing message, this is a response to a
  • Message ID
  • -1 byte Integer status +1 byte Integer status
  • -4 byte Integer size +4 byte Integer size
  • -4 byte Integer nonce +4 byte Integer nonce
  • Notes

    @@ -768,10 +768,10 @@ Sent either from router to client or from client to router.
    1. Session ID
    2. -1 byte Integer abuse severity +1 byte Integer abuse severity (0 is minimally abusive, 255 being extremely abusive)
    3. -Reason String +Reason String
    4. Message ID
    @@ -797,16 +797,16 @@ The client responds with a Create LeaseSet Message<
    1. Session ID
    2. -1 byte Integer number of tunnels +1 byte Integer number of tunnels
    3. That many pairs of:
      1. - Router Identity + Router Identity
      2. - Tunnel ID + Tunnel ID
    4. -End Date +End Date

    Notes

    @@ -829,11 +829,11 @@ The router responds with a Message Status Message
  • Session ID
  • -Destination +Destination
  • Payload
  • -4 byte Integer nonce +4 byte Integer nonce
  • Notes

    @@ -866,15 +866,15 @@ Sent from Client to Router. Same as Send Message Message, except includes an exp
    1. Session ID
    2. -Destination +Destination
    3. Payload
    4. -4 byte Integer nonce +4 byte Integer nonce
    5. 2 bytes of flags (options)
    6. -Expiration Date +Expiration Date truncated from 8 bytes to 6 bytes
    @@ -969,7 +969,7 @@ Sent from Router to Client.
    1. Session ID
    2. -1 byte Integer status +1 byte Integer status

    Notes

    @@ -989,9 +989,9 @@ Sent from Router to Client as a part of the initial handshake.

    Contents

    1. -Date +Date
    2. -I2CP Version String +I2CP Version String

    Notes