aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/meta/conf_make_meta_yaml.d
Commit message (Collapse)AuthorAgeFilesLines
* 2023, year rollover, old habitRalph Amissah2023-01-011-2/+1
|
* regex review, match speed & compile time, ctregexRalph Amissah2022-12-231-123/+129
| | | | | | | | | - improve match time - add interim fontface identifier marker - improve compile time - remove unused regexs - separate out some specialized output matches
* latex output (try tidy); linebreaks more generallyRalph Amissah2022-04-031-1/+1
|
* latex, pagebreaks, make headersRalph Amissah2022-03-071-5/+12
| | | | | - for book, article and manually set pagebreaks, not fully utilized but flexibility introduced
* latex select papersize & orientationRalph Amissah2022-03-051-21/+21
| | | | | - cfte, doc collection config, cli e.g. --set-papersize="a4,letter.portrait,b4.portrait"
* xmls, copyright and license displayRalph Amissah2022-02-091-2/+10
|
* config & sqlite search output, some changesRalph Amissah2022-01-291-7/+8
|
* metadata, topic register to json removed, unusedRalph Amissah2022-01-251-30/+0
|
* sqlite: table, topic registerRalph Amissah2022-01-251-1/+52
|
* a new yearRalph Amissah2022-01-051-1/+1
|
* org files, tangle output, some fixesRalph Amissah2021-11-271-101/+0
|
* configuration, hierarchy filenames & paths ...Ralph Amissah2021-11-271-878/+990
|
* sqlite related internal namingRalph Amissah2021-11-271-6/+8
|
* primarily org relatedRalph Amissah2021-11-271-4/+4
|
* config, clean up and make a bit more consistentRalph Amissah2021-08-201-23/+22
| | | | | - check version settings with: rg -A2 _version_set$ org
* spine search and configuration relatedRalph Amissah2021-08-111-6/+15
|
* headers: copyright, license, year; also httpsRalph Amissah2021-04-081-0/+150
|
* org mode, unique code-block names & adjust headersRalph Amissah2020-10-191-1/+1
| | | | | - avoid org-mode undefined behavior, provide unique code-block names
* catchingRalph Amissah2020-05-211-6/+10
|
* cgi search form titleRalph Amissah2020-05-201-0/+10
|
* cli precedence over config file settingsRalph Amissah2020-05-201-50/+134
| | | | | - cli precedence over config file settings - latex papersize settings sorted
* sql, sqlite internal site linksRalph Amissah2020-05-201-1/+9
|
* 0.10.0 search sqlite & cgiRalph Amissah2020-05-201-31/+135
|
* code ctRegex calls, tidyingRalph Amissah2020-02-261-4/+4
|
* address compilation issues with dmd (v2.090.0)Ralph Amissah2020-02-261-3/+3
|
* dlang safe default imminent, look aheadRalph Amissah2020-02-111-3/+3
| | | | - @safe @trusted & @system, reconsider @trusted
* specify Tuple content for read in files, remove traits.stdRalph Amissah2020-01-131-1/+0
|
* present per document metadataRalph Amissah2020-01-131-0/+6
|
* yaml doc headers, protect harvestRalph Amissah2020-01-131-15/+19
| | | | | | | - protect harvest from missing doc header metadata - title & author required - removed crude rgx yaml check (rely on yaml parser)
* xmls, home button fixesRalph Amissah2020-01-131-0/+8
|
* checks on markup: yaml headers & reading imagesRalph Amissah2020-01-131-7/+6
|
* name changesRalph Amissah2019-11-221-10/+10
|
* 0.8.3 (if exists) get site config & output pathdoc-reform_v0.8.3Ralph Amissah2019-11-191-1/+1
| | | | | | - read once & read early: - once per batch processing - early (needed by metadata --harvest)
* minorRalph Amissah2019-11-191-10/+25
|
* cosmeticRalph Amissah2019-11-181-14/+8
|
* --show-{config,make,metadata,summary}doc-reform_v0.8.0Ralph Amissah2019-10-171-18/+28
|
* document headers & config: yaml introducedRalph Amissah2019-10-171-0/+818
- as toml alternative - both toml & yaml (meta, conf, make) work