2012-09-15 03:18:17 +00:00
|
|
|
{% extends "global/layout.html" %}
|
2014-01-09 19:39:15 +00:00
|
|
|
{% block title %}{{ _('Bounties for I2P') }}{% endblock %}
|
2008-01-31 20:38:37 +00:00
|
|
|
{% block content %}
|
2013-05-24 02:01:41 +00:00
|
|
|
<!-- file version 2013.03.31.01 -->
|
2013-01-20 12:38:41 +00:00
|
|
|
<p>{% trans -%}
|
|
|
|
While we always gratefully accept any contributions of code,
|
2004-07-06 21:38:20 +00:00
|
|
|
documentation, and the like, there are other ways to help I2P move
|
2004-07-06 20:39:18 +00:00
|
|
|
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
|
2010-03-21 19:41:10 +00:00
|
|
|
I2P full time. However, as with any open source project, that's not a
|
2004-07-06 20:39:18 +00:00
|
|
|
possibility. Instead, we are making use of a bounty system, whereby
|
|
|
|
anyone can get support for working on something that people want
|
2004-07-06 21:38:20 +00:00
|
|
|
implemented, and people who want to contribute to I2P can be assured that
|
2013-01-20 12:38:41 +00:00
|
|
|
their support goes to what they care about.
|
|
|
|
{%- endtrans %}</p>
|
2004-07-06 20:39:18 +00:00
|
|
|
|
2013-01-20 12:38:41 +00:00
|
|
|
<p>{% trans -%}
|
|
|
|
We are also keeping open the ability for people who want to support I2P
|
2004-07-06 20:39:18 +00:00
|
|
|
but don't have strong feelings about the bounties available. Those people
|
2004-07-06 21:38:20 +00:00
|
|
|
can simply put their trust in the I2P team to do what we feel is best by
|
2004-07-06 20:39:18 +00:00
|
|
|
donating to a catch-all general fund that will be used as deemed
|
|
|
|
necessary - allocated to various bounties, covering incidentals (hosting,
|
2013-01-20 12:38:41 +00:00
|
|
|
etc), and the like.
|
|
|
|
{%- endtrans %}</p>
|
2004-07-06 20:39:18 +00:00
|
|
|
|
2013-01-20 12:38:41 +00:00
|
|
|
<h2>{{ _('Current bounties') }}</h2>
|
2008-06-19 15:31:15 +00:00
|
|
|
|
|
|
|
<table border="1">
|
2013-01-20 12:38:41 +00:00
|
|
|
<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>
|
2011-07-23 14:03:00 +00:00
|
|
|
<tr>
|
2013-01-20 12:38:41 +00:00
|
|
|
<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>
|
2008-06-19 18:23:26 +00:00
|
|
|
<td><p>echelon</p></td>
|
2013-01-20 12:38:41 +00:00
|
|
|
<td><p>[{{ _('vacant') }}]</p></td>
|
2011-01-30 12:23:31 +00:00
|
|
|
<td><p>€50 EUR</p></td>
|
2008-06-19 18:23:26 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2013-01-20 12:38:41 +00:00
|
|
|
<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>
|
2008-06-19 18:23:26 +00:00
|
|
|
<td><p>echelon</p></td>
|
2013-01-20 12:38:41 +00:00
|
|
|
<td><p>[{{ _('vacant') }}]</p></td>
|
2014-03-13 08:05:16 +00:00
|
|
|
<td><p>€95 EUR and 2 BTC</p></td>
|
2008-06-19 15:31:15 +00:00
|
|
|
</tr>
|
2009-10-12 16:41:18 +00:00
|
|
|
<tr>
|
2013-01-20 12:38:41 +00:00
|
|
|
<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>
|
2009-10-12 16:41:18 +00:00
|
|
|
<td><p>Arne Bab</p></td>
|
2013-01-20 12:38:41 +00:00
|
|
|
<td><p>[{{ _('vacant') }}]</p></td>
|
2012-04-16 12:10:11 +00:00
|
|
|
<td><p>€100 EUR</p></td>
|
2009-10-12 16:41:18 +00:00
|
|
|
</tr>
|
2011-08-31 13:00:51 +00:00
|
|
|
<tr>
|
2013-01-20 12:38:41 +00:00
|
|
|
<td><p><b><a href="{{ site_url('get-involved/bounties/btc-client') }}">{{ _('Bitcoin client for I2P') }}</a></b></p></td>
|
2013-03-17 19:15:02 +00:00
|
|
|
<td><p>{{ _('Done, phase of verification') }}</p></td>
|
2011-08-31 12:58:27 +00:00
|
|
|
<td><p>psychonaut</p></td>
|
2013-03-17 19:15:02 +00:00
|
|
|
<td><p>giv</p></td>
|
2014-03-13 08:05:16 +00:00
|
|
|
<td><p>€30 EUR and 68BTC paid to giv, leftover 1,34 BTC for plugin creation</p></td>
|
2011-06-01 13:05:49 +00:00
|
|
|
</tr>
|
2012-01-22 17:58:12 +00:00
|
|
|
<tr>
|
2013-01-20 12:38:41 +00:00
|
|
|
<td><p><b><a href="{{ site_url('get-involved/bounties/unit-tests') }}">{{ _('Unit tests and Multi-router Simulation') }}</a></b></p></td>
|
|
|
|
<td><p>{{ _('Partly done, partly in work, partly still open') }}</p></td>
|
2012-01-22 17:58:12 +00:00
|
|
|
<td><p>anonymous</p></td>
|
2013-01-15 19:23:50 +00:00
|
|
|
<td><p>str4d,hottuna,zzz,sponge,dg</p></td>
|
2014-03-13 08:05:16 +00:00
|
|
|
<td><p>3005 €, of which 700 € already paid for done jobs</p></td>
|
2012-01-22 17:58:12 +00:00
|
|
|
</tr>
|
2012-12-11 19:47:19 +00:00
|
|
|
<tr>
|
2013-01-20 12:38:41 +00:00
|
|
|
<td><p><b><a href="{{ site_url('get-involved/bounties/syndie-2012') }}">Syndie</a></b></p></td>
|
|
|
|
<td><p>{{ _('Proposal in development') }}</p></td>
|
2012-12-11 19:47:19 +00:00
|
|
|
<td><p>I2P team</p></td>
|
2013-01-20 12:38:41 +00:00
|
|
|
<td><p>[{{ _('vacant') }}]</p></td>
|
2014-03-13 08:05:16 +00:00
|
|
|
<td><p>3 BTC</p></td>
|
2013-06-04 13:09:44 +00:00
|
|
|
</tr>
|
2010-01-17 19:22:45 +00:00
|
|
|
</table>
|
2008-06-19 15:31:15 +00:00
|
|
|
|
2013-01-20 12:38:41 +00:00
|
|
|
<h2>{{ _('Hold bounties, set on hold due to jrandom AWOL and missing funding') }}</h2>
|
2004-07-06 20:39:18 +00:00
|
|
|
|
|
|
|
<table border="1">
|
2013-01-20 12:38:41 +00:00
|
|
|
<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>
|
2005-11-02 00:48:37 +00:00
|
|
|
<tr>
|
2013-01-20 12:38:41 +00:00
|
|
|
<td><p><b><a href="http://{{ i2pconv('forum.i2p') }}/viewtopic.php?t=1136">{{ _('Bundling bounties') }}</a></b></p></td>
|
|
|
|
<td><p>{{ _('Proposed') }}</p></td>
|
2005-11-02 00:48:37 +00:00
|
|
|
<td><p>jrandom</p></td>
|
2013-01-20 12:38:41 +00:00
|
|
|
<td><p>[{{ _('vacant') }}]</p></td>
|
2009-02-06 20:27:33 +00:00
|
|
|
<td><p>$0 USD each, or $0 for all</p></td>
|
2005-04-20 22:03:26 +00:00
|
|
|
</tr>
|
2014-03-13 08:05:16 +00:00
|
|
|
<tr>
|
|
|
|
<td><p><b><a href="{{ site_url('get-involved/bounties/netdb') }}">NetDB</a></b></p></td>
|
|
|
|
<td><p>{{ _('Proposal in development') }}</p></td>
|
|
|
|
<td><p>I2P team</p></td>
|
|
|
|
<td><p>hottuna</p></td>
|
|
|
|
<td><p>325 € per sub-bounty</p></td>
|
|
|
|
</tr>
|
2004-12-09 21:47:20 +00:00
|
|
|
</table>
|
2004-07-06 20:39:18 +00:00
|
|
|
|
2013-01-20 12:38:41 +00:00
|
|
|
<h2>{{ _('Claimed bounties') }}</h2>
|
2011-06-19 18:47:14 +00:00
|
|
|
|
2004-12-09 21:47:20 +00:00
|
|
|
<table border="1">
|
2013-01-20 12:38:41 +00:00
|
|
|
<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>
|
2017-12-30 11:49:25 +00:00
|
|
|
<tr>
|
|
|
|
<td><p><b><a href="{{ site_url('get-involved/bounties/deb-pack') }}">{{ _('I2P package in Debian and Ubuntu mirrors') }}</a></b></p></td>
|
2017-12-30 11:55:06 +00:00
|
|
|
<td><p>Claimed by mhatta for 148 €</p></td>
|
2017-12-30 11:49:25 +00:00
|
|
|
<td><p>h2ik</p></td>
|
|
|
|
</tr>
|
2013-09-30 21:18:11 +00:00
|
|
|
<tr>
|
|
|
|
<td><p><b><a href="{{ site_url('get-involved/bounties/ipv6') }}">{{ _('Make I2P IPv6 native') }}</a></b></p></td>
|
2017-12-30 11:55:06 +00:00
|
|
|
<td><p>Claimed by I2P dev team for €100 EUR and 50BTC</p></td>
|
2013-09-30 21:18:11 +00:00
|
|
|
<td><p>Amiga4000</p></td>
|
|
|
|
</tr>
|
2012-01-01 11:53:23 +00:00
|
|
|
<tr>
|
2013-01-20 12:38:41 +00:00
|
|
|
<td><p><b><a href="{{ site_url('get-involved/bounties/silc') }}">{{ _('Setting up a SILC server') }}</a></b></p></td>
|
2012-01-29 19:13:15 +00:00
|
|
|
<td><p>withdrawn and bounty divided between ReturningNovice and the general fund</p></td>
|
2012-01-01 11:53:23 +00:00
|
|
|
<td><p>An Anonymous Secret Society, society@mail.i2p</p></td>
|
|
|
|
</tr>
|
2011-07-23 14:03:00 +00:00
|
|
|
<tr>
|
2013-01-20 12:38:41 +00:00
|
|
|
<td><p><b><a href="{{ site_url('get-involved/bounties/arabic-trans') }}">{{ _('Arabic translation') }}</a></b></p></td>
|
2011-07-23 14:03:00 +00:00
|
|
|
<td><p>both parts were taken by hamada for 100 BTC</p></td>
|
|
|
|
<td><p>hamada</p></td>
|
|
|
|
</tr>
|
2011-01-30 12:23:31 +00:00
|
|
|
<tr>
|
2013-01-20 12:38:41 +00:00
|
|
|
<td><p><b><a href="{{ site_url('get-involved/bounties/datastore') }}">{{ _('Datastore over I2P') }}</a></b></p></td>
|
2012-12-06 02:47:11 +00:00
|
|
|
<td><p><a href="http://{{ i2pconv('killyourtv.i2p') }}/tahoe-lafs/install/">CLAIMED</a> for 700 €</p></td>
|
2011-01-30 12:23:31 +00:00
|
|
|
<td><p>duck, smeghead</p></td>
|
|
|
|
</tr>
|
2010-01-17 19:22:45 +00:00
|
|
|
<tr>
|
2013-06-11 23:28:02 +00:00
|
|
|
<td> <p><b><a href="{{ site_url('get-involved/bounties/russian-trans') }}">{{ _('Russian translation') }}</a></b></p></td>
|
2010-01-17 19:22:45 +00:00
|
|
|
<td><p>claimed for $230 USD sponsored by russian sponsor</p></td>
|
2010-07-02 16:52:30 +00:00
|
|
|
<td><p>4get</p></td>
|
2010-01-17 19:22:45 +00:00
|
|
|
</tr>
|
2004-12-09 21:47:20 +00:00
|
|
|
<tr>
|
2013-01-20 12:38:41 +00:00
|
|
|
<td><p><b>{{ _('Swarming file transfer') }}</b></p></td>
|
2012-12-06 02:47:11 +00:00
|
|
|
<td><p><a href="http://{{ i2pconv('i2p-bt.postman.i2p') }}">CLAIMED</a> for €250 EUR</p></td>
|
2004-12-09 21:47:20 +00:00
|
|
|
<td><p>duck, ragnarok, dinoman, connelly, drwoo</p></td>
|
2004-07-06 20:39:18 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2013-01-20 12:38:41 +00:00
|
|
|
<td><p><b>{{ _('Streaming library window size') }}</b></p></td>
|
2012-11-27 21:18:28 +00:00
|
|
|
<td><p><a href="http://web.archive.org/web/20070404110818/http://dev.i2p.net/pipermail/i2p/2004-November/000491.html">Claimed (archived link)</a></p></td>
|
2004-12-09 21:47:20 +00:00
|
|
|
<td><p>jrandom</p></td>
|
2004-07-06 20:39:18 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2013-01-20 12:38:41 +00:00
|
|
|
<td><p><b>{{ _('IRC connect time monitor') }}</b></p></td>
|
2004-07-06 20:39:18 +00:00
|
|
|
<td>CLAIMED for $10 USD</td>
|
|
|
|
<td><p>hypercubus</p></td>
|
|
|
|
</tr>
|
2005-09-03 22:35:39 +00:00
|
|
|
<tr>
|
2013-01-20 12:38:41 +00:00
|
|
|
<td><p><b>{{ _('Unit tests (part 1)') }}</b></p></td>
|
2005-09-03 22:35:39 +00:00
|
|
|
<td>CLAIMED for $300 USD</td>
|
|
|
|
<td><p>Comwiz</p></td>
|
|
|
|
</tr>
|
2006-01-25 23:04:25 +00:00
|
|
|
<tr>
|
|
|
|
<td><p><b><a href="http://gcc.gnu.org/java/">GCJ</a> support</b></p></td>
|
2013-10-26 11:03:57 +00:00
|
|
|
<td><p><a href="https://github.com/i2p/i2p.i2p/tree/master/Makefile.gcj">Claimed</a></p></td>
|
2006-01-25 23:04:25 +00:00
|
|
|
<td><p>jrandom</p></td>
|
|
|
|
</tr>
|
2004-07-06 20:39:18 +00:00
|
|
|
</table>
|
2011-06-19 18:47:14 +00:00
|
|
|
|
2004-12-09 21:47:20 +00:00
|
|
|
|
2013-01-20 12:38:41 +00:00
|
|
|
<p><i><sup>*</sup> {% trans -%}
|
|
|
|
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!
|
|
|
|
{%- endtrans %}</i></p>
|
2004-07-06 20:39:18 +00:00
|
|
|
|
2008-05-03 13:29:43 +00:00
|
|
|
{% endblock %}
|