aboutsummaryrefslogtreecommitdiffhomepage
path: root/views
Commit message (Collapse)AuthorAgeFilesLines
* 0.9.0 spine (doc-reform renamed)Ralph Amissah2019-11-191-1/+1
|
* 0.8.3 (if exists) get site config & output pathdoc-reform_v0.8.3Ralph Amissah2019-11-191-1/+1
| | | | | | - read once & read early: - once per batch processing - early (needed by metadata --harvest)
* 0.8.2 yaml pod.manifest, read site config firstRalph Amissah2019-10-171-1/+1
| | | | | | | | | | | | | | | | | | - yaml (configuration & metadata) site config, pod: pod.manifest, doc header: make, meta - pod.manifest in yaml breaks - older program reading new pod and - newer program reading old pod - read config first, - get site default language in case it is absent in pod.manifest - ensure config is not read too many times (it is at present, revisit)
* 0.8.1 conf, make, meta: yaml only (toml removed)doc-reform_v0.8.1Ralph Amissah2019-10-171-1/+1
| | | | | | | | | | | | - 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
* 0.8.0 name change in code use dr (doc reform) instead of sisuRalph Amissah2019-10-171-1/+1
|
* 0.7.5 xmls css code reorganised; ocn can turn off or hideRalph Amissah2019-10-171-1/+1
|
* 0.7.4 sqlite related, also some xml pathsRalph Amissah2019-10-171-1/+1
|
* 0.7.3 start to look at document harvest (initial stub)Ralph Amissah2019-10-171-1/+1
|
* 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
|