Modified:
/Configuration.wiki
=======================================
--- /Configuration.wiki Fri May 13 08:50:47 2011
+++ /Configuration.wiki Fri May 13 08:56:13 2011
@@ -2,15 +2,17 @@
= 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:
+LML uses a simple INI file '/etc/lml.conf' for configuration. The Perl
[http://search.cpan.org/~shlomif/Config-IniFiles-2.66/lib/Config/IniFiles.pm
Config::IniFiles] modules used here supports some extensions which are also
used partially by LML:
* comments starting with '#'
- * multi-line values like this {{{
+ * multi-line values like this
+{{{
[section]
key=<<EOF
value line 1
value line 2
...
-EOF }}}
+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.