2008-01-31 20:38:37 +00:00
{% extends "_layout.html" %}
{% block title %}Links{% endblock %}
2009-06-03 21:40:27 +00:00
{% block content %}
2009-06-14 13:22:48 +00:00
< h1 > Recommended Links & Resources< / h1 >
2009-06-03 21:40:27 +00:00
< div class = "links" >
< ul >
2009-01-01 12:49:46 +00:00
< h4 > Friends of I2P< / h4 >
< li > < a href = "http://anomos.info/" > Anomos Pseudonymous Encrypted Bittorrent< / a > < / li >
< li > < a href = "http://www.abenteuerland.at/onioncat/" > Onioncat< / a > < / li >
2009-03-01 05:05:18 +00:00
< li > < a href = "http://www.torproject.org/" > Tor< / a > < / li >
2009-01-01 12:49:46 +00:00
< h4 > More Projects and Documentation< / h4 >
2004-07-12 16:03:56 +00:00
< li > < a href = "http://freehaven.net/anonbib/topic.html" > Freehaven's Anonymity Bibliography< / a > < / li >
2005-11-17 06:24:43 +00:00
< li > < a href = "http://gnunet.org/links.php3" > GNUNet's related projects< / a > < / li >
2004-07-12 16:03:56 +00:00
< li > < a href = "http://www.tik.ee.ethz.ch/~morphmix/" > Morphmix< / a > < / li >
< li > < a href = "http://www.pdos.lcs.mit.edu/tarzan/" > Tarzan< / a > < / li >
< li > < a href = "http://www.onion-router.net/" > Onion Routing< / a > < / li >
< li > < a href = "http://mixmaster.sourceforge.net/" > Mixmaster< / a > < / li >
< li > < a href = "http://mixminion.net/" > Mixminion< / a > < / li >
< li > < a href = "http://freenetproject.org/" > Freenet< / a > < / li >
< li > < a href = "http://anon.inf.tu-dresden.de/index_en.html" > JAP< / a > < / li >
2009-06-14 00:09:10 +00:00
< h4 > Press< / h4 >
2009-06-14 01:47:57 +00:00
< li > < a href = "http://www.gulli.com/news/i2p-an-anonymous-network-2009-03-09/" > zzz interviewed by gulli.com< / a > (March '09)< / li >
2009-06-14 01:04:59 +00:00
< li > < a href = "http://www.netzwelt.de/news/75371-i2p-das-anonyme-netz-im.html" > Netzwelt.de article about being anonymous in the internet< / a > < / li >
2008-05-06 12:35:26 +00:00
< h4 > Boards, newssite, others< / h4 >
2009-01-01 12:49:46 +00:00
< li > < a href = "http://board.planetpeer.de/index.php?board=80.0" > Planet Peer Board (English)< / a > < / li >
< li > < a href = "http://board.planetpeer.de/index.php?board=18.0" > Planet Peer Board (Deutsch)< / a > < / li >
2009-03-01 05:05:18 +00:00
< h4 > Very Old Stuff< / h4 >
< li > < a href = "http://invisibleip.sourceforge.net/iip/index.php" > Invisible IRC Project< / a > - the distant predecessor of I2P< / li >
< li > < a href = "http://news.gmane.org/gmane.network.i2p" > The ancient I2P mailing list< / a > 2004-07 to 2006-10 (gmane)
< li > < a href = "http://news.gmane.org/gmane.comp.security.invisiblenet.iip.devel" > The even more ancient invisiblenet mailing list< / a > 2002-10 to 2004-01 (gmane)
< li > < a href = "http://www.businessweek.com/magazine/content/03_37/b3849089_mz063.htm" > 2003 Business Week article referencing invisiblenet< / a >
2009-06-03 21:40:27 +00:00
< / ul > < / div >
2008-05-06 12:35:26 +00:00
{% endblock %}