forked from I2P_Developers/i2p.www
27 lines
959 B
HTML
27 lines
959 B
HTML
{% extends "global/bounty.html" %}
|
|
{% block title %}{{ _('Bounty migrate I2P IRC to SILC') }}{% endblock %}
|
|
{% block donatename %}{{ _('I2P silc server') }}{% endblock %}
|
|
|
|
{% block bountydetails %}
|
|
<!-- file version 2014.02.17.01 -->
|
|
<p>{% trans -%}
|
|
For a future of I2P and attract more people
|
|
into I2P this bounty is to setup and host a I2P SILC server.
|
|
This will allow people to send files over their messaging servers and have intrinsic security built into the protocol.
|
|
{%- endtrans %}</p>
|
|
<p>{% trans -%}
|
|
A silc server needs to be set up and run for at least 3 month time to get payed.
|
|
A second server should be set up, too.
|
|
{%- endtrans %}</p>
|
|
<p>{% trans -%}
|
|
Bounty was withdrawn and money donated to returningnovice and general fund.
|
|
{%- endtrans %}</p>
|
|
{% endblock %}
|
|
|
|
{% block bountyjudge %}
|
|
<p>{% trans -%}
|
|
Judge is An Anonymous Secret Society, society@mail.i2p.
|
|
{%- endtrans %}</p>
|
|
{% endblock %}
|
|
|