Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 0.9.0 spine (doc-reform renamed) | Ralph Amissah | 2019-11-19 | 1 | -2012/+0 |
| | |||||
* | 0.8.3 (if exists) get site config & output pathdoc-reform_v0.8.3 | Ralph Amissah | 2019-11-19 | 1 | -25/+33 |
| | | | | | | - read once & read early: - once per batch processing - early (needed by metadata --harvest) | ||||
* | minor | Ralph Amissah | 2019-11-19 | 1 | -5/+8 |
| | |||||
* | cosmetic | Ralph Amissah | 2019-11-18 | 1 | -198/+151 |
| | |||||
* | multilingual pods, zipped source | Ralph Amissah | 2019-10-17 | 1 | -10/+8 |
| | |||||
* | 0.8.2 yaml pod.manifest, read site config first | Ralph Amissah | 2019-10-17 | 1 | -11/+103 |
| | | | | | | | | | | | | | | | | | | - 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.1 | Ralph Amissah | 2019-10-17 | 1 | -20/+6 |
| | | | | | | | | | | | | - 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.0 | Ralph Amissah | 2019-10-17 | 1 | -7/+62 |
| | |||||
* | path related, mostly cosmetic code | Ralph Amissah | 2019-10-17 | 1 | -2/+1 |
| | |||||
* | document headers & config: yaml introduced | Ralph Amissah | 2019-10-17 | 1 | -34/+55 |
| | | | | | - as toml alternative - both toml & yaml (meta, conf, make) work | ||||
* | flag --show-summary | Ralph Amissah | 2019-10-17 | 1 | -3/+11 |
| | |||||
* | processing info | Ralph Amissah | 2019-10-17 | 1 | -7/+28 |
| | |||||
* | 0.8.0 name change in code use dr (doc reform) instead of sisu | Ralph Amissah | 2019-10-17 | 1 | -5/+5 |
| | |||||
* | harvest authors, paths | Ralph Amissah | 2019-10-17 | 1 | -1/+1 |
| | | | | | - absolute - doc_root tree, relative | ||||
* | 0.7.5 xmls css code reorganised; ocn can turn off or hide | Ralph Amissah | 2019-10-17 | 1 | -5/+10 |
| | |||||
* | org-mode header added to org-mode files | Ralph Amissah | 2019-10-17 | 1 | -0/+1 |
| | |||||
* | cosmetic | Ralph Amissah | 2019-10-17 | 1 | -13/+1 |
| | |||||
* | 0.7.4 sqlite related, also some xml paths | Ralph Amissah | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | harvests reorganized; adjustments: output, pathsdoc-reform_v0.7.3 | Ralph Amissah | 2019-10-17 | 1 | -839/+16 |
| | |||||
* | harvest reorganized | Ralph Amissah | 2019-10-17 | 1 | -656/+712 |
| | |||||
* | harvest html output | Ralph Amissah | 2019-10-17 | 1 | -62/+542 |
| | |||||
* | topic register sort adjust Aa-Zz | Ralph Amissah | 2019-10-17 | 1 | -5/+17 |
| | |||||
* | harvest, document reporting, sorted topic register | Ralph Amissah | 2019-10-17 | 1 | -8/+76 |
| | |||||
* | harvest, document reporting | Ralph Amissah | 2019-10-17 | 1 | -19/+55 |
| | |||||
* | 0.7.3 start to look at document harvest (initial stub) | Ralph Amissah | 2019-10-17 | 1 | -41/+186 |
| | |||||
* | 0.7.2 latex (for pdf) (initial stub)doc-reform_v0.7.2 | Ralph Amissah | 2019-10-17 | 1 | -2/+18 |
| | |||||
* | 0.7.1 odt (initial stub)doc-reform_v0.7.1 | Ralph Amissah | 2019-10-17 | 1 | -6/+43 |
| | |||||
* | remove ./data for now, else relatively minor | Ralph Amissah | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | review, reduce use of auto | Ralph Amissah | 2019-08-19 | 1 | -43/+43 |
| | |||||
* | 0.7.0 meta_abstruction, doc "has" struct replaces several tuples | Ralph Amissah | 2019-08-19 | 1 | -58/+46 |
| | |||||
* | cosmetic mostly | Ralph Amissah | 2019-05-19 | 1 | -1/+0 |
| | |||||
* | 0.6.0 docReform project license AGPLv3+ | Ralph Amissah | 2019-05-17 | 1 | -1/+60 |
| | | | | | | | | | | | | | | | - copyright Ralph Amissah - license - project src AGPLv3+ - applied retroactively to project and within git by git rebase prior to any release of project - org files consider, for time being separate - ./maker.org moved to ./org/dr_build_scaffold.org - pre-release development continues - can initialize project from: makefile & org files - cp -av makefile org (and possibly data/pod & data/src) then - make skel tangle ldc | ||||
* | housekeepingdoc-reform_v0.5.0 | Ralph Amissah | 2019-05-17 | 1 | -3/+35 |
| | |||||
* | 0.5.0 per object inline munging (rather than by line) | Ralph Amissah | 2019-05-17 | 1 | -1/+1 |
| | | | | | | - munging per object for inline markup fontface, links, urls, images, footnotes/endnotes (also book index) | ||||
* | parallel & serial processing logic | Ralph Amissah | 2019-05-17 | 1 | -2/+13 |
| | |||||
* | getopt | Ralph Amissah | 2019-05-17 | 1 | -68/+44 |
| | |||||
* | rearrange some code | Ralph Amissah | 2019-05-17 | 1 | -1/+1 |
| | |||||
* | 0.4.3 stow (most) uri/links in array, separate from object text | Ralph Amissah | 2019-05-17 | 1 | -56/+56 |
| | | | | | | - munge independently - no need to consider special munging of uri with text - uri can easily be munged independently (encoded as need be) | ||||
* | 0.4.2 xmls output, internaldoc-reform_v0.4.2 | Ralph Amissah | 2019-05-17 | 1 | -1/+1 |
| | |||||
* | cleaningdoc-reform_v0.4.1 | Ralph Amissah | 2019-05-17 | 1 | -73/+133 |
| | |||||
* | doc generator info related | Ralph Amissah | 2019-05-17 | 1 | -2/+60 |
| | |||||
* | 0.4.1 markup syntax extension for blocks, re: attributes | Ralph Amissah | 2019-05-17 | 1 | -1/+1 |
| | | | | | | | | | | | - for all blocks, e.g. - table{ - table(){ - table([recognized attributes if any]){ - code{ - code(){ - code.d([recognized attributes if any]){ - allows for the subsequent addition of attributes as required | ||||
* | 0.4.0 sqlite related | Ralph Amissah | 2019-05-17 | 1 | -1/+1 |
| | |||||
* | cosmeticdoc-reform_v0.3.3 | Ralph Amissah | 2019-05-17 | 1 | -4/+44 |
| | |||||
* | 0.3.3 org mode behavior | Ralph Amissah | 2019-05-17 | 1 | -27/+32 |
| | |||||
* | 0.3.2 css themes, --dark & --light (default) | Ralph Amissah | 2019-04-10 | 1 | -1/+20 |
| | |||||
* | --workon flag, for some under construction codedoc-reform_v0.3.1 | Ralph Amissah | 2019-04-10 | 1 | -0/+5 |
| | |||||
* | 0.3.1 internal links, anchor tags & segment associations, toc | Ralph Amissah | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | 0.3.0 internal links, anchor tags & segment associationsdoc-reform_v0.3.0 | Ralph Amissah | 2019-04-10 | 1 | -27/+53 |
| | |||||
* | 0.2.1 segnames, anchor tagsdoc-reform_v0.2.1 | Ralph Amissah | 2019-04-10 | 1 | -1/+5 |
| |