volunteer/* -> get-involved/*
This commit is contained in:
@ -118,30 +118,30 @@
|
||||
</li>
|
||||
<li class="has-sub"><div class="menuitem"><span>{{ _('Volunteer') }}</span></div>
|
||||
<ul>
|
||||
<li><a href="{{ site_url('volunteer') }}"><div class="menuitem"><span>{{ _('Get involved!') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('get-involved') }}"><div class="menuitem"><span>{{ _('Get involved!') }}</span></div></a></li>
|
||||
<li class="has-sub"><div class="menuitem"><span>{{ _('Develop') }}</span></div>
|
||||
<ul>
|
||||
<li><a href="{{ site_url('volunteer/develop/applications') }}"><div class="menuitem"><span>{{ _('Applications') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('volunteer/develop/licenses') }}"><div class="menuitem"><span>{{ _('Licenses') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('volunteer/develop/release-signing-key') }}"><div class="menuitem"><span>{{ _('Release signing keys') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('volunteer/develop/signed-keys') }}"><div class="menuitem"><span>{{ _('Signed keys') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('volunteer/develop/developers-keys') }}"><div class="menuitem"><span>{{ _('Developers keys') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('get-involved/develop/applications') }}"><div class="menuitem"><span>{{ _('Applications') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('get-involved/develop/licenses') }}"><div class="menuitem"><span>{{ _('Licenses') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('get-involved/develop/release-signing-key') }}"><div class="menuitem"><span>{{ _('Release signing keys') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('get-involved/develop/signed-keys') }}"><div class="menuitem"><span>{{ _('Signed keys') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('get-involved/develop/developers-keys') }}"><div class="menuitem"><span>{{ _('Developers keys') }}</span></div></a></li>
|
||||
<li><a href="http://{{ i2pconv('trac.i2p2.i2p') }}/"><div class="menuitem"><span>{{ _('Bug tracker') }}</span></div></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{{ site_url('research') }}"><div class="menuitem"><span>{{ _('Academic research') }}</span></div></a></li>
|
||||
<li class="has-sub"><div class="menuitem"><span>{{ _('Guides') }}</span></div>
|
||||
<ul>
|
||||
<li><a href="{{ site_url('volunteer/guides/new-developers') }}"><div class="menuitem"><span>{{ _('New developers') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('volunteer/guides/ides') }}"><div class="menuitem"><span>{{ _('Using an IDE with I2P') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('volunteer/guides/dev-guidelines') }}"><div class="menuitem"><span>{{ _('Developer guidelines and coding style') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('volunteer/guides/new-translators') }}"><div class="menuitem"><span>{{ _('New translators') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('get-involved/guides/new-developers') }}"><div class="menuitem"><span>{{ _('New developers') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('get-involved/guides/ides') }}"><div class="menuitem"><span>{{ _('Using an IDE with I2P') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('get-involved/guides/dev-guidelines') }}"><div class="menuitem"><span>{{ _('Developer guidelines and coding style') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('get-involved/guides/new-translators') }}"><div class="menuitem"><span>{{ _('New translators') }}</span></div></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{{ site_url('volunteer/bounties') }}"><div class="menuitem"><span>{{ _('Bounties') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('get-involved/bounties') }}"><div class="menuitem"><span>{{ _('Bounties') }}</span></div></a></li>
|
||||
<li><a href="{{ get_url('meetings_index') }}"><div class="menuitem"><span>{{ _('Meetings') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('volunteer/roadmap') }}"><div class="menuitem"><span>{{ _('Roadmap') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('volunteer/todo') }}"><div class="menuitem"><span>{{ _('Task list') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('get-involved/roadmap') }}"><div class="menuitem"><span>{{ _('Roadmap') }}</span></div></a></li>
|
||||
<li><a href="{{ site_url('get-involved/todo') }}"><div class="menuitem"><span>{{ _('Task list') }}</span></div></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="has-sub right"><div class="menuitem"><span><img src="{{ get_flag() }}" /> {{ _('Language') }}</span></div>
|
||||
|
@ -180,13 +180,13 @@ Time synchronization and NTP
|
||||
|
||||
<h3>Developer's Guides and Resources</h3>
|
||||
<ul><li>
|
||||
<a href="{{ site_url('volunteer/guides/newdevelopers') }}">New Developer's Guide</a>
|
||||
<a href="{{ site_url('get-involved/guides/newdevelopers') }}">New Developer's Guide</a>
|
||||
</li><li>
|
||||
<a href="{{ site_url('volunteer/guides/newtranslators') }}">New Translator's Guide</a>
|
||||
<a href="{{ site_url('get-involved/guides/newtranslators') }}">New Translator's Guide</a>
|
||||
</li><li>
|
||||
<a href="monotone.html">Monotone Guide</a>
|
||||
</li><li>
|
||||
<a href="{{ site_url('volunteer/guides/devguidelines') }}">Developer Guidelines</a>
|
||||
<a href="{{ site_url('get-involved/guides/devguidelines') }}">Developer Guidelines</a>
|
||||
</li><li>
|
||||
<a href="http://docs.i2p-projekt.de/javadoc/">Javadocs</a> (standard internet)
|
||||
Note: always verify that javadocs are current by checking the release number.
|
||||
@ -222,9 +222,9 @@ Note: always verify that javadocs are current by checking the release number.
|
||||
</li><li>
|
||||
<a href="http://{{ i2pconv('trac.i2p2.i2p') }}/09roadmap">0.9 roadmap wiki</a> (not current)
|
||||
</li><li>
|
||||
<a href="{{ site_url('volunteer/roadmap') }}">Old roadmap</a> (not current)
|
||||
<a href="{{ site_url('get-involved/roadmap') }}">Old roadmap</a> (not current)
|
||||
</li><li>
|
||||
<a href="{{ site_url('volunteer/guides/todo') }}">To Do List</a> (not current)
|
||||
<a href="{{ site_url('get-involved/guides/todo') }}">To Do List</a> (not current)
|
||||
</li></ul>
|
||||
|
||||
|
||||
|
@ -25,56 +25,56 @@ etc), and the like.</p>
|
||||
<table border="1">
|
||||
<tr><td><p><b>Name</b></p></td><td><p><b>Status</b></p></td><td><p><b>Judge</b></p></td><td><p><b>Dev <sup>*</sup></b></p></td><td><p><b>Bounty</b></p></td></tr>
|
||||
<tr>
|
||||
<td><p><b><a href="{{ site_url('volunteer/bounties/datastore') }}">Frost for I2P datastorage</a></b></p></td>
|
||||
<td><p><b><a href="{{ site_url('get-involved/bounties/datastore') }}">Frost for I2P datastorage</a></b></p></td>
|
||||
<td><p>Proposal in development</p></td>
|
||||
<td><p>echelon</p></td>
|
||||
<td><p>[vacant]</p></td>
|
||||
<td><p>€50 EUR</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><b><a href="{{ site_url('volunteer/bounties/datastore') }}">Eepsites served out of I2P datastorage</a></b></p></td>
|
||||
<td><p><b><a href="{{ site_url('get-involved/bounties/datastore') }}">Eepsites served out of I2P datastorage</a></b></p></td>
|
||||
<td><p>Proposal in development</p></td>
|
||||
<td><p>echelon</p></td>
|
||||
<td><p>[vacant]</p></td>
|
||||
<td><p>€50 EUR</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><b><a href="{{ site_url('volunteer/bounties/i2phex') }}">Backporting Phex code onto I2PHex</a></b></p></td>
|
||||
<td><p><b><a href="{{ site_url('get-involved/bounties/i2phex') }}">Backporting Phex code onto I2PHex</a></b></p></td>
|
||||
<td><p>Proposal in development</p></td>
|
||||
<td><p>Arne Bab</p></td>
|
||||
<td><p>[vacant]</p></td>
|
||||
<td><p>€100 EUR</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><b><a href="{{ site_url('volunteer/bounties/ipv6') }}">make I2P IPv6 native</a></b></p></td>
|
||||
<td><p><b><a href="{{ site_url('get-involved/bounties/ipv6') }}">make I2P IPv6 native</a></b></p></td>
|
||||
<td><p>Proposal in development</p></td>
|
||||
<td><p>Amiga4000</p></td>
|
||||
<td><p>[vacant]</p></td>
|
||||
<td><p>€100 EUR</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><b><a href="{{ site_url('volunteer/bounties/debpack') }}">I2P package in Debian and Ubuntu mirrors</a></b></p></td>
|
||||
<td><p><b><a href="{{ site_url('get-involved/bounties/debpack') }}">I2P package in Debian and Ubuntu mirrors</a></b></p></td>
|
||||
<td><p>Proposal in development</p></td>
|
||||
<td><p>h2ik</p></td>
|
||||
<td><p>[vacant]</p></td>
|
||||
<td><p>€93 EUR</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><b><a href="{{ site_url('volunteer/bounties/btcclient') }}">Bitcoin client for I2P</a></b></p></td>
|
||||
<td><p><b><a href="{{ site_url('get-involved/bounties/btcclient') }}">Bitcoin client for I2P</a></b></p></td>
|
||||
<td><p>Proposal in development</p></td>
|
||||
<td><p>psychonaut</p></td>
|
||||
<td><p>[vacant]</p></td>
|
||||
<td><p>€30 EUR and 114,24BTC</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><b><a href="{{ site_url('volunteer/bounties/unittests') }}">Unit tests and Multi-router Simulation</a></b></p></td>
|
||||
<td><p><b><a href="{{ site_url('get-involved/bounties/unittests') }}">Unit tests and Multi-router Simulation</a></b></p></td>
|
||||
<td><p>Partly done, partly in work, partly still open</p></td>
|
||||
<td><p>anonymous</p></td>
|
||||
<td><p>str4d,hottuna</p></td>
|
||||
<td><p>3000 €, of which 300 € already paid for done jobs</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><b><a href="{{ site_url('volunteer/bounties/syndie2012') }}">Syndie</a></b></p></td>
|
||||
<td><p><b><a href="{{ site_url('get-involved/bounties/syndie2012') }}">Syndie</a></b></p></td>
|
||||
<td><p>Proposal in development</p></td>
|
||||
<td><p>I2P team</p></td>
|
||||
<td><p>[vacant]</p></td>
|
||||
@ -100,22 +100,22 @@ etc), and the like.</p>
|
||||
<table border="1">
|
||||
<tr><td><p><b>Name</b></p></td><td><p><b>Status</b></p></td><td><p><b>Dev team<sup>*</sup></b></p></td></tr>
|
||||
<tr>
|
||||
<td><p><b><a href="{{ site_url('volunteer/bounties/silc') }}">Setting up a SILC server</a></b></p></td>
|
||||
<td><p><b><a href="{{ site_url('get-involved/bounties/silc') }}">Setting up a SILC server</a></b></p></td>
|
||||
<td><p>withdrawn and bounty divided between ReturningNovice and the general fund</p></td>
|
||||
<td><p>An Anonymous Secret Society, society@mail.i2p</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><b><a href="{{ site_url('volunteer/bounties/arabic') }}">arabic translation</a></b></p></td>
|
||||
<td><p><b><a href="{{ site_url('get-involved/bounties/arabic') }}">arabic translation</a></b></p></td>
|
||||
<td><p>both parts were taken by hamada for 100 BTC</p></td>
|
||||
<td><p>hamada</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><b><a href="{{ site_url('volunteer/bounties/datastore') }}">Datastore over I2P</a></b></p></td>
|
||||
<td><p><b><a href="{{ site_url('get-involved/bounties/datastore') }}">Datastore over I2P</a></b></p></td>
|
||||
<td><p><a href="http://{{ i2pconv('killyourtv.i2p') }}/tahoe-lafs/install/">CLAIMED</a> for 700 €</p></td>
|
||||
<td><p>duck, smeghead</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <p><b><a href="{{ site_url('volunteer/bounties/rutrans') }}">translation into Russian</a></b></p></td>
|
||||
<td> <p><b><a href="{{ site_url('get-involved/bounties/rutrans') }}">translation into Russian</a></b></p></td>
|
||||
<td><p>claimed for $230 USD sponsored by russian sponsor</p></td>
|
||||
<td><p>4get</p></td>
|
||||
</tr>
|
@ -2,7 +2,7 @@
|
||||
{% block title %}Developer Guidelines and Coding Style{% endblock %}
|
||||
{% block content %}
|
||||
<p>
|
||||
Read the <a href="{{ site_url('volunteer/guides/newdevelopers') }}">new developers guide</a> first.
|
||||
Read the <a href="{{ site_url('get-involved/guides/newdevelopers') }}">new developers guide</a> first.
|
||||
</p>
|
||||
|
||||
<h2>Basic Guidelines and Coding Style</h2>
|
@ -8,7 +8,7 @@
|
||||
</p>
|
||||
<p>
|
||||
Not quite ready for coding?
|
||||
Try <a href="{{ site_url('volunteer') }}">getting involved</a> first.
|
||||
Try <a href="{{ site_url('get-involved') }}">getting involved</a> first.
|
||||
</p>
|
||||
|
||||
<div id="TOC">
|
||||
@ -130,7 +130,7 @@
|
||||
<h2 id="development-ideas">Development ideas</h2>
|
||||
<p>
|
||||
See <a href="http://zzz.i2p/forums/3">zzz's TODO lists</a>,
|
||||
<a href="{{ site_url('volunteer/todo') }}">this website's TODO list</a> or
|
||||
<a href="{{ site_url('get-involved/todo') }}">this website's TODO list</a> or
|
||||
<a href="http://trac.i2p2.de/report/1">Trac</a>
|
||||
for ideas.
|
||||
</p>
|
||||
@ -163,7 +163,7 @@
|
||||
|
||||
<h2 id="translations">Translations</h2>
|
||||
<p>
|
||||
Website and router console translators: See the <a href="{{ site_url('volunteer/guides/newtranslators') }}">New Translators Page</a>
|
||||
Website and router console translators: See the <a href="{{ site_url('get-involved/guides/newtranslators') }}">New Translators Page</a>
|
||||
for next steps.
|
||||
</p>
|
||||
|
@ -15,7 +15,7 @@ Preparation
|
||||
To make sure other coworkers don't bump onto the files you are working on,
|
||||
please update the translation status on <a href="http://ugha.i2p/i2pTranslation">this wiki page</a>.</li>
|
||||
<li>
|
||||
Follow the <a href="{{ site_url('volunteer/guides/newdevelopers') }}">new developer's guide</a>,
|
||||
Follow the <a href="{{ site_url('get-involved/guides/newdevelopers') }}">new developer's guide</a>,
|
||||
Including the installation of monotone,
|
||||
checking out i2p.www branch, and generate your own monotone keys.
|
||||
It is not required that you sign a dev agreement.</li>
|
||||
@ -62,7 +62,7 @@ Preparation
|
||||
To make sure other coworkers don't bump onto the files you are working on,
|
||||
please update the translation status on <a href="http://ugha.i2p/i2pTranslation">this wiki page</a>.</li>
|
||||
<li>
|
||||
Follow the <a href="{{ site_url('volunteer/guides/newdevelopers') }}">new developer's guide</a>,
|
||||
Follow the <a href="{{ site_url('get-involved/guides/newdevelopers') }}">new developer's guide</a>,
|
||||
Including the installation of monotone and the gettext tools,
|
||||
checking out i2p.i2p branch, and generate your own monotone keys.</li>
|
||||
<li>
|
@ -36,17 +36,17 @@ There's plenty to do if you know Java or are ready to learn.
|
||||
Check for open tickets on <a href="http://trac.i2p2.de/report/1">Trac</a>
|
||||
or the TODO list on <a href="http://zzz.i2p/">zzz.i2p</a> for
|
||||
some ideas on where to start.
|
||||
See the <a href="{{ site_url('volunteer/guides/newdevelopers') }}">new developer's guide</a> for details.
|
||||
See the <a href="{{ site_url('get-involved/guides/newdevelopers') }}">new developer's guide</a> for details.
|
||||
</li><li><b>Translation</b> —
|
||||
Help translate the website and the software into your language.
|
||||
See the <a href="{{ site_url('volunteer/guides/newtranslators') }}">new translator's guide</a> for details.
|
||||
See the <a href="{{ site_url('get-involved/guides/newtranslators') }}">new translator's guide</a> for details.
|
||||
</li><li><b>Analysis</b> —
|
||||
Study or test the code to look for vulnerabilities.
|
||||
Both anonymity vulnerabilities from the various
|
||||
<a href="{{ site_url('docs/how/threatmodel') }}">threat models</a>,
|
||||
and DOS and other weaknesses due to securities holes,
|
||||
need researching.
|
||||
</li><li><b><a href="{{ site_url('volunteer/donate') }}">Donate</a></b>
|
||||
</li><li><b><a href="{{ site_url('get-involved/donate') }}">Donate</a></b>
|
||||
|
||||
</li></ul>
|
||||
{% endblock %}
|
@ -5,7 +5,7 @@
|
||||
<h2 id="v0.9">0.9</h2>
|
||||
<ul>
|
||||
<li>Include some seed data in the distribution so a central reseed location isn't required?</li>
|
||||
<li>Reachability Mapping / handle peers partially reachable / enhanced <a href="{{ site_url('volunteer/todo') }}#fullRestrictedRoutes">restricted routes</a></li>
|
||||
<li>Reachability Mapping / handle peers partially reachable / enhanced <a href="{{ site_url('get-involved/todo') }}#fullRestrictedRoutes">restricted routes</a></li>
|
||||
<li>Improve help pages and website</li>
|
||||
<li>More translations</li>
|
||||
<li>SSU disconnect message</li>
|
||||
@ -30,5 +30,5 @@
|
||||
<li>User defined message delays</li>
|
||||
</ul>
|
||||
|
||||
<p>Please see the <a href="{{ site_url('volunteer/todo') }}">TODO</a> list for more detailed info about some of these tasks.</p>
|
||||
<p>Please see the <a href="{{ site_url('get-involved/todo') }}">TODO</a> list for more detailed info about some of these tasks.</p>
|
||||
{% endblock %}
|
@ -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 <a href="{{ site_url('volunteer/roadmap') }}">the roadmap</a>. Want to help?
|
||||
<a href="{{ site_url('volunteer') }}">Get involved</a>! </p>
|
||||
'big things'. See also <a href="{{ site_url('get-involved/roadmap') }}">the roadmap</a>. Want to help?
|
||||
<a href="{{ site_url('get-involved') }}">Get involved</a>! </p>
|
||||
<br />
|
||||
<h2>Core functionality <span class="permalink"><a href="#core">[link]</a></span></h2>
|
||||
<ul class="targetlist">
|
Reference in New Issue
Block a user