aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-10-26 07:03:23 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-10-26 07:03:23 -0700
commite76b4c8d0dc38cb6fdcf92cf537d0090245abf16 (patch)
treecaacccb4debddcae0851d7272b73ab4ce0f0a952
parentfb331af59d78c98f16870dac926f76f43bfb034d (diff)
downloadjp-hash-e76b4c8d0dc38cb6fdcf92cf537d0090245abf16.tar.gz
jp-hash-e76b4c8d0dc38cb6fdcf92cf537d0090245abf16.tar.bz2
jp-hash-e76b4c8d0dc38cb6fdcf92cf537d0090245abf16.zip
README: point to signed Firefox add-on at mozilla.org.
-rw-r--r--README.md25
1 files changed, 14 insertions, 11 deletions
diff --git a/README.md b/README.md
index c55e0c5..d5c5bfb 100644
--- a/README.md
+++ b/README.md
@@ -25,21 +25,24 @@ Additionally:
## How do I get it?
-See the reference implementation source files. Code is given in
-TXR Lisp, C and Javascript for the browser as well as Node.js.
+Firefox users can use JP-Hash via a convenient
+[add-on](https://addons.mozilla.org/firefox/addon/jp-hash/).
+You get a toolbar button (and Alt-J shortcut) which replaces the content of an
+input field, or its current selection, with its JP-Hash. The shortcut key for
+that is Alt-J.
+
+See the [source tree](../tree) for reference implementation source files. Code
+is given in TXR Lisp, C and Javascript for the browser as well as Node.js.
The self-contained [`jp-hash.html`](../tree/jp-hash.html) file should load in
any browser, providing a simple UI.
-There is also a Firefox add-on; look in the [`firefox`](../tree/firefox)
-directory. This is not yet available as a bundled, signed extension. It
-may be used as a temporary add-on. To install it that way, make a local replica
-of that `firefox` directory on the system where your browser is running. Then
-open up `about:debugging`, click on "This Firefox" in the left pane, and click
-the "Load Temporary Add-On ..." button in the right pane. Select the
-`manifest.json` file in the `firefox` directory. You get a toolbar button (and
-Alt-J shortcut) which replaces the content of an input field, or its
-current selection, with its JP-Hash. The shortcut key for that is Alt-J.
+The Firefox add-on source is in the [`firefox`](../tree/firefox) subdirectory.
+This may be loaded as a temporary add-on. To install it that way, make a local
+replica of that `firefox` directory on the system where your browser is
+running. Then open up `about:debugging`, click on "This Firefox" in the left
+pane, and click the "Load Temporary Add-On ..." button in the right pane.
+Select the `manifest.json` file in the `firefox` directory.
## What are the details of the algorithm?