aboutsummaryrefslogtreecommitdiffhomepage
path: root/views
Commit message (Collapse)AuthorAgeFilesLines
* 0.16.0 sisudoc (src/sisudoc sisudoc spine)Ralph Amissah2024-04-101-1/+1
| | | | | - src/sisudoc (replaces src/doc_reform) - sisudoc spine (used more)
* 0.15.0Ralph Amissah2024-04-101-1/+1
|
* 0.14.0Ralph Amissah2023-11-201-1/+1
|
* 0.13.0Ralph Amissah2023-11-151-1/+1
|
* replace directory listing, blank index.htmlRalph Amissah2023-06-271-3/+0
|
* html, bespoke homepage, symlink toc.html index.htmlRalph Amissah2023-06-271-0/+3
| | | | | - html, bespoke homepage option - html, symlinks toc.html index.html
* unicode, changes in use of symbols to represent thingsRalph Amissah2023-06-231-1/+1
|
* 0.12.0Ralph Amissah2022-12-231-1/+1
|
* latex select papersize & orientationRalph Amissah2022-03-052-2/+2
| | | | | - cfte, doc collection config, cli e.g. --set-papersize="a4,letter.portrait,b4.portrait"
* config & sqlite search output, some changesRalph Amissah2022-01-292-38/+38
|
* cgi sqlite_search, heading matches fix, cleanupRalph Amissah2022-01-271-1/+1
|
* configuration, hierarchy filenames & paths ...Ralph Amissah2021-11-271-1/+1
|
* nix related config, direnv else minorRalph Amissah2021-10-221-3/+3
|
* config, clean up and make a bit more consistentRalph Amissah2021-08-202-16/+16
| | | | | - check version settings with: rg -A2 _version_set$ org
* spine search and configuration relatedRalph Amissah2021-08-112-5/+5
|
* config defaults: cfte, config-file & cleRalph Amissah2021-08-062-0/+45
|
* 0.11.3Ralph Amissah2021-02-241-1/+1
|
* 0.11.2Ralph Amissah2021-01-291-1/+1
|
* 0.11.1Ralph Amissah2020-10-191-1/+1
|
* 0.11.0 in_source_files, changed tracking of code blocksRalph Amissah2020-05-201-1/+1
|
* 0.10.0 search sqlite & cgiRalph Amissah2020-05-201-1/+1
|
* update headers and yearRalph Amissah2020-02-111-1/+1
|
* 0.9.2 @safe & @trusted first passRalph Amissah2020-01-131-1/+1
|
* 0.9.1 spine, post naming developmentRalph Amissah2019-11-221-1/+1
|
* 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