Files
i2p.www/i2p2www/pages/site/comparison/index.html

39 lines
1.5 KiB
HTML
Raw Normal View History

{% extends "global/layout.html" %}
2013-01-18 22:42:23 +00:00
{% block title %}{{ _('Comparing I2P to other projects') }}{% endblock %}
{% block content %}
2013-01-18 22:42:23 +00:00
<p>{% trans -%}
There are a great many other applications and projects working on anonymous
communication and I2P has been inspired by much of their efforts. This is not
a comprehensive list of anonymity resources - both freehaven's
<a href="http://freehaven.net/anonbib/topic.html">Anonymity Bibliography</a>
and GNUnet's <a href="https://www.gnunet.org/links/">related projects</a>
serve that purpose well. That said, a few systems stand out for further
comparison. The following have individual comparison pages:
2013-01-18 22:42:23 +00:00
{%- endtrans %}</p>
<ul>
2013-01-18 01:20:56 +00:00
<li><a href="{{ site_url('comparison/tor') }}">Tor / Onion Routing</a></li>
<li><a href="{{ site_url('comparison/freenet') }}">Freenet</a></li>
{#<li><a href="{{ site_url('comparison/gnunet') }}">GNUnet</a></li>#}
</ul>
2013-01-18 22:42:23 +00:00
<p>{% trans othernetworks=site_url('comparison/other-networks') -%}
The following are discussed on the <a href="{{ othernetworks }}">other networks page:</a>
{%- endtrans %}</p>
<ul>
2018-08-06 19:53:33 +00:00
<li>RetroShare</li>
2013-01-18 22:42:23 +00:00
<li>Morphmix / Tarzan</li>
<li>Mixminion / Mixmaster</li>
<li>JAP</li>
<li>MUTE / AntsP2P</li>
<li>Haystack</li>
</ul>
2013-10-26 11:06:06 +00:00
<p>{% trans trac='https://trac.i2p2.de/report/1' -%}
The content of this page is subject to update, discussion and dispute, and we welcome comments and additions.
2013-10-26 11:06:06 +00:00
You may contribute an analysis by entering a <a href="{{ trac }}">new ticket on Trac</a>.
2013-01-18 22:42:23 +00:00
{%- endtrans %}</p>
{% endblock %}