diff --git a/i2p2www/pages/site/get-involved/bounties/index.html b/i2p2www/pages/site/get-involved/bounties/index.html index a3d4b7d3..2cd08659 100644 --- a/i2p2www/pages/site/get-involved/bounties/index.html +++ b/i2p2www/pages/site/get-involved/bounties/index.html @@ -1,9 +1,10 @@ {% extends "global/layout.html" %} -{% block title %}Bounties{% endblock %} +{% block title %}{{ _('Bounties') }}{% endblock %} {% block content %} -
While we always gratefully accept any contributions of code, +
{% trans -%} +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 @@ -11,131 +12,134 @@ I2P full time. However, as with any open source project, that's 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.
+their support goes to what they care about. +{%- endtrans %} -We are also keeping open the ability for people who want to support I2P +
{% trans -%} +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.
+etc), and the like. +{%- endtrans %} -Name | Status | Judge | Dev * | Bounty | |||
{{ _('Name') }} | {{ _('Status') }} | {{ _('Judge') }} | {{ _('Dev') }} * | {{ _('Bounty') }} | |||
- | Proposal in development |
+ + | {{ _('Proposal in development') }} |
echelon |
- [vacant] |
+ [{{ _('vacant') }}] |
€50 EUR |
- | Proposal in development |
+ + | {{ _('Proposal in development') }} |
echelon |
- [vacant] |
+ [{{ _('vacant') }}] |
€65 EUR and 2 BTC |
- | Proposal in development |
+ + | {{ _('Proposal in development') }} |
Arne Bab |
- [vacant] |
+ [{{ _('vacant') }}] |
€100 EUR |
- | Proposal in development |
+ + | {{ _('Proposal in development') }} |
Amiga4000 |
- [vacant] |
+ [{{ _('vacant') }}] |
€100 EUR |
- | Proposal in development |
+ + | {{ _('Proposal in development') }} |
h2ik |
- [vacant] |
+ [{{ _('vacant') }}] |
€113 EUR |
- | Proposal in development |
+ + | {{ _('Proposal in development') }} |
psychonaut |
- [vacant] |
+ [{{ _('vacant') }}] |
€30 EUR and 118,34BTC |
- | Partly done, partly in work, partly still open |
+ + | {{ _('Partly done, partly in work, partly still open') }} |
anonymous |
str4d,hottuna,zzz,sponge,dg |
3000 €, of which 700 € already paid for done jobs |
|
- | Proposal in development |
+ + | {{ _('Proposal in development') }} |
I2P team |
- [vacant] |
+ [{{ _('vacant') }}] |
100 BTC |
Name | Status | Judge | Dev * | Bounty | |||
{{ _('Name') }} | {{ _('Status') }} | {{ _('Judge') }} | {{ _('Dev') }} * | {{ _('Bounty') }} | |||
- | Proposed |
+ + | {{ _('Proposed') }} |
jrandom |
- [vacant] |
+ [{{ _('vacant') }}] |
$0 USD each, or $0 for all |
Name | Status | Dev team* | |
{{ _('Name') }} | {{ _('Status') }} | {{ _('Dev team') }}* | |
+ | withdrawn and bounty divided between ReturningNovice and the general fund |
An Anonymous Secret Society, society@mail.i2p |
|
+ | both parts were taken by hamada for 100 BTC |
hamada |
|
+ | CLAIMED for 700 € |
duck, smeghead |
|
+ | claimed for $230 USD sponsored by russian sponsor |
4get |
|
Swarming file transfer |
+ {{ _('Swarming file transfer') }} |
CLAIMED for €250 EUR |
duck, ragnarok, dinoman, connelly, drwoo |
Streaming library window size |
+ {{ _('Streaming library window size') }} |
jrandom |
|
IRC connect time monitor |
+ {{ _('IRC connect time monitor') }} |
CLAIMED for $10 USD | hypercubus |
Unit tests (part 1) |
+ {{ _('Unit tests (part 1)') }} |
CLAIMED for $300 USD | Comwiz |
* 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!
+* {% 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 %}
{% endblock %}