From 6a8a9039c992250dc688a66516f9ed52294bcd99 Mon Sep 17 00:00:00 2001 From: idk Date: Tue, 24 Dec 2019 13:36:18 -0500 Subject: [PATCH] update readme, pages --- Makefile | 10 +-------- index.html | 62 +++++++++++++++++++++++++++--------------------------- 2 files changed, 32 insertions(+), 40 deletions(-) diff --git a/Makefile b/Makefile index 163ec5f..538769e 100644 --- a/Makefile +++ b/Makefile @@ -63,15 +63,7 @@ amo-readme: grep -v ' amo-index.html index: - markdown README.md | \ - sed 's|

||g' | \ - sed 's|

||g' | \ - sed 's|

||g' | \ - sed 's|

||g' | \ - sed 's|

||g' | \ - sed 's|

||g' | \ - sed 's|

||g' | \ - sed 's|

||g' > index.html + markdown README.md > index.html xpi: #wget -O ../i2ppb@eyedeekay.github.io.xpi \ diff --git a/index.html b/index.html index 8ee3ff4..e46717a 100644 --- a/index.html +++ b/index.html @@ -1,35 +1,35 @@ -i2psetproxy.js +

i2psetproxy.js

-This is an Experimental webextension which introduces a set of new "Private +

This is an Experimental webextension which introduces a set of new "Private Browsing" modes to Firefox-based browsers(Supporting webextensions) that makes it easier to configure a browser to use I2P securely and adds features for making I2P applications easier to use. It does this by isolating I2P-specific settings to Contextual Identities within Firefox, then loading them automatically when the user requests them. It also adds convenience and management features specific to I2P like protocol handlers and native messaging -systems. +systems.

-addons.mozilla.org +

addons.mozilla.org

-For desktop users this addon is available from addons.mozilla.org, where you +

For desktop users this addon is available from addons.mozilla.org, where you will be able to recive automatic updates: -https://addons.mozilla.org/en-US/firefox/addon/i2p-in-private-browsing/. +https://addons.mozilla.org/en-US/firefox/addon/i2p-in-private-browsing/.

-Debian usage: +

Debian usage:

-Should you prefer, it is possible to install this extension system-wide by +

Should you prefer, it is possible to install this extension system-wide by side-loading it into Debian. You can generate your own deb file by running the -command: +command:

    make deb
 
-and then you can install it with: +

and then you can install it with:

    sudo apt install ../i2psetproxy.js_*.deb
 
-Features +

Features

-Video +

Video

-Video of the plugin in action +

Video of the plugin in action

-Documents +

Documents

-Super Extra Important Background Info: +

Super Extra Important Background Info:

-This plugin's viability is directly related to the viability of Mozilla and +

This plugin's viability is directly related to the viability of Mozilla and Tor's work on hardening Firefox itself and of particular interest are the -"Uplift" and "Fusion(Firefox Using Onions)" projects. +"Uplift" and "Fusion(Firefox Using Onions)" projects.

-Links about Project Uplift +

Links about Project Uplift

-Project uplift seems to have largely been accomplished? +

Project uplift seems to have largely been accomplished?

-Links about Project Fusion +

Links about Project Fusion

-The Old Version +

The Old Version

-New versions of this extension create an I2P in Private Browsing mode instead. +

New versions of this extension create an I2P in Private Browsing mode instead. Since this is a drastic change to the behavior of the old plugin, a new entry -for the new plugin has been made at a new location on addons.mozilla.org. +for the new plugin has been made at a new location on addons.mozilla.org.

-Android usage: +

Android usage:

-Open the following link +

Open the following link Github Releases Version in the browser you want to use for I2P. Firefox will warn you that it is about to install an extension and indicate the permissions required. Read them over and when you're ready, accept them. That's all it should take, your browser is -now configured to use I2P. +now configured to use I2P.

-Android addons.mozilla.org(Temporarily Disabled) +

Android addons.mozilla.org(Temporarily Disabled)

-If you would prefer to recieve automatic updates from AMO, the correct product +

If you would prefer to recieve automatic updates from AMO, the correct product page for this plugin is I2P In Private Browsing. This absolutely requires a working outproxy. If you want to avoid the use of AMO for updates, you can download the identical plugin from this repository's releases page. The latest AMO Plugin will always be identical to the latest github release, except for the version number, which must be incremented for -submission to AMO. +submission to AMO.