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 %} -

Bounties for I2P

-

While we always gratefully accept any contributions of code, +

{{ _('Bounties for I2P') }}

+

{% 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 %}

-

Current bounties

+

{{ _('Current bounties') }}

- + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - - + + - +

Name

Status

Judge

Dev *

Bounty

{{ _('Name') }}

{{ _('Status') }}

{{ _('Judge') }}

{{ _('Dev') }} *

{{ _('Bounty') }}

Frost for I2P datastorage

Proposal in development

{{ _('Frost for I2P datastorage') }}

{{ _('Proposal in development') }}

echelon

[vacant]

[{{ _('vacant') }}]

€50 EUR

Eepsites served out of I2P datastorage

Proposal in development

{{ _('Eepsites served out of I2P datastorage') }}

{{ _('Proposal in development') }}

echelon

[vacant]

[{{ _('vacant') }}]

€65 EUR and 2 BTC

Backporting Phex code onto I2PHex

Proposal in development

{{ _('Backporting Phex code onto I2PHex') }}

{{ _('Proposal in development') }}

Arne Bab

[vacant]

[{{ _('vacant') }}]

€100 EUR

make I2P IPv6 native

Proposal in development

{{ _('Make I2P IPv6 native') }}

{{ _('Proposal in development') }}

Amiga4000

[vacant]

[{{ _('vacant') }}]

€100 EUR

I2P package in Debian and Ubuntu mirrors

Proposal in development

{{ _('I2P package in Debian and Ubuntu mirrors') }}

{{ _('Proposal in development') }}

h2ik

[vacant]

[{{ _('vacant') }}]

€113 EUR

Bitcoin client for I2P

Proposal in development

{{ _('Bitcoin client for I2P') }}

{{ _('Proposal in development') }}

psychonaut

[vacant]

[{{ _('vacant') }}]

€30 EUR and 118,34BTC

Unit tests and Multi-router Simulation

Partly done, partly in work, partly still open

{{ _('Unit tests and Multi-router Simulation') }}

{{ _('Partly done, partly in work, partly still open') }}

anonymous

str4d,hottuna,zzz,sponge,dg

3000 €, of which 700 € already paid for done jobs

Syndie

Proposal in development

Syndie

{{ _('Proposal in development') }}

I2P team

[vacant]

[{{ _('vacant') }}]

100 BTC

-

Hold bounties, set on hold due to jrandom AWOL and missing funding

+

{{ _('Hold bounties, set on hold due to jrandom AWOL and missing funding') }}

- + - - + + - +

Name

Status

Judge

Dev *

Bounty

{{ _('Name') }}

{{ _('Status') }}

{{ _('Judge') }}

{{ _('Dev') }} *

{{ _('Bounty') }}

Bundling bounties

Proposed

{{ _('Bundling bounties') }}

{{ _('Proposed') }}

jrandom

[vacant]

[{{ _('vacant') }}]

$0 USD each, or $0 for all

-

Claimed bounties

+

{{ _('Claimed bounties') }}

- + - + - + - + - + - + - + - + - + @@ -147,6 +151,10 @@ etc), and the like.

Name

Status

Dev team*

{{ _('Name') }}

{{ _('Status') }}

{{ _('Dev team') }}*

Setting up a SILC server

{{ _('Setting up a SILC server') }}

withdrawn and bounty divided between ReturningNovice and the general fund

An Anonymous Secret Society, society@mail.i2p

arabic translation

{{ _('Arabic translation') }}

both parts were taken by hamada for 100 BTC

hamada

Datastore over I2P

{{ _('Datastore over I2P') }}

CLAIMED for 700 €

duck, smeghead

translation into Russian

{ _('Russian translation') }}

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') }}

Claimed (archived link)

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 %}