diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-06 09:25:46 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-06 09:25:46 -0400 |
commit | b047beb3e50a541564d2ab6ff17491608a630101 (patch) | |
tree | 28acf5d079d30748a054c9af67cf72c29c4f7024 /src/leap/bitmask/core/web/README | |
parent | 01005b92a78aedfe80dcf24644dd361d10ac4113 (diff) |
[pkg] package bitmask_www
Diffstat (limited to 'src/leap/bitmask/core/web/README')
-rw-r--r-- | src/leap/bitmask/core/web/README | 9 |
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 00000000..76a745df --- /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. |