Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | harvest topics, name hashtag level names | Ralph Amissah | 2020-01-13 | 1 | -3/+6 |
| | |||||
* | yaml doc headers, protect harvest | Ralph Amissah | 2020-01-13 | 5 | -55/+65 |
| | | | | | | | - protect harvest from missing doc header metadata - title & author required - removed crude rgx yaml check (rely on yaml parser) | ||||
* | src without pod.manifest, report on verbose | Ralph Amissah | 2020-01-13 | 2 | -10/+13 |
| | |||||
* | xmls, home button fixes | Ralph Amissah | 2020-01-13 | 2 | -6/+14 |
| | |||||
* | metaverse, remove newline after endnote | Ralph Amissah | 2020-01-13 | 1 | -4/+4 |
| | | | | - change to internal representation, minor | ||||
* | checks on markup: yaml headers & reading images | Ralph Amissah | 2020-01-13 | 2 | -11/+11 |
| | |||||
* | 0.9.2 @safe & @trusted first pass | Ralph Amissah | 2020-01-13 | 13 | -231/+235 |
| | |||||
* | yaml config, provide default if not readdoc-reform_v0.9.1 | Ralph Amissah | 2019-11-22 | 2 | -12/+52 |
| | |||||
* | segmented html harvest links cli option | Ralph Amissah | 2019-11-22 | 2 | -0/+12 |
| | |||||
* | module & src renamingdoc-reform_v0.9.0 | Ralph Amissah | 2019-11-22 | 24 | -89/+89 |
| | |||||
* | name changes | Ralph Amissah | 2019-11-22 | 31 | -201/+201 |
| | |||||
* | 0.9.0 spine (doc-reform renamed) | Ralph Amissah | 2019-11-19 | 8 | -25/+25 |
| | |||||
* | 0.8.3 (if exists) get site config & output pathdoc-reform_v0.8.3 | Ralph Amissah | 2019-11-19 | 10 | -122/+165 |
| | | | | | | - read once & read early: - once per batch processing - early (needed by metadata --harvest) | ||||
* | regex, remove unused | Ralph Amissah | 2019-11-19 | 2 | -106/+1 |
| | | | | | - some potentially useful (review as needed) - speeds up compilation | ||||
* | minor | Ralph Amissah | 2019-11-19 | 7 | -49/+140 |
| | |||||
* | cosmetic | Ralph Amissah | 2019-11-18 | 11 | -278/+225 |
| | |||||
* | multilingual pods, zipped source | Ralph Amissah | 2019-10-17 | 3 | -75/+126 |
| | |||||
* | 0.8.2 yaml pod.manifest, read site config first | Ralph Amissah | 2019-10-17 | 5 | -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.1 | Ralph Amissah | 2019-10-17 | 6 | -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.0 | Ralph Amissah | 2019-10-17 | 8 | -23/+501 |
| | |||||
* | path related, mostly cosmetic code | Ralph Amissah | 2019-10-17 | 6 | -129/+128 |
| | |||||
* | document headers & config: yaml introduced | Ralph Amissah | 2019-10-17 | 9 | -153/+971 |
| | | | | | - as toml alternative - both toml & yaml (meta, conf, make) work | ||||
* | flag --show-summary | Ralph Amissah | 2019-10-17 | 2 | -5/+18 |
| | |||||
* | processing info | Ralph Amissah | 2019-10-17 | 3 | -12/+36 |
| | |||||
* | 0.8.0 name change in code use dr (doc reform) instead of sisu | Ralph Amissah | 2019-10-17 | 7 | -60/+60 |
| | |||||
* | texpdf, footer & language settingdoc-reform_v0.7.5 | Ralph Amissah | 2019-10-17 | 1 | -6/+41 |
| | |||||
* | css cosmetic | Ralph Amissah | 2019-10-17 | 1 | -38/+58 |
| | |||||
* | xmls, css, codeblocks linenumbers | Ralph Amissah | 2019-10-17 | 5 | -11/+259 |
| | |||||
* | xmls, css, user-select on object-numbers & seg minitoc | Ralph Amissah | 2019-10-17 | 1 | -6/+78 |
| | | | | | | | - unselectable (copy & past of text) - object-numbers - html segments minitoc - implemented differently across browsers | ||||
* | html scroll toc backmatter (url/link) fix | Ralph Amissah | 2019-10-17 | 4 | -0/+10 |
| | |||||
* | xmls, special footnotes | Ralph Amissah | 2019-10-17 | 3 | -3/+34 |
| | |||||
* | xmls, special footnotes? minor step | Ralph Amissah | 2019-10-17 | 3 | -0/+33 |
| | |||||
* | harvest authors, paths | Ralph Amissah | 2019-10-17 | 5 | -17/+23 |
| | | | | | - absolute - doc_root tree, relative | ||||
* | 0.7.5 xmls css code reorganised; ocn can turn off or hide | Ralph Amissah | 2019-10-17 | 7 | -4919/+2881 |
| | |||||
* | remove renamed file | Ralph Amissah | 2019-10-17 | 1 | -278/+0 |
| | |||||
* | cosmetic | Ralph Amissah | 2019-10-17 | 8 | -39/+32 |
| | |||||
* | 0.7.4 sqlite related, also some xml paths | Ralph Amissah | 2019-10-17 | 3 | -214/+237 |
| | |||||
* | harvests reorganized; adjustments: output, pathsdoc-reform_v0.7.3 | Ralph Amissah | 2019-10-17 | 7 | -87/+385 |
| | |||||
* | harvest reorganized | Ralph Amissah | 2019-10-17 | 8 | -680/+735 |
| | |||||
* | harvest html output | Ralph Amissah | 2019-10-17 | 4 | -67/+551 |
| | |||||
* | 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 | 6 | -33/+64 |
| | |||||
* | 0.7.3 start to look at document harvest (initial stub) | Ralph Amissah | 2019-10-17 | 8 | -178/+270 |
| | |||||
* | 0.7.2 latex (for pdf) (initial stub)doc-reform_v0.7.2 | Ralph Amissah | 2019-10-17 | 6 | -2/+1238 |
| | |||||
* | 0.7.1 odt (initial stub)doc-reform_v0.7.1 | Ralph Amissah | 2019-10-17 | 5 | -55/+2203 |
| | |||||
* | meta_abstraction, ultimately cosmeticdoc-reform_v0.7.0 | Ralph Amissah | 2019-10-17 | 1 | -124/+39 |
| | |||||
* | remove ./data for now, else relatively minor | Ralph Amissah | 2019-10-17 | 7 | -354/+377 |
| | |||||
* | review, reduce use of auto | Ralph Amissah | 2019-08-19 | 14 | -773/+534 |
| | |||||
* | doc_abstraction reduce use of return ref, check | Ralph Amissah | 2019-08-19 | 1 | -76/+84 |
| |