Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | org mode, unique code-block names & adjust headers | Ralph Amissah | 2020-10-19 | 1 | -16/+25 |
| | | | | | - avoid org-mode undefined behavior, provide unique code-block names | ||||
* | doc abstraction, code & org whitespace, cosmetic | Ralph Amissah | 2020-05-20 | 1 | -12/+12 |
| | |||||
* | uid, select separator that works better with sqlite | Ralph Amissah | 2020-05-20 | 1 | -11/+11 |
| | |||||
* | config, where used without document processing | Ralph Amissah | 2020-05-20 | 1 | -21/+20 |
| | |||||
* | cgi.d by Adam Ruppe used, license Boost | Ralph Amissah | 2020-05-20 | 1 | -1/+4 |
| | |||||
* | 0.10.0 search sqlite & cgi | Ralph Amissah | 2020-05-20 | 1 | -4/+62 |
| | |||||
* | latex outputs (various paper sizes & orientation) | Ralph Amissah | 2020-02-26 | 1 | -2/+6 |
| | | | | | - a4, a5, b4, letter, legal - portrait, landscape | ||||
* | imports related, mostly cosmetic | Ralph Amissah | 2020-02-26 | 1 | -2/+4 |
| | |||||
* | code ctRegex calls, tidying | Ralph Amissah | 2020-02-26 | 1 | -26/+26 |
| | |||||
* | update headers and year | Ralph Amissah | 2020-02-11 | 1 | -24/+23 |
| | |||||
* | dlang safe default imminent, look ahead | Ralph Amissah | 2020-02-11 | 1 | -66/+66 |
| | | | | - @safe @trusted & @system, reconsider @trusted | ||||
* | fix >= dmd 2.088 asserts issue (offending removed) | Ralph Amissah | 2020-01-13 | 1 | -11/+11 |
| | |||||
* | present per document metadata | Ralph Amissah | 2020-01-13 | 1 | -12/+30 |
| | |||||
* | src without pod.manifest, report on verbose | Ralph Amissah | 2020-01-13 | 1 | -9/+12 |
| | |||||
* | module & src renamingdoc-reform_v0.9.0 | Ralph Amissah | 2019-11-22 | 1 | -4/+4 |
| | |||||
* | name changes | Ralph Amissah | 2019-11-22 | 1 | -47/+47 |
| | |||||
* | 0.9.0 spine (doc-reform renamed) | Ralph Amissah | 2019-11-19 | 1 | -6/+6 |
| | |||||
* | 0.8.3 (if exists) get site config & output pathdoc-reform_v0.8.3 | Ralph Amissah | 2019-11-19 | 1 | -62/+91 |
| | | | | | | - read once & read early: - once per batch processing - early (needed by metadata --harvest) | ||||
* | minor | Ralph Amissah | 2019-11-19 | 1 | -4/+5 |
| | |||||
* | cosmetic | Ralph Amissah | 2019-11-18 | 1 | -31/+31 |
| | |||||
* | 0.8.2 yaml pod.manifest, read site config first | Ralph Amissah | 2019-10-17 | 1 | -7/+25 |
| | | | | | | | | | | | | | | | | | | - 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) | ||||
* | path related, mostly cosmetic code | Ralph Amissah | 2019-10-17 | 1 | -119/+119 |
| | |||||
* | document headers & config: yaml introduced | Ralph Amissah | 2019-10-17 | 1 | -2/+2 |
| | | | | | - as toml alternative - both toml & yaml (meta, conf, make) work | ||||
* | 0.8.0 name change in code use dr (doc reform) instead of sisu | Ralph Amissah | 2019-10-17 | 1 | -52/+52 |
| | |||||
* | org-mode header added to org-mode files | Ralph Amissah | 2019-10-17 | 1 | -0/+1 |
| | |||||
* | cosmetic | Ralph Amissah | 2019-10-17 | 1 | -10/+2 |
| | |||||
* | 0.7.4 sqlite related, also some xml paths | Ralph Amissah | 2019-10-17 | 1 | -96/+103 |
| | |||||
* | harvests reorganized; adjustments: output, pathsdoc-reform_v0.7.3 | Ralph Amissah | 2019-10-17 | 1 | -21/+159 |
| | |||||
* | harvest reorganized | Ralph Amissah | 2019-10-17 | 1 | -11/+1 |
| | |||||
* | 0.7.2 latex (for pdf) (initial stub)doc-reform_v0.7.2 | Ralph Amissah | 2019-10-17 | 1 | -0/+36 |
| | |||||
* | 0.7.1 odt (initial stub)doc-reform_v0.7.1 | Ralph Amissah | 2019-10-17 | 1 | -0/+74 |
| | |||||
* | remove ./data for now, else relatively minor | Ralph Amissah | 2019-10-17 | 1 | -13/+16 |
| | |||||
* | text format delimiter, use: "┃" instead of "┋" | Ralph Amissah | 2019-05-17 | 1 | -1/+1 |
| | | | | | | | | - 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 Amissah | 2019-05-17 | 1 | -0/+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 | ||||
* | housekeepingdoc-reform_v0.5.0 | Ralph Amissah | 2019-05-17 | 1 | -15/+18 |
| | |||||
* | format delimiter s/¶/┋/g | Ralph Amissah | 2019-05-17 | 1 | -1/+1 |
| | |||||
* | 0.4.0 sqlite related | Ralph Amissah | 2019-05-17 | 1 | -0/+42 |
| | |||||
* | 0.3.3 org mode behavior | Ralph Amissah | 2019-05-17 | 1 | -8/+8 |
| | |||||
* | 0.3.0 internal links, anchor tags & segment associationsdoc-reform_v0.3.0 | Ralph Amissah | 2019-04-10 | 1 | -40/+39 |
| | |||||
* | org headings & tags, minordoc-reform_v0.2.0 | Ralph Amissah | 2019-04-10 | 1 | -5/+5 |
| | |||||
* | 0.2.0 renames pod from sisupod | Ralph Amissah | 2019-04-10 | 1 | -28/+28 |
| | |||||
* | internal links | Ralph Amissah | 2019-04-10 | 1 | -0/+9 |
| | |||||
* | naming DocReform from SiSU | Ralph Amissah | 2019-04-10 | 1 | -31/+31 |
| | |||||
* | 0.1.0 renamed doc-reform, doc_reform (& rad) | Ralph Amissah | 2019-04-10 | 1 | -15/+14 |
| | | | | - from sdp | ||||
* | messages & remove outputs not generated | Ralph Amissah | 2019-04-10 | 1 | -6/+4 |
| | |||||
* | 0.26.5 sqlite output, focus | Ralph Amissah | 2019-04-10 | 1 | -4/+18 |
| | |||||
* | 0.26.4 file renames, cleaning, reorganisation | Ralph Amissah | 2019-04-10 | 1 | -90/+65 |
| | |||||
* | 0.26.2 image(s) without dimensions | Ralph Amissah | 2019-04-10 | 1 | -9/+13 |
| | |||||
* | image paths | Ralph Amissah | 2019-04-10 | 1 | -20/+18 |
| | |||||
* | html & epub images in place (dimensions not & other issues) | Ralph Amissah | 2019-04-10 | 1 | -7/+25 |
| |