Migrated bounty_netdb.html
This commit is contained in:
@ -24,6 +24,7 @@ LEGACY_PAGES_MAP={
|
||||
'bounty_debpack': 'get-involved/bounties/deb-pack',
|
||||
'bounty_i2phex': 'get-involved/bounties/i2phex',
|
||||
'bounty_ipv6': 'get-involved/bounties/ipv6',
|
||||
'bounty_netdb': 'get-involved/bounties/netdb',
|
||||
'bounty_rutrans': 'get-involved/bounties/russian-trans',
|
||||
'bounty_silc': 'get-involved/bounties/silc',
|
||||
'bounty_syndie2012': 'get-involved/bounties/syndie-2012',
|
||||
|
@ -85,8 +85,8 @@ etc), and the like.
|
||||
<td><p>18 BTC</p></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><p><b><a href="bounty_netdb">NetDB</a></b></p></td>
|
||||
<td><p>Proposal in development</p></td>
|
||||
<td><p><b><a href="{{ site_url('get-involved/bounties/netdb') }}">NetDB</a></b></p></td>
|
||||
<td><p>{{ _('Proposal in development') }}</p></td>
|
||||
<td><p>I2P team</p></td>
|
||||
<td><p>hottuna</p></td>
|
||||
<td><p>325 € per sub-bounty</p></td>
|
||||
|
@ -1,17 +1,20 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% block title %}NetDB Backend{% endblock %}
|
||||
{% block content %}
|
||||
{% extends "global/bounty.html" %}
|
||||
{% block title %}{{ _('NetDB Backend') }}{% endblock %}
|
||||
{% block donatename %}{{ _('netDB backend') }}{% endblock %}
|
||||
|
||||
{% block bountydetails %}
|
||||
<!-- file version 2013.05.28.01 -->
|
||||
<p>The current NetDB implementation (namely the FloodFill system)
|
||||
<p>{% trans -%}
|
||||
The current NetDB implementation (namely the FloodFill system)
|
||||
needs to be extended with another backend to improve reliability,
|
||||
reduce attack surface and solve the scalability issue for the
|
||||
coming years.
|
||||
</p>
|
||||
{%- endtrans %}</p>
|
||||
|
||||
|
||||
<p>A solution likely based on a DHT will be investigated and
|
||||
<p>{% trans -%}
|
||||
A solution likely based on a DHT will be investigated and
|
||||
finally implemented.
|
||||
</p>
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<h2>Requirements</h2>
|
||||
<dl>
|
||||
@ -81,7 +84,6 @@ still maintain an unlimited search horizon.
|
||||
<td><p></p></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block bountynotesouter %}{% endblock %}
|
Reference in New Issue
Block a user