upgrading documentation to new usage
[src/app-framework-main.git] / doc / overview.md
index a6922b1..d39e66e 100644 (file)
@@ -2,10 +2,6 @@
 AGL framework, overview of the proposal of IoT.bzh
 ==================================================
 
-    version: 1
-    Date:    14 March 2016
-    Author:  José Bollo
-
 Foreword
 --------
 
@@ -116,7 +112,7 @@ APPLICATION installs an other application and then launch it.
     |  :  +-----------v-----------+   :      +---------+---------------+    |
     |  :  |   binder afb-daemon   |   :      |                         |    |
     |  :  +-----------------------+   :      |      afm-user-daemon    |    |
-    |  :  |    afm-main-plugin    |   :      |                         |    |
+    |  :  |    afm-main-binding   |   :      |                         |    |
     |  :  +-----+--------------+--+   :      +------^-------+------+---+    |
     |  :........|..............|......:             |       |      :        |
     |           |(2)           |(8)                 |(10)   |      :        |
@@ -149,7 +145,7 @@ Let follow the sequence of calls:
 
 1. APPLICATION calls its **binder** to install the OTHER application.
 
-2. The plugin **afm-main-plugin** of the **binder** calls, through
+2. The binding **afm-main-binding** of the **binder** calls, through
    **D-Bus** system, the system daemon to install the OTHER application.
 
 3. The system **D-Bus** checks wether APPLICATION has the permission
@@ -168,7 +164,7 @@ Let follow the sequence of calls:
 
 7. APPLICATION call its binder to start the nearly installed OTHER application.
 
-8. The plugin **afm-main-plugin** of the **binder** calls, through
+8. The binding **afm-main-binding** of the **binder** calls, through
    **D-Bus** session, the user daemon to launch the OTHER application.
 
 9. The session **D-Bus** checks wether APPLICATION has the permission
@@ -207,7 +203,7 @@ the components are:
 * ***afb-binder***: in charge of serving resources and features through an
   HTTP interface.
 
-* ***afm-main-plugin***: This plugin allows applications to use the API
+* ***afm-main-binding***: This binding allows applications to use the API
   of the AGL framework.
 
 
@@ -280,16 +276,6 @@ This basis is not meant as being rigid and it can be extended in the
 futur to include for example incremental delivery.
 
 
-Comparison to other frameworks
-------------------------------
-
-### Tizen framework
-
-### xdg-app
-
-### ostro
-
-
 
 
 [meta-intel]:       https://github.com/01org/meta-intel-iot-security                "A collection of layers providing security technologies"