forked from I2P_Developers/i2p.www
Moved team, halloffame and todo pages into volunteer
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
<div class='aside second'>
|
<div class='aside second'>
|
||||||
<h1>{{ _('About I2P') }}</h1>
|
<h1>{{ _('About I2P') }}</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="{{ site_url('team') }}">{{ _('I2P Team') }}</a></li>
|
<li><a href="{{ site_url('volunteer/team') }}">{{ _('I2P Team') }}</a></li>
|
||||||
<li><a href="halloffame.html">{{ _('Hall of Fame') }}</a></li>
|
<li><a href="{{ site_url('volunteer/halloffame') }}">{{ _('Hall of Fame') }}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class='aside third'>
|
<div class='aside third'>
|
||||||
|
@@ -30,9 +30,11 @@
|
|||||||
</li>
|
</li>
|
||||||
<li class="has-sub"><a href="{{ site_url('volunteer') }}"><span>{{ _('Volunteer') }}</span></a>
|
<li class="has-sub"><a href="{{ site_url('volunteer') }}"><span>{{ _('Volunteer') }}</span></a>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="{{ site_url('volunteer/team') }}"><span>{{ _('Team') }}</span></a></li>
|
||||||
|
<li><a href="{{ site_url('volunteer/halloffame') }}"><span>{{ _('Hall of Fame') }}</span></a></li>
|
||||||
<li><a href="{{ site_url('volunteer/bounties') }}"><span>{{ _('Bounties') }}</span></a></li>
|
<li><a href="{{ site_url('volunteer/bounties') }}"><span>{{ _('Bounties') }}</span></a></li>
|
||||||
<li><a href="roadmap.html"><span>{{ _('Roadmap') }}</span></a></li>
|
<li><a href="{{ site_url('volunteer/roadmap') }}"><span>{{ _('Roadmap') }}</span></a></li>
|
||||||
<li><a href="todo.html"><span>{{ _('Task list') }}</span></a></li>
|
<li><a href="{{ site_url('volunteer/todo') }}"><span>{{ _('Task list') }}</span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="has-sub right"><a href="#"><span>{{ _('Language') }}</span></a>
|
<li class="has-sub right"><a href="#"><span>{{ _('Language') }}</span></a>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{% extends "_layout.html" %}
|
{% extends "global/layout.html" %}
|
||||||
{% block title %}To Do List{% endblock %}
|
{% block title %}To Do List{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>I2P Project Targets</h1>
|
<h1>I2P Project Targets</h1>
|
||||||
@@ -8,8 +8,8 @@
|
|||||||
or tools to secure the local machine, nor does it include client applications
|
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
|
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
|
will come up, especially as I2P gets more peer review, but these are the main
|
||||||
'big things'. See also <a href="roadmap.html">the roadmap</a>. Want to help?
|
'big things'. See also <a href="{{ site_url('volunteer/roadmap') }}">the roadmap</a>. Want to help?
|
||||||
<a href="getinvolved.html">Get involved</a>! </p>
|
<a href="{{ site_url('volunteer') }}">Get involved</a>! </p>
|
||||||
<br />
|
<br />
|
||||||
<h2>Core functionality <span class="permalink"><a href="#core">[link]</a></span></h2>
|
<h2>Core functionality <span class="permalink"><a href="#core">[link]</a></span></h2>
|
||||||
<ul class="targetlist">
|
<ul class="targetlist">
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
<p>Obviously, that just won't work. We need to use a transport layer that
|
<p>Obviously, that just won't work. We need to use a transport layer that
|
||||||
can scale. In Java, we have two main camps:</p>
|
can scale. In Java, we have two main camps:</p>
|
||||||
<h4>UDP</h4>
|
<h4>UDP</h4>
|
||||||
<b><i>Implemented in I2P 0.6 ("SSU") as documented <a href="udp.html">elsewhere</a></i></b>
|
<b><i>Implemented in I2P 0.6 ("SSU") as documented <a href="{{ site_url('docs/transport/ssu') }}">elsewhere</a></i></b>
|
||||||
<p>Sending and receiving UDP datagrams is a connectionless operation - if
|
<p>Sending and receiving UDP datagrams is a connectionless operation - if
|
||||||
we are communicating with 100,000 peers, we simply stick the UDP packets
|
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
|
in a queue and have a single thread pulling them off the queue and shoving
|
Reference in New Issue
Block a user