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

120 lines
4.8 KiB
HTML
Raw Normal View History

2012-06-03 01:06:09 +00:00
{% extends "global/layout.html" %}
{% from "global/urlify" import urlify as urlify %}
{% block title %}I2P Anonymous Network{% endblock %}
2008-01-31 20:38:37 +00:00
{% block content %}
2010-07-31 15:24:13 +00:00
<div class="grid_8">
<div id="what_can_i2p_do">
<h2>What can I2P do for you?</h2>
<p>The I2P network provides <a href="how_threatmodel.html">strong privacy protections</a> for communication over the Internet. Many activities that would risk your privacy on the public Internet can be conducted <a href="anonymity_is_not_a_boolean.html">anonymously</a> on I2P. Though suitable for general privacy-conscious usage, I2P is also designed to protect users under high risk, such as:</p>
<ul class="grid_4 alpha">
<li>
<a href="use_case.html#activists"><strong>Activists</strong></a><br />
Coordinate on human rights, free speech, peace.
</li>
<li>
<a href="use_case.html#marginalized_groups"><strong>Marginalized groups</strong></a><br />
Associate without threat of ethnic, political, or religious persecution.
</li>
</ul>
<ul class="grid_4 omega">
<li>
<a href="use_case.html#journalists"><strong>Journalists</strong></a><br />
Bypass media censorship, increase anonymity for high-risk sources.
</li>
<li>
<a href="use_case.html#whistleblowers"><strong>Whistleblowers</strong></a><br />
Anonymous disclosure of institutional corruption.
</li>
<li>
<a href="use_cases.html"><em>More use cases&hellip;</em></a>
</li>
</ul>
</div>
2010-07-31 15:24:13 +00:00
<div id="try_i2p_now" class="grid_4 alpha">
<h1>Get started with I2P</h1>
</div>
2010-07-31 15:24:13 +00:00
<div class="grid_4 omega">
<div class="btn btn_download ">
<a href="download.html">Download Now</a>
<span>&nbsp;</span>
</div>
</div>
<div class="clear"></div>
<div id="how_does_i2p_work">
<h2>How does I2P work?</h2>
2009-05-18 17:25:20 +00:00
<p>
2010-07-31 15:24:13 +00:00
<img src="_static/images/net.png" alt="Network diagram" width="599" height="418" />
2009-05-18 17:25:20 +00:00
</p>
2010-07-31 15:24:13 +00:00
<p>On the public Internet your external IP address is unique and provides a strong correlation between your online activities and your true identity. Effective privacy is hard to achieve because the Internet, by design, allows senders and receivers to see each other's external IP address. Another fundamental threat to privacy results from Internet-enabled applications that don't encrypt &ndash; or don't sufficiently encrypt &ndash; your sensitive communications.</p>
2010-07-31 15:24:13 +00:00
<p>I2P anonymizes Internet communications by: 1) employing many techniques to make it <a href="how_threatmodel.html">exceedingly difficult</a> for a receiver to prove the IP address of a sender and vice versa; and 2) by strongly encrypting all communication between the sender and receiver.</p>
2010-07-31 15:24:13 +00:00
<p>To explore the workings of I2P in further detail please read <a href="gentle_intro.html">A Gentle Introduction to the I2P Network</a>. The technically-minded may wish to proceed to the <a href="technical_intro.html">I2P Network Technical Introduction</a>.</p>
</div>
</div>
<div class="grid_4">
<div id="supported_applications">
<h2>Supported Applications</h2>
<ul>
<li>
<a href="applications.html#email"><strong>Email</strong></a>
Integrated web mail interface, plugin for serverless email.
</li>
<li>
<a href="applications.html#web_browsing"><strong>Web browsing</strong></a>
Anonymous websites, gateways to and from the public Internet.
</li>
<li>
<a href="applications.html#blogging_and_forums"><strong>Blogging and forums</strong></a>
Blogging and Syndie plugins.
</li>
<li>
<a href="applications.html#website_hosting"><strong>Website hosting</strong></a>
Integrated anonymous web server.
</li>
<li>
<a href="applications.html#real_time_chat"><strong>Real-time chat</strong></a>
Instant messaging and IRC clients.
</li>
<li>
<a href="applications.html#file_sharing"><strong>File sharing</strong></a>
ED2K and Gnutella clients, integrated BitTorrent client.
</li>
<li>
<a href="applications.html#_decentralized_file_storage"><strong>Decentralized file storage</strong></a>
Tahoe-LAFS distributed filesystem plugin.
</li>
<li>
<a href="applications.html"><em>More supported applications&hellip;</em></a>
</li>
</ul>
</div>
2010-07-31 15:24:13 +00:00
<div id="news">
<h2>News</h2>
<ul>
<li><strong>2010-07-21</strong> <a href="news.html">I2P Coding Moratorium &amp; Appeal for Website Overhaul Help</a></li>
<li><strong>2010-07-18</strong> <a href="news.html">I2P at HOPE, Cooperation with Pegasus Project</a></li>
<li><strong>2010-07-15</strong> <a href="news.html">Stack Overflow Success!</a></li>
<li><strong>2010-07-12</strong> <a href="news.html">0.8 Released</a></li>
</ul>
</div>
<div id="donate_button">
<div class="btn btn_donate">
<a href="donate.html">Donate</a>
<span>&nbsp;</span>
</div>
<div class="clear"></div>
</div>
</div>
2008-01-31 20:38:37 +00:00
{% endblock %}