aboutsummaryrefslogtreecommitdiffhomepage
path: root/org
Commit message (Collapse)AuthorAgeFilesLines
* 0.8.1 conf, make, meta: yaml only (toml removed)doc-reform_v0.8.1Ralph Amissah2019-10-176-306/+30
| | | | | | | | | | | | - 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.0Ralph Amissah2019-10-175-173/+558
|
* path related, mostly cosmetic codeRalph Amissah2019-10-174-127/+126
|
* document headers & config: yaml introducedRalph Amissah2019-10-175-160/+1033
| | | | | - as toml alternative - both toml & yaml (meta, conf, make) work
* flag --show-summaryRalph Amissah2019-10-172-4/+14
|
* std.zip, drop external zip archiveRalph Amissah2019-10-171-20/+0
|
* build relatedRalph Amissah2019-10-171-13/+45
|
* processing infoRalph Amissah2019-10-172-12/+36
|
* 0.8.0 name change in code use dr (doc reform) instead of sisuRalph Amissah2019-10-177-78/+77
|
* texpdf, footer & language settingdoc-reform_v0.7.5Ralph Amissah2019-10-171-14/+55
|
* css cosmeticRalph Amissah2019-10-171-16/+24
|
* xmls, css, codeblocks linenumbersRalph Amissah2019-10-174-7/+109
|
* xmls, css, user-select on object-numbers & seg minitocRalph Amissah2019-10-171-2/+34
| | | | | | | - unselectable (copy & past of text) - object-numbers - html segments minitoc - implemented differently across browsers
* html scroll toc backmatter (url/link) fixRalph Amissah2019-10-173-0/+9
|
* xmls, special footnotesRalph Amissah2019-10-172-3/+33
|
* xmls, special footnotes? minor stepRalph Amissah2019-10-172-0/+32
|
* harvest authors, pathsRalph Amissah2019-10-173-16/+22
| | | | | - absolute - doc_root tree, relative
* 0.7.5 xmls css code reorganised; ocn can turn off or hideRalph Amissah2019-10-174-1994/+1614
|
* make/build name versioned output differentlyRalph Amissah2019-10-171-6/+13
|
* org-mode header added to org-mode filesRalph Amissah2019-10-1722-0/+22
|
* cosmeticRalph Amissah2019-10-176-66/+48
|
* 0.7.4 sqlite related, also some xml pathsRalph Amissah2019-10-174-268/+332
|
* harvests reorganized; adjustments: output, pathsdoc-reform_v0.7.3Ralph Amissah2019-10-174-861/+1146
|
* harvest reorganizedRalph Amissah2019-10-173-667/+748
|
* harvest html outputRalph Amissah2019-10-172-67/+551
|
* topic register sort adjust Aa-ZzRalph Amissah2019-10-171-5/+17
|
* harvest, document reporting, sorted topic registerRalph Amissah2019-10-171-8/+76
|
* harvest, document reportingRalph Amissah2019-10-172-33/+64
|
* 0.7.3 start to look at document harvest (initial stub)Ralph Amissah2019-10-174-130/+329
|
* 0.7.2 latex (for pdf) (initial stub)doc-reform_v0.7.2Ralph Amissah2019-10-176-3/+1926
|
* 0.7.1 odt (initial stub)doc-reform_v0.7.1Ralph Amissah2019-10-175-56/+2657
|
* meta_abstraction, ultimately cosmeticdoc-reform_v0.7.0Ralph Amissah2019-10-171-124/+39
|
* remove ./data for now, else relatively minorRalph Amissah2019-10-175-355/+377
|
* review, reduce use of autoRalph Amissah2019-08-198-749/+507
|
* doc_abstraction reduce use of return ref, checkRalph Amissah2019-08-191-76/+84
|
* 0.7.0 meta_abstruction, doc "has" struct replaces several tuplesRalph Amissah2019-08-195-109/+175
|
* book index sort: Aa-Zz (replaces A-Za-z)doc-reform_v0.6.0Ralph Amissah2019-06-021-10/+12
|
* block (grouped text) attributes (possibility)Ralph Amissah2019-05-211-16/+49
|
* questionable code, clean ("flow" commit related)Ralph Amissah2019-05-211-7/+4
|
* flow, rename functions with multiple return valuesRalph Amissah2019-05-211-53/+53
|
* a regex & some clearingRalph Amissah2019-05-212-39/+1
|
* cosmetic mostlyRalph Amissah2019-05-193-304/+175
|
* url encodingRalph Amissah2019-05-172-1/+6
|
* meta_abstraction some local renamingRalph Amissah2019-05-171-39/+39
|
* regex, meta_abstraction, naming of some regex submatchesRalph Amissah2019-05-173-81/+81
|
* (segmented html) dummy heading relatedRalph Amissah2019-05-174-17/+71
|
* text format delimiter, use: "┃" instead of "┋"Ralph Amissah2019-05-175-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 Amissah2019-05-1720-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.0Ralph Amissah2019-05-178-199/+289
|
* 0.5.0 per object inline munging (rather than by line)Ralph Amissah2019-05-173-87/+103
| | | | | | - munging per object for inline markup fontface, links, urls, images, footnotes/endnotes (also book index)