Serna configuration template/update is an XML document with the set of Serna configuration parameters. Each element represents a configuration property. Each property may have a property value which is the content of the element. For example, the following property sets the context-hints delay time to 1000 milliseconds:
<document-look> <context-hints> <delay>1000</delay> </context-hints> </document-look>
The config-template.xml is applied as configuration template during installation. When a user starts Serna the first time, the configuration parameters are taken from this file. The file is located at: sernaInstallationPath/config-template.xml
The difference between config-template.xml and config-update.xml is that the former should contain the complete configuration, while the latter contains only those configuration parameters that should be changed for the current installation.
For the complete list of configuration properties, see Configuration Template Properties. For information about configuration update, see Configuration Update Properties.
For instructions on how to create a configuration template/update, see How to Create Configuration Template/Update.