From 1145ebf3056f94300a16f1434631ad6dd82b967b Mon Sep 17 00:00:00 2001 From: str4d Date: Sat, 10 Nov 2012 04:32:26 +0000 Subject: [PATCH] Moved team, halloffame and todo pages into volunteer --- i2p2www/pages/global/footer.html | 4 ++-- i2p2www/pages/global/nav.html | 6 ++++-- i2p2www/pages/site/{ => volunteer}/team.html | 0 .../pages => i2p2www/pages/site/volunteer}/todo.html | 8 ++++---- 4 files changed, 10 insertions(+), 8 deletions(-) rename i2p2www/pages/site/{ => volunteer}/team.html (100%) rename {www.i2p2/pages => i2p2www/pages/site/volunteer}/todo.html (98%) diff --git a/i2p2www/pages/global/footer.html b/i2p2www/pages/global/footer.html index e58fa41b..2ed8a611 100644 --- a/i2p2www/pages/global/footer.html +++ b/i2p2www/pages/global/footer.html @@ -8,8 +8,8 @@

{{ _('About I2P') }}

diff --git a/i2p2www/pages/global/nav.html b/i2p2www/pages/global/nav.html index 141118b4..61715439 100644 --- a/i2p2www/pages/global/nav.html +++ b/i2p2www/pages/global/nav.html @@ -30,9 +30,11 @@
  • {{ _('Volunteer') }}
  • {{ _('Language') }} diff --git a/i2p2www/pages/site/team.html b/i2p2www/pages/site/volunteer/team.html similarity index 100% rename from i2p2www/pages/site/team.html rename to i2p2www/pages/site/volunteer/team.html diff --git a/www.i2p2/pages/todo.html b/i2p2www/pages/site/volunteer/todo.html similarity index 98% rename from www.i2p2/pages/todo.html rename to i2p2www/pages/site/volunteer/todo.html index a702dfeb..6c8d53a3 100644 --- a/www.i2p2/pages/todo.html +++ b/i2p2www/pages/site/volunteer/todo.html @@ -1,4 +1,4 @@ -{% extends "_layout.html" %} +{% extends "global/layout.html" %} {% block title %}To Do List{% endblock %} {% block content %}

    I2P Project Targets

    @@ -8,8 +8,8 @@ or tools to secure the local machine, nor does it include client applications that will be essential in I2P's success. There are probably other things that will come up, especially as I2P gets more peer review, but these are the main - 'big things'. See also the roadmap. Want to help? - Get involved!

    + 'big things'. See also the roadmap. Want to help? + Get involved!


    Core functionality [link]

      @@ -112,7 +112,7 @@

      Obviously, that just won't work. We need to use a transport layer that can scale. In Java, we have two main camps:

      UDP

      - Implemented in I2P 0.6 ("SSU") as documented elsewhere + Implemented in I2P 0.6 ("SSU") as documented elsewhere

      Sending and receiving UDP datagrams is a connectionless operation - if we are communicating with 100,000 peers, we simply stick the UDP packets in a queue and have a single thread pulling them off the queue and shoving