forked from I2P_Developers/i2p.www
Merge branch 'master' of i2pgit.org:i2p-hackers/i2p.www into style-guide
This commit is contained in:
@@ -19,6 +19,7 @@ configure your browser yourself. Read below on how to that.
|
||||
<ul>
|
||||
<li><a href="#firefox">Firefox</a></li>
|
||||
<li><a href="#chrome">Chrome</a></li>
|
||||
<li><a href="#android">Android</a></li>
|
||||
<li><a href="#ie8">Internet Explorer 8</a></li>
|
||||
<li><a href="#TOS">{{ _('Outproxy Terms Of Service') }}</a></li>
|
||||
</ul>
|
||||
@@ -68,7 +69,7 @@ PeerConnection Settings') }}" title="{{ _('Firefox57 PeerConnection Settings') }
|
||||
<p>{% trans %}An experimental, partially-automated configuration process for
|
||||
Chrome is available. In order to configure it, create a new <em>Profile</em>
|
||||
especially for your I2P browsing, separate from the default profile. Then install
|
||||
this <a href=""><em>Extension</em></a> in your newly-created profile. This profile
|
||||
this <a href="https://chrome.google.com/webstore/detail/i2pchromejs/ikdjcmomgldfciocnpekfndklkfgglpe"><em>Extension</em></a> in your newly-created profile. This profile
|
||||
is now configured to use I2P. Highly detailed instructions are available at the
|
||||
<a href="https://eyedeekay.github.io/I2P-Configuration-for-Chromium">homepage.</a>
|
||||
{% endtrans %}</p>
|
||||
@@ -86,6 +87,37 @@ On Windows, this button will launch you into the shared proxy settings used
|
||||
by <a href="#ie8"><em>Internet Explorer</em></a>, and you can configure it by
|
||||
following the Internet Explorer 8 guide.
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<a name="android"></a>
|
||||
<h3>{% trans %} IceRaven and other Firefoxes for Android {% endtrans %}</h3>
|
||||
<h4>{% trans %}Extension-based Configuration{% endtrans %}</h4>
|
||||
<p>{% trans %}Modern Firefoxes(The "Fenix" based Firefoxes) do not generally have
|
||||
an about:config page for you to configure proxy settings manually. It is further
|
||||
not possible to use most extensions in Fenix-based Firefoxes. It is possible to
|
||||
enable support about:config and enable more extensions in Firefox Nightly at the time
|
||||
of this writing, but it's a manual and difficult process. <em>IceRaven</em> is a fork
|
||||
of Firefox which enables a collection of extensions while Mozilla and the Mozilla
|
||||
Community work on adding support for extensions to Firefox for Android. It provides
|
||||
the easiest way of configuring a modern Firefox-based Browser for Android. It does
|
||||
not come from Mozilla and carries no guarantees from them. <em>Installing the extension
|
||||
in IceRaven will proxy all your IceRaven browsing over I2P.</em>{% endtrans %}</p>
|
||||
<p>{% trans %}If you have not installed IceRaven yet, go to the next step. If you have been
|
||||
using IceRaven for a while, go to the main menu, select the History tab, and make
|
||||
sure that you have cleared information about your past browsing by tapping the
|
||||
"Delete History" button.{% endtrans %}</p>
|
||||
<p>{% trans %}Open the IceRaven main menu, and scroll to the top until you see the "Add-Ons"
|
||||
submenu. Tap the "Add-Ons Manager" option in the "Add-Ons" submenu. Install
|
||||
the extension named <em>I2P Proxy for Android and other Systems</em>.
|
||||
{% endtrans %}</p>
|
||||
<p>{% trans %}Your IceRaven browser is now configured to use I2P.
|
||||
{% endtrans %}</p>
|
||||
<p>{% trans %}This extension also works in pre-Fenix(Pre-Firefox-68) Firefox based
|
||||
web browsers, if installed from the following addons.mozilla.org URL.
|
||||
<em><a href="https://addons.mozilla.org/en-US/android/addon/i2p-proxy/">I2P Proxy for Android and Other Systems</a><em>
|
||||
{% endtrans %}</p>
|
||||
<p>{% trans %}This extension is identical to the Chromium extension and is built from the same source.{% endtrans %}</p>
|
||||
<p>{% trans %}In order to enable extension support in Firefox Nightly, you should follow
|
||||
the steps provided by Mozilla on their <a href="https://blog.mozilla.org/addons/2020/09/29/expanded-extension-support-in-firefox-for-android-nightly/">Blog</a>{% endtrans %}</p>
|
||||
<!---->
|
||||
|
||||
<a name="ie8"></a>
|
||||
|
@@ -2,15 +2,15 @@
|
||||
{% set i2pinstall_jar_hash = '3ddf3afb0c06edeed4810c6d1f34d909959dd94640adf7c638781b4a3b282e9e' %}
|
||||
{% set i2psource_hash = 'dbccada6a353b54ceb844fe8cb0912c0363375a2f57214d23fcf463c4e6d2c4f' %}
|
||||
{% set i2pupdate_hash = '328f85ba28ff6f60480aa0dcda88654fabeabcf63b732a770354bff7f134b135' %}
|
||||
{% set i2p_android_hash = 'c4604736ec45f35a1570ace124cc2a111f1c8b2d04972f340752ef4833e9953f' %}
|
||||
{% set i2p_android_hash = 'b35eb467511343a8aecdf6a1f19c0459baac007c99a93e0933ce5ab70b5a7261' %}
|
||||
{% set i2p_macnative_hash = '70447e8a352654afd940cfc6c05f094732de7ab05db7c42c173e49f37259d601' %}
|
||||
|
||||
{% set i2p_windows_subver = '' %}
|
||||
{% set i2p_macosx_launcher_version = '0.1.8' %}
|
||||
|
||||
{% set i2p_android_version = '0.9.47' %}
|
||||
{% set i2p_android_version = '0.9.47-1' %}
|
||||
{% set i2p_android_version_kytv = '0.9.22' %}
|
||||
{% set i2p_android_version_fdroid = '0.9.47' %}
|
||||
{% set i2p_android_version_fdroid = '0.9.47-1' %}
|
||||
|
||||
|
||||
{% macro package_outer(type, name, icon) -%}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}SAM V3{% endblock %}
|
||||
{% block lastupdated %}July 2020{% endblock %}
|
||||
{% block accuratefor %}0.9.47{% endblock %}
|
||||
{% block lastupdated %}2020-10{% endblock %}
|
||||
{% block accuratefor %}0.9.48{% endblock %}
|
||||
{% block content %}
|
||||
<p>Specified below is a simple client protocol for interacting with I2P.
|
||||
</p>
|
||||
@@ -838,8 +838,8 @@ $port is the port number of the socket server to which SAM will
|
||||
forward connection requests. It is mandatory.
|
||||
|
||||
</p><p>
|
||||
When a connection request arrives from I2P, the SAM bridge requests a
|
||||
socket connection from $host:$port. If it is accepted after no more
|
||||
When a connection request arrives from I2P, the SAM bridge opens a
|
||||
socket connection to $host:$port. If it is accepted in less
|
||||
than 3 seconds, SAM will accept the connection from I2P, and then:
|
||||
|
||||
</p><p>
|
||||
|
Reference in New Issue
Block a user