summaryrefslogtreecommitdiffstats
path: root/doc/afb-plugin-writing.html
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-06-10 13:49:34 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-06-10 13:49:34 +0200
commit17b196f1326d6b6c249d44b8744d73d7bba12d7a (patch)
tree6592d70b095c010cf726ac27ad51fd6ca86cc61a /doc/afb-plugin-writing.html
parent6518887513840471ea9c5af7e534787717e6bd82 (diff)
Improves documentation
The script updt.sh is revisited to generate better the meta data. The format of events is documented. Change-Id: I3bb7347f3ac0f660196a25a4c0c0432848fe4168 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'doc/afb-plugin-writing.html')
-rw-r--r--doc/afb-plugin-writing.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/afb-plugin-writing.html b/doc/afb-plugin-writing.html
index eaa7a370..6c866fb6 100644
--- a/doc/afb-plugin-writing.html
+++ b/doc/afb-plugin-writing.html
@@ -5,6 +5,7 @@
<meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<meta name="author" content="José Bollo">
+ <meta name="author" content="Fulup Ar Foll">
<title>HOWTO WRITE a PLUGIN for AFB-DAEMON</title>
<style type="text/css">code{white-space: pre;}</style>
<!--[if lt IE 9]>
@@ -35,7 +36,8 @@ code > span.er { color: #ff0000; font-weight: bold; }
<header>
<h1 class="title">HOWTO WRITE a PLUGIN for AFB-DAEMON</h1>
<h2 class="author">José Bollo</h2>
-<h3 class="date">30 mai 2016</h3>
+<h2 class="author">Fulup Ar Foll</h2>
+<h3 class="date">09 juin 2016</h3>
</header>
<nav id="TOC">
<ul>
@@ -83,7 +85,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
</nav>
<h1 id="howto-write-a-plugin-for-afb-daemon">HOWTO WRITE a PLUGIN for AFB-DAEMON</h1>
<pre><code>version: 1
-Date: 30 mai 2016
+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>