forked from I2P_Developers/i2p.www
Added translation tags to about/*
This commit is contained in:
@@ -1,93 +1,106 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}Web Browser Configuration{% endblock %}
|
||||
{% block title %}{{ _('Web Browser Configuration') }}{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<p>Your web browser will need to be configured in order to browse eepsites and to
|
||||
<p>{% trans -%}
|
||||
Your web browser will need to be configured in order to browse eepsites and to
|
||||
utilize the outproxies available within I2P. Below are walkthroughs for some of
|
||||
the most popular browsers.
|
||||
</p>
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<h2>How to configure your browser</h2>
|
||||
<h2>{{ _('How to configure your browser') }}</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="#ie8">Internet Explorer 8</a></li>
|
||||
<li><a href="#firefox">Firefox</a></li>
|
||||
<li><a href="#konqueror">Konqueror</a></li>
|
||||
<li><a href="#TOS">Outproxy Terms Of Service</a></li>
|
||||
<li><a href="#TOS">{{ _('Outproxy Terms Of Service') }}</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<a name="ie8"></a>
|
||||
<h3>Internet Explorer 8 or Chrome</h3>
|
||||
<p>
|
||||
<h3>{{ _('Internet Explorer 8 or Chrome') }}</h3>
|
||||
<p>{% trans -%}
|
||||
In the tools menu select the "Internet Options" line to open the settings. In the
|
||||
settings window choose the connections tab and click on LAN settings for the
|
||||
proxy port configuration.</p>
|
||||
<img src="{{ url_for('static', filename='images/ie.options.jpg') }}" alt="IEOptions" title="IEOptions">
|
||||
<p>
|
||||
proxy port configuration.
|
||||
{%- endtrans %}</p>
|
||||
<img src="{{ url_for('static', filename='images/ie.options.jpg') }}" alt="{{ _('IE Internet Options') }}" title="{{ _('IE Internet Options') }}">
|
||||
<p>{% trans -%}
|
||||
Now set the checkmark at "use a proxy server for your LAN" and at the "Bypass
|
||||
proxy server for local addresses". With a click on Advanced-button you open the
|
||||
window to open the ports. Enter the values like on the picture, IP 127.0.0.1
|
||||
and port 4444 for HTTP, port 4445 for HTTPS. With clicks on OK you save the
|
||||
settings and your browser is set to use the I2P proxy.</p>
|
||||
<img src="{{ url_for('static', filename='images/ie.proxyports.jpg') }}" alt="IEPPorts" title="PPorts">
|
||||
settings and your browser is set to use the I2P proxy.
|
||||
{%- endtrans %}</p>
|
||||
<img src="{{ url_for('static', filename='images/ie.proxyports.jpg') }}" alt="{{ _('IE Proxy Settings') }}" title="{{ _('IE Proxy Settings') }}">
|
||||
|
||||
<a name="firefox"></a>
|
||||
<h3>Firefox</h3>
|
||||
<p>
|
||||
<p>{% trans -%}
|
||||
From the Tools menu, select Options to bring up the Firefox settings panel.
|
||||
Click the icon labelled <em>Advanced</em>, then click on the <em>Network</em>
|
||||
tab. In the <em>Connections</em> section, click on the Settings button. You'll
|
||||
see a Window like the following:</p>
|
||||
<img src="{{ url_for('static', filename='images/firefox.options.jpg') }}" alt="" title="FFOptions">
|
||||
<p>
|
||||
see a Window like the following:
|
||||
{%- endtrans %}</p>
|
||||
<img src="{{ url_for('static', filename='images/firefox.options.jpg') }}" alt="{{ _('Firefox Network Options') }}" title="{{ _('Firefox Network Options') }}">
|
||||
<p>{% trans -%}
|
||||
In the <em>Connection Settings</em> window, click the circle next to <em>Manual
|
||||
proxy configuration</em>, then enter 127.0.0.1, port 4444 in the HTTP Proxy
|
||||
field. Enter 127.0.0.1, port 4445 in the SSL Proxy field.
|
||||
Be sure to enter localhost and 127.0.0.1 into the "No Proxy for" box.</p>
|
||||
<img src="{{ url_for('static', filename='images/firefox.proxyports.jpg') }}" alt="" title="FFPPorts">
|
||||
<br>
|
||||
Be sure to enter localhost and 127.0.0.1 into the "No Proxy for" box.
|
||||
{%- endtrans %}</p>
|
||||
<img src="{{ url_for('static', filename='images/firefox.proxyports.jpg') }}" alt="{{ _('Firefox Proxy Settings') }}" title="{{ _('Firefox Proxy Settings') }}">
|
||||
|
||||
<a name="konqueror"></a>
|
||||
<h3>Konqueror</h3>
|
||||
<p>
|
||||
<p>{% trans -%}
|
||||
From the <em>Settings</em> menu, select <em>Configure Konqueror</em>. In the
|
||||
Web Browsing group on the left side, select Proxy Services.
|
||||
In this new window, select the option "Manually specify the proxy settings" and
|
||||
click the <em>Setup</em> box.</p>
|
||||
<img src="{{ url_for('static', filename='images/konqueror.options.jpg') }}" alt="" title="KOptions">
|
||||
<p>
|
||||
click the <em>Setup</em> box.
|
||||
{%- endtrans %}</p>
|
||||
<img src="{{ url_for('static', filename='images/konqueror.options.jpg') }}" alt="{{ _('Konqueror Proxy Options') }}" title="{{ _('Konqueror Proxy Options') }}">
|
||||
<p>{% trans -%}
|
||||
Enter 127.0.0.1 and port 4444 into the HTTP box. Enter 127.0.0.1 and port 4445 into
|
||||
HTTPS box. Click the <em>New</em> button in the Exceptions section. Enter
|
||||
localhost and click OK. Click the <em>New</em> button once more and enter
|
||||
127.0.0.1 and OK. Hit OK once more to close the configuration window.</p>
|
||||
<img src="{{ url_for('static', filename='images/konqueror.proxyports.jpg') }}" alt="" title="KPPorts">
|
||||
<br>
|
||||
127.0.0.1 and OK. Hit OK once more to close the configuration window.
|
||||
{%- endtrans %}</p>
|
||||
<img src="{{ url_for('static', filename='images/konqueror.proxyports.jpg') }}" alt="{{ _('Konqueror Proxy Ports') }}" title="{{ _('Konqueror Proxy Ports') }}">
|
||||
|
||||
<a name="TOS"></a>
|
||||
<h3>Outproxy Terms Of Service</h3>
|
||||
<p>
|
||||
<h3>{{ _('Outproxy Terms Of Service') }}</h3>
|
||||
<p>{% trans -%}
|
||||
Remember: I2P was not designed for creating proxies to the outer Internet.
|
||||
Instead, it is meant to be used as an internal network.
|
||||
</p>
|
||||
<p>
|
||||
{%- endtrans %}</p>
|
||||
<p>{% trans -%}
|
||||
<b>The I2P project itself does not run any proxies to the Internet. Any such proxy
|
||||
services are run by by private volunteers and could be shut down or
|
||||
unreachable at anytime.</b></p>
|
||||
<p>
|
||||
services are run by by private volunteers and could be shut down or
|
||||
unreachable at anytime.</b>
|
||||
{%- endtrans %}</p>
|
||||
<p>{% trans -%}
|
||||
By default, I2P comes with two outproxies configured: <code>false.i2p</code>
|
||||
(an HTTP-only proxy) and <code>outproxyng.h2ik.i2p</code> (an HTTPS proxy
|
||||
routed through Tor.</p>
|
||||
<p>Both of these outproxies are configured with connection limits. This means
|
||||
routed through Tor.
|
||||
{%- endtrans %}</p>
|
||||
<p>{% trans -%}
|
||||
Both of these outproxies are configured with connection limits. This means
|
||||
that only set amount of accesses are allowed per client. Once the limit is
|
||||
reached, the client is blocked out for a timeframe of 1min/1h/1 day. Be
|
||||
respectful and do not overload these services with too many requests!</p>
|
||||
<p>Filtering is active on these outproxies (for example, mibbit and torrent
|
||||
respectful and do not overload these services with too many requests!
|
||||
{%- endtrans %}</p>
|
||||
<p>{% trans -%}
|
||||
Filtering is active on these outproxies (for example, mibbit and torrent
|
||||
tracker access is blocked). Note that even though the pirate bay is blocked
|
||||
they host an official eepsite at <a href="http://tbp.i2p">tpb.i2p</a>. Eepsites
|
||||
that are accessible via .i2p addresses are also not allowed via the outproxies.
|
||||
As a convenience, <code>False.i2p</code> blocks ad servers.</p>
|
||||
<p><a href="https://www.torproject.org">Tor</a> is good application to use as an
|
||||
outproxy to the Internet.</p>
|
||||
As a convenience, <code>False.i2p</code> blocks ad servers.
|
||||
{%- endtrans %}</p>
|
||||
<p>{% trans -%}
|
||||
<a href="https://www.torproject.org">Tor</a> is good application to use as an
|
||||
outproxy to the Internet.
|
||||
{%- endtrans %}</p>
|
||||
<!-- vim: set noai ff=unix nosi ft=html tw=79 et sw=4 ts=4 spell spelllang=en: -->
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user