Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 0.8.1 conf, make, meta: yaml only (toml removed)doc-reform_v0.8.1 | Ralph Amissah | 2019-10-17 | 4 | -212/+2 | |
| | | | | | | | | | | | | - 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 | 7 | -19/+446 | |
| | ||||||
* | path related, mostly cosmetic code | Ralph Amissah | 2019-10-17 | 1 | -2/+2 | |
| | ||||||
* | document headers & config: yaml introduced | Ralph Amissah | 2019-10-17 | 5 | -112/+868 | |
| | | | | | - as toml alternative - both toml & yaml (meta, conf, make) work | |||||
* | flag --show-summary | Ralph Amissah | 2019-10-17 | 1 | -1/+3 | |
| | ||||||
* | processing info | Ralph Amissah | 2019-10-17 | 1 | -7/+16 | |
| | ||||||
* | xmls, css, codeblocks linenumbers | Ralph Amissah | 2019-10-17 | 3 | -1/+4 | |
| | ||||||
* | html scroll toc backmatter (url/link) fix | Ralph Amissah | 2019-10-17 | 2 | -0/+6 | |
| | ||||||
* | xmls, special footnotes | Ralph Amissah | 2019-10-17 | 2 | -3/+33 | |
| | ||||||
* | xmls, special footnotes? minor step | Ralph Amissah | 2019-10-17 | 1 | -0/+1 | |
| | ||||||
* | harvest authors, paths | Ralph Amissah | 2019-10-17 | 4 | -16/+22 | |
| | | | | | - absolute - doc_root tree, relative | |||||
* | 0.7.5 xmls css code reorganised; ocn can turn off or hide | Ralph Amissah | 2019-10-17 | 2 | -212/+212 | |
| | ||||||
* | cosmetic | Ralph Amissah | 2019-10-17 | 3 | -26/+24 | |
| | ||||||
* | harvests reorganized; adjustments: output, pathsdoc-reform_v0.7.3 | Ralph Amissah | 2019-10-17 | 4 | -66/+229 | |
| | ||||||
* | harvest reorganized | Ralph Amissah | 2019-10-17 | 5 | -16/+709 | |
| | ||||||
* | harvest html output | Ralph Amissah | 2019-10-17 | 3 | -5/+15 | |
| | ||||||
* | harvest, document reporting | Ralph Amissah | 2019-10-17 | 5 | -20/+23 | |
| | ||||||
* | 0.7.3 start to look at document harvest (initial stub) | Ralph Amissah | 2019-10-17 | 7 | -174/+170 | |
| | ||||||
* | 0.7.2 latex (for pdf) (initial stub)doc-reform_v0.7.2 | Ralph Amissah | 2019-10-17 | 1 | -0/+9 | |
| | ||||||
* | 0.7.1 odt (initial stub)doc-reform_v0.7.1 | Ralph Amissah | 2019-10-17 | 1 | -49/+9 | |
| | ||||||
* | 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 | 4 | -340/+359 | |
| | ||||||
* | review, reduce use of auto | Ralph Amissah | 2019-08-19 | 6 | -569/+336 | |
| | ||||||
* | doc_abstraction reduce use of return ref, check | Ralph Amissah | 2019-08-19 | 1 | -76/+84 | |
| | ||||||
* | 0.7.0 meta_abstruction, doc "has" struct replaces several tuples | Ralph Amissah | 2019-08-19 | 5 | -92/+151 | |
| | ||||||
* | book index sort: Aa-Zz (replaces A-Za-z)doc-reform_v0.6.0 | Ralph Amissah | 2019-06-02 | 1 | -10/+12 | |
| | ||||||
* | block (grouped text) attributes (possibility) | Ralph Amissah | 2019-05-21 | 2 | -16/+49 | |
| | ||||||
* | questionable code, clean ("flow" commit related) | Ralph Amissah | 2019-05-21 | 1 | -7/+4 | |
| | ||||||
* | flow, rename functions with multiple return values | Ralph Amissah | 2019-05-21 | 1 | -53/+53 | |
| | ||||||
* | a regex & some clearing | Ralph Amissah | 2019-05-21 | 1 | -21/+1 | |
| | ||||||
* | cosmetic mostly | Ralph Amissah | 2019-05-19 | 3 | -292/+175 | |
| | ||||||
* | url encoding | Ralph Amissah | 2019-05-17 | 1 | -0/+1 | |
| | ||||||
* | meta_abstraction some local renaming | Ralph Amissah | 2019-05-17 | 1 | -39/+39 | |
| | ||||||
* | regex, meta_abstraction, naming of some regex submatches | Ralph Amissah | 2019-05-17 | 2 | -80/+80 | |
| | ||||||
* | (segmented html) dummy heading related | Ralph Amissah | 2019-05-17 | 4 | -10/+46 | |
| | ||||||
* | text format delimiter, use: "┃" instead of "┋" | Ralph Amissah | 2019-05-17 | 2 | -13/+13 | |
| | | | | | | | | - 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' | |||||
* | housekeepingdoc-reform_v0.5.0 | Ralph Amissah | 2019-05-17 | 5 | -163/+292 | |
| | ||||||
* | 0.5.0 per object inline munging (rather than by line) | Ralph Amissah | 2019-05-17 | 2 | -80/+102 | |
| | | | | | | - munging per object for inline markup fontface, links, urls, images, footnotes/endnotes (also book index) | |||||
* | metaverse single line munging tuningdoc-reform_v0.4.3 | Ralph Amissah | 2019-05-17 | 3 | -33/+31 | |
| | ||||||
* | inline fontface markup, internal representation, reorganise code | Ralph Amissah | 2019-05-17 | 2 | -14/+31 | |
| | ||||||
* | inline fontface markup, internal representation | Ralph Amissah | 2019-05-17 | 2 | -33/+50 | |
| | ||||||
* | format delimiter s/¶/┋/g | Ralph Amissah | 2019-05-17 | 2 | -8/+5 | |
| | ||||||
* | rearrange some code | Ralph Amissah | 2019-05-17 | 1 | -69/+69 | |
| | ||||||
* | 0.4.3 stow (most) uri/links in array, separate from object text | Ralph Amissah | 2019-05-17 | 3 | -1/+34 | |
| | | | | | | - munge independently - no need to consider special munging of uri with text - uri can easily be munged independently (encoded as need be) | |||||
* | cleaningdoc-reform_v0.4.1 | Ralph Amissah | 2019-05-17 | 3 | -55/+12 | |
| | ||||||
* | doc generator info related | Ralph Amissah | 2019-05-17 | 1 | -1/+38 | |
| | ||||||
* | code block, number(ed), regex for keyword instruction, not implemented | Ralph Amissah | 2019-05-17 | 2 | -7/+10 | |
| | | | | | | - code(number){ to number code block (hash symbol "#" used previously) | |||||
* | 0.4.1 markup syntax extension for blocks, re: attributes | Ralph Amissah | 2019-05-17 | 1 | -20/+20 | |
| | | | | | | | | | | | - 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 | |||||
* | cosmeticdoc-reform_v0.3.3 | Ralph Amissah | 2019-05-17 | 2 | -25/+25 | |
| | ||||||
* | 0.3.3 org mode behavior | Ralph Amissah | 2019-05-17 | 3 | -6/+11 | |
| |