diff --git a/i2p2www/pages/site/docs/apis/i2ptunnel.html b/i2p2www/pages/site/docs/api/i2ptunnel.html similarity index 100% rename from i2p2www/pages/site/docs/apis/i2ptunnel.html rename to i2p2www/pages/site/docs/api/i2ptunnel.html diff --git a/i2p2www/pages/site/docs/apis/socks.html b/i2p2www/pages/site/docs/api/socks.html similarity index 100% rename from i2p2www/pages/site/docs/apis/socks.html rename to i2p2www/pages/site/docs/api/socks.html diff --git a/i2p2www/pages/site/docs/index.html b/i2p2www/pages/site/docs/index.html index bd9fce6f..32ed553f 100644 --- a/i2p2www/pages/site/docs/index.html +++ b/i2p2www/pages/site/docs/index.html @@ -25,7 +25,7 @@ If you find any inaccuracies in the documents linked below, please
  • A Less-Technical Introduction
  • Threat model and analysis
  • Comparisons to other anonymous networks
  • -
  • Protocol stack chart
  • +
  • Protocol stack chart
  • Papers and Presentations on I2P
  • Invisible Internet Project (I2P) Project Overview August 28, 2003 (pdf)
  • diff --git a/www.i2p2/pages/protocols.html b/i2p2www/pages/site/docs/protocols.html similarity index 88% rename from www.i2p2/pages/protocols.html rename to i2p2www/pages/site/docs/protocols.html index 7c382c89..b32a8831 100644 --- a/www.i2p2/pages/protocols.html +++ b/i2p2www/pages/site/docs/protocols.html @@ -1,10 +1,10 @@ -{% extends "_layout.html" %} +{% extends "global/layout.html" %} {% block title %}Protocol Stack{% endblock %} {% block content %}

    Here is the protocol stack for I2P. -See also the Index to Technical Documentation. +See also the Index to Technical Documentation. Updated August 2010, current for router version 0.8.

    @@ -28,9 +28,9 @@ The capabilities are listed below, starting at the bottom of the protocol stack. I2P Transport Layer: provide encrypted connections between 2 I2P routers. These are not anonymous yet, this is strictly a hop-to-hop connection. Two protocols are implemented to provide these capabilities. NTCP builds on top of TCP, while SSU uses UDP.
    - NTCP: NIO-based TCP + NTCP: NIO-based TCP
    - SSU: Secure Semi-reliable UDP + SSU: Secure Semi-reliable UDP

  • I2P Tunnel Layer: provide full encrypted tunnel connections. @@ -68,7 +68,7 @@ However, each of these layers adds additional functionality, to allow applicatio
  • I2P Application Interface Layer: additional (optional) libraries allowing easier implementations on top of I2P.
    - I2PTunnel + I2PTunnel
    SAM/SAMv2/SAMv3(*), BOB @@ -76,7 +76,7 @@ However, each of these layers adds additional functionality, to allow applicatio
  • I2P Application Proxy Layer: proxy systems.
    - HTTP Client/Server, IRC Client, SOCKS, Streamr + HTTP Client/Server, IRC Client, SOCKS, Streamr
  • @@ -92,7 +92,7 @@ We can order this based on the I2P stack layer they use.

    - I2P Network stack + I2P Network stack

    Figure 1: The layers in the I2P Network stack.