log doc/introduction.rst @ 171:1ff11462a5c1

age author description
Thu, 25 Apr 2019 17:00:09 +0200 Franz Glasner The associations from filename extensions to parsers are "fnmatch" style patterns now.
Thu, 21 Feb 2019 23:20:49 +0100 Franz Glasner Docu: print a local table of contents in the introduction
Thu, 21 Feb 2019 22:53:56 +0100 Franz Glasner FIX: Docu: Configuration.getvar() does **not** apply variable substitutions
Fri, 13 Apr 2018 21:44:42 +0200 Franz Glasner Some docu on comments in files
Sat, 07 Apr 2018 09:33:13 +0200 Franz Glasner Sort extension list in the docu
Fri, 06 Apr 2018 22:28:45 +0200 Franz Glasner Allow custom configuration filename extensions and custom loaders that can handle custom configuration file syntax styles
Thu, 05 Apr 2018 09:12:29 +0200 Franz Glasner Check the return type of the JSON and YAML loading functions: they must be a dict alike
Wed, 04 Apr 2018 23:51:07 +0200 Franz Glasner FIX: Typo
Wed, 04 Apr 2018 23:50:37 +0200 Franz Glasner Note that the root object of a YAML style configuration must be a dict alike (mapping)
Wed, 04 Apr 2018 23:49:43 +0200 Franz Glasner Document the JSON files
Wed, 04 Apr 2018 09:45:29 +0200 Franz Glasner Begin the handling of JSON-style configuration files
Thu, 29 Mar 2018 08:58:34 +0200 Franz Glasner - More on getting variable values
Sun, 25 Mar 2018 16:45:15 +0200 Franz Glasner Begin the documentation of variables and its expansion
Sat, 24 Mar 2018 22:09:44 +0100 Franz Glasner Add a documentation section about basic API usage: loading (and merging)
Sun, 18 Mar 2018 19:15:01 +0100 Franz Glasner Build a tree-ish configuration from an INI style configuration file
Sun, 18 Mar 2018 16:45:51 +0100 Franz Glasner Begin a basic introduction chapter