39 lines
1.5 KiB
HTML
39 lines
1.5 KiB
HTML
{% extends "global/layout.html" %}
|
|
{% block title %}{{ _('Comparing I2P to other projects') }}{% endblock %}
|
|
{% block content %}
|
|
<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:
|
|
{%- endtrans %}</p>
|
|
|
|
<ul>
|
|
<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>
|
|
|
|
<p>{% trans othernetworks=site_url('comparison/other-networks') -%}
|
|
The following are discussed on the <a href="{{ othernetworks }}">other networks page:</a>
|
|
{%- endtrans %}</p>
|
|
|
|
<ul>
|
|
<li>RetroShare</li>
|
|
<li>Morphmix / Tarzan</li>
|
|
<li>Mixminion / Mixmaster</li>
|
|
<li>JAP</li>
|
|
<li>MUTE / AntsP2P</li>
|
|
<li>Haystack</li>
|
|
</ul>
|
|
|
|
<p>{% trans trac='https://i2pgit.org/i2p-hackers/i2p.www/issues' -%}
|
|
The content of this page is subject to update, discussion and dispute, and we welcome comments and additions.
|
|
You may contribute an analysis by entering a <a href="{{ trac }}">new issue on Github</a>.
|
|
{%- endtrans %}</p>
|
|
|
|
{% endblock %}
|