Re-order doc chapters
[src/app-framework-main.git] / docs / 2.2-config.xml.md
similarity index 98%
rename from docs/config.xml.md
rename to docs/2.2-config.xml.md
index 8894667..cccedd4 100644 (file)
@@ -1,5 +1,5 @@
-The configuration file config.xml
-===========
+Configuration file - config.xml
+===============================
 
 The widgets are described by the W3C's technical recommendations
 [Packaged Web Apps (Widgets)][widgets] and [XML Digital Signatures for Widgets][widgets-digsig]
@@ -16,7 +16,7 @@ to the framework:
 - the type of the application
 - the icon of the application
 - the permissions linked to the application
-- the services and dependancies of the application
+- the services and dependencies of the application
 
 The file MUST be at the root of the widget and MUST be case sensitively name
 ***config.xml***.
@@ -32,7 +32,7 @@ Here is the example of the config file for the QML application SmartHome.
   <name>SmartHome</name>
   <icon src="smarthome.png"/>
   <content src="qml/smarthome/smarthome.qml" type="text/vnd.qt.qml"/>
-  <description>This is the Smarthome QML demo application. It shows some user interfaces for controlling an 
+  <description>This is the Smarthome QML demo application. It shows some user interfaces for controlling an
 automated house. The user interface is completely done with QML.</description>
   <author>Qt team</author>
   <license>GPL</license>
@@ -284,7 +284,7 @@ The mimetype of the provided unit.
 
 #### param name="content.src"
 
-A path to the 
+A path to the
 
 #### other parameters
 
@@ -367,7 +367,7 @@ how to create systemd units for widgets.
 
 Known types for the type of content are:
 
-- ***text/html***: 
+- ***text/html***:
    HTML application,
    content.src designates the home page of the application