{% extends "global/layout.html" %} {% block title %}{% trans bname=browser_name(), bsuff=browser_postname()%}{{ bname }} {{ bsuff }} {% endtrans %}{% endblock %} {% block content_nav %}
  1. {{ _('Navigation') }}

  2. {% trans browser_main=get_url('browser_frontpage') %}Back to browser front page{% endtrans %}
  3. {% trans bname=browser_name() %}About {{ bname }}{% endtrans %}
  4. {% trans %}Introduction{% endtrans %}
  5. {% trans %}Landing Page{% endtrans %}
  6. {% trans %}Web Browsing{% endtrans %}
  7. {% trans %}Privacy{% endtrans %}
  8. {% trans %}File Sharing{% endtrans %}
  9. {% trans %}Private E-Mail{% endtrans %}
{% endblock %} {% block content %}

{% trans bname=browser_name(), bsuff=browser_postname() %}{{ bname }} {{ bsuff }}{% endtrans %}

{% trans bname=browser_name() %}About {{ bname }}{% endtrans %}

{% trans bname=browser_name(), bsuff=browser_postname() %}{{ bname }} {{ bsuff }} is an easy-to-use bundle that provides a streamlined way to use I2P applications and to browse I2P Sites. Although it can provide access to the regular internet via an outproxy, it also integrates secure decentralized browsing, file sharing, and e-mail.{% endtrans %}

{% trans %}Access Panel{% endtrans %}

{% 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 %}

{% trans %}Web Browsing{% endtrans %}

{% 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 %}

{% trans %}Privacy{% endtrans %}

{% 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 %}

{% trans %}File Sharing{% endtrans %}

{% 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 %}

{% trans bname=browser_name() %}By using I2P, a whole world of private file-sharing options will become available to you.{% endtrans %}

{% 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 %}

{% trans %}Private E-Mail{% endtrans %}

{% 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 %}

{% endblock %}