Moved othernetworks page into docs/how

This commit is contained in:
str4d
2012-11-10 21:56:31 +00:00
parent 46d0d5c7d9
commit e5c42ab870
3 changed files with 7 additions and 6 deletions

View File

@ -17,7 +17,8 @@
<li><a href="{{ site_url('docs/how/intro') }}"><span>{{ _('Gentle intro') }}</span></a></li>
<li><a href="{{ site_url('docs/how/techintro') }}"><span>{{ _('Tech intro') }}</span></a></li>
<li><a href="{{ site_url('docs/how/threatmodel') }}"><span>{{ _('Threat model') }}</span></a></li>
<li><a href="{{ site_url('docs/how/networkcomparisons') }}"><span>{{ _('Comparisons to other anonymous networks') }}</span></a></li>
<li><a href="{{ site_url('docs/how/networkcomparisons') }}"><span>{{ _('Comparisons to Tor and Freenet') }}</span></a></li>
<li><a href="{{ site_url('docs/how/othernetworks') }}"><span>{{ _('Comparisons to other anonymous networks') }}</span></a></li>
<li><a href="{{ site_url('docs/how/garlicrouting') }}"><span>{{ _('Garlic routing') }}</span></a></li>
<li><a href="{{ site_url('docs/how/networkdatabase') }}"><span>{{ _('Network database') }}</span></a></li>
<li><a href="{{ site_url('docs/how/tunnelrouting') }}"><span>{{ _('Tunnel routing') }}</span></a></li>

View File

@ -11,7 +11,7 @@ comparison. The following are discussed on this page:</p>
<li>Tor / Onion Routing</li>
<li>Freenet</li>
</ul>
<p>The following are discussed on the <a href="othernetworks.html">other networks page:</a></p>
<p>The following are discussed on the <a href="{{ site_url('docs/how/othernetworks') }}">other networks page:</a></p>
<ul>
<li>Morphmix and Tarzan</li>
<li>Mixminion / Mixmaster</li>

View File

@ -1,4 +1,4 @@
{% extends "_layout.html" %}
{% extends "global/layout.html" %}
{% block title %}I2P Compared to Other Anonymous Networks{% endblock %}
{% block content %}
@ -14,7 +14,7 @@
<p>Most of the following sections are fairly old, and may not be accurate.
For discussions of Tor and Freenet, see the
<a href="how_networkcomparisons.html">main network comparisons page</a>.
<a href="{{ site_url('docs/how/networkcomparisons') }}">main network comparisons page</a>.
You may contribute an analysis by entering a
<a href="http://trac.i2p2.de/report/1">new ticket on trac.i2p2.de</a>.
</p>
@ -29,7 +29,7 @@ anonymizing proxies, allowing people to tunnel out through the low latency
mix network. Morphmix includes some very interesting collusion detection
algorithms and Sybil defenses, while Tarzan makes use of the scarcity of IP
addresses to accomplish the same. The two primary differences between
these systems and I2P are related to I2P's <a href="how_threatmodel">threat model</a>
these systems and I2P are related to I2P's <a href="{{ site_url('docs/how/threatmodel') }}">threat model</a>
and their out-proxy design (as opposed to providing both sender and receiver
anonymity). There is source code available to both systems, but we are not aware
of their use outside of academic environments.</p>
@ -211,7 +211,7 @@ Tor did a
<a href="http://blog.torproject.org/blog/ten-things-look-circumvention-tool">good writeup on what to look for in a circumvention tool</a>.
Suffice it to say that being closed source and publicly targeting a specific country are not good ideas.
I2P is, of course, open source. However, that source, and our
<a href="how.html">technical documentation</a>, need much more review.
<a href="{{ site_url('docs') }}">technical documentation</a>, need much more review.
</p>
<h2>Paid VPN Services</h2>