Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | specify Tuple content for read in files, remove traits.std | Ralph Amissah | 2020-01-13 | 32 | -210/+170 |
| | |||||
* | present per document metadata | Ralph Amissah | 2020-01-13 | 18 | -58/+1014 |
| | |||||
* | harvest topics, name hashtag level names | Ralph Amissah | 2020-01-13 | 2 | -6/+12 |
| | |||||
* | yaml doc headers, protect harvest | Ralph Amissah | 2020-01-13 | 8 | -109/+117 |
| | | | | | | | - 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 | 4 | -20/+26 |
| | |||||
* | xmls, home button fixes | Ralph Amissah | 2020-01-13 | 3 | -16/+34 |
| | |||||
* | metaverse, remove newline after endnote | Ralph Amissah | 2020-01-13 | 2 | -8/+8 |
| | | | | - change to internal representation, minor | ||||
* | checks on markup: yaml headers & reading images | Ralph Amissah | 2020-01-13 | 4 | -22/+22 |
| | |||||
* | 0.9.2 @safe & @trusted first pass | Ralph Amissah | 2020-01-13 | 23 | -467/+475 |
| | |||||
* | yaml config, provide default if not readdoc-reform_v0.9.1 | Ralph Amissah | 2019-11-22 | 4 | -24/+104 |
| | |||||
* | segmented html harvest links cli option | Ralph Amissah | 2019-11-22 | 4 | -0/+24 |
| | |||||
* | 0.9.1 spine, post naming development | Ralph Amissah | 2019-11-22 | 2 | -2/+2 |
| | |||||
* | module & src renamingdoc-reform_v0.9.0 | Ralph Amissah | 2019-11-22 | 43 | -231/+233 |
| | |||||
* | name changes | Ralph Amissah | 2019-11-22 | 49 | -395/+395 |
| | |||||
* | org renaming | Ralph Amissah | 2019-11-19 | 10 | -0/+0 |
| | |||||
* | 0.9.0 spine (doc-reform renamed) | Ralph Amissah | 2019-11-19 | 38 | -513/+511 |
| | |||||
* | 0.8.3 (if exists) get site config & output pathdoc-reform_v0.8.3 | Ralph Amissah | 2019-11-19 | 16 | -245/+331 |
| | | | | | | - read once & read early: - once per batch processing - early (needed by metadata --harvest) | ||||
* | makefile program version tagging for bin-archivedoc-reform_v0.8.2 | Ralph Amissah | 2019-11-19 | 2 | -16/+18 |
| | |||||
* | regex, remove unused | Ralph Amissah | 2019-11-19 | 3 | -184/+2 |
| | | | | | - some potentially useful (review as needed) - speeds up compilation | ||||
* | minor | Ralph Amissah | 2019-11-19 | 14 | -105/+249 |
| | |||||
* | cosmetic | Ralph Amissah | 2019-11-18 | 19 | -556/+450 |
| | |||||
* | multilingual pods, zipped source | Ralph Amissah | 2019-10-17 | 7 | -152/+261 |
| | |||||
* | 0.8.2 yaml pod.manifest, read site config first | Ralph Amissah | 2019-10-17 | 11 | -94/+411 |
| | | | | | | | | | | | | | | | | | | - 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 | 19 | -687/+51 |
| | | | | | | | | | | | | - 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 | 14 | -197/+1060 |
| | |||||
* | path related, mostly cosmetic code | Ralph Amissah | 2019-10-17 | 10 | -256/+254 |
| | |||||
* | document headers & config: yaml introduced | Ralph Amissah | 2019-10-17 | 14 | -313/+2004 |
| | | | | | - as toml alternative - both toml & yaml (meta, conf, make) work | ||||
* | flag --show-summary | Ralph Amissah | 2019-10-17 | 4 | -9/+32 |
| | |||||
* | std.zip, drop external zip archive | Ralph Amissah | 2019-10-17 | 5 | -32/+0 |
| | |||||
* | build related | Ralph Amissah | 2019-10-17 | 6 | -26/+92 |
| | |||||
* | processing info | Ralph Amissah | 2019-10-17 | 5 | -24/+72 |
| | |||||
* | 0.8.0 name change in code use dr (doc reform) instead of sisu | Ralph Amissah | 2019-10-17 | 15 | -139/+138 |
| | |||||
* | texpdf, footer & language settingdoc-reform_v0.7.5 | Ralph Amissah | 2019-10-17 | 2 | -20/+96 |
| | |||||
* | css cosmetic | Ralph Amissah | 2019-10-17 | 2 | -54/+82 |
| | |||||
* | xmls, css, codeblocks linenumbers | Ralph Amissah | 2019-10-17 | 9 | -18/+368 |
| | |||||
* | xmls, css, user-select on object-numbers & seg minitoc | Ralph Amissah | 2019-10-17 | 3 | -8/+113 |
| | | | | | | | - 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 | 7 | -0/+19 |
| | |||||
* | xmls, special footnotes | Ralph Amissah | 2019-10-17 | 5 | -6/+67 |
| | |||||
* | xmls, special footnotes? minor step | Ralph Amissah | 2019-10-17 | 5 | -0/+65 |
| | |||||
* | harvest authors, paths | Ralph Amissah | 2019-10-17 | 8 | -33/+45 |
| | | | | | - absolute - doc_root tree, relative | ||||
* | 0.7.5 xmls css code reorganised; ocn can turn off or hide | Ralph Amissah | 2019-10-17 | 12 | -6914/+4496 |
| | |||||
* | subprojects remove commit hashdoc-reform_v0.7.4 | Ralph Amissah | 2019-10-17 | 4 | -0/+0 |
| | |||||
* | remove renamed file | Ralph Amissah | 2019-10-17 | 1 | -278/+0 |
| | |||||
* | make/build name versioned output differently | Ralph Amissah | 2019-10-17 | 3 | -12/+26 |
| | |||||
* | org-mode header added to org-mode files | Ralph Amissah | 2019-10-17 | 22 | -0/+22 |
| | |||||
* | cosmetic | Ralph Amissah | 2019-10-17 | 14 | -105/+80 |
| | |||||
* | 0.7.4 sqlite related, also some xml paths | Ralph Amissah | 2019-10-17 | 8 | -483/+570 |
| | |||||
* | harvests reorganized; adjustments: output, pathsdoc-reform_v0.7.3 | Ralph Amissah | 2019-10-17 | 11 | -948/+1531 |
| | |||||
* | harvest reorganized | Ralph Amissah | 2019-10-17 | 11 | -1347/+1483 |
| | |||||
* | harvest html output | Ralph Amissah | 2019-10-17 | 6 | -134/+1102 |
| |