2019-07-19 23:41:57 +00:00
{% extends "global/layout.html" %}
2019-11-22 07:03:47 +00:00
{% block title %}{% trans bname=browser_name(), bsuff=browser_postname()%}{{ bname }} {{ bsuff }} {% endtrans %}{% endblock %}
2019-07-19 23:41:57 +00:00
{% block content_nav %}
< ol >
< li style = "list-style: none; display: inline" >
2019-07-20 02:11:02 +00:00
< h4 > {{ _('Navigation') }}< / h4 >
2019-07-19 23:41:57 +00:00
< / li >
2019-07-20 02:11:02 +00:00
< li style = "list-style: none;" > {% trans browser_main=get_url('browser_frontpage') %}< a href = "{{ browser_main }}" > Back to browser front page< / a > {% endtrans %}< / li >
2019-11-22 07:03:47 +00:00
< li style = "list-style: none;" > {% trans bname=browser_name() %}About {{ bname }}{% endtrans %}< / li >
< li style = "list-style: none;" > < a href = "#safeguard" > {% trans %}Introduction{% endtrans %}< / a > < / li >
< li style = "list-style: none;" > < a href = "#landing" > {% trans %}Landing Page{% endtrans %}< / a > < / li >
< li style = "list-style: none;" > < a href = "#browsing" > {% trans %}Web Browsing{% endtrans %}< / a > < / li >
< li style = "list-style: none;" > < a href = "#privacy" > {% trans %}Privacy{% endtrans %}< / a > < / li >
< li style = "list-style: none;" > < a href = "#bittorrent" > {% trans %}File Sharing{% endtrans %}< / a > < / li >
< li style = "list-style: none;" > < a href = "#email" > {% trans %}Private E-Mail{% endtrans %}< / a > < / li >
2019-07-19 23:41:57 +00:00
< / ol >
{% endblock %}
{% block content %}
2019-11-22 07:03:47 +00:00
< h1 > {% trans bname=browser_name(), bsuff=browser_postname() %}{{ bname }} {{ bsuff }}{% endtrans %}< / h1 >
< h2 id = "safeguard" >
< span class = "permalink" >
< a href = "#safeguard" > {% trans bname=browser_name() %}About {{ bname }}{% endtrans %}< / a >
< / span >
< / h2 >
< p >
2019-11-22 07:09:57 +00:00
{% trans bname=browser_name(), bsuff=browser_postname() %}{{ bname }} {{ bsuff }} is an easy-to-use bundle
2020-11-27 16:16:49 -05:00
that provides a streamlined way to use I2P applications and to browse I2P Sites.
2019-11-22 07:03:47 +00:00
Although it can provide access to the regular internet via an outproxy, it also
integrates secure decentralized browsing, file sharing, and e-mail.{% endtrans %}
< / p >
2020-11-27 16:16:49 -05:00
< img class = "screenshot" src = "{{ url_for('static', filename='images/browser/screenshots/2-I2P Site.png') }}" / >
2019-11-22 07:03:47 +00:00
< h2 id = "landing" >
< span class = "permalink" >
< a href = "#landing" > {% trans %}Access Panel{% endtrans %}< / a >
< / span >
< / h2 >
< p >
{% trans bname=browser_name() %}{{ bname }} changes the ways that you access I2P, streamlining the
process for new users. Just the information you need, direct access to
applications, and no configuration.{% endtrans %}
< / p >
< img class = "screenshot" src = "{{ url_for('static', filename='images/browser/screenshots/1-home.png') }}" / >
< h2 id = "browsing" >
< span class = "permalink" >
< a href = "#browsing" > {% trans %}Web Browsing{% endtrans %}< / a >
< / span >
< / h2 >
< p >
{% trans bname=browser_name() %}Like other browsers, {{ bname }} enables you to browse and search the
internet. {{ bname }} also employs a variety of security enhancements to protect
your privacy while you browse the web.{% endtrans %}
< / p >
2019-11-24 20:36:19 +00:00
< img class = "screenshot" src = "{{ url_for('static', filename='images/browser/screenshots/2-outproxy.png') }}" / >
2019-11-22 07:03:47 +00:00
< h2 id = "privacy" >
< span class = "permalink" >
< a href = "#privacy" > {% trans %}Privacy{% endtrans %}< / a >
< / span >
< / h2 >
< p >
{% trans bname=browser_name() %}Most websites now use numerous third-party trackers, all of which can
link your activity across different sites. Besides blocking third-party
trackers, {{ bname }} avoids caching unnecessary data, enforces boundaries
between sites and applications, and hides your connection from un-authorized
observers.{% endtrans %}
< / p >
< img class = "screenshot" src = "{{ url_for('static', filename='images/browser/screenshots/2-settings.png') }}" / >
< h2 id = "bittorrent" >
< span class = "permalink" >
< a href = "#bittorrent" > {% trans %}File Sharing{% endtrans %}< / a >
< / span >
< / h2 >
2019-09-04 17:25:47 +00:00
< p >
2019-11-22 07:03:47 +00:00
{% trans bname=browser_name() %}I2P has always been capable of Peer-to-Peer file sharing and {{ bname }}
is no exception. By integrating the I2PSnark BitTorrent client,
private, safe Peer-to-Peer filesharing is at the user's fingertips.{% endtrans %}
2019-09-04 17:25:47 +00:00
< / p >
2019-11-22 07:03:47 +00:00
< img class = "screenshot" src = "{{ url_for('static', filename='images/browser/screenshots/3-snark.png') }}" / >
2019-09-04 17:25:47 +00:00
< p >
2019-11-22 07:03:47 +00:00
{% trans bname=browser_name() %}By using I2P, a whole world of private file-sharing options will
become available to you.{% endtrans %}
2019-09-04 17:25:47 +00:00
< / p >
2019-11-22 07:03:47 +00:00
2019-09-04 17:25:47 +00:00
< p >
2019-11-22 07:03:47 +00:00
{% trans bname=browser_name() %}Using Peer-to-Peer to distribute data means more people can help
you find it, which gets it to you more quickly and reliably.{% endtrans %}
2019-09-04 17:25:47 +00:00
< / p >
2019-11-22 07:03:47 +00:00
< img class = "screenshot" src = "{{ url_for('static', filename='images/browser/screenshots/3-add.png') }}" / >
< img class = "screenshot" src = "{{ url_for('static', filename='images/browser/screenshots/3-proof.png') }}" / >
< h2 id = "email" >
< span class = "permalink" >
< a href = "#email" > {% trans %}Private E-Mail{% endtrans %}< / a >
< / span >
< / h2 >
2019-09-04 17:25:47 +00:00
< p >
2019-11-22 07:03:47 +00:00
{% trans bname=browser_name() %}E-Mail service is available from providers within the I2P network
that are capable of relaying e-mail to all e-mail addresses. {{ bname }} is
pre-configured to access these services and set you up with an account.{% endtrans %}
2019-09-04 17:25:47 +00:00
< / p >
2019-11-22 07:03:47 +00:00
< img class = "screenshot" src = "{{ url_for('static', filename='images/browser/screenshots/4-email.png') }}" / >
2019-07-19 23:41:57 +00:00
{% endblock %}