68 lines
3.0 KiB
HTML
68 lines
3.0 KiB
HTML
{% extends "global/layout.html" %}
|
|
{% block title %}The Invisible Internet Project{% endblock %}
|
|
{% block content %}
|
|
<div class="main">
|
|
<h1>What does I2P do for you?</h1>
|
|
<p>The I2P network provides strong privacy protections for communication over the Internet. Many activities that would risk your privacy on the public Internet can be conducted anonymously on I2P.</p>
|
|
<a class="get-i2p" href="{{ url_for('downloads_list', lang=g.lang) }}">Get I2P 0.9.1</a>
|
|
</div>
|
|
<div class="aside-wrap">
|
|
<div class="aside">
|
|
<h1>Who Uses I2P?</h1>
|
|
<p>I2P is used by many people who care about their privacy, as well as those in high-risk situations such as:</p>
|
|
<ul>
|
|
<li><a href='#'>Activists</a></li>
|
|
<li><a href='#'>Oppressed People</a></li>
|
|
<li><a href='#'>Journalists</a></li>
|
|
<li><a href='#'>Whistleblowers</a></li>
|
|
<li><a href='#'>The Privacy-Conscious</a></li>
|
|
<li><a href='#'>Ur Mom</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="aside">
|
|
<h1>Supported Software</h1>
|
|
<ul>
|
|
<li>
|
|
<a href="supported_applications_email.html">Email</a> Integrated web mail interface, plugin for serverless email.
|
|
</li>
|
|
<li>
|
|
<a href="supported_applications_web_browsing.html">Web browsing</a> Anonymous websites, gateways to and from the public Internet.
|
|
</li>
|
|
<li>
|
|
<a href="supported_applications_blogging_and_forums.html">Blogging and forums</a> Blogging and Syndie plugins.
|
|
</li>
|
|
<li>
|
|
<a href="supported_applications_website_hosting.html">Website hosting</a> Integrated anonymous web server.
|
|
</li>
|
|
<li>
|
|
<a href="supported_applications_real_time_chat.html">Real-time chat</a> Instant messaging and IRC clients.
|
|
</li>
|
|
<li>
|
|
<a href="supported_applications_file_sharing.html">File sharing</a> ED2K and Gnutella clients, integrated BitTorrent client.
|
|
</li>
|
|
<li>
|
|
<a href="supported_applications_decentralized_file_storage.html">Decentralized file storage</a> Tahoe-LAFS distributed filesystem plugin.
|
|
</li>
|
|
<li>
|
|
<a href="supported_applications.html"><em>More supported applications…</em></a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="aside">
|
|
<h1>News & Updates</h1>
|
|
<ul>
|
|
<li>2012-07-30 - <a href="release-0.9.1.html">I2P 0.9.1 Released</a></li>
|
|
<li>2012-05-02 - <a href="release-0.9.html">I2P 0.9 Released</a></li>
|
|
<li>2012-02-27 - <a href="release-0.8.13.html">I2P 0.8.13 Released</a></li>
|
|
<li>2012-01-06 - <a href="release-0.8.12.html">I2P 0.8.12 Released</a></li>
|
|
<li>2011-03-02 - <a href="release-0.8.4.html">I2P 0.8.4 Released</a></li>
|
|
<li>2011-03-01 - <a href='#'>Coding Moratorium & New Site </a></li>
|
|
<li>2011-01-24 - <a href="release-0.8.3.html">I2P 0.8.3 Released</a></li>
|
|
<li>2011-01-01 - <a href='#'>I2P at HOPE, Pegasus Project</a></li>
|
|
<li>2010-12-22 - <a href="release-0.8.2.html">I2P 0.8.2 Released</a></li>
|
|
<li>2010-11-15 - <a href="release-0.8.1.html">I2P 0.8.1 Released</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|