diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-06-24 16:19:36 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-06-24 16:20:27 +0200 |
commit | 836b3c0b74accc5494d7877a22b4a45b5450b6f3 (patch) | |
tree | 2f67e08d17e9dc2c135ebae92e438e251cae68ad /doc/afb-application-writing.html | |
parent | f2584b67445ca63d3ec8e4a11202a19250434fc8 (diff) |
improves doc for new usages
Change-Id: Idb1ae01484d1181904e91d57abafe7bdb8230179
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'doc/afb-application-writing.html')
-rw-r--r-- | doc/afb-application-writing.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/afb-application-writing.html b/doc/afb-application-writing.html index ad1911df..12a2f13f 100644 --- a/doc/afb-application-writing.html +++ b/doc/afb-application-writing.html @@ -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> |