diff --git a/README.md b/README.md index 7a951ac..01b6aee 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ and then you can install it with: to the I2P container. Isolate the router console from other local applications by automatically intercepting requests to the router console to another container. - * ![Visiting i2p-projekt.i2p](i2psetproxy.js.png) + - ![Visiting i2p-projekt.i2p](i2psetproxy.js.png) * [done] **Indicate** the I2P browser is in use visually. Find an acceptable way to indicate it on Android. - * ![Visiting webmail](susimail.png) + - ![Visiting webmail](susimail.png) * [done] **Set** the http proxy to use the local I2P proxy automatically. Provide specific configuration for other types of I2P proxies(SOCKS, isolating HTTP) @@ -48,7 +48,7 @@ and then you can install it with: them with the proxy enforced. * [done] **Change** the color of the browser window to indicate that I2P is in use - * ![Visiting i2ptunnel](i2ptunnel.png) + - ![Visiting i2ptunnel](i2ptunnel.png) * [ready/broken/wip] **Provide** help in a variety of languages. * [wip] **Monitor** the health and readiness of the I2P router it is instructed to use. Currently the plugin checks whether the HTTP Proxy is @@ -60,12 +60,12 @@ and then you can install it with: confined to it's own container tab. (2) Use a custom protocol handler to place each i2p application/plugin under it's own origin, shortening router console URL's and placing applications under their own origin. - * ![Visiting routerconsole](routerconsole.png) + - ![Visiting routerconsole](routerconsole.png) * [wip] **Handle Torrents** by talking to i2psnark-rpc plugin and then adding them directly into the Firefox downloads drop-downs, menus, etc. If I can. Right now instead of talking to snark-rpc, it uses a web-based protocl handler that simply auto-fills the torrent into i2psnark. - * ![Visiting i2psnark](i2psnark.png) + - ![Visiting i2psnark](i2psnark.png) * [barely started] **Isolate** traffic by contextual identity to it's own HTTP Proxy tunnel, each reflecting it's own pseudonymous identity within I2P. The contextual identities. For now, the contextual identities used to manage @@ -85,16 +85,7 @@ and then you can install it with: ### Video -![Video of the plugin in action](i2psetproxy.js.gif) - -Documents ------------- - - * **[Browser Outline](browser.pdf)**: This document is an outline of each of - the browser extension's feature panels in presentation form. - * **[Smart Lander Design](smartlander.pdf)**: This is the original outline of - the smart landing page which became the I2P home page within the browser and - the drop-down control panel. + * ![Video of the plugin in action](i2psetproxy.js.gif) Super Extra Important Background Info: -------------------------------------- diff --git a/index.html b/index.html index a047ce5..243ffe4 100644 --- a/index.html +++ b/index.html @@ -42,19 +42,25 @@ command:

(container). Intercept requests to .i2p domains and automatically route them to the I2P container. Isolate the router console from other local applications by automatically intercepting requests to the router console to -another container. +another container. +
  • [done] Indicate the I2P browser is in use visually. Find an -acceptable way to indicate it on Android.
  • +acceptable way to indicate it on Android. +
  • [done] Set the http proxy to use the local I2P proxy automatically. Provide specific configuration for other types of I2P proxies(SOCKS, isolating HTTP)
  • [done] Disable risky webRTC features/offer the option to re-enable them with the proxy enforced.
  • [done] Change the color of the browser window to indicate that I2P is in -use
  • +use +
  • [ready/broken/wip] Provide help in a variety of languages.
  • [wip] Monitor the health and readiness of the I2P router it is instructed to use. Currently the plugin checks whether the HTTP Proxy is @@ -65,13 +71,17 @@ inert at this time.
  • within their own contextual identity. (1) The router console is automatically confined to it's own container tab. (2) Use a custom protocol handler to place each i2p application/plugin under it's own origin, shortening router -console URL's and placing applications under their own origin. +console URL's and placing applications under their own origin. +
  • [wip] Handle Torrents by talking to i2psnark-rpc plugin and then adding them directly into the Firefox downloads drop-downs, menus, etc. If I can. Right now instead of talking to snark-rpc, it uses a web-based protocl -handler that simply auto-fills the torrent into i2psnark.
  • +handler that simply auto-fills the torrent into i2psnark. +
  • [barely started] Isolate traffic by contextual identity to it's own HTTP Proxy tunnel, each reflecting it's own pseudonymous identity within I2P. The contextual identities. For now, the contextual identities used to manage @@ -94,16 +104,8 @@ blog or to other similar websites that you create content on.
  • Video

    -

    Video of the plugin in action

    - -

    Documents

    -

    Super Extra Important Background Info: