log doc/introduction.rst @ 210:fa660f084ceb

age author description
Mon, 06 May 2019 01:07:43 +0200 Franz Glasner Docu: an example for configmix.try_determine_filemode()
Sun, 05 May 2019 12:07:27 +0200 Franz Glasner Docu: Ban "keyword expansion" -- use "variable interpolation" instead
Sun, 05 May 2019 11:36:12 +0200 Franz Glasner Doc: some wording
Fri, 03 May 2019 21:51:09 +0200 Franz Glasner Added support for TOML style configuration files
Fri, 03 May 2019 20:21:12 +0200 Franz Glasner Docu: Enhanced the custom loader section somewhat
Fri, 03 May 2019 20:20:05 +0200 Franz Glasner FIX: Docu: Case-sensitivety of filename extension matching depends on the OS now
Fri, 03 May 2019 19:49:59 +0200 Franz Glasner Doc: Adjust the example in the introduction to the new custom association style
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