summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/core/web/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/bitmask/core/web/README')
-rw-r--r--src/leap/bitmask/core/web/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/leap/bitmask/core/web/README b/src/leap/bitmask/core/web/README
new file mode 100644
index 0000000..76a745d
--- /dev/null
+++ b/src/leap/bitmask/core/web/README
@@ -0,0 +1,9 @@
+This is the original implementation of the bitmask.js library, which uses the
+REST api exposed by the HTTPRequestDispatcher.
+
+The development of bitmask_js is in the www/ folder in this bitmask-dev repo.
+
+A pre-compiled version of the html+js web-ui can be found in the leap.bitmask_www package.
+
+This remains here to be able to develop against the REST api without the need
+of installing the full-fledged bitmask_www package.