volunteer/* -> get-involved/*

This commit is contained in:
str4d
2013-01-09 00:58:13 +00:00
parent 2acc8bc433
commit 29a8af1cd6
29 changed files with 43 additions and 43 deletions

View File

@@ -118,30 +118,30 @@
</li> </li>
<li class="has-sub"><div class="menuitem"><span>{{ _('Volunteer') }}</span></div> <li class="has-sub"><div class="menuitem"><span>{{ _('Volunteer') }}</span></div>
<ul> <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> <li class="has-sub"><div class="menuitem"><span>{{ _('Develop') }}</span></div>
<ul> <ul>
<li><a href="{{ site_url('volunteer/develop/applications') }}"><div class="menuitem"><span>{{ _('Applications') }}</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('volunteer/develop/licenses') }}"><div class="menuitem"><span>{{ _('Licenses') }}</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('volunteer/develop/release-signing-key') }}"><div class="menuitem"><span>{{ _('Release signing keys') }}</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('volunteer/develop/signed-keys') }}"><div class="menuitem"><span>{{ _('Signed 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('volunteer/develop/developers-keys') }}"><div class="menuitem"><span>{{ _('Developers 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> <li><a href="http://{{ i2pconv('trac.i2p2.i2p') }}/"><div class="menuitem"><span>{{ _('Bug tracker') }}</span></div></a></li>
</ul> </ul>
</li> </li>
<li><a href="{{ site_url('research') }}"><div class="menuitem"><span>{{ _('Academic research') }}</span></div></a></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> <li class="has-sub"><div class="menuitem"><span>{{ _('Guides') }}</span></div>
<ul> <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('get-involved/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('get-involved/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('get-involved/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-translators') }}"><div class="menuitem"><span>{{ _('New translators') }}</span></div></a></li>
</ul> </ul>
</li> </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="{{ 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('get-involved/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/todo') }}"><div class="menuitem"><span>{{ _('Task list') }}</span></div></a></li>
</ul> </ul>
</li> </li>
<li class="has-sub right"><div class="menuitem"><span><img src="{{ get_flag() }}" /> {{ _('Language') }}</span></div> <li class="has-sub right"><div class="menuitem"><span><img src="{{ get_flag() }}" /> {{ _('Language') }}</span></div>

View File

@@ -180,13 +180,13 @@ Time synchronization and NTP
<h3>Developer's Guides and Resources</h3> <h3>Developer's Guides and Resources</h3>
<ul><li> <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> </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> </li><li>
<a href="monotone.html">Monotone Guide</a> <a href="monotone.html">Monotone Guide</a>
</li><li> </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> </li><li>
<a href="http://docs.i2p-projekt.de/javadoc/">Javadocs</a> (standard internet) <a href="http://docs.i2p-projekt.de/javadoc/">Javadocs</a> (standard internet)
Note: always verify that javadocs are current by checking the release number. 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> </li><li>
<a href="http://{{ i2pconv('trac.i2p2.i2p') }}/09roadmap">0.9 roadmap wiki</a> (not current) <a href="http://{{ i2pconv('trac.i2p2.i2p') }}/09roadmap">0.9 roadmap wiki</a> (not current)
</li><li> </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> </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> </li></ul>

View File

@@ -25,56 +25,56 @@ etc), and the like.</p>
<table border="1"> <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>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> <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>Proposal in development</p></td>
<td><p>echelon</p></td> <td><p>echelon</p></td>
<td><p>[vacant]</p></td> <td><p>[vacant]</p></td>
<td><p>&euro;50 EUR</p></td> <td><p>&euro;50 EUR</p></td>
</tr> </tr>
<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>Proposal in development</p></td>
<td><p>echelon</p></td> <td><p>echelon</p></td>
<td><p>[vacant]</p></td> <td><p>[vacant]</p></td>
<td><p>&euro;50 EUR</p></td> <td><p>&euro;50 EUR</p></td>
</tr> </tr>
<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>Proposal in development</p></td>
<td><p>Arne Bab</p></td> <td><p>Arne Bab</p></td>
<td><p>[vacant]</p></td> <td><p>[vacant]</p></td>
<td><p>&euro;100 EUR</p></td> <td><p>&euro;100 EUR</p></td>
</tr> </tr>
<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>Proposal in development</p></td>
<td><p>Amiga4000</p></td> <td><p>Amiga4000</p></td>
<td><p>[vacant]</p></td> <td><p>[vacant]</p></td>
<td><p>&euro;100 EUR</p></td> <td><p>&euro;100 EUR</p></td>
</tr> </tr>
<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>Proposal in development</p></td>
<td><p>h2ik</p></td> <td><p>h2ik</p></td>
<td><p>[vacant]</p></td> <td><p>[vacant]</p></td>
<td><p>&euro;93 EUR</p></td> <td><p>&euro;93 EUR</p></td>
</tr> </tr>
<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>Proposal in development</p></td>
<td><p>psychonaut</p></td> <td><p>psychonaut</p></td>
<td><p>[vacant]</p></td> <td><p>[vacant]</p></td>
<td><p>&euro;30 EUR and 114,24BTC</p></td> <td><p>&euro;30 EUR and 114,24BTC</p></td>
</tr> </tr>
<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>Partly done, partly in work, partly still open</p></td>
<td><p>anonymous</p></td> <td><p>anonymous</p></td>
<td><p>str4d,hottuna</p></td> <td><p>str4d,hottuna</p></td>
<td><p>3000 &euro;, of which 300 &euro; already paid for done jobs</p></td> <td><p>3000 &euro;, of which 300 &euro; already paid for done jobs</p></td>
</tr> </tr>
<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>Proposal in development</p></td>
<td><p>I2P team</p></td> <td><p>I2P team</p></td>
<td><p>[vacant]</p></td> <td><p>[vacant]</p></td>
@@ -100,22 +100,22 @@ etc), and the like.</p>
<table border="1"> <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>Name</b></p></td><td><p><b>Status</b></p></td><td><p><b>Dev team<sup>*</sup></b></p></td></tr>
<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>withdrawn and bounty divided between ReturningNovice and the general fund</p></td>
<td><p>An Anonymous Secret Society, society@mail.i2p</p></td> <td><p>An Anonymous Secret Society, society@mail.i2p</p></td>
</tr> </tr>
<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>both parts were taken by hamada for 100 BTC</p></td>
<td><p>hamada</p></td> <td><p>hamada</p></td>
</tr> </tr>
<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 &euro;</p></td> <td><p><a href="http://{{ i2pconv('killyourtv.i2p') }}/tahoe-lafs/install/">CLAIMED</a> for 700 &euro;</p></td>
<td><p>duck, smeghead</p></td> <td><p>duck, smeghead</p></td>
</tr> </tr>
<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>claimed for $230 USD sponsored by russian sponsor</p></td>
<td><p>4get</p></td> <td><p>4get</p></td>
</tr> </tr>

View File

@@ -2,7 +2,7 @@
{% block title %}Developer Guidelines and Coding Style{% endblock %} {% block title %}Developer Guidelines and Coding Style{% endblock %}
{% block content %} {% block content %}
<p> <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> </p>
<h2>Basic Guidelines and Coding Style</h2> <h2>Basic Guidelines and Coding Style</h2>

View File

@@ -8,7 +8,7 @@
</p> </p>
<p> <p>
Not quite ready for coding? 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> </p>
<div id="TOC"> <div id="TOC">
@@ -130,7 +130,7 @@
<h2 id="development-ideas">Development ideas</h2> <h2 id="development-ideas">Development ideas</h2>
<p> <p>
See <a href="http://zzz.i2p/forums/3">zzz's TODO lists</a>, 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> <a href="http://trac.i2p2.de/report/1">Trac</a>
for ideas. for ideas.
</p> </p>
@@ -163,7 +163,7 @@
<h2 id="translations">Translations</h2> <h2 id="translations">Translations</h2>
<p> <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. for next steps.
</p> </p>

View File

@@ -15,7 +15,7 @@ Preparation
To make sure other coworkers don't bump onto the files you are working on, 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> please update the translation status on <a href="http://ugha.i2p/i2pTranslation">this wiki page</a>.</li>
<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, Including the installation of monotone,
checking out i2p.www branch, and generate your own monotone keys. checking out i2p.www branch, and generate your own monotone keys.
It is not required that you sign a dev agreement.</li> 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, 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> please update the translation status on <a href="http://ugha.i2p/i2pTranslation">this wiki page</a>.</li>
<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, Including the installation of monotone and the gettext tools,
checking out i2p.i2p branch, and generate your own monotone keys.</li> checking out i2p.i2p branch, and generate your own monotone keys.</li>
<li> <li>

View File

@@ -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> 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 or the TODO list on <a href="http://zzz.i2p/">zzz.i2p</a> for
some ideas on where to start. 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> &mdash; </li><li><b>Translation</b> &mdash;
Help translate the website and the software into your language. 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> &mdash; </li><li><b>Analysis</b> &mdash;
Study or test the code to look for vulnerabilities. Study or test the code to look for vulnerabilities.
Both anonymity vulnerabilities from the various Both anonymity vulnerabilities from the various
<a href="{{ site_url('docs/how/threatmodel') }}">threat models</a>, <a href="{{ site_url('docs/how/threatmodel') }}">threat models</a>,
and DOS and other weaknesses due to securities holes, and DOS and other weaknesses due to securities holes,
need researching. 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> </li></ul>
{% endblock %} {% endblock %}

View File

@@ -5,7 +5,7 @@
<h2 id="v0.9">0.9</h2> <h2 id="v0.9">0.9</h2>
<ul> <ul>
<li>Include some seed data in the distribution so a central reseed location isn't required?</li> <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>Improve help pages and website</li>
<li>More translations</li> <li>More translations</li>
<li>SSU disconnect message</li> <li>SSU disconnect message</li>
@@ -30,5 +30,5 @@
<li>User defined message delays</li> <li>User defined message delays</li>
</ul> </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 %} {% endblock %}

View File

@@ -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="{{ site_url('volunteer/roadmap') }}">the roadmap</a>. Want to help? 'big things'. See also <a href="{{ site_url('get-involved/roadmap') }}">the roadmap</a>. Want to help?
<a href="{{ site_url('volunteer') }}">Get involved</a>! </p> <a href="{{ site_url('get-involved') }}">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">