2012-06-03 01:06:09 +00:00
{% extends "global/layout.html" %}
2012-09-17 22:55:32 +00:00
{% block title %}{% trans %}The Invisible Internet Project{% endtrans %}{% endblock %}
2012-09-11 00:09:39 +00:00
{% block content_outer %}
2012-09-10 23:11:13 +00:00
< div class = "main" >
2012-09-17 22:55:32 +00:00
< h1 > {% trans %}What does I2P do for you?{% endtrans %}< / 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" >
2012-09-17 22:55:32 +00:00
< h1 > {% trans %}Who Uses I2P?{% endtrans %}< / h1 >
< p > {% trans %}I2P is used by many people who care about their privacy, as well as those in high-risk situations such as:{% endtrans %}< / p >
2010-07-31 15:24:13 +00:00
< ul >
2012-09-17 22:55:32 +00:00
< 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 >
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 >
2012-12-11 11:06:09 +00:00
< a href = "{{ site_url('docs/applications/supported') }}#email" > Email< / a > Integrated web mail interface, plugin for serverless email.
2012-09-10 23:11:13 +00:00
< / li >
< li >
2012-12-11 11:06:09 +00:00
< a href = "{{ site_url('docs/applications/supported') }}#web-browsing" > Web browsing< / a > Anonymous websites, gateways to and from the public Internet.
2012-09-10 23:11:13 +00:00
< / li >
< li >
2012-12-11 11:06:09 +00:00
< a href = "{{ site_url('docs/applications/supported') }}#blogging-and-forums" > Blogging and forums< / a > Blogging and Syndie plugins.
2012-09-10 23:11:13 +00:00
< / li >
< li >
2012-12-11 11:06:09 +00:00
< a href = "{{ site_url('docs/applications/supported') }}#website-hosting" > Website hosting< / a > Integrated anonymous web server.
2012-09-10 23:11:13 +00:00
< / li >
< li >
2012-12-11 11:06:09 +00:00
< a href = "{{ site_url('docs/applications/supported') }}#real-time-chat" > Real-time chat< / a > Instant messaging and IRC clients.
2012-09-10 23:11:13 +00:00
< / li >
< li >
2012-12-11 11:06:09 +00:00
< a href = "{{ site_url('docs/applications/supported') }}#file-sharing" > File sharing< / a > ED2K and Gnutella clients, integrated BitTorrent client.
2012-09-10 23:11:13 +00:00
< / li >
< li >
2012-12-11 11:06:09 +00:00
< a href = "{{ site_url('docs/applications/supported') }}#decentralized-file-storage" > Decentralized file storage< / a > Tahoe-LAFS distributed filesystem plugin.
2012-09-10 23:11:13 +00:00
< / li >
< li >
2012-12-11 11:06:09 +00:00
< a href = "{{ site_url('docs/applications/supported') }}" > < em > More supported applications… < / em > < / a >
2012-09-10 23:11:13 +00:00
< / li >
< / ul >
< / div >
< div class = "aside" >
2012-12-15 12:09:29 +00:00
< a href = "{{ url_for('blog_atom', lang=g.lang) }}" class = "feed-icon" > 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 %}