From 4a9396e083419695265fa15f06a7409cd73529f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Mon, 30 May 2016 17:04:12 +0200 Subject: [PATCH] generates html MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I038559954c3713f467008c48603e26012eeda300 Signed-off-by: José Bollo --- doc/widgets.html | 44 ++++++++++++++++++++++---------------------- doc/widgets.md | 2 +- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/doc/widgets.html b/doc/widgets.html index e0f68f9..23bf891 100644 --- a/doc/widgets.html +++ b/doc/widgets.html @@ -8,7 +8,7 @@

The widgets

version: 1
-Date:    29 mai 2016
+Date:    30 mai 2016
 Author:  José Bollo
 
@@ -17,20 +17,20 @@ Author: José Bollo -
  • Organisation of directory of applications +
  • Organization of directory of applications
  • -
  • Organisation of data
  • +
  • organization of data
  • @@ -39,8 +39,8 @@ Author: José Bollo

    The widgets are described by the technical recommendations widgets and widgets-digsig.

    - -

    signature of the

    + +

    signature

    The application framework

    @@ -49,23 +49,23 @@ Author: José Bollo

    directory where are stored applications

    -

    Applications can be installed in few places: on the system itself or on an extension device. -For my phone, for example, it is the sd card.

    +

    Applications can be installed in different places: the system itself, extension device. +On a phone application are typically installed on the sd card.

    This translates to:

    -

    In the remaining of the document, these places are writen “APPDIR”.

    +

    From here those paths are referenced as: “APPDIR”.

    - -

    Organisation of directory of applications

    + +

    Organization of directory of applications

    -

    The main path for applivcations are: APPDIR/PKGID/VER.

    +

    The main path for applications is: APPDIR/PKGID/VER.

    Where:

    @@ -76,22 +76,22 @@ For my phone, for example, it is the sd card.

    -

    This organisation has the advantage to allow several versions to leave together. +

    This organization has the advantage to allow several versions to leave together. This is needed for some good reasons (rolling back) and also for less good reasons (user habits).

    Identity of installed files

    -

    All the files are installed as the user “userapp” and group “userapp”. +

    All files are installed as user “userapp” and group “userapp”. All files have rw(x) for user and r-(x) for group and others.

    -

    This allows any user to read the files.

    +

    This allows every user to read every file.

    - -

    Labelling the directories of applications

    + +

    labeling the directories of applications

    - -

    Organisation of data

    + +

    organization of data

    The data of a user are in its directory and are labelled using the labels of the application

    diff --git a/doc/widgets.md b/doc/widgets.md index 961bb12..3c77737 100644 --- a/doc/widgets.md +++ b/doc/widgets.md @@ -3,7 +3,7 @@ The widgets =========== version: 1 - Date: 29 mai 2016 + Date: 30 mai 2016 Author: José Bollo TABLE-OF-CONTENT-HERE -- 2.16.6