Files
i2p.www/www.i2p2/pages/bounties.html
2008-03-16 22:49:54 +00:00

83 lines
3.1 KiB
HTML

{% extends "_layout.html" %}
{% block title %}Bounties{% endblock %}
{% block content %}
<p>While we always gratefully accept any contributions of code,
documentation, and the like, there are other ways to help I2P move
forward. As with any open source project, our goals would be achieved more
rapidly if we were able to support all of our contributors to work on
I2P full time. However, as with any open source project, thats not a
possibility. Instead, we are making use of a bounty system, whereby
anyone can get support for working on something that people want
implemented, and people who want to contribute to I2P can be assured that
their support goes to what they care about.</p>
<p>We are also keeping open the ability for people who want to support I2P
but don't have strong feelings about the bounties available. Those people
can simply put their trust in the I2P team to do what we feel is best by
donating to a catch-all general fund that will be used as deemed
necessary - allocated to various bounties, covering incidentals (hosting,
etc), and the like.</p>
<h2>Current bounties</h2>
<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="roadmap#0.6">Content distribution network</a></b></p></td>
<td><p>Proposal in development</p></td>
<td><p>jrandom</p></td>
<td><p>[vacant]</p></td>
<td><p>$150 USD</p></td>
</tr>
<tr>
<td><p><b><a href="bounty_unittests">Unit tests</a></b></p></td>
<td><p>Partly completed</p></td>
<td><p>jrandom</p></td>
<td><p>Comwiz</p></td>
<td><p>$1200 USD</p></td>
</tr>
<tr>
<td><p><b><a href="http://forum.i2p2.de/viewtopic.php?t=1136">Bundling bounties</a></b></p></td>
<td><p>Proposed</p></td>
<td><p>jrandom</p></td>
<td><p>[vacant]</p></td>
<td><p>$20 USD each, or $120 for all</p></td>
</tr>
</table>
<h2>Claimed bounties</h2>
<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>Swarming file transfer</b></p></td>
<td><p><a href="http://duck.i2p/i2p-bt/">CLAIMED</a> for &euro;250 EUR</p></td>
<td><p>duck, ragnarok, dinoman, connelly, drwoo</p></td>
</tr>
<tr>
<td><p><b>Streaming library window size</b></p></td>
<td><p><a href="http://dev.i2p.net/pipermail/i2p/2004-November/000491.html">Claimed</a></p></td>
<td><p>jrandom</p></td>
</tr>
<tr>
<td><p><b>IRC connect time monitor</b></p></td>
<td>CLAIMED for $10 USD</td>
<td><p>hypercubus</p></td>
</tr>
<tr>
<td><p><b>Unit tests (part 1)</b></p></td>
<td>CLAIMED for $300 USD</td>
<td><p>Comwiz</p></td>
</tr>
<tr>
<td><p><b><a href="http://gcc.gnu.org/java/">GCJ</a> support</b></p></td>
<td><p><a href="http://dev.i2p.net/cgi-bin/cvsweb.cgi/i2p/Makefile.gcj">Claimed</a></p></td>
<td><p>jrandom</p></td>
</tr>
</table>
</p>
<p><i><sup>*</sup> Dev lists anyone who may already be working on the bounty - collaboration is preferred, so if you're interested in working on it, please contact one of the people listed!</i></p>
{% endblock %}