Migrated over discussion documents

This commit is contained in:
str4d
2012-12-11 03:09:07 +00:00
parent 2e4c4ed746
commit ceed5eb5bc
3 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
{% extends "_layout.html" %} {% extends "global/layout.html" %}
{% block title %}Naming discussion{% endblock %} {% block title %}Naming discussion{% endblock %}
{% block content %} {% block content %}
<p> <p>

View File

@@ -1,9 +1,9 @@
{% extends "_layout.html" %} {% extends "global/layout.html" %}
{% block title %}Network Database Discussion{% endblock %} {% block title %}Network Database Discussion{% endblock %}
{% block content %} {% block content %}
<p> <p>
NOTE: The following is a discussion of the history of netdb implementation and is not current information. NOTE: The following is a discussion of the history of netdb implementation and is not current information.
See <a href="how_networkdatabase.html">the main netdb page</a> for current documentation</a>. See <a href="{{ site_url('docs/how/networkdatabase') }}">the main netdb page</a> for current documentation</a>.
<h2><a name="status">History</a></h2> <h2><a name="status">History</a></h2>
@@ -241,7 +241,7 @@ This just accounts for the stores - what about the queries?
<h3>The Return of the Kademlia Algorithm?</h3> <h3>The Return of the Kademlia Algorithm?</h3>
<p> <p>
(this is adapted from <a href="meeting195.html">the I2P meeting Jan. 2, 2007</a>) (this is adapted from <a href="{{ url_for('meetings_show', id=195') }}">the I2P meeting Jan. 2, 2007</a>)
<br /> <br />
The Kademlia netDb just wasn't working properly. The Kademlia netDb just wasn't working properly.
Is it dead forever or will it be coming back? Is it dead forever or will it be coming back?
@@ -282,7 +282,7 @@ Not necessarily DHT-based.
<h3 id="todo">Floodfill TODO List</h3> <h3 id="todo">Floodfill TODO List</h3>
<p> <p>
NOTE: The following is not current information. NOTE: The following is not current information.
See <a href="how_networkdatabase.html">the main netdb page</a> for the current status and a list of future work</a>. See <a href="{{ site_url('docs/how/networkdatabase') }}">the main netdb page</a> for the current status and a list of future work</a>.
<p> <p>
The network was down to only one floodfill for a couple of hours on March 13, 2008 The network was down to only one floodfill for a couple of hours on March 13, 2008
(approx. 18:00 - 20:00 UTC), (approx. 18:00 - 20:00 UTC),
@@ -365,7 +365,7 @@ we are now at the minimum number of stats required to monitor the network.
<li> <li>
[In Release 0.6.3] [In Release 0.6.3]
Manual list of floodfill peers to exclude? Manual list of floodfill peers to exclude?
(<a href="how_threatmodel.html#blocklist">blocklists</a> by router ident) (<a href="{{ site_url('docs/how/threatmodel') }}#blocklist">blocklists</a> by router ident)
<li> <li>
[In Release 0.6.3] [In Release 0.6.3]
Better floodfill peer selection for stores: Better floodfill peer selection for stores:

View File

@@ -1,4 +1,4 @@
{% extends "_layout.html" %} {% extends "global/layout.html" %}
{% block title %}Tunnel Discussion{% endblock %} {% block title %}Tunnel Discussion{% endblock %}
{% block content %} {% block content %}