summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/core/web/README
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-11-09 15:42:04 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2016-12-29 03:09:46 +0100
commitc3acb3ca45480d3a4d72731ca68b69bec6db4e2c (patch)
treeef7ed10605a06b808542d8c45e901266599cc899 /src/leap/bitmask/core/web/README
parent666f43fff9ff3dd018d859c730c4619f046cb1f8 (diff)
[refactor] remove duplication of the bitmask.js library
Diffstat (limited to 'src/leap/bitmask/core/web/README')
-rw-r--r--src/leap/bitmask/core/web/README15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/leap/bitmask/core/web/README b/src/leap/bitmask/core/web/README
index 5826c52..2b99926 100644
--- a/src/leap/bitmask/core/web/README
+++ b/src/leap/bitmask/core/web/README
@@ -1,9 +1,14 @@
-This is the original implementation of the bitmask.js library, which uses the
-REST api exposed by the HTTPRequestDispatcher.
+This is a simple html based console that uses the bitmask.js library, which
+uses the REST api exposed by the HTTPRequestDispatcher. This html should be
+served when leap.bitmask_js package is not found on the import path from where
+bitmask.core is executed.
The development of bitmask_js is in the ui/ folder in this bitmask-dev repo.
-A pre-compiled version of the html+js web-ui can be found in the bitmask_js package.
+A pre-compiled version of the whole html+js ui can be found in the
+leap.bitmask_js package. To have it served from the same endpoint than the REST
+api, just install leap.bitmask_js in your environment.
-This remains here to be able to develop against the REST api without the need
-of installing the full-fledged bitmask_js package.
+This 'web console' remains here to be able to develop against the REST api
+without the need of installing the full-fledged bitmask_js package. However,
+it's only going to work when running from the git repository.