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