From 073393af311d36c8ca7570ff0d3f0a3117c0b544 Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 16 Sep 2016 14:02:32 -0700 Subject: [pkg] rename www to ui --- src/leap/bitmask/core/web/README | 6 +++--- src/leap/bitmask/gui/README.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/leap/bitmask/core/web/README b/src/leap/bitmask/core/web/README index 76a745d..5826c52 100644 --- a/src/leap/bitmask/core/web/README +++ b/src/leap/bitmask/core/web/README @@ -1,9 +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. +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 leap.bitmask_www package. +A pre-compiled version of the html+js web-ui can be found in the bitmask_js package. This remains here to be able to develop against the REST api without the need -of installing the full-fledged bitmask_www package. +of installing the full-fledged bitmask_js package. diff --git a/src/leap/bitmask/gui/README.rst b/src/leap/bitmask/gui/README.rst index 431bcfc..c3a6a0f 100644 --- a/src/leap/bitmask/gui/README.rst +++ b/src/leap/bitmask/gui/README.rst @@ -1,5 +1,5 @@ bitmask.gui is a module that depends on PyQt. It is declared as an extra in bitmask setup.py -Its function is to launch a minimalistic browser that serves the bitmask_www +Its function is to launch a minimalistic browser that serves the bitmask_js interface. -- cgit v1.2.3