From 25a8c353f88a44fde49d67527ef85a4675282de5 Mon Sep 17 00:00:00 2001 From: str4d Date: Tue, 4 Jun 2013 13:25:36 +0000 Subject: [PATCH] Migrated bounty_netdb.html --- i2p2www/legacy.py | 1 + .../site/get-involved/bounties/index.html | 4 ++-- .../site/get-involved/bounties/netdb.html | 24 ++++++++++--------- 3 files changed, 16 insertions(+), 13 deletions(-) rename www.i2p2/pages/bounty_netdb.html => i2p2www/pages/site/get-involved/bounties/netdb.html (82%) diff --git a/i2p2www/legacy.py b/i2p2www/legacy.py index ee528804..d8d18c24 100644 --- a/i2p2www/legacy.py +++ b/i2p2www/legacy.py @@ -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', diff --git a/i2p2www/pages/site/get-involved/bounties/index.html b/i2p2www/pages/site/get-involved/bounties/index.html index c63e7129..e4dc71b3 100644 --- a/i2p2www/pages/site/get-involved/bounties/index.html +++ b/i2p2www/pages/site/get-involved/bounties/index.html @@ -85,8 +85,8 @@ etc), and the like.

18 BTC

-

NetDB

-

Proposal in development

+

NetDB

+

{{ _('Proposal in development') }}

I2P team

hottuna

325 € per sub-bounty

diff --git a/www.i2p2/pages/bounty_netdb.html b/i2p2www/pages/site/get-involved/bounties/netdb.html similarity index 82% rename from www.i2p2/pages/bounty_netdb.html rename to i2p2www/pages/site/get-involved/bounties/netdb.html index c21d9aa1..7451af2a 100644 --- a/www.i2p2/pages/bounty_netdb.html +++ b/i2p2www/pages/site/get-involved/bounties/netdb.html @@ -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 %} -

The current NetDB implementation (namely the FloodFill system) +

{% 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. -

+{%- endtrans %}

- -

A solution likely based on a DHT will be investigated and +

{% trans -%} +A solution likely based on a DHT will be investigated and finally implemented. -

+{%- endtrans %}

Requirements

@@ -81,7 +84,6 @@ still maintain an unlimited search horizon.

- - {% endblock %} - + +{% block bountynotesouter %}{% endblock %}