aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 0.8.1 conf, make, meta: yaml only (toml removed)doc-reform_v0.8.1Ralph Amissah2019-10-176-338/+3
| | | | | | | | | | | | - 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-178-23/+501
|
* path related, mostly cosmetic codeRalph Amissah2019-10-176-129/+128
|
* document headers & config: yaml introducedRalph Amissah2019-10-179-153/+971
| | | | | - as toml alternative - both toml & yaml (meta, conf, make) work
* flag --show-summaryRalph Amissah2019-10-172-5/+18
|
* processing infoRalph Amissah2019-10-173-12/+36
|
* 0.8.0 name change in code use dr (doc reform) instead of sisuRalph Amissah2019-10-177-60/+60
|
* texpdf, footer & language settingdoc-reform_v0.7.5Ralph Amissah2019-10-171-6/+41
|
* css cosmeticRalph Amissah2019-10-171-38/+58
|
* xmls, css, codeblocks linenumbersRalph Amissah2019-10-175-11/+259
|
* xmls, css, user-select on object-numbers & seg minitocRalph Amissah2019-10-171-6/+78
| | | | | | | - unselectable (copy & past of text) - object-numbers - html segments minitoc - implemented differently across browsers
* html scroll toc backmatter (url/link) fixRalph Amissah2019-10-174-0/+10
|
* xmls, special footnotesRalph Amissah2019-10-173-3/+34
|
* xmls, special footnotes? minor stepRalph Amissah2019-10-173-0/+33
|
* harvest authors, pathsRalph Amissah2019-10-175-17/+23
| | | | | - absolute - doc_root tree, relative
* 0.7.5 xmls css code reorganised; ocn can turn off or hideRalph Amissah2019-10-177-4919/+2881
|
* remove renamed fileRalph Amissah2019-10-171-278/+0
|
* cosmeticRalph Amissah2019-10-178-39/+32
|
* 0.7.4 sqlite related, also some xml pathsRalph Amissah2019-10-173-214/+237
|
* harvests reorganized; adjustments: output, pathsdoc-reform_v0.7.3Ralph Amissah2019-10-177-87/+385
|
* harvest reorganizedRalph Amissah2019-10-178-680/+735
|
* harvest html outputRalph Amissah2019-10-174-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-176-33/+64
|
* 0.7.3 start to look at document harvest (initial stub)Ralph Amissah2019-10-178-178/+270
|
* 0.7.2 latex (for pdf) (initial stub)doc-reform_v0.7.2Ralph Amissah2019-10-176-2/+1238
|
* 0.7.1 odt (initial stub)doc-reform_v0.7.1Ralph Amissah2019-10-175-55/+2203
|
* meta_abstraction, ultimately cosmeticdoc-reform_v0.7.0Ralph Amissah2019-10-171-124/+39
|
* remove ./data for now, else relatively minorRalph Amissah2019-10-177-354/+377
|
* review, reduce use of autoRalph Amissah2019-08-1914-773/+534
|
* 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-1910-108/+167
|
* 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-212-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-33/+1
|
* cosmetic mostlyRalph Amissah2019-05-193-292/+175
|
* url encodingRalph Amissah2019-05-173-1/+7
|
* meta_abstraction some local renamingRalph Amissah2019-05-171-39/+39
|
* regex, meta_abstraction, naming of some regex submatchesRalph Amissah2019-05-174-92/+92
|
* (segmented html) dummy heading relatedRalph Amissah2019-05-175-16/+70
|
* text format delimiter, use: "┃" instead of "┋"Ralph Amissah2019-05-177-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-173-0/+157
| | | | | | | | | | | | | | | - 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-1713-201/+346
|
* 0.5.0 per object inline munging (rather than by line)Ralph Amissah2019-05-172-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.3Ralph Amissah2019-05-177-42/+80
|
* inline fontface markup, internal representation, reorganise codeRalph Amissah2019-05-173-15/+40
|
* inline fontface markup, internal representationRalph Amissah2019-05-173-46/+77
|