Remove non end user info, set author of properties documentation authored by Georg Graßnick's avatar Georg Graßnick
......@@ -5,7 +5,9 @@ In this document, the different aspects of end user interaction with the program
This includes printer, format and representation configuration files; the command line and input data specifications.
## Configuration Files
The configuration files specify the printers properties and a set of formats with their format specific properties. The files are of the type '.properties' (Java Properties Format). The 'ConfigParser' component features an abstract ConfigurationParser which can be extended to support other file types.
_Kupper_
The configuration files specify the printers properties and a set of formats with their format specific properties. The files are of the type '.properties' (Java Properties Format).
The Java Properties Format holds properties in a tree-like structure of dot-separated namespaces. Values are assigned by a simple '='. The structure of the config files is the following:
......
......