diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-07-28 12:29:28 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-07-28 12:29:47 +0200 |
commit | 8c08f5f678660d27420d548cf8b3100bb24aebd9 (patch) | |
tree | 53d24b5663ec626b1e7d64bb6143e8449550232c /docs/5-frameworks.md | |
parent | c2fa10efe8e8b2443883e7b04b2cf452b6b8dd85 (diff) |
clean markdown documentation
Change-Id: I1b0a1628b42097c47a844aa0c8030d4534428421
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'docs/5-frameworks.md')
-rw-r--r-- | docs/5-frameworks.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/5-frameworks.md b/docs/5-frameworks.md index fb73ff2..6170421 100644 --- a/docs/5-frameworks.md +++ b/docs/5-frameworks.md @@ -1,15 +1,12 @@ -Application framework -===================== +# Application framework -Foreword --------- +## Foreword -This document describes application framework fundamentals. -FCS (Fully Conform to Specification) implementation is still under development. +This document describes application framework fundamentals. +FCS (Fully Conform to Specification) implementation is still under development. It may happen that current implementation somehow diverges with specifications. -Overview --------- +## Overview The application framework on top of the security framework provides components to install and uninstall applications @@ -23,12 +20,15 @@ application framework directly, but to rework a new framework inspired from Tize fundamentals remain identical: the applications are distributed in a digitally signed container that should match widget specifications -normalized by the W3C. This is described by the technical -recommendations [Packaged Web Apps (Widgets)](http://www.w3.org/TR/widgets) and [XML Digital Signatures for Widgets](http://www.w3.org/TR/widgets-digsig) of the W3 consortium. +normalized by the W3C. +This is described by the technical recommendations +[Packaged Web Apps (Widgets)](http://www.w3.org/TR/widgets) and +[XML Digital Signatures for Widgets](http://www.w3.org/TR/widgets-digsig) + of the W3 consortium. As today this model allows the distribution of HTML, QML and binary applications but it could be extended to any other class of applications. -The management of widget package signatures. +The management of widget package signatures. Current model is only an initial step, it might be extended in the future to include new feature (ie: incremental delivery). |