From dcf194289a6af8c0a6b6263a2686af8fa44a37f2 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 21 Mar 2017 17:54:30 +0100 Subject: Allows or in mustache instanciation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows to simplify the configuration file afm-unit.conf. Restore the type application/vnd.agl.service Change-Id: Iaadde2c2d96155cea6d1b8bee4d3c78e885cf44a Signed-off-by: José Bollo --- docs/config.xml.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/config.xml.md b/docs/config.xml.md index 7939ebe..8894667 100644 --- a/docs/config.xml.md +++ b/docs/config.xml.md @@ -371,13 +371,18 @@ Known types for the type of content are: HTML application, content.src designates the home page of the application -- ***application/x-executable***: - Native application, - content.src designates the relative path of the binary +- ***application/vnd.agl.native*** + AGL compatible native, + content.src designates the relative path of the binary. - ***application/vnd.agl.service***: AGL service, content.src is not used. +- ***application/x-executable***: + Native application, + content.src designates the relative path of the binary. + For such application, only security setup is made. + Adding more types is easy, it just need to edit the configuration file ***afm-unit.conf***. @@ -388,7 +393,6 @@ leveraging systemd. The transition to systemd let these types out at the moment. - ***application/vnd.agl.url*** -- ***application/vnd.agl.native*** - ***text/vnd.qt.qml***, ***application/vnd.agl.qml*** - ***application/vnd.agl.qml.hybrid*** - ***application/vnd.agl.html.hybrid*** -- cgit 1.2.3-korg