summaryrefslogtreecommitdiffstats
path: root/docs/3_Developer_Guides/1_Application_Framework/2_widgets.md
diff options
context:
space:
mode:
authorShankho Boron Ghosh <shankhoghosh123@gmail.com>2020-11-30 01:25:22 +0530
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-12-07 19:57:24 +0000
commit3f6f63ee421200fe014cfa2f2a081f27ca43a51c (patch)
treec2904c9111f069ba8acf5efeadc3a2bba734325d /docs/3_Developer_Guides/1_Application_Framework/2_widgets.md
parent6884dcaf7cfd18d806e6d303892265ec5234f1a9 (diff)
Added Application Framework in Developer Guides
Revised and added Application Framework as a part of Developer Guides. Bug-AGL: [SPEC-3633] Signed-off-by: Shankho Boron Ghosh <shankhoghosh123@gmail.com> Change-Id: I81c08edf722b3039c617c6bf50ae6cc9907a6116 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25662 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'docs/3_Developer_Guides/1_Application_Framework/2_widgets.md')
-rw-r--r--docs/3_Developer_Guides/1_Application_Framework/2_widgets.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/3_Developer_Guides/1_Application_Framework/2_widgets.md b/docs/3_Developer_Guides/1_Application_Framework/2_widgets.md
new file mode 100644
index 0000000..07edc52
--- /dev/null
+++ b/docs/3_Developer_Guides/1_Application_Framework/2_widgets.md
@@ -0,0 +1,11 @@
+---
+title: Widgets
+---
+
+# 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>**. \ No newline at end of file