diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-19 16:52:06 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-19 18:13:44 +0200 |
commit | d1b49a7d26bf344d9f00ae12144cbcc7d930b08b (patch) | |
tree | 58d5276d2b6097e535fe90f447f336b72c4c12e3 /docs/2-widgets.md | |
parent | a07557a06366d5c5ed6e62cd91beb48ae478de1a (diff) |
Re-order doc chapters
Change-Id: I44cf2054fa06816480e26fc19b45c6f8a464a708
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs/2-widgets.md')
-rw-r--r-- | docs/2-widgets.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/2-widgets.md b/docs/2-widgets.md index e69de29..24de661 100644 --- a/docs/2-widgets.md +++ b/docs/2-widgets.md @@ -0,0 +1,8 @@ +The widgets +=========== + +The widgets are described by the W3C's 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) + +In summary, **widgets are ZIP files that can be signed and +whose content is described by the file <config.xml>**. |