Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | flow, rename functions with multiple return values | Ralph Amissah | 2019-05-21 | 1 | -53/+53 | |
| | ||||||
* | a regex & some clearing | Ralph Amissah | 2019-05-21 | 2 | -39/+1 | |
| | ||||||
* | cosmetic mostly | Ralph Amissah | 2019-05-19 | 3 | -304/+175 | |
| | ||||||
* | url encoding | Ralph Amissah | 2019-05-17 | 2 | -1/+6 | |
| | ||||||
* | 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 | 3 | -81/+81 | |
| | ||||||
* | (segmented html) dummy heading related | Ralph Amissah | 2019-05-17 | 4 | -17/+71 | |
| | ||||||
* | text format delimiter, use: "┃" instead of "┋" | Ralph Amissah | 2019-05-17 | 5 | -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' | |||||
* | 0.6.0 docReform project license AGPLv3+ | Ralph Amissah | 2019-05-17 | 20 | -1/+1667 | |
| | | | | | | | | | | | | | | | - 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 | 8 | -199/+289 | |
| | ||||||
* | 0.5.0 per object inline munging (rather than by line) | Ralph Amissah | 2019-05-17 | 3 | -87/+103 | |
| | | | | | | - 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 | 5 | -42/+75 | |
| | ||||||
* | 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/+64 | |
| | ||||||
* | parallel & serial processing logic | Ralph Amissah | 2019-05-17 | 1 | -2/+13 | |
| | ||||||
* | getopt | Ralph Amissah | 2019-05-17 | 1 | -68/+44 | |
| | ||||||
* | white space rgx to keep in block | Ralph Amissah | 2019-05-17 | 2 | -6/+3 | |
| | | | | - code, block, verse | |||||
* | format delimiter s/¶/┋/g | Ralph Amissah | 2019-05-17 | 5 | -122/+122 | |
| | ||||||
* | rearrange some code | Ralph Amissah | 2019-05-17 | 5 | -302/+354 | |
| | ||||||
* | output_xmls epub use struct | Ralph Amissah | 2019-05-17 | 1 | -114/+125 | |
| | ||||||
* | 0.4.3 stow (most) uri/links in array, separate from object text | Ralph Amissah | 2019-05-17 | 5 | -58/+121 | |
| | | | | | | - 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 | 2 | -104/+200 | |
| | ||||||
* | cleaningdoc-reform_v0.4.1 | Ralph Amissah | 2019-05-17 | 5 | -141/+153 | |
| | ||||||
* | doc generator info related | Ralph Amissah | 2019-05-17 | 1 | -2/+60 | |
| | ||||||
* | code block, number(ed), regex for keyword instruction, not implemented | Ralph Amissah | 2019-05-17 | 2 | -8/+18 | |
| | | | | | | - 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 | 2 | -21/+21 | |
| | | | | | | | | | | | - 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 | |||||
* | output_hub conditional importsdoc-reform_v0.4.0 | Ralph Amissah | 2019-05-17 | 1 | -4/+10 | |
| | ||||||
* | 0.4.0 sqlite related | Ralph Amissah | 2019-05-17 | 3 | -9/+60 | |
| | ||||||
* | cosmeticdoc-reform_v0.3.3 | Ralph Amissah | 2019-05-17 | 6 | -40/+123 | |
| | ||||||
* | 0.3.3 org mode behavior | Ralph Amissah | 2019-05-17 | 17 | -131/+141 | |
| | ||||||
* | json type match, fix breakage caused by external changedoc-reform_v0.3.2 | Ralph Amissah | 2019-05-17 | 1 | -91/+95 | |
| | ||||||
* | reporting pod & source processing | Ralph Amissah | 2019-04-10 | 1 | -3/+8 | |
| | ||||||
* | 0.3.2 css themes, --dark & --light (default) | Ralph Amissah | 2019-04-10 | 3 | -106/+1487 | |
| | ||||||
* | --workon flag, for some under construction codedoc-reform_v0.3.1 | Ralph Amissah | 2019-04-10 | 2 | -20/+44 | |
| | ||||||
* | xmls more on anchor tags, scroll fix where no ocn | Ralph Amissah | 2019-04-10 | 1 | -64/+64 | |
| | ||||||
* | 0.3.1 internal links, anchor tags & segment associations, toc | Ralph Amissah | 2019-04-10 | 4 | -179/+259 | |
| | ||||||
* | 0.3.0 internal links, anchor tags & segment associationsdoc-reform_v0.3.0 | Ralph Amissah | 2019-04-10 | 8 | -1026/+1077 | |
| | ||||||
* | 0.2.1 segnames, anchor tagsdoc-reform_v0.2.1 | Ralph Amissah | 2019-04-10 | 5 | -136/+147 | |
| | ||||||
* | org headings & tags, minordoc-reform_v0.2.0 | Ralph Amissah | 2019-04-10 | 12 | -54/+84 | |
| | ||||||
* | 0.2.0 renames pod from sisupod | Ralph Amissah | 2019-04-10 | 6 | -316/+316 | |
| | ||||||
* | internal linking to headers A to D for segmented htmldoc-reform_v0.1.0 | Ralph Amissah | 2019-04-10 | 1 | -29/+40 | |
| | ||||||
* | internal links | Ralph Amissah | 2019-04-10 | 5 | -11/+269 | |
| | ||||||
* | xmls segmented heading inline links | Ralph Amissah | 2019-04-10 | 3 | -113/+195 | |
| | ||||||
* | output xmls, work on internal links | Ralph Amissah | 2019-04-10 | 2 | -3/+18 | |
| | ||||||
* | output xmls & sqlite, make doc_matter available | Ralph Amissah | 2019-04-10 | 3 | -277/+327 | |
| | ||||||
* | doc_abstraction provide object with segment it occurs in | Ralph Amissah | 2019-04-10 | 1 | -6/+20 | |
| | ||||||
* | regex, resolve issues with: master file inserts path; url internal link | Ralph Amissah | 2019-04-10 | 3 | -19/+19 | |
| | ||||||
* | config webserv_url_doc_root, domain & path | Ralph Amissah | 2019-04-10 | 2 | -8/+9 | |
| | ||||||
* | mess further with parallelism flags | Ralph Amissah | 2019-04-10 | 2 | -20/+57 | |
| | ||||||
* | naming DocReform from SiSU | Ralph Amissah | 2019-04-10 | 13 | -125/+125 | |
| |