aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-07-15 23:08:18 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-07-15 23:08:18 -0400
commitd25ffcb8682348fd924088fb539752f4b962a2e0 (patch)
treea488f54b90b0680647709b25f7248e5ceef30711
parent7f7ace3a8f962dfb47a0137e346c4b6f639c8cea (diff)
downloadbrowsing-activity-tracker-d25ffcb8682348fd924088fb539752f4b962a2e0.tar.gz
Add links to install from official websites and browser specific instructions
-rw-r--r--README.rst11
-rw-r--r--chrome-extension/README.rst10
-rw-r--r--firefox-addon/README.rst12
3 files changed, 32 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 150cd4e..e603627 100644
--- a/README.rst
+++ b/README.rst
@@ -14,7 +14,16 @@ control over how it is produced.
Installation
++++++++++++
-The extension is available both as a Firefox add-on and as a Chrome extension.
+The extension is available both as a Firefox add-on and as a Chrome extension:
+
+* Install__ from the Firefox Add-Ons Website
+* Install__ from the Chrome Web Store
+
+To install directly from the source, refer to the README files in the
+respective subfolders.
+
+__ https://addons.mozilla.org/en-US/firefox/addon/browsing-activity-tracker/
+__ https://chrome.google.com/webstore/detail/browsing-activity-tracker/maialhkckkpdbhimboiimgdgmhlianje
How does it work?
+++++++++++++++++
diff --git a/chrome-extension/README.rst b/chrome-extension/README.rst
new file mode 100644
index 0000000..7b4d50e
--- /dev/null
+++ b/chrome-extension/README.rst
@@ -0,0 +1,10 @@
+This Chrome extension is available here__ on the Chrome Web Store.
+
+__ https://chrome.google.com/webstore/detail/browsing-activity-tracker/maialhkckkpdbhimboiimgdgmhlianje
+
+To install from the source:
+
+* Go to ``chrome://extensions``.
+* Enable the *Developer mode* option.
+* Click on *Load unpacked extension…* and select the folder containing the
+ source code.
diff --git a/firefox-addon/README.rst b/firefox-addon/README.rst
new file mode 100644
index 0000000..c452635
--- /dev/null
+++ b/firefox-addon/README.rst
@@ -0,0 +1,12 @@
+This Firefox add-on is available here__ on the Mozilla Add-Ons Website.
+
+To build and install from the source code, you need to:
+
+* install and activate the Add-on SDK as explained here__.
+* use ``cfx run`` in this folder to launch an instance of Firefox with the
+ add-on enabled.
+* use ``cfx xpi`` in this folder to package the add-on as an XPI file that
+ you can then install at ``about:addons``
+
+__ https://addons.mozilla.org/en-US/firefox/addon/browsing-activity-tracker/
+__ https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Installation