From 86e9758e7e1cb9067d692c881d1926a80c350aaa Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Wed, 7 Sep 2016 18:41:20 -0400 Subject: [pkg] update deps: bitmask_www already published --- README.rst | 45 +++++++++++++++++++++++++++++++++++++-------- 1 file changed, 37 insertions(+), 8 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index b1f41932..81255036 100644 --- a/README.rst +++ b/README.rst @@ -27,10 +27,22 @@ application. .. _`PyQt5`: https://pypi.python.org/pypi/PyQt5 .. _`GPL3`: http://www.gnu.org/licenses/gpl.txt +Package under development! +-------------------------- +This is a unified repo that has merged the following packages, previously isolated, under the leap namespace: + +bonafide, mail, keymanager, bitmask. + +The previous Qt client has been deprecated (bitmask version 0.8.2, still +available at the http://github.com/leapcode/bitmask_client repo). + +Note that this repo still doesn't have support for VPN: its porting will +follow soon. + Read the Docs! ------------------ -The latest documentation is available at `LEAP`_. +The latest documentation about Bitmask is available at `LEAP`_. .. _`LEAP`: https://leap.se/en/docs/client @@ -56,13 +68,6 @@ And then run all the tests:: tox -If you are developing against a non-published branch of ``leap.common`` or -``leap.soledad``, run instead:: - - tox -e py27-dev - -This expects ``leap_common`` and ``soledad`` repos to be checked out in the -parent folder. Hacking ------- @@ -77,6 +82,30 @@ python-pyqt5.qtwebkit``). After ensuring this, you can do:: make dev-all +hacking on the webui +++++++++++++++++++++ + +The above instructions will install a python package that contains a +pre-compiled version of all the html+js elements, which is updated +periodically. If you want to hack on the +web-ui, you should read the instructions on the ``www/README.rst``. If you want +to test the integration of the web-ui and the webkit client, you can install a +development version of the bitmask_www package. Inside your virtualenv:: + + cd www + make pydist-dev + +cross-testing ++++++++++++++ + +If you are developing against a non-published branch of ``leap.common`` or +``leap.soledad``, run instead:: + + tox -e py27-dev + +This expects ``leap_common`` and ``soledad`` repos to be checked out in the +parent folder. + License ======= -- cgit v1.2.3