2012-06-03 01:06:09 +00:00
{% extends "global/layout.html" %}
2013-01-18 07:15:38 +00:00
{% block title_outer %}{{ _('I2P Anonymous Network') }}{% endblock %}
{% block title %}{{ _('The Invisible Internet Project') }}{% endblock %}
{% block metadesc %}{{ _('Anonymous peer-to-peer distributed communication layer built with open source tools and designed to run any traditional Internet service such as email, IRC or web hosting.') }}{% endblock %}
2012-09-11 00:09:39 +00:00
{% block content_outer %}
2012-09-10 23:11:13 +00:00
< div class = "main" >
2013-01-18 07:15:38 +00:00
< h1 > {{ _('What does I2P do for you?') }}< / h1 >
2012-12-14 08:00:02 +00:00
< p > {% trans %}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 inside I2P.{% endtrans %}< / p >
2012-12-13 21:36:49 +00:00
< a class = "get-i2p" href = "{{ url_for('downloads_list', lang=g.lang) }}" > {% trans version=ver() %}Get I2P {{ version }}{% endtrans %}< / a >
2009-05-30 21:43:30 +00:00
< / div >
2012-09-10 23:11:13 +00:00
< div class = "aside-wrap" >
< div class = "aside" >
2013-01-18 07:15:38 +00:00
< h1 > {{ _('What is I2P?') }}< / h1 >
2010-07-31 15:24:13 +00:00
< ul >
2013-01-07 03:49:56 +00:00
< li > {% trans -%}
2013-09-04 11:38:12 +00:00
I2P is an alternate internet - a network within a network, and is intended to protect communication against monitoring by third parties, such as hostile governments or ISPs.
2013-01-07 03:49:56 +00:00
{% endtrans %}< / li >
< li > {% trans -%}
2013-09-04 11:38:12 +00:00
I2P is used by many people who care about their privacy: activists, oppressed people, journalists and whistle-blowers - as well as the average person.
{% endtrans %}< / li >
< li > {% trans -%}
Anonymity is not a boolean. No network can be "perfectly anonymous". The continued goal of I2P is to make attacks more and more expensive to mount.
2013-01-07 03:49:56 +00:00
{% endtrans %}< / li >
< li > {% trans -%}
I2P runs on Java and is therefore available anywhere Java will run, including desktops, embedded systems (like the Raspberry Pi) and Android phones.
2013-09-04 11:38:12 +00:00
{% endtrans %}< / li >
< li > {% trans -%}
I2P is a work in progress. Its anonymity will get stronger as the size of the network increases and with ongoing academic review. Help spread the word!
2013-01-07 03:49:56 +00:00
{% endtrans %}< / li >
< li >
< a href = "{{ site_url('about/intro') }}" > < em > {% trans %}Read more… {% endtrans %}< / em > < / a >
< / li >
2012-09-10 23:11:13 +00:00
< / ul >
< / div >
< div class = "aside" >
2012-12-14 07:56:28 +00:00
< h1 > {{ _('What can you do with I2P?') }}< / h1 >
2012-09-10 23:11:13 +00:00
< ul >
< li >
2013-01-18 07:15:38 +00:00
{% trans supported=site_url('docs/applications/supported') -%}
< a href = "{{ supported }}#email" > Email< / a > Integrated web mail interface, plugin for serverless email.
{%- endtrans %}
2012-09-10 23:11:13 +00:00
< / li >
< li >
2013-01-18 07:15:38 +00:00
{% trans supported=site_url('docs/applications/supported') -%}
< a href = "{{ supported }}#web-browsing" > Web browsing< / a > Anonymous websites, gateways to and from the public Internet.
{%- endtrans %}
2012-09-10 23:11:13 +00:00
< / li >
< li >
2013-01-18 07:15:38 +00:00
{% trans supported=site_url('docs/applications/supported') -%}
< a href = "{{ supported }}#blogging-and-forums" > Blogging and forums< / a > Blogging and Syndie plugins.
{%- endtrans %}
2012-09-10 23:11:13 +00:00
< / li >
< li >
2013-01-18 07:15:38 +00:00
{% trans supported=site_url('docs/applications/supported') -%}
< a href = "{{ supported }}#website-hosting" > Website hosting< / a > Integrated anonymous web server.
{%- endtrans %}
2012-09-10 23:11:13 +00:00
< / li >
< li >
2013-01-18 07:15:38 +00:00
{% trans supported=site_url('docs/applications/supported') -%}
< a href = "{{ supported }}#real-time-chat" > Real-time chat< / a > Instant messaging and IRC clients.
{%- endtrans %}
2012-09-10 23:11:13 +00:00
< / li >
< li >
2013-01-18 07:15:38 +00:00
{% trans supported=site_url('docs/applications/supported') -%}
< a href = "{{ supported }}#file-sharing" > File sharing< / a > ED2K and Gnutella clients, integrated BitTorrent client.
{%- endtrans %}
2012-09-10 23:11:13 +00:00
< / li >
< li >
2013-01-18 07:15:38 +00:00
{% trans supported=site_url('docs/applications/supported') -%}
< a href = "{{ supported }}#decentralized-file-storage" > Decentralized file storage< / a > Tahoe-LAFS distributed filesystem plugin.
{%- endtrans %}
2012-09-10 23:11:13 +00:00
< / li >
< li >
2013-01-18 07:15:38 +00:00
{% trans supported=site_url('docs/applications/supported') -%}
< a href = "{{ supported }}" > < em > More supported applications… < / em > < / a >
{%- endtrans %}
2012-09-10 23:11:13 +00:00
< / li >
< / ul >
< / div >
< div class = "aside" >
2013-01-18 07:15:38 +00:00
< a href = "{{ url_for('blog_atom', lang=g.lang) }}" class = "feed-icon" title = "{{ _('I2P Blog ATOM Feed') }}" > {{ _('I2P Blog ATOM Feed') }}< / a >
2012-09-17 22:55:32 +00:00
< h1 > {% trans %}News & Updates{% endtrans %}< / h1 >
2012-09-19 12:02:03 +00:00
{% include "blog/latest.html" %}
2012-09-10 23:11:13 +00:00
< / div >
2010-07-31 15:24:13 +00:00
< / div >
2008-01-31 20:38:37 +00:00
{% endblock %}