From 49c4b0980411c8310263c27737ec657126974841 Mon Sep 17 00:00:00 2001 From: idk Date: Tue, 25 Feb 2020 20:55:33 -0500 Subject: [PATCH] fix debian build --- Makefile | 1 + bookmarks.js | 6 +++--- debian/changelog | 12 ++++++++++-- debian/rules | 1 + index.html | 4 +++- manifest.json | 4 ++-- 6 files changed, 20 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index eefe8e8..576d230 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ install: uninstall cp ./*.js $(PREFIX)/share/webext/i2ppb@eyedeekay.github.io/ cp ./i2pcontrol/i2pcontrol.js $(PREFIX)/share/webext/i2ppb@eyedeekay.github.io/i2pcontrol/i2pcontrol.js cp ./torrent/*.js $(PREFIX)/share/webext/i2ppb@eyedeekay.github.io/torrent/ + cp ./torrent/*.html $(PREFIX)/share/webext/i2ppb@eyedeekay.github.io/torrent/ cp ./*.html $(PREFIX)/share/webext/i2ppb@eyedeekay.github.io/ cp ./*.css $(PREFIX)/share/webext/i2ppb@eyedeekay.github.io/ cp ./*.md $(PREFIX)/share/webext/i2ppb@eyedeekay.github.io/ diff --git a/bookmarks.js b/bookmarks.js index 911baa3..562ebea 100644 --- a/bookmarks.js +++ b/bookmarks.js @@ -37,7 +37,7 @@ gettingInfo.then(got => { let port = info.value.http.split(":")[1]; if (port == "7644") { let createBookmark = browser.bookmarks.create({ - url: "http://localhost:7647/i2psnark", + url: "http://localhost:7657/i2psnark", title: "Bittorrent", parentId: bookmarkToolbar[0].id }); @@ -65,7 +65,7 @@ gettingInfo.then(got => { let port = info.value.http.split(":")[1]; if (port == "7644") { let createBookmark = browser.bookmarks.create({ - url: "http://localhost:7647/webmail", + url: "http://localhost:7657/webmail", title: "Web Mail", parentId: bookmarkToolbar[0].id }); @@ -93,7 +93,7 @@ gettingInfo.then(got => { let port = info.value.http.split(":")[1]; if (port == "7644") { var createBookmark = browser.bookmarks.create({ - url: "http://localhost:7647/i2ptunnel", + url: "http://localhost:7657/i2ptunnel", title: "Hidden Services Manager", parentId: bookmarkToolbar[0].id }); diff --git a/debian/changelog b/debian/changelog index 8b598f1..a3ee2f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +i2psetproxy.js (0.59-1) UNRELEASED; urgency=low + + * transmission-rpc based torrent controls + * bugfixes + + -- idk Tue, 25 FEB 2020 20:52:19 -0400 + i2psetproxy.js (0.57-1) UNRELEASED; urgency=low * Snowflake compatibility @@ -6,7 +13,7 @@ i2psetproxy.js (0.57-1) UNRELEASED; urgency=low * Make it multilingual again * Distribute a torrent and a magnet link with the plugin of the plugin - -- idk Thu, 4 JAN 2019 16:43:58 -0400 + -- idk Thu, 4 JAN 2020 16:43:58 -0400 i2psetproxy.js (0.55-1) UNRELEASED; urgency=low @@ -15,7 +22,7 @@ i2psetproxy.js (0.55-1) UNRELEASED; urgency=low * Tolerate themes * Tolerate other containerizers - -- idk Thu, 2 JAN 2019 16:47:33 -0400 + -- idk Thu, 2 JAN 2020 16:47:33 -0400 i2psetproxy.js (0.53-1) UNRELEASED; urgency=low @@ -82,3 +89,4 @@ i2psetproxy.js (0.31-1) UNRELEASED; urgency=low -- idk Thu, 01 Aug 2019 00:32:39 -0400 + T \ No newline at end of file diff --git a/debian/rules b/debian/rules index 0d5cae4..580f59e 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,7 @@ override_dh_auto_install: cp ./*.js $$(pwd)/debian/i2psetproxy.js/usr/share/webext/i2ppb@eyedeekay.github.io/ cp ./i2pcontrol/i2pcontrol.js $$(pwd)/debian/i2psetproxy.js/usr/share/webext/i2ppb@eyedeekay.github.io/i2pcontrol/ cp ./torrent/*.js $$(pwd)/debian/i2psetproxy.js/usr/share/webext/i2ppb@eyedeekay.github.io/torrent/ + cp ./torrent/*.html $$(pwd)/debian/i2psetproxy.js/usr/share/webext/i2ppb@eyedeekay.github.io/torrent/ cp ./*.html $$(pwd)/debian/i2psetproxy.js/usr/share/webext/i2ppb@eyedeekay.github.io/ cp ./*.css $$(pwd)/debian/i2psetproxy.js/usr/share/webext/i2ppb@eyedeekay.github.io/ cp ./*.md $$(pwd)/debian/i2psetproxy.js/usr/share/webext/i2ppb@eyedeekay.github.io/ diff --git a/index.html b/index.html index c02d12e..a408d0c 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@

I2P in Private Browsing Mode(Firefox-Only)

-

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.

+

This is an 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, like an embedded I2P console and Bittorrent integration with clients using the transmission-rpc API.

Installation(Cross-Platform):

@@ -126,6 +126,8 @@
  • Browser Outline: This document is an outline of each of the browser extension's feature panels in presentation form.
  • Smart Lander Design: 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.
  • + +
  • Other extensions: and how they work with this one.
  • Super Extra Important Background Info:

    diff --git a/manifest.json b/manifest.json index 17a4ae1..f26f292 100644 --- a/manifest.json +++ b/manifest.json @@ -26,8 +26,8 @@ ], "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "0.57", - "version_name": "0.57", + "version": "0.59", + "version_name": "0.59", "description": "__MSG_extensionDescription__", "homepage_url": "https://github.com/eyedeekay/I2P-in-Private-Browsing-Mode-Firefox", "icons": {