Added:
/Configuration.wiki
=======================================
--- /dev/null
+++ /Configuration.wiki Fri May 13 08:50:47 2011
@@ -0,0 +1,20 @@
+#summary Lab Manager Light configuration in detail
+
+= Semantics =
+
+LML uses a simple INI file '/etc/lml.conf' for configuration. The Perl
Config::IniFiles modules used here supports some extensions which are also
used partially by LML:
+ * comments starting with '#'
+ * multi-line values like this {{{
+[section]
+key=<<EOF
+value line 1
+value line 2
+...
+EOF }}}
+ * sections and keys are not case sensitive. Nevertheless it is
recommended to write everything lower case.
+
+In general all non-mandatory keys can be removed or commented out with '#'
to disable a feature or setting.
+
+= Details =
+
+ATM please refer to the comments
in '[http://code.google.com/p/lml/source/browse/etc/lml.conf lml.conf]'