improves doc for new usages
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 24 Jun 2016 14:19:36 +0000 (16:19 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 24 Jun 2016 14:20:27 +0000 (16:20 +0200)
Change-Id: Idb1ae01484d1181904e91d57abafe7bdb8230179
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
17 files changed:
doc/FAQ.html
doc/FAQ.md
doc/README.html [deleted file]
doc/README.md [deleted file]
doc/afb-application-writing.html
doc/afb-application-writing.md
doc/afb-bindings-overview.html
doc/afb-bindings-overview.md
doc/afb-bindings-writing.html
doc/afb-bindings-writing.md
doc/afb-daemon-vocabulary.html
doc/afb-daemon-vocabulary.md
doc/afb-overview.html
doc/afb-overview.md
doc/afb-tests-overview.html
doc/afb-tests-overview.md
doc/doc.css

index e5f6427..5cc8b65 100644 (file)
@@ -16,7 +16,7 @@
 <header>
 <h1 class="title">Frequently Asked Question about AFB-DAEMON</h1>
 <h2 class="author">José Bollo</h2>
-<h3 class="date">10 juin 2016</h3>
+<h3 class="date">24 juin 2016</h3>
 </header>
 <nav id="TOC">
 <ul>
@@ -24,8 +24,5 @@
 </ul>
 </nav>
 <h1 id="frequently-asked-question-about-afb-daemon">Frequently Asked Question about AFB-DAEMON</h1>
-<pre><code>version: 1
-Date:    27 mai 2016
-Author:  José Bollo</code></pre>
 </body>
 </html>
index 7dad1ab..d485c97 100644 (file)
@@ -1,8 +1,6 @@
+
 Frequently Asked Question about AFB-DAEMON
 ==========================================
-    version: 1
-    Date:    27 mai 2016
-    Author:  José Bollo
 
 
 
diff --git a/doc/README.html b/doc/README.html
deleted file mode 100644 (file)
index 837505a..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-  <meta charset="utf-8">
-  <meta name="generator" content="pandoc">
-  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
-  <title>### Inititial Build</title>
-  <style type="text/css">code{white-space: pre;}</style>
-  <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
-  <![endif]-->
-  <link rel="stylesheet" href="doc.css">
-</head>
-<body>
-<header>
-<h1 class="title">### Inititial Build</h1>
-</header>
-<nav id="TOC">
-<ul>
-<li><a href="#inititial-build">Inititial Build</a></li>
-<li><a href="#netbeans">Netbeans</a></li>
-<li><a href="#copy-nbprojet-at-project-base">Copy nbprojet at project base</a></li>
-</ul>
-</nav>
-<p>mkdir build cd build cmake .. ### Netbeans % Fulup Ar Foll % 14 décembre 2015</p>
-<h3 id="inititial-build">Inititial Build</h3>
-<p>mkdir build cd build cmake ..</p>
-<h3 id="netbeans">Netbeans</h3>
-<h1 id="copy-nbprojet-at-project-base">Copy nbprojet at project base</h1>
-<p>cp -r doc/nbproject.template ./nbproject</p>
-</body>
-</html>
diff --git a/doc/README.md b/doc/README.md
deleted file mode 100644 (file)
index d5c047c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-
-### Inititial Build
-
-mkdir build
-cd build
-cmake ..
-
-
-### Netbeans
-
-# Copy nbprojet at project base
-cp -r doc/nbproject.template ./nbproject
index ad1911d..12a2f13 100644 (file)
@@ -37,7 +37,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
 <h1 class="title">HOWTO WRITE an APPLICATION above AGL FRAMEWORK</h1>
 <h2 class="author">José Bollo</h2>
 <h2 class="author">Fulup Ar Foll</h2>
-<h3 class="date">10 juin 2016</h3>
+<h3 class="date">24 juin 2016</h3>
 </header>
 <nav id="TOC">
 <ul>
@@ -68,9 +68,6 @@ code > span.er { color: #ff0000; font-weight: bold; }
 </ul>
 </nav>
 <h1 id="howto-write-an-application-above-agl-framework">HOWTO WRITE an APPLICATION above AGL FRAMEWORK</h1>
-<pre><code>version: 1
-Date:    09 juin 2016
-Author:  José Bollo</code></pre>
 <h2 id="programmation-languages-for-applications">Programmation Languages for Applications</h2>
 <h3 id="writing-an-html5-application">Writing an HTML5 application</h3>
 <p>Developers of HTML5 applications (client side) can easily create applications for AGL framework using their preferred HTML5 framework.</p>
index 772d991..14199f6 100644 (file)
@@ -1,10 +1,6 @@
+
 HOWTO WRITE an APPLICATION above AGL FRAMEWORK
 ==============================================
-    version: 1
-    Date:    09 juin 2016
-    Author:  José Bollo
-
-
 
 Programmation Languages for Applications
 -----------------------------------------
index b731aff..b650860 100644 (file)
@@ -16,7 +16,7 @@
 <header>
 <h1 class="title">Overview of bindings shipped with AFB-Daemon</h1>
 <h2 class="author">José Bollo</h2>
-<h3 class="date">23 juin 2016</h3>
+<h3 class="date">24 juin 2016</h3>
 </header>
 <nav id="TOC">
 <ul>
@@ -34,9 +34,6 @@
 </ul>
 </nav>
 <h1 id="overview-of-bindings-shipped-with-afb-daemon">Overview of bindings shipped with AFB-Daemon</h1>
-<pre><code>Version: 1
-Date:    09 juin 2016
-Author:  Manuel Bachmann</code></pre>
 <h2 id="list-of-bindings">List of bindings</h2>
 <p>Here are the bindings shipped in the source tree:</p>
 <ul>
index 03650cd..1d3632e 100644 (file)
@@ -1,9 +1,6 @@
+
 Overview of bindings shipped with AFB-Daemon
 ===========================================
-    Version: 1
-    Date:    09 juin 2016
-    Author:  Manuel Bachmann
-
 
 List of bindings
 ---------------
index 8017e19..20113a7 100644 (file)
@@ -35,7 +35,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
 <header>
 <h1 class="title">HOWTO WRITE a BINDING for AFB-DAEMON</h1>
 <h2 class="author">José Bollo</h2>
-<h3 class="date">23 juin 2016</h3>
+<h3 class="date">24 juin 2016</h3>
 </header>
 <nav id="TOC">
 <ul>
@@ -82,9 +82,6 @@ code > span.er { color: #ff0000; font-weight: bold; }
 </ul>
 </nav>
 <h1 id="howto-write-a-binding-for-afb-daemon">HOWTO WRITE a BINDING for AFB-DAEMON</h1>
-<pre><code>version: 1
-Date:    09 juin 2016
-Author:  José Bollo</code></pre>
 <h2 id="summary">Summary</h2>
 <p>Afb-daemon binders serve files through HTTP protocol and offers to developers the capability to expose application API methods through HTTP or WebSocket protocol.</p>
 <p>Binder bindings are used to add API to afb-daemon. This part describes how to write a binding for afb-daemon.</p>
index 9efc5bd..369c6d7 100644 (file)
@@ -1,10 +1,6 @@
+
 HOWTO WRITE a BINDING for AFB-DAEMON
 ===================================
-    version: 1
-    Date:    09 juin 2016
-    Author:  José Bollo
-
-
 
 Summary
 -------
index bffe91f..282be6b 100644 (file)
@@ -16,7 +16,7 @@
 <header>
 <h1 class="title">Vocabulary for AFB-DAEMON</h1>
 <h2 class="author">José Bollo</h2>
-<h3 class="date">23 juin 2016</h3>
+<h3 class="date">24 juin 2016</h3>
 </header>
 <nav id="TOC">
 <ul>
@@ -38,9 +38,6 @@
 </ul>
 </nav>
 <h1 id="vocabulary-for-afb-daemon">Vocabulary for AFB-DAEMON</h1>
-<pre><code>version: 1
-Date:    27 mai 2016
-Author:  José Bollo</code></pre>
 <h2 id="binding">Binding</h2>
 <p>A shared library object intended to be add a functionnality to an afb-daemon instance. It implements an API. It may provide a service.</p>
 <p>Binding made for services can have specific entry point called after initialisation and before serving.</p>
index 0be4e3d..897e4db 100644 (file)
@@ -1,9 +1,6 @@
+
 Vocabulary for AFB-DAEMON
 =========================
-    version: 1
-    Date:    27 mai 2016
-    Author:  José Bollo
-
 
 ## Binding
 
index 23ca6e9..caf11d8 100644 (file)
@@ -16,7 +16,7 @@
 <header>
 <h1 class="title">Overview of AFB-DAEMON</h1>
 <h2 class="author">José Bollo</h2>
-<h3 class="date">23 juin 2016</h3>
+<h3 class="date">24 juin 2016</h3>
 </header>
 <nav id="TOC">
 <ul>
@@ -34,9 +34,6 @@
 </ul>
 </nav>
 <h1 id="overview-of-afb-daemon">Overview of AFB-DAEMON</h1>
-<pre><code>version: 1
-Date:    30 mai 2016
-Author:  José Bollo</code></pre>
 <h2 id="roles-of-afb-daemon">Roles of afb-daemon</h2>
 <p>The name <strong>afb-daemon</strong> stands for <em>Application Framework Binder Daemon</em>. That is why afb-daemon is also named <strong><em>the binder</em></strong>.</p>
 <p><strong>Afb-daemon</strong> is in charge to bind one instance of an application to the AGL framework and AGL system.</p>
index ab24606..343a4f3 100644 (file)
@@ -1,10 +1,6 @@
+
 Overview of AFB-DAEMON
 ======================
-    version: 1
-    Date:    30 mai 2016
-    Author:  José Bollo
-
-
 
 Roles of afb-daemon
 -------------------
index b29c192..549fe49 100644 (file)
@@ -18,7 +18,7 @@
 <h1 class="title">Overview of tests shipped with AFB-Daemon</h1>
 <h2 class="author">Manuel Bachmann</h2>
 <h2 class="author">José Bollo</h2>
-<h3 class="date">23 juin 2016</h3>
+<h3 class="date">24 juin 2016</h3>
 </header>
 <nav id="TOC">
 <ul>
@@ -33,9 +33,6 @@
 </ul>
 </nav>
 <h1 id="overview-of-tests-shipped-with-afb-daemon">Overview of tests shipped with AFB-Daemon</h1>
-<pre><code>Version: 1
-Date:    09 juin 2016
-Author:  Manuel Bachmann</code></pre>
 <h2 id="list-of-tests">List of tests</h2>
 <p>Here are the tests shipped in the source tree:</p>
 <ul>
index 4fc0c9b..b70eda1 100644 (file)
@@ -1,9 +1,6 @@
+
 Overview of tests shipped with AFB-Daemon
 =========================================
-    Version: 1
-    Date:    09 juin 2016
-    Author:  Manuel Bachmann
-
 
 List of tests
 -------------
index 27be9dc..8c327c0 100644 (file)
@@ -19,8 +19,6 @@ pre {
        outline: #555;
 }
 
-pre:first-of-type { width: 20em; }
-
 blockquote {
        border-left: solid thick black;
        background-color: #ff8;