aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 0.8.3 (if exists) get site config & output pathdoc-reform_v0.8.3Ralph Amissah2019-11-1910-122/+165
| | | | | | - read once & read early: - once per batch processing - early (needed by metadata --harvest)
* regex, remove unusedRalph Amissah2019-11-192-106/+1
| | | | | - some potentially useful (review as needed) - speeds up compilation
* minorRalph Amissah2019-11-197-49/+140
|
* cosmeticRalph Amissah2019-11-1811-278/+225
|
* multilingual pods, zipped sourceRalph Amissah2019-10-173-75/+126
|
* 0.8.2 yaml pod.manifest, read site config firstRalph Amissah2019-10-175-45/+202
| | | | | | | | | | | | | | | | | | - 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-176-338/+3
| | | | | | | | | | | | - 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
* --show-{config,make,metadata,summary}doc-reform_v0.8.0Ralph Amissah2019-10-178-23/+501
|
* path related, mostly cosmetic codeRalph Amissah2019-10-176-129/+128
|
* document headers & config: yaml introducedRalph Amissah2019-10-179-153/+971
| | | | | - as toml alternative - both toml & yaml (meta, conf, make) work
* flag --show-summaryRalph Amissah2019-10-172-5/+18
|
* processing infoRalph Amissah2019-10-173-12/+36
|
* 0.8.0 name change in code use dr (doc reform) instead of sisuRalph Amissah2019-10-177-60/+60
|
* texpdf, footer & language settingdoc-reform_v0.7.5Ralph Amissah2019-10-171-6/+41
|
* css cosmeticRalph Amissah2019-10-171-38/+58
|
* xmls, css, codeblocks linenumbersRalph Amissah2019-10-175-11/+259
|
* xmls, css, user-select on object-numbers & seg minitocRalph Amissah2019-10-171-6/+78
| | | | | | | - unselectable (copy & past of text) - object-numbers - html segments minitoc - implemented differently across browsers
* html scroll toc backmatter (url/link) fixRalph Amissah2019-10-174-0/+10
|
* xmls, special footnotesRalph Amissah2019-10-173-3/+34
|
* xmls, special footnotes? minor stepRalph Amissah2019-10-173-0/+33
|
* harvest authors, pathsRalph Amissah2019-10-175-17/+23
| | | | | - absolute - doc_root tree, relative
* 0.7.5 xmls css code reorganised; ocn can turn off or hideRalph Amissah2019-10-177-4919/+2881
|
* remove renamed fileRalph Amissah2019-10-171-278/+0
|
* cosmeticRalph Amissah2019-10-178-39/+32
|
* 0.7.4 sqlite related, also some xml pathsRalph Amissah2019-10-173-214/+237
|
* harvests reorganized; adjustments: output, pathsdoc-reform_v0.7.3Ralph Amissah2019-10-177-87/+385
|
* harvest reorganizedRalph Amissah2019-10-178-680/+735
|
* harvest html outputRalph Amissah2019-10-174-67/+551
|
* topic register sort adjust Aa-ZzRalph Amissah2019-10-171-5/+17
|
* harvest, document reporting, sorted topic registerRalph Amissah2019-10-171-8/+76
|
* harvest, document reportingRalph Amissah2019-10-176-33/+64
|
* 0.7.3 start to look at document harvest (initial stub)Ralph Amissah2019-10-178-178/+270
|
* 0.7.2 latex (for pdf) (initial stub)doc-reform_v0.7.2Ralph Amissah2019-10-176-2/+1238
|
* 0.7.1 odt (initial stub)doc-reform_v0.7.1Ralph Amissah2019-10-175-55/+2203
|
* meta_abstraction, ultimately cosmeticdoc-reform_v0.7.0Ralph Amissah2019-10-171-124/+39
|
* remove ./data for now, else relatively minorRalph Amissah2019-10-177-354/+377
|
* review, reduce use of autoRalph Amissah2019-08-1914-773/+534
|
* doc_abstraction reduce use of return ref, checkRalph Amissah2019-08-191-76/+84
|
* 0.7.0 meta_abstruction, doc "has" struct replaces several tuplesRalph Amissah2019-08-1910-108/+167
|
* book index sort: Aa-Zz (replaces A-Za-z)doc-reform_v0.6.0Ralph Amissah2019-06-021-10/+12
|
* block (grouped text) attributes (possibility)Ralph Amissah2019-05-212-16/+49
|
* questionable code, clean ("flow" commit related)Ralph Amissah2019-05-211-7/+4
|
* flow, rename functions with multiple return valuesRalph Amissah2019-05-211-53/+53
|
* a regex & some clearingRalph Amissah2019-05-212-33/+1
|
* cosmetic mostlyRalph Amissah2019-05-193-292/+175
|
* url encodingRalph Amissah2019-05-173-1/+7
|
* meta_abstraction some local renamingRalph Amissah2019-05-171-39/+39
|
* regex, meta_abstraction, naming of some regex submatchesRalph Amissah2019-05-174-92/+92
|
* (segmented html) dummy heading relatedRalph Amissah2019-05-175-16/+70
|
* text format delimiter, use: "┃" instead of "┋"Ralph Amissah2019-05-177-133/+133
| | | | | | | | - gdc has compilation issue with the "┋" character, not worth arguing, make internal marker changes (can be changed again) - text format delimiter rg -l "┋" org/. | xargs sed -i 's/┋/┃/g'