2013-01-20 12:26:18 +00:00
|
|
|
{% extends "global/bounty.html" %}
|
|
|
|
{% block title %}{{ _('Bounty I2P vuze plugin') }}{% endblock %}
|
|
|
|
{% block donatename %}{{ _('vuze plugin') }}{% endblock %}
|
|
|
|
|
|
|
|
{% block bountydetails %}
|
|
|
|
<p>{% trans -%}
|
|
|
|
To improve I2P usage and attract more people
|
2009-04-14 18:16:58 +00:00
|
|
|
into I2P torrent P2P I setout the bounty for a working I2P vuze
|
|
|
|
plugin.
|
|
|
|
The plugin needs to be official and submitted to vuze for publication
|
|
|
|
on their webpage/repository for plugins.
|
|
|
|
It should be easy to install and configured, work smooth and flawless.
|
|
|
|
Configuration should be friendly to starters and made easy to be anonymous.
|
|
|
|
It should work with *.b32.i2p destinations as with signed (516++ bits)
|
|
|
|
destinations.
|
2013-01-20 12:26:18 +00:00
|
|
|
{%- endtrans %}</p>
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block bountynotes %}
|
|
|
|
<li>{% trans -%}
|
2009-04-14 18:16:58 +00:00
|
|
|
For bounties to be declared done and paid, we need the plugin AND the source.
|
2010-03-21 19:41:10 +00:00
|
|
|
Source and code need to be licensed under a free license (free to change and
|
2013-01-20 12:26:18 +00:00
|
|
|
free to distribute).
|
|
|
|
{%- endtrans %}</li>
|
|
|
|
{{ super() }}
|
2009-04-14 18:16:58 +00:00
|
|
|
{% endblock %}
|