2013-01-20 12:26:18 +00:00
|
|
|
{% extends "global/bounty.html" %}
|
|
|
|
{% block title %}{{ _('Bounty migrate I2P IRC to SILC') }}{% endblock %}
|
|
|
|
{% block donatename %}{{ _('I2P silc server') }}{% endblock %}
|
|
|
|
|
|
|
|
{% block bountydetails %}
|
2014-02-17 09:11:02 +00:00
|
|
|
<!-- file version 2014.02.17.01 -->
|
2013-01-20 12:26:18 +00:00
|
|
|
<p>{% trans -%}
|
|
|
|
For a future of I2P and attract more people
|
2011-08-31 12:54:47 +00:00
|
|
|
into I2P this bounty is to setup and host a I2P SILC server.
|
2011-06-01 12:30:27 +00:00
|
|
|
This will allow people to send files over their messaging servers and have intrinsic security built into the protocol.
|
2013-01-20 12:26:18 +00:00
|
|
|
{%- endtrans %}</p>
|
|
|
|
<p>{% trans -%}
|
2011-08-31 12:54:47 +00:00
|
|
|
A silc server needs to be set up and run for at least 3 month time to get payed.
|
2014-02-17 09:11:02 +00:00
|
|
|
A second server should be set up, too.
|
2013-01-20 12:26:18 +00:00
|
|
|
{%- endtrans %}</p>
|
|
|
|
<p>{% trans -%}
|
2012-01-01 11:53:23 +00:00
|
|
|
Bounty was withdrawn and money donated to returningnovice and general fund.
|
2013-01-20 12:26:18 +00:00
|
|
|
{%- endtrans %}</p>
|
|
|
|
{% endblock %}
|
2011-06-01 12:30:27 +00:00
|
|
|
|
2013-01-20 12:26:18 +00:00
|
|
|
{% block bountyjudge %}
|
|
|
|
<p>{% trans -%}
|
|
|
|
Judge is An Anonymous Secret Society, society@mail.i2p.
|
|
|
|
{%- endtrans %}</p>
|
2011-06-01 12:30:27 +00:00
|
|
|
{% endblock %}
|
2011-06-15 08:06:26 +00:00
|
|
|
|