diff options
Diffstat (limited to 'doc/afb-plugin-writing.html')
-rw-r--r-- | doc/afb-plugin-writing.html | 6 |
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> |