aboutsummaryrefslogtreecommitdiffhomepage
path: root/views
Commit message (Collapse)AuthorAgeFilesLines
* 0.7.2 latex (for pdf) (initial stub)doc-reform_v0.7.2Ralph Amissah2019-10-171-1/+1
|
* 0.7.1 odt (initial stub)doc-reform_v0.7.1Ralph Amissah2019-10-171-1/+1
|
* 0.7.0 meta_abstruction, doc "has" struct replaces several tuplesRalph Amissah2019-08-191-1/+1
|
* 0.6.0 docReform project license AGPLv3+Ralph Amissah2019-05-171-1/+1
| | | | | | | | | | | | | | | - 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
* 0.5.0 per object inline munging (rather than by line)Ralph Amissah2019-05-171-1/+1
| | | | | | - munging per object for inline markup fontface, links, urls, images, footnotes/endnotes (also book index)
* 0.4.3 stow (most) uri/links in array, separate from object textRalph Amissah2019-05-171-1/+1
| | | | | | - 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-171-1/+1
|
* 0.4.1 markup syntax extension for blocks, re: attributesRalph Amissah2019-05-171-1/+1
| | | | | | | | | | | - 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
* 0.4.0 sqlite relatedRalph Amissah2019-05-171-1/+1
|
* 0.3.3 org mode behaviorRalph Amissah2019-05-171-1/+1
|
* 0.3.2 css themes, --dark & --light (default)Ralph Amissah2019-04-101-1/+1
|
* 0.3.1 internal links, anchor tags & segment associations, tocRalph Amissah2019-04-101-1/+1
|
* 0.3.0 internal links, anchor tags & segment associationsdoc-reform_v0.3.0Ralph Amissah2019-04-101-1/+1
|
* 0.2.1 segnames, anchor tagsdoc-reform_v0.2.1Ralph Amissah2019-04-101-1/+1
|
* 0.2.0 renames pod from sisupodRalph Amissah2019-04-101-1/+1
|
* 0.1.0 renamed doc-reform, doc_reform (& rad)Ralph Amissah2019-04-101-1/+1
| | | | - from sdp
* 0.27.1 sqlite shared db actions cannot be parallelisedRalph Amissah2019-04-101-1/+1
| | | | - regressive fix required
* 0.27.0 parallelize doc processingRalph Amissah2019-04-101-1/+1
| | | | - std.parallelism
* 0.26.6 prepare for parallelism, remove __gshareddoc-reform_v0.0.26Ralph Amissah2019-04-101-1/+1
|
* 0.26.5 sqlite output, focusRalph Amissah2019-04-101-1/+1
|
* 0.26.4 file renames, cleaning, reorganisationRalph Amissah2019-04-101-1/+1
|
* 0.26.3 object info changesRalph Amissah2019-04-101-1/+1
|
* 0.26.2 image(s) without dimensionsRalph Amissah2019-04-101-1/+1
|
* 0.26.1 single sqlite file, premature?Ralph Amissah2019-04-101-1/+1
|
* 0.26.0 sqlite single statement insertion of objectsRalph Amissah2019-04-101-1/+1
| | | | | | - d2sqlite3 db.run, begin commit used with insert statement - can be used after upstream fix that should follow d2sqlite3 0.16.0
* 0.25.0 remove sdlang (headers, conf, make doc)Ralph Amissah2019-04-101-1/+1
|
* 0.24.0 toml or sdlang for configurationRalph Amissah2019-04-101-1/+1
|
* 0.23.3 work on source & target file paths/locationsRalph Amissah2019-04-101-1/+1
|
* 0.23.2 config paths for podRalph Amissah2019-04-101-1/+1
|
* 0.23.1 use output path specified if anyRalph Amissah2019-04-101-1/+1
|
* 0.23.0 make image list available early for sisupodRalph Amissah2019-04-101-1/+1
| | | | | | - have information needed for building source pods available early - don't do extra scan (for images) unless building of source pod requested
* 0.22.0 document matters & pod matters structsdoc-reform_v0.0.22Ralph Amissah2019-04-101-1/+1
| | | | - better integrated, redundancy removed
* 0.21.0 paths, pod manifest source alternativedoc-reform_v0.0.21Ralph Amissah2019-04-101-1/+1
| | | | | | | | | | | | | | | - sisupod.manifest - list alternative processable files with paths e.g.: media/text/en/live-manual.ssm media/text/fr/live-manual.ssm ... - name file followed by list of language codes e.g.: live-manual.ssm en, ca, de, es, fr, it, ja, pl, ro live-manual_next.ssm en, de, es, fr, it, ja
* 0.20.2 paths, config & manifest filesRalph Amissah2019-04-101-1/+1
|
* 0.20.1 struct for opt_actionsRalph Amissah2019-04-101-1/+1
|
* 0.20.0 sisupod & source dir structure changedRalph Amissah2019-04-101-1/+1
| | | | | - ./media (instead of ./multimedia) - ./media/text (instead of ./text)
* 0.19.0 conf make meta, composite struct, instead of associative arrayRalph Amissah2019-04-101-1/+1
| | | | | * remove conf make meta associative arrays, including native doc header (which revisit)
* 0.18.1 ocn, looks promisingRalph Amissah2019-04-101-1/+1
|
* maker.org makefile supported compilers, make all_builds_debugRalph Amissah2019-04-101-0/+10
| | | | - dmd ldc2 gdc
* 0.18.0 rename meta from ao (considered adr)Ralph Amissah2019-04-101-1/+1
|
* rename program root sdp.dRalph Amissah2019-04-101-1/+1
|
* 0.16.0 files/modules re-arrangeddoc-reform_v0.0.16Ralph Amissah2019-04-101-1/+1
|
* 0.15.0 named modulesRalph Amissah2019-04-101-1/+1
|
* 0.14.0 reorganized files, and pathsRalph Amissah2019-04-101-1/+1
|
* 0.13.9 sisupod & epub3, zipped outputRalph Amissah2019-04-101-1/+1
|
* 0.13.8 endnotes for various types of blockRalph Amissah2019-04-101-1/+1
|
* 0.13.7 tables ao and html output, poem html outputRalph Amissah2019-04-101-1/+1
|
* 0.13.6 dlang function calls, syntax (ufcs related), logic should be retainedRalph Amissah2019-04-101-1/+1
|
* 0.13.5 defaults regex reorganised; some work on (x)html outputRalph Amissah2019-04-101-1/+1
|
* 0.13.4 includes ao bookindex segname (anchors) fixRalph Amissah2019-04-101-1/+1
|