aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/source/read_config_files.d
Commit message (Collapse)AuthorAgeFilesLines
* 0.8.3 (if exists) get site config & output pathdoc-reform_v0.8.3Ralph Amissah2019-11-191-21/+30
| | | | | | - read once & read early: - once per batch processing - early (needed by metadata --harvest)
* cosmeticRalph Amissah2019-11-181-14/+14
|
* 0.8.2 yaml pod.manifest, read site config firstRalph Amissah2019-10-171-1/+0
| | | | | | | | | | | | | | | | | | - yaml (configuration & metadata) site config, pod: pod.manifest, doc header: make, meta - pod.manifest in yaml breaks - older program reading new pod and - newer program reading old pod - read config first, - get site default language in case it is absent in pod.manifest - ensure config is not read too many times (it is at present, revisit)
* 0.8.1 conf, make, meta: yaml only (toml removed)doc-reform_v0.8.1Ralph Amissah2019-10-171-122/+1
| | | | | | | | | | | | - yaml only: config, make & headers (yaml is converted directly to struct) - toml removed: preemptively remove confusion of having multiple config formats (toml was converted to json & json to struct) - json removed (intermediate representation): takes out intermediate conversion to json which could be attractive to have if there are multiple formats
* path related, mostly cosmetic codeRalph Amissah2019-10-171-4/+4
|
* document headers & config: yaml introducedRalph Amissah2019-10-171-17/+67
| | | | | - as toml alternative - both toml & yaml (meta, conf, make) work
* 0.8.0 name change in code use dr (doc reform) instead of sisuRalph Amissah2019-10-171-2/+2
|
* review, reduce use of autoRalph Amissah2019-08-191-13/+13
|
* 0.1.0 renamed doc-reform, doc_reform (& rad)Ralph Amissah2019-04-101-0/+218
- from sdp