From 4fc3198ca2754817a021e45166b463b249e9f765 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 14 Mar 2014 16:08:29 -0300 Subject: Remove some user docs in favor of dl.bitmask.net Also: - Remove link to readthedocs. - Remove advanced instructions in favor of Hacking section. --- docs/client/en.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'docs/client/en.md') diff --git a/docs/client/en.md b/docs/client/en.md index 0436ec2..2768a55 100644 --- a/docs/client/en.md +++ b/docs/client/en.md @@ -5,15 +5,11 @@ Bitmask ======= -**Bitmask** is the multiplatform desktop client for the services offered by -[the LEAP Platform](platform). It is written in python using -[PySide](http://qt-project.org/wiki/PySide) and licensed under the GPL3. Currently we distribute pre-compiled bundles for Linux and OSX, with Windows bundles following soon. +**Bitmask** is the multiplatform desktop client for the services offered by [the LEAP Platform](platform). -You can find the complete up-to-date documentation [at the python package documentation -site.](http://pythonhosted.org/leap.bitmask "Bitmask documentation") +It is written in python using [PySide](http://qt-project.org/wiki/PySide) and licensed under the GPL3. Currently we distribute pre-compiled bundles for Linux and OSX, with Windows bundles following soon. -We include below some sections of the user guide and the development documentation so -you can get started. +We include below some sections of the user guide and the development documentation so you can get started. User Guide ---------- @@ -23,8 +19,7 @@ User Guide Tester Guide ------------ -This part of the documentation details how to fetch the last development -version and how to report bugs. +This part of the documentation details how to fetch the last development version and how to report bugs. * [Howto for testers](client/testers-howto) -- cgit v1.2.3 From 6d81056b729d0b995f3e288a09dddf590f910de6 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 14 Mar 2014 18:08:43 -0300 Subject: Update supported OSs. --- docs/client/en.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'docs/client/en.md') diff --git a/docs/client/en.md b/docs/client/en.md index 2768a55..4dd6953 100644 --- a/docs/client/en.md +++ b/docs/client/en.md @@ -41,12 +41,19 @@ If you want to contribute to the project, we wrote this for you. Supported OSs ------------- -Currently supported OSs (32 and 64 bits) are: +We currently support: -* Debian 7 (32bits lxde and 64 bits gnome3) -* Ubuntu 12.04 (LTS, unity) -* Ubuntu 13.10 (latest, unity) +### Through the bundle + +* Debian 7 +* Ubuntu 12.04 (LTS) +* Ubuntu 13.10 (latest) * Mac OSX >= 10.8 -* Windows 7 (32 bits only) -* Windows 8 (planned) +* Note: It *should* work in other Debian based distros + +### Through the debian package +* Ubuntu 13.04 (Raring Ringtail) +* Ubuntu 13.10 (Saucy Salamander) +* Debian 7.0 (Wheezy) +* Debian 8.0 (Jessie) -- cgit v1.2.3