aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* block (grouped text) attributes (possibility)Ralph Amissah2019-05-213-32/+98
|
* questionable code, clean ("flow" commit related)Ralph Amissah2019-05-212-14/+8
|
* flow, rename functions with multiple return valuesRalph Amissah2019-05-212-106/+106
|
* a regex & some clearingRalph Amissah2019-05-214-72/+2
|
* cosmetic mostlyRalph Amissah2019-05-196-596/+350
|
* url encodingRalph Amissah2019-05-175-2/+13
|
* meta_abstraction some local renamingRalph Amissah2019-05-172-78/+78
|
* regex, meta_abstraction, naming of some regex submatchesRalph Amissah2019-05-177-173/+173
|
* (segmented html) dummy heading relatedRalph Amissah2019-05-179-33/+141
|
* text format delimiter, use: "┃" instead of "┋"Ralph Amissah2019-05-1712-266/+266
| | | | | | | | - 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 Amissah2019-05-1731-402/+768
| | | | | | | | | | | | | | | - 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.0Ralph Amissah2019-05-1721-400/+635
|
* 0.5.0 per object inline munging (rather than by line)Ralph Amissah2019-05-176-168/+206
| | | | | | - munging per object for inline markup fontface, links, urls, images, footnotes/endnotes (also book index)
* metaverse single line munging tuningdoc-reform_v0.4.3Ralph Amissah2019-05-1712-84/+155
|
* inline fontface markup, internal representation, reorganise codeRalph Amissah2019-05-175-29/+71
|
* inline fontface markup, internal representationRalph Amissah2019-05-175-79/+141
|
* parallel & serial processing logicRalph Amissah2019-05-172-4/+26
|
* getoptRalph Amissah2019-05-172-136/+88
|
* white space rgx to keep in blockRalph Amissah2019-05-172-6/+3
| | | | - code, block, verse
* format delimiter s/¶/┋/gRalph Amissah2019-05-1712-249/+247
|
* rearrange some codeRalph Amissah2019-05-1712-599/+636
|
* output_xmls epub use structRalph Amissah2019-05-173-228/+250
|
* 0.4.3 stow (most) uri/links in array, separate from object textRalph Amissah2019-05-1714-62/+174
| | | | | | - 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.2Ralph Amissah2019-05-176-206/+284
|
* cleaningdoc-reform_v0.4.1Ralph Amissah2019-05-1711-212/+182
|
* doc generator info relatedRalph Amissah2019-05-173-5/+116
|
* code block, number(ed), regex for keyword instruction, not implementedRalph Amissah2019-05-174-15/+28
| | | | | | - code(number){ to number code block (hash symbol "#" used previously)
* 0.4.1 markup syntax extension for blocks, re: attributesRalph Amissah2019-05-174-42/+42
| | | | | | | | | | | - 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.0Ralph Amissah2019-05-172-12/+20
|
* 0.4.0 sqlite relatedRalph Amissah2019-05-176-23/+117
|
* cosmeticdoc-reform_v0.3.3Ralph Amissah2019-05-1711-80/+165
|
* 0.3.3 org mode behaviorRalph Amissah2019-05-1724-151/+165
|
* json type match, fix breakage caused by external changedoc-reform_v0.3.2Ralph Amissah2019-05-172-182/+190
|
* reporting pod & source processingRalph Amissah2019-04-102-6/+16
|
* 0.3.2 css themes, --dark & --light (default)Ralph Amissah2019-04-109-267/+4719
|
* --workon flag, for some under construction codedoc-reform_v0.3.1Ralph Amissah2019-04-104-40/+88
|
* xmls more on anchor tags, scroll fix where no ocnRalph Amissah2019-04-102-128/+128
|
* 0.3.1 internal links, anchor tags & segment associations, tocRalph Amissah2019-04-109-358/+518
|
* 0.3.0 internal links, anchor tags & segment associationsdoc-reform_v0.3.0Ralph Amissah2019-04-1023-2074/+2186
|
* 0.2.1 segnames, anchor tagsdoc-reform_v0.2.1Ralph Amissah2019-04-1014-272/+294
|
* org headings & tags, minordoc-reform_v0.2.0Ralph Amissah2019-04-1012-54/+84
|
* 0.2.0 renames pod from sisupodRalph Amissah2019-04-1018-493/+772
|
* internal linking to headers A to D for segmented htmldoc-reform_v0.1.0Ralph Amissah2019-04-102-58/+80
|
* internal linksRalph Amissah2019-04-1011-22/+499
|
* xmls segmented heading inline linksRalph Amissah2019-04-108-222/+386
|
* output xmls, work on internal linksRalph Amissah2019-04-105-7/+38
|
* output xmls & sqlite, make doc_matter availableRalph Amissah2019-04-108-548/+644
|
* doc_abstraction provide object with segment it occurs inRalph Amissah2019-04-102-12/+40
|
* regex, resolve issues with: master file inserts path; url internal linkRalph Amissah2019-04-107-40/+40
|
* config webserv_url_doc_root, domain & pathRalph Amissah2019-04-105-16/+18
|