From 1439e13d582d3415504962d9e4242fb6a8f75958 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 18 Oct 2020 11:09:18 -0400 Subject: CHANGELOG --- CHANGELOG | 1941 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1941 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..d27fd5c --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,1941 @@ +CHANGELOG +2020-10-18 ralph.amissah@gmail.com + +org mode, unique code-block names & adjust headers +2020-10-16 ralph.amissah@gmail.com +0c693b2 +- avoid org-mode undefined behavior, provide + unique code-block names + +cgi.d arsd update +2020-10-13 ralph.amissah@gmail.com +7f73303 + +meson revert to direct use of dub +2020-05-21 ralph.amissah@gmail.com +a0fa5da + +makefile dub build flags +2020-05-18 ralph.amissah@gmail.com +1b919e3 + +catching +2020-05-18 ralph.amissah@gmail.com +1e1e6f5 + +meson using subproject directory, not dub directly +2020-05-12 ralph.amissah@gmail.com +6a5c473 +- will not work until meson.build files in + - d2sqlite3 + - imageformats + (request adding upstream) + - dyaml and its dependency tinyendian already + provide their meson.build + (should probably revert to meson dub until + resolved) +- based on 1468425 meson build (no issue now with + imagefomats using 7.0.2) + +doc abstraction, code & org whitespace, cosmetic +2020-05-06 ralph.amissah@gmail.com +1dab183 + +doc structure hash removed, replaced, unused +2020-05-06 ralph.amissah@gmail.com +37bae77 +- doc abstraction changes (use of new associative + array named "pith" with enum) replaces the + redundant doc structure associative array + +doc abstraction, pith replaces obj_type_status +2020-05-06 ralph.amissah@gmail.com +03e895b +- instructions sequence for headings & verse + +doc abstraction, track paragraphs & headings +2020-05-05 ralph.amissah@gmail.com +953d3af + +doc abstraction, state +2020-05-05 ralph.amissah@gmail.com +6711b5a +- block_is, block_state, block_delim + +doc abstraction, object numbering and dummy headings +2020-05-04 ralph.amissah@gmail.com +673aea9 + +renaming +2020-05-04 ralph.amissah@gmail.com +8ac1f18 + +ext_lib (external libraries dir) moved into ./misc/ +2020-05-01 ralph.amissah@gmail.com +6b4a9e8 + +metaverse, doc structure & blocks, change tracking +2020-04-28 ralph.amissah@gmail.com +33d4cd2 + +0.11.0 in_source_files, changed tracking of code blocks +2020-04-28 ralph.amissah@gmail.com +69a5eaa + +markup conversion +2020-04-28 ralph.amissah@gmail.com +0d4715a (tag: doc-reform_v0.10.0) +- document header and body + - .sst .ssm split into header and body + - .ssi body only, (no document header) +- change tracking of code blocks + +rename & house utils; work on markup conversion +2020-04-27 ralph.amissah@gmail.com +6491006 +- new dir for markup tools + misc/util/d/tools/markup_conversion +- start looking at tools for converting + - endnotes from binary to inline + - sisu.rb to sisu spine in d + - look at conversion of document headers to yaml + from + - bespoke sisu headers (original .rb) + - sdlang + - toml + +endnotes, convert to inline from binary +2020-04-25 ralph.amissah@gmail.com +4b6e06a +- the d version of sisu requires inline endnotes +- rudimentary tool, the original (ruby) version of + sisu permitted binary endnotes (markup for a an + endnote and the reference to it within the body + of text), it was easier to convert some existing + html to this form, however it is much less + reliable, and more difficult to keep track of + individual endnotes, so this is a tool to help + in the conversion of any existing sisu markup + documents with binary endnotes to inline + endnotes, testing required + +xmls, sqlite more with footnotes/endnotes +2020-04-24 ralph.amissah@gmail.com +ef2135e + +footnote/endnote fix +2020-04-24 ralph.amissah@gmail.com +cd2dee1 + +html, harvests search form, minor misc +2020-04-24 ralph.amissah@gmail.com +681dd49 +- harvests add search form to db option +- dark theme input background color + (follows cgi search form) +- html tidy +html tidy + +backmatter, special sections, heading ocn fix +2020-04-23 ralph.amissah@gmail.com +24ec5a1 +- special section heading object numbering: + - level B title numbered + - level 1 title not numbered + +backmatter, special sections, multiple fixes +2020-04-23 ralph.amissah@gmail.com +383deb2 +- fix special sections eat other special sections, + e.g. glossary eats bibliography & other headings +- glossary stop object numbering on empty lines +- glossary remove indent markup instruction +- bibliography provide missing heading + +cgi output, appearance, further adjustments +2020-04-22 ralph.amissah@gmail.com +f42b750 + +cgi output, adjust appearance +2020-04-21 ralph.amissah@gmail.com +29af0a1 + +cgi search form title +2020-04-20 ralph.amissah@gmail.com +437e3e7 + +cgi search form, no date_published breaks regex, initialize to "0000" +2020-04-19 ralph.amissah@gmail.com +7b502c8 + +cgi search form, document sub-root path +2020-04-19 ralph.amissah@gmail.com +6ebf986 +- (doc_output_root_path - web_doc_root_path) which added to url host provides + document path + +cli precedence over config file settings +2020-04-15 ralph.amissah@gmail.com +0b484b0 +- cli precedence over config file settings +- latex papersize settings sorted + +cgi search form: path; theme; download remote src +2020-04-14 ralph.amissah@gmail.com +3cceed4 +- config output path +- dark theme +- allow downloads flag for download of remote file + cgi.d + +trust more, else minor +2020-04-11 ralph.amissah@gmail.com +ae96898 + +syntax highlighting, start work, based on sisu.rb +2020-04-11 ralph.amissah@gmail.com +ab84a8f + +help & manpages, start work +2020-04-11 ralph.amissah@gmail.com +3dcd083 + +metaverse, set behavior of block & group text +2020-04-11 ralph.amissah@gmail.com +9f7281b +- group: loses spaces, retains double newlines +- block: retains spaces and newlines + +opt_actions, re-arrangment, minor +2020-04-11 ralph.amissah@gmail.com +4a7e51e + +uid, select separator that works better with sqlite +2020-04-11 ralph.amissah@gmail.com +08549c7 + +config, where used without document processing +2020-04-04 ralph.amissah@gmail.com +db96528 + +sql, sqlite internal site links +2020-04-03 ralph.amissah@gmail.com +6b3555e + +cgi search form, highlight matched text +2020-04-02 ralph.amissah@gmail.com +9dd3960 +- complication where match foun in url link + +cgi search form, toggle a documents matched index & text +2020-04-01 ralph.amissah@gmail.com +4d0bbc9 + +search, simplify & remove un-implemented features +2020-03-31 ralph.amissah@gmail.com +e0354c3 + +cgi.d track changes by Adam Ruppe +2020-04-02 ralph.amissah@gmail.com +408a0f8 + +cgi.d by Adam Ruppe used, license Boost +2020-03-29 ralph.amissah@gmail.com +0283f4a + +0.10.0 search sqlite & cgi +2020-03-29 ralph.amissah@gmail.com +eed0938 + +meson using dub +2020-03-06 ralph@amissah.com +2c95e88 (tag: doc-reform_v0.9.2) +- the good + - works + - project looks pretty clean +- the bad + - subprojects built externally + - not suitable for debian packaging + +meson build (subproject issue with imageformats >= 7.0.1) +2020-03-11 ralph@amissah.com +1468425 + +meson build (subproject imageformats pinned 7.0.0) +2020-03-07 ralph@amissah.com +466509b +- subprojects with "manual" git download where + upstream git lacks meson.build +- imageformats git tag (version) pinned, else + build fails + +meson build +2020-02-07 ralph@amissah.com +503412b + +latex outputs (various paper sizes & orientation) +2020-02-06 ralph@amissah.com +fc25d90 +- a4, a5, b4, letter, legal +- portrait, landscape + +imports related, mostly cosmetic +2020-02-04 ralph@amissah.com +0ce4e98 + +code ctRegex calls, tidying +2020-01-25 ralph@amissah.com +ed71ef0 + +address compilation issues with dmd (v2.090.0) +2020-01-25 ralph@amissah.com +c4d2ced + +update headers and year +2020-01-24 ralph.amissah@gmail.com +52049eb + +dlang safe default imminent, look ahead +2020-01-05 ralph.amissah@gmail.com +de02319 +- @safe @trusted & @system, reconsider @trusted + +reduce use of auto, much with tuples +2019-12-21 ralph.amissah@gmail.com +10ec5e9 + +xmls, minor, internal links (metadata, images) +2019-12-20 ralph.amissah@gmail.com +3fc4e5b + +bugfix toc endnotes links in xmls, other minor +2019-12-20 ralph.amissah@gmail.com +cef88dc + +latex, footnotes only (endnotes section removed) +2019-12-19 ralph.amissah@gmail.com +a87543d + +cosmetic primarily "format" +2019-12-18 ralph.amissah@gmail.com +ed17763 + +dmd releaseMode results in runtime errors +2019-12-17 ralph.amissah@gmail.com +ec42753 +- dmd compilation + - "releaseMode" results in runtime errors + - "inline" more than 10 times as slow + +fix >= dmd 2.088 asserts issue (offending removed) +2019-12-17 ralph.amissah@gmail.com +14548a8 + +specify Tuple content for read in files, remove traits.std +2019-12-17 ralph.amissah@gmail.com +9c42b45 + +present per document metadata +2019-12-13 ralph.amissah@gmail.com +0c4b3cb + +harvest topics, name hashtag level names +2019-12-12 ralph.amissah@gmail.com +78deb54 + +yaml doc headers, protect harvest +2019-12-08 ralph.amissah@gmail.com +99de6c5 +- protect harvest from missing doc header metadata + - title & author required +- removed crude rgx yaml check + (rely on yaml parser) + +src without pod.manifest, report on verbose +2019-12-08 ralph.amissah@gmail.com +a8ec94f + +xmls, home button fixes +2019-12-07 ralph.amissah@gmail.com +9d359a5 + +metaverse, remove newline after endnote +2019-12-07 ralph.amissah@gmail.com +1b99fbe +- change to internal representation, minor + +checks on markup: yaml headers & reading images +2019-12-06 ralph.amissah@gmail.com +e1cec74 + +0.9.2 @safe & @trusted first pass +2019-12-05 ralph.amissah@gmail.com +9a91485 + +yaml config, provide default if not read +2019-11-21 ralph.amissah@gmail.com +f2f0333 (tag: doc-reform_v0.9.1) + +segmented html harvest links cli option +2019-11-19 ralph.amissah@gmail.com +2d5d871 + +0.9.1 spine, post naming development +2019-11-17 ralph.amissah@gmail.com +1ce62a9 + +module & src renaming +2019-11-16 ralph.amissah@gmail.com +2731b33 (tag: doc-reform_v0.9.0) + +name changes +2019-11-15 ralph.amissah@gmail.com +96b0339 + +org renaming +2019-11-15 ralph.amissah@gmail.com +8b04ed5 + +0.9.0 spine (doc-reform renamed) +2019-11-14 ralph.amissah@gmail.com +6825a68 + +0.8.3 (if exists) get site config & output path +2019-11-14 ralph.amissah@gmail.com +d612369 (tag: doc-reform_v0.8.3) +- read once & read early: + - once per batch processing + - early (needed by metadata --harvest) + +makefile program version tagging for bin-archive +2019-11-05 ralph.amissah@gmail.com +9b0a353 (tag: doc-reform_v0.8.2) + +regex, remove unused +2019-10-30 ralph.amissah@gmail.com +0f70fd8 +- some potentially useful (review as needed) +- speeds up compilation + +minor +2019-10-22 ralph.amissah@gmail.com +3668f9e + +cosmetic +2019-10-22 ralph.amissah@gmail.com +0271418 + +multilingual pods, zipped source +2019-10-16 ralph.amissah@gmail.com +ab80f73 + +0.8.2 yaml pod.manifest, read site config first +2019-10-09 ralph.amissah@gmail.com +433f0b2 +- 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) +2019-10-05 ralph.amissah@gmail.com +1083951 (tag: doc-reform_v0.8.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 + +--show-{config,make,metadata,summary} +2019-10-04 ralph.amissah@gmail.com +b70dfcf (tag: doc-reform_v0.8.0) + +path related, mostly cosmetic code +2019-10-02 ralph.amissah@gmail.com +5e23b12 + +document headers & config: yaml introduced +2019-09-24 ralph.amissah@gmail.com +d432812 +- as toml alternative +- both toml & yaml (meta, conf, make) work + +flag --show-summary +2019-09-24 ralph.amissah@gmail.com +6886780 + +std.zip, drop external zip archive +2019-09-24 ralph.amissah@gmail.com +e3a9c91 + +build related +2019-09-05 ralph.amissah@gmail.com +4623bdc + +processing info +2019-07-20 ralph.amissah@gmail.com +7f549e0 + +0.8.0 name change in code use dr (doc reform) instead of sisu +2019-07-19 ralph.amissah@gmail.com +3b59675 + +texpdf, footer & language setting +2019-07-19 ralph.amissah@gmail.com +6140989 (tag: doc-reform_v0.7.5) + +css cosmetic +2019-07-19 ralph.amissah@gmail.com +a3a7c35 + +xmls, css, codeblocks linenumbers +2019-07-13 ralph.amissah@gmail.com +97b3174 + +xmls, css, user-select on object-numbers & seg minitoc +2019-07-11 ralph.amissah@gmail.com +e435ac4 +- unselectable (copy & past of text) + - object-numbers + - html segments minitoc +- implemented differently across browsers + +html scroll toc backmatter (url/link) fix +2019-07-11 ralph.amissah@gmail.com +e6bae1c + +xmls, special footnotes +2019-07-10 ralph.amissah@gmail.com +6a8b06b + +xmls, special footnotes? minor step +2019-07-09 ralph.amissah@gmail.com +10d0d04 + +harvest authors, paths +2019-07-09 ralph.amissah@gmail.com +c04245c +- absolute +- doc_root tree, relative + +0.7.5 xmls css code reorganised; ocn can turn off or hide +2019-07-08 ralph.amissah@gmail.com +b157271 + +subprojects remove commit hash +2019-09-04 ralph.amissah@gmail.com +7c151eb (tag: doc-reform_v0.7.4) + +remove renamed file +2019-09-04 ralph.amissah@gmail.com +ae724b3 + +make/build name versioned output differently +2019-09-04 ralph.amissah@gmail.com +a50e9e1 + +org-mode header added to org-mode files +2019-07-10 ralph.amissah@gmail.com +5c464b9 + +cosmetic +2019-07-09 ralph.amissah@gmail.com +703ddaf + +0.7.4 sqlite related, also some xml paths +2019-07-08 ralph.amissah@gmail.com +1319336 + +harvests reorganized; adjustments: output, paths +2019-06-23 ralph.amissah@gmail.com +d542315 (tag: doc-reform_v0.7.3) + +harvest reorganized +2019-06-20 ralph.amissah@gmail.com +2dd7d20 + +harvest html output +2019-06-20 ralph.amissah@gmail.com +b734722 + +topic register sort adjust Aa-Zz +2019-06-13 ralph.amissah@gmail.com +7ea0afb + +harvest, document reporting, sorted topic register +2019-06-12 ralph.amissah@gmail.com +5fa79cb + +harvest, document reporting +2019-06-08 ralph.amissah@gmail.com +81a26c1 + +0.7.3 start to look at document harvest (initial stub) +2019-05-22 ralph.amissah@gmail.com +e973365 + +0.7.2 latex (for pdf) (initial stub) +2019-05-20 ralph.amissah@gmail.com +d21e5b5 (tag: doc-reform_v0.7.2) + +0.7.1 odt (initial stub) +2019-05-20 ralph.amissah@gmail.com +2e720c5 (tag: doc-reform_v0.7.1) + +meta_abstraction, ultimately cosmetic +2019-06-10 ralph.amissah@gmail.com +2995a5e (tag: doc-reform_v0.7.0) + +remove ./data for now, else relatively minor +2019-05-27 ralph.amissah@gmail.com +3e3a1a7 + +review, reduce use of auto +2019-05-14 ralph.amissah@gmail.com +24c9ed3 + +doc_abstraction reduce use of return ref, check +2019-05-15 ralph.amissah@gmail.com +d7966a3 + +0.7.0 meta_abstruction, doc "has" struct replaces several tuples +2019-05-08 ralph.amissah@gmail.com +6b46ba5 + +book index sort: Aa-Zz (replaces A-Za-z) +2019-06-01 ralph.amissah@gmail.com +b9d41c0 (tag: doc-reform_v0.6.0) + +block (grouped text) attributes (possibility) +2019-05-03 ralph.amissah@gmail.com +e923c85 + +questionable code, clean ("flow" commit related) +2019-05-05 ralph.amissah@gmail.com +edb1471 + +flow, rename functions with multiple return values +2019-05-04 ralph.amissah@gmail.com +7181cdf + +a regex & some clearing +2019-05-21 ralph.amissah@gmail.com +13ea2d6 + +cosmetic mostly +2019-05-02 ralph.amissah@gmail.com +e818608 + +url encoding +2019-05-05 ralph.amissah@gmail.com +ca57754 + +meta_abstraction some local renaming +2019-05-01 ralph.amissah@gmail.com +dcd8b76 + +regex, meta_abstraction, naming of some regex submatches +2019-04-30 ralph.amissah@gmail.com +2660db2 + +(segmented html) dummy heading related +2019-04-20 ralph.amissah@gmail.com +d60c328 + +text format delimiter, use: "┃" instead of "┋" +2019-04-10 ralph.amissah@gmail.com +6d33755 +- 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+ +2019-04-04 ralph.amissah@gmail.com +2aad4ea +- 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 + +housekeeping +2019-03-20 ralph.amissah@gmail.com +da32ec4 (tag: doc-reform_v0.5.0) + +0.5.0 per object inline munging (rather than by line) +2019-02-24 ralph.amissah@gmail.com +f2d1603 +- munging per object for inline markup + fontface, links, urls, images, footnotes/endnotes + (also book index) + +metaverse single line munging tuning +2019-02-11 ralph.amissah@gmail.com +54c662a (tag: doc-reform_v0.4.3) + +inline fontface markup, internal representation, reorganise code +2019-02-01 ralph.amissah@gmail.com +9f4cf3a + +inline fontface markup, internal representation +2019-01-31 ralph.amissah@gmail.com +68395fa + +parallel & serial processing logic +2019-02-26 ralph.amissah@gmail.com +65623d7 + +getopt +2019-01-25 ralph.amissah@gmail.com +0ad6a4f + +white space rgx to keep in block +2019-01-29 ralph.amissah@gmail.com +6366f82 +- code, block, verse + +format delimiter s/¶/┋/g +2019-01-29 ralph.amissah@gmail.com +5f6caf5 + +rearrange some code +2019-01-25 ralph.amissah@gmail.com +3f393a3 + +output_xmls epub use struct +2019-01-24 ralph.amissah@gmail.com +12693cb + +0.4.3 stow (most) uri/links in array, separate from object text +2019-01-13 ralph.amissah@gmail.com +87d62f4 +- 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, internal +2019-01-13 ralph.amissah@gmail.com +495dcb4 (tag: doc-reform_v0.4.2) + +cleaning +2019-01-13 ralph.amissah@gmail.com +86204d3 (tag: doc-reform_v0.4.1) + +doc generator info related +2019-01-01 ralph.amissah@gmail.com +dcbc43b + +code block, number(ed), regex for keyword instruction, not implemented +2018-12-12 ralph.amissah@gmail.com +422dff8 +- code(number){ + to number code block + (hash symbol "#" used previously) + +0.4.1 markup syntax extension for blocks, re: attributes +2018-12-12 ralph.amissah@gmail.com +d67f94f +- 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 + +output_hub conditional imports +2018-11-26 ralph.amissah@gmail.com +c367092 (tag: doc-reform_v0.4.0) + +0.4.0 sqlite related +2018-11-15 ralph.amissah@gmail.com +f7a56d2 + +cosmetic +2018-12-30 ralph.amissah@gmail.com +ac868b5 (tag: doc-reform_v0.3.3) + +0.3.3 org mode behavior +2018-12-01 ralph.amissah@gmail.com +d0ec467 + +json type match, fix breakage caused by external change +2018-12-04 ralph.amissah@gmail.com +17b7fb0 (tag: doc-reform_v0.3.2) + +reporting pod & source processing +2018-11-15 ralph.amissah@gmail.com +ddf8a89 + +0.3.2 css themes, --dark & --light (default) +2018-11-11 ralph.amissah@gmail.com +77a3e41 + +--workon flag, for some under construction code +2018-11-08 ralph.amissah@gmail.com +18b44eb (tag: doc-reform_v0.3.1) + +xmls more on anchor tags, scroll fix where no ocn +2018-11-08 ralph.amissah@gmail.com +da51034 + +0.3.1 internal links, anchor tags & segment associations, toc +2018-11-07 ralph.amissah@gmail.com +aba135a + +0.3.0 internal links, anchor tags & segment associations +2018-10-30 ralph.amissah@gmail.com +c37eb07 (tag: doc-reform_v0.3.0) + +0.2.1 segnames, anchor tags +2018-10-22 ralph.amissah@gmail.com +4c50f7a (tag: doc-reform_v0.2.1) + +org headings & tags, minor +2018-10-15 ralph.amissah@gmail.com +d528fb1 (tag: doc-reform_v0.2.0) + +0.2.0 renames pod from sisupod +2018-10-13 ralph.amissah@gmail.com +a22df0d + +internal linking to headers A to D for segmented html +2018-10-12 ralph.amissah@gmail.com +c04e88d (tag: doc-reform_v0.1.0) + +internal links +2018-10-09 ralph.amissah@gmail.com +49f6c45 + +xmls segmented heading inline links +2018-10-07 ralph.amissah@gmail.com +60f70c5 + +output xmls, work on internal links +2018-09-28 ralph.amissah@gmail.com +69c9a85 + +output xmls & sqlite, make doc_matter available +2018-09-28 ralph.amissah@gmail.com +08a3749 + +doc_abstraction provide object with segment it occurs in +2018-09-28 ralph.amissah@gmail.com +4cae69e + +regex, resolve issues with: master file inserts path; url internal link +2018-09-18 ralph.amissah@gmail.com +d33215d + +config webserv_url_doc_root, domain & path +2018-09-28 ralph.amissah@gmail.com +3ee2ed3 + +mess further with parallelism flags +2018-09-14 ralph.amissah@gmail.com +c07183e + +naming DocReform from SiSU +2018-10-03 ralph.amissah@gmail.com +a7321dc + +0.1.0 renamed doc-reform, doc_reform (& rad) +2018-09-10 ralph.amissah@gmail.com +e95c49b +- from sdp + +maker, subprojects arrange, minor +2018-09-10 ralph@amissah.com +42f466d (tag: doc-reform_v0.0.27) + +track +2018-09-04 ralph@amissah.com +d130192 + +0.27.1 sqlite shared db actions cannot be parallelised +2018-08-06 ralph@amissah.com +8671dce +- regressive fix required + +nested parallelisation, output task scheduler +2018-08-04 ralph@amissah.com +e306910 +- default off, --pp2 to use + +catches +2018-08-14 ralph@amissah.com +be38468 + +0.27.0 parallelize doc processing +2018-07-31 ralph@amissah.com +afae4dc +- std.parallelism + +0.26.6 prepare for parallelism, remove __gshared +2018-07-31 ralph@amissah.com +3be1d59 (tag: doc-reform_v0.0.26) + +messages & remove outputs not generated +2018-07-31 ralph@amissah.com +9f5a726 + +meson build related (reggae removed for now) +2018-07-27 ralph@amissah.com +0ad57cc + +0.26.5 sqlite output, focus +2018-07-16 ralph@amissah.com +fc2471c + +0.26.4 file renames, cleaning, reorganisation +2018-07-07 ralph@amissah.com +ae23669 + +parent ocn +2018-07-06 ralph@amissah.com +cf5e80c + +decendants +2018-07-04 ralph@amissah.com +ab6a0ed + +reconsider unecessary "return ref" +2018-07-08 ralph@amissah.com +b37b6ca + +cosmetic +2018-07-02 ralph@amissah.com +ffc3747 + +obj.metainfo node type info, ancestors +2018-06-25 ralph@amissah.com +c9c1b35 + +doc object metainfo consolidation +2018-06-20 ralph@amissah.com +b86c91d + +naming is_of_ (is_ of_) +2018-06-19 ralph@amissah.com +e29d507 + +naming is_of_ (is_ of_) +2018-06-19 ralph@amissah.com +b1f0299 + +html flags +2018-07-12 ralph@amissah.com +4a0d1de + +make string object_number a property of int o_n +2018-06-19 ralph@amissah.com +4101c83 + +doc abstraction run only when processing flags require +2018-07-12 ralph@amissah.com +b3e491f + +object_number, replaces object_cite_number in code +2018-06-13 ralph@amissah.com +f78907d + +0.26.3 object info changes +2018-06-12 ralph@amissah.com +6f8fddb + +0.26.2 image(s) without dimensions +2018-05-29 ralph@amissah.com +4bc9e49 + +image paths +2018-05-23 ralph@amissah.com +9c07f0a + +imageformats dependency added +2018-05-17 ralph@amissah.com +36cab95 + +org cosmetic, minor +2018-05-15 ralph@amissah.com +228d145 + +html & epub images in place (dimensions not & other issues) +2018-05-04 ralph@amissah.com +48ba380 + +link url matching +2018-04-30 ralph@amissah.com +a263d67 +- smid: sisu markup identify +- inline_link_markup_regular matches series of + marked up urls, e.g. + { link txt }http://url, { link txt }http://url + +epub3, enable tables +2018-05-01 ralph@amissah.com +fdae61a + +blurb markup, more like para +2018-05-01 ralph@amissah.com +a89e314 + +dmd compiles & run fixes (not required by ldc2) +2018-07-09 ralph@amissah.com +a7e762a +- dmd compiles without optimize flag +- dmd some variables need re-loading +- D version for both is: 2078 (at commit) + +0.26.1 single sqlite file, premature? +2018-04-23 ralph@amissah.com +db92f9a + +sqlite3 some stuff & rearrange files, dlang, org +2018-04-14 ralph@amissah.com +479e71e + +0.26.0 sqlite single statement insertion of objects +2018-04-11 ralph@amissah.com +096d12c +- d2sqlite3 db.run, begin commit used with insert statement +- can be used after upstream fix + that should follow d2sqlite3 0.16.0 + +various minor +2018-04-11 ralph@amissah.com +629af14 (tag: doc-reform_v0.0.25) + +remove .toml extension +2018-03-09 ralph@amissah.com +1447e8d +- .sdl option removed, no need to distinguish + +home button text, a redo +2018-03-09 ralph@amissah.com +73f8706 + +footnotes fontface; home button text and links +2018-03-08 ralph@amissah.com +bdb43e4 + +make auto numbering related +2018-03-02 ralph@amissah.com +0524cd6 + +conf, make, meta, init and tidy substitution +2018-03-01 ralph@amissah.com +b243ba3 + +header make unmarked headings +2018-02-28 ralph@amissah.com +c3a2508 + +(header, doc make, config) add checks to toml +2018-02-27 ralph@amissah.com +fb3a5d3 + +0.25.0 remove sdlang (headers, conf, make doc) +2018-02-27 ralph@amissah.com +cf2fd46 + +playing with header/make substitutions +2018-02-26 ralph@amissah.com +194c896 (tag: doc-reform_v0.0.24) + +maker.org updates, including reggae builds +2018-02-21 ralph@amissah.com +2a6477c + +0.24.0 toml or sdlang for configuration +2018-02-09 ralph@amissah.com +1c73ddf + +paths, further adjustments +2018-01-25 ralph@amissah.com +524baa6 (tag: doc-reform_v0.0.23) + +0.23.3 work on source & target file paths/locations +2018-01-06 ralph@amissah.com +bdcb918 + +target config file locations, refine +2017-12-16 ralph@amissah.com +51fd560 + +target different type of config file locations +2017-12-16 ralph@amissah.com +8577fac +- config files for + - local site configuration (not in pod) + - document make (included in pod) + +0.23.2 config paths for pod +2017-12-15 ralph@amissah.com +2e85276 + +0.23.1 use output path specified if any +2017-12-04 ralph@amissah.com +1dbbdec + +0.23.0 make image list available early for sisupod +2017-12-02 ralph@amissah.com +5f238cf +- 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 structs +2017-12-01 ralph@amissah.com +17b1e02 (tag: doc-reform_v0.0.22) +- better integrated, redundancy removed + +0.21.0 paths, pod manifest source alternative +2017-11-29 ralph@amissah.com +23920cd (tag: doc-reform_v0.0.21) +- 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 + +paths, manifest +2017-11-28 ralph@amissah.com +1f390cb (tag: doc-reform_v0.0.20) + +0.20.2 paths, config & manifest files +2017-11-27 ralph@amissah.com +6dc6922 + +0.20.1 struct for opt_actions +2017-11-23 ralph@amissah.com +916e227 + +sdp, select language source to process +2017-11-20 ralph@amissah.com +fc3eb71 + +process pod dir with sisudoc.txt (or file) +2017-11-20 ralph@amissah.com +c8f3ea1 +- process multiple files named in sisudoc.txt +- works with multilingual doc with inserts +- regex fixes were needed + +process filesystem/unzipped sisupod.zip +2017-11-08 ralph@amissah.com +1d68345 +- src pod dir structure changes +- notes + - the plan is to have a src manifest of related .sst or .ssm files + that can be pointed to for processing + - multilingual documents [ponder persistence for multilingual + documents] + - in the case of multilingual documents, there will be multiple + source documents on list with different language codes, and to + build this list, persistence is required + - inserted documents (from master .ssm or .sst) must track document + root + so inserts can be located, else not found + - consider a commandline -o --output path specifier + - steps + - auto create filelist + - for single source file + - for multilinugual source files + - process document by pointing at filelist (rather than file) + - if necessary manually create filelist (for multilinugual source) + - keep document root for document inserts (.ssi) +process filesystem/unzipped sisupod.zip +- source/sisupod path/dir structure representation changes + +0.20.0 sisupod & source dir structure changed +2017-11-06 ralph@amissah.com +b676529 +- ./media (instead of ./multimedia) +- ./media/text (instead of ./text) + +checks +2017-11-06 ralph@amissah.com +f925729 (tag: doc-reform_v0.0.19) + +sqlite document db discrete & collection, started +2017-10-17 ralph@amissah.com +2a359a5 +- discrete document , drop & recreate document + --sqlite-disctrete +- document collection + - create tables + --sqlite-create + - populate db with specified document + --sqlite-update + +meta_abstraction, a renaming, minor +2017-10-17 ralph@amissah.com +4749683 + +org header cosmetic & maker.org/makefile +2017-10-13 ralph@amissah.com +e42bbb9 + +sisupod.zip related fixes +2017-09-29 ralph@amissah.com +0f37cbf + +0.19.0 conf make meta, composite struct, instead of associative array +2017-09-07 ralph@amissah.com +4ff01a8 +- remove conf make meta associative arrays, + including native doc header (which revisit) + +sqlite, introduced, far to go +2017-08-09 ralph@amissah.com +f380666 (tag: doc-reform_v0.0.18) + +css, separate files and reorganization +2017-08-07 ralph@amissah.com +dfd85de +- separate files for html seg, scroll & epub +- output_xmls_css.org, reorganized org file + +html css using grid & flex (remove tables) +2017-08-07 ralph@amissah.com +8de7594 + +a couple of small fixes +2017-08-10 ralph@amissah.com +bdf20b2 + +config (& metadata) instruction tables +2017-08-14 ralph@amissah.com +83850bf + +0.18.1 ocn, looks promising +2017-07-29 ralph@amissah.com +4ce831b + +fix for: gdc compiled program when run, segfaults on certain actions +2017-09-27 ralph@amissah.com +ca5f6f3 + +meta_abstraction, work on ocn +2017-07-25 ralph@amissah.com +f078920 + +m_a, composite object, attributes, rename part & an addition +2017-08-05 ralph@amissah.com +0cdf764 +- of_part renamed from use (frontmatter, body, backmatter) +- of_section added (toc, body, glossary, bibliography, bookindex, blurb) + +naming things +2017-07-20 ralph@amissah.com +cad1a09 + +static, liberal use of keyword +2017-07-27 ralph@amissah.com +d56624b + +meta_abstraction, mark some functions pure +2017-07-25 ralph@amissah.com +737b165 + +meta_abstraction, reduce side effect +2017-07-31 ralph@amissah.com +c674fca + +meta doc abstraction summary +2017-07-27 ralph@amissah.com +b1c43b3 + +maker.org makefile supported compilers, make all_builds_debug +2017-08-08 ralph@amissah.com +30865cf +- dmd ldc2 gdc + +0.18.0 rename meta from ao (considered adr) +2017-07-13 ralph@amissah.com +22cea68 + +sdl extract and composite conf (make) +2017-07-04 ralph@amissah.com +203fa77 (tag: doc-reform_v0.0.17) + +output_hub sqlite introduce structure +2017-07-04 ralph@amissah.com +9fb34db + +regex minor additions +2017-07-04 ralph@amissah.com +02b80ee + +naming mostly +2017-06-06 ralph@amissah.com +e280a37 + +getopt, fixes, & naming command line options related +2017-06-06 ralph@amissah.com +25c3073 + +top banner with previous next navigation bar with svg buttons +2017-06-20 ralph@amissah.com +0905fae + +html seg, work on subtoc & on nav pre-next +2017-06-06 ralph@amissah.com +64922b5 + +output xmls, minor asserts +2017-06-06 ralph@amissah.com +042a920 + +epub, special characters in content.opf header, fix +2017-06-06 ralph@amissah.com +364e688 + +headings & toc, monospace and links, fix +2017-06-06 ralph@amissah.com +d18c6be + +heading auto-numbering, fixes +2017-06-06 ralph@amissah.com +e208f6c + +rename program root sdp.d +2017-06-06 ralph@amissah.com +717c3a3 + +org headers minor +2017-06-28 ralph@amissah.com +4665429 + +0.17.0 maker.org build system, dub visited maker cleaned up a bit +2017-06-28 ralph@amissah.com +f2d7552 + +0.16.0 files/modules re-arranged +2017-05-09 ralph@amissah.com +60d6073 (tag: doc-reform_v0.0.16) + +modules, collective imports +2017-05-08 ralph@amissah.com +41196ea (tag: doc-reform_v0.0.15) + +0.15.0 named modules +2017-05-07 ralph@amissah.com +e31e98f + +cleaning +2017-05-06 ralph@amissah.com +7a73aa1 (tag: doc-reform_v0.0.14) + +xmls work particularly with epub output +2017-05-01 ralph@amissah.com +a9a46fc + +xml family, special characters, deal with once +2017-04-28 ralph@amissah.com +f5320e4 + +xml family css +2017-04-26 ralph@amissah.com +9d171f9 + +0.14.0 reorganized files, and paths +2017-04-20 ralph@amissah.com +9cf470e + +section keys sequence +2017-04-18 ralph@amissah.com +69c906f (tag: doc-reform_v0.0.13) + +0.13.9 sisupod & epub3, zipped output +2017-04-12 ralph@amissah.com +da0f051 + +start work on block outputs +2017-03-28 ralph@amissah.com +e162e70 + +0.13.8 endnotes for various types of block +2017-03-28 ralph@amissah.com +04c7faf + +output, move stuff about +2017-03-27 ralph@amissah.com +25ac32b + +0.13.7 tables ao and html output, poem html output +2017-03-22 ralph@amissah.com +cdaba1c + +0.13.6 dlang function calls, syntax (ufcs related), logic should be retained +2017-03-07 ralph@amissah.com +5a4df09 + +org files minor touches +2017-03-14 ralph@amissah.com +1eba483 + +work on outputs +2017-02-28 ralph@amissah.com +d28ce48 + +0.13.5 defaults regex reorganised; some work on (x)html output +2017-02-26 ralph@amissah.com +6f27312 + +endnote anchor tags, address issues +2017-03-03 ralph@amissah.com +ee46a99 + +0.13.4 includes ao bookindex segname (anchors) fix +2017-02-26 ralph@amissah.com +b11f8f1 + +0.13.3 tuples, sdp & doc_abstraction (flag marked up links & endnotes) +2017-02-18 ralph@amissah.com +f0c4dcb + +0.13.2 ref scope (return) +2017-02-18 ralph@amissah.com +d582b4a + +0.13.1 defaults renamed & reorganized +2017-02-17 ralph@amissah.com +9cb8937 + +output, sisupod & a few switches +2017-02-10 ralph@amissah.com +c98283e + +0.13.0 batch processing, reset values for each document (footnotes, bookindex, biblio etc.) +2017-02-10 ralph@amissah.com +096fb73 + +output, sisupod & a few switches +2017-02-04 ralph@amissah.com +262f00d (tag: doc-reform_v0.0.12) + +reorganize org file +2017-02-02 ralph@amissah.com +30faa24 + +doc_matters, add image list +2017-02-03 ralph@amissah.com +4bf61c3 + +ao_doc_abstraction.org (moved/renamed ao_abstract_doc_source.org) +2017-02-02 ralph@amissah.com +7f5b1a8 + +0.12.2 ao_summary_and_debugs.org (ao_output_debugs.org moved and reorganised) +2017-02-02 ralph@amissah.com +f5c3210 + +screen output +2017-01-30 ralph@amissah.com +6484925 + +org file reorganise +2017-01-29 ralph@amissah.com +4f20bd5 + +0.12.1 abstraction template +2017-01-29 ralph@amissah.com +c8c141d + +defaults org, reorganize +2017-01-29 ralph@amissah.com +36d31d9 + +read src file and split into head and body, template +2017-01-27 ralph@amissah.com +bc6971c + +header body insert_file_list, template +2017-01-27 ralph@amissah.com +32f216a + +document abstraction template +2017-01-27 ralph@amissah.com +bdeee0e + +debugs template +2017-01-27 ralph@amissah.com +d9e6f89 + +output templates +2017-01-27 ralph@amissah.com +a086f41 + +output, reorganize org file +2017-01-27 ralph@amissah.com +1ed4cb0 + +output hub template +2017-01-27 ralph@amissah.com +775e3d3 + +output, message passing, minor +2017-01-26 ralph@amissah.com +2598e9f + +output, template & struct names +2017-01-26 ralph@amissah.com +d656974 + +regex template, made more uniform +2017-01-26 ralph@amissah.com +897653b + +templates +2017-01-23 ralph@amissah.com +334bb9c + +template, document head & body +2017-01-21 ralph@amissah.com +f376ee0 + +output template +2017-01-20 ralph@amissah.com +50ea3e0 + +0.12.0 template related; doc abstraction +2017-01-20 ralph@amissah.com +88075ee + +sdp, remove some intermediate steps +2017-01-20 ralph@amissah.com +b230c34 (tag: doc-reform_v0.0.11) + +reset ocn on new document (much more re-initializing necessary) +2017-01-18 ralph@amissah.com +f1d8aac + +some reorganising, moved doc sections sequence keys, tuple change +2017-01-15 ralph@amissah.com +4fb0979 + +minor cleaning +2017-01-15 ralph@amissah.com +7ca8584 + +identify internal links for downstream munging +2017-01-14 ralph@amissah.com +099d546 + +insert file list: gather & make available a list of insert files (if any) +2017-01-14 ralph@amissah.com +4b12f27 + +0.11.0 improved message passing, using templates +2017-01-12 ralph@amissah.com +45e1b78 + +dom structure, levels marked up & collapsed (use e.g. in epub toc) +2016-12-29 ralph@amissah.com +249e8d2 (tag: doc-reform_v0.0.10) + +naming +2016-12-29 ralph@amissah.com +e8b7ed8 + +0.10.0 generic object (ObjGenericComposite), removed "object_set" +2016-12-11 ralph@amissah.com +762439a + +0.9.6 node info, and output continued +2016-12-07 ralph@amissah.com +d5cfec5 (tag: doc-reform_v0.0.9) + +0.9.5 org files reorganized, tangles (code structure) to top of file +2016-12-07 ralph@amissah.com +a74c05a + +0.9.4 node info, changes to variables & types +2016-12-05 ralph@amissah.com +db683b9 + +start work on node info, a way to go +2016-12-02 ralph@amissah.com +4bf871e + +0.9.3 start work on node pointers, a way to go +2016-12-02 ralph@amissah.com +313ddb0 + +0.9.2 backmatter: control processing, possible to omit sections +2016-11-28 ralph@amissah.com +af1765c + +discrete objects marks, output html work in progress +2016-11-28 ralph@amissah.com +4294214 + +housekeeping +2016-11-25 ralph@amissah.com +19d648a + +munge links & urls for sections: toc, endnotes, book index +2016-11-18 ralph@amissah.com +a881c42 + +minor reorganise same +2016-11-16 ralph@amissah.com +b7f2764 + +0.9.1 munge links & urls +2016-11-15 ralph@amissah.com +47df905 +- includes auto place url in endnote helper, + needs to occur before endnotes extracted + +complete toc section to include (existing) backmatter headings +2016-11-12 ralph@amissah.com +19a2b62 + +para attribute: indent, make part of inline markup +2016-11-11 ralph@amissah.com +784d5da + +para attribute: indent, variable type change, check consequences +2016-11-11 ralph@amissah.com +7d1cc45 + +document sections +2016-11-11 ralph@amissah.com +a32c38e + +0.9.0 document sections +2016-11-09 ralph@amissah.com +2301a82 + +a bit of naming and tidying +2016-11-06 ralph@amissah.com +1e94e92 (tag: doc-reform_v0.0.8) + +empty sections? +2016-11-06 ralph@amissah.com +1f489ef + +cleaning (one hash key renamed) +2016-11-02 ralph@amissah.com +98314b3 + +0.8.0 the document parts (& org babel tangle) +2016-11-01 ralph@amissah.com +0079c34 + +sync, fix level :A split info +2016-10-27 ralph@amissah.com +573ee7f (tag: doc-reform_v0.0.7) + +0.7.3 provide associated segment name for endnotes section and book index +2016-10-17 ralph@amissah.com +f163bae + +0.7.2 removed screen ansi colors (use previously depreciated) +2016-10-14 ralph@amissah.com +736cd4f + +obt naming +2016-10-11 ralph@amissah.com +467ec03 + +naming convention: _functions_ using ref identified with _underscore_ +2016-10-11 ralph@amissah.com +c22e8bf + +0.7.1 re-arranging for unittests; tuple tests; read in files; obt +2016-10-07 ralph@amissah.com +deac702 + +introduce a couple of unittests some re-organizing of obt +2016-10-07 ralph@amissah.com +2471669 + +segment auto naming (where no name provided) placed in function +2016-10-05 ralph@amissah.com +d8d34b0 + +0.7.0 using dub remote dependencies (local src related to sdlang removed) +2016-10-01 ralph@amissah.com +ba1712e + +update sdlang, start looking to using dub remote dependencies +2016-10-01 ralph@amissah.com +1cc6a04 (tag: doc-reform_v0.0.6) + +header, body split a more reliable regex solution +2016-09-19 ralph@amissah.com +caddd5b + +heading anchor_tags and cleaning +2016-09-17 ralph@amissah.com +aae005b + +make header_make available in creating abstract objects +2016-09-12 ralph@amissah.com +650ab89 + +heading debug info, moved +2016-09-07 ralph@amissah.com +7520bb9 + +document structure, headings, debug info +2016-09-07 ralph@amissah.com +ea53522 + +screen output, just use writeln etc. keep simple +2016-09-07 ralph@amissah.com +2187640 + +0.6.8 work on heading & anchor tag attributes, re-fix header_make headings +2016-09-06 ralph@amissah.com +ff78ec1 + +naming of para indent attributes +2016-09-06 ralph@amissah.com +8ddeddf + +minor shuffling +2016-09-01 ralph@amissah.com +2ae1cd2 + +0.6.7 re-arrange output +2016-09-01 ralph@amissah.com +ef17033 + +0.6.6 resolves dmd frame pointer access issue (ldc was ok) +2016-08-31 ralph@amissah.com +8d8134c +- output struct hub nests output structs such as html, resolves issue + with dmd frame pointer access + +biblio (fixes) +2016-08-30 ralph@amissah.com +8343481 + +minor cleaning +2016-08-30 ralph@amissah.com +55bba8c + +org mode version sync +2016-08-22 ralph@amissah.com +199f4be + +sdlang uses lexer.d which uses stream.d which phobos is to drop 2016-10 +2016-08-22 ralph@amissah.com +39b7829 +- stream & its depends: + src/undead/stream.d + src/undead/internal/file.d + src/undead/doformat.d +- https://github.com/DigitalMars/undeaD/blob/master/src/undead/ + +step 0.6.3 includes fixes +2016-08-20 ralph@amissah.com +c7c6c12 + +minor move +2016-08-17 ralph@amissah.com +4a18486 + +maker.org compiler linker +2016-07-07 ralph@amissah.com +a64d1a2 + +file renaming, whitespace cleaning +2016-07-02 ralph@amissah.com +951d136 + +rename files ao_conf_make_meta.d from ao_header_extract.d (org/ output) +2016-07-02 ralph@amissah.com +7d46a06 + +associated array, refactor +2016-07-02 ralph@amissah.com +b49d0ef + +sdp.org tidy +2016-07-02 ralph@amissah.com +b7d9e94 + +associated array instead of json +2016-06-29 ralph@amissah.com +1d30d4b + +registers, minor cleaning +2016-06-27 ralph@amissah.com +d7ed4f0 + +step6 headers (&config), native & sdlang to json internally +2016-06-25 ralph@amissah.com +f0c845e + +step5.1 headers sdlang (like native headers) converted to json for common internal format +2016-06-23 ralph@amissah.com +a87a80c (tag: doc-reform_v0.0.5) + +step5 sdlang used for config files and doc headers +2016-06-16 ralph@amissah.com +8ab7e93 + +step4.1 as step4 but extract header meta & make on first reading in document +2016-06-14 ralph@amissah.com +9bec897 (tag: doc-reform_v0.0.4) + +step4 some additional work +2016-06-14 ralph@amissah.com +0245c39 + +config rearranged, more put in maker.org +2016-04-26 ralph@amissah.com +b1ad3c0 (tag: doc-reform_v0.0.3) + +do not track +2016-04-26 ralph@amissah.com +2726c1a + +dub config +2016-04-25 ralph@amissah.com +44a42f6 + +step3 +2016-04-24 ralph@amissah.com +d90d65b + +step2 +2016-04-24 ralph@amissah.com +9c14b01 (tag: doc-reform_v0.0.2) + +step1 +2016-04-24 ralph@amissah.com +ed302d1 (tag: doc-reform_v0.0.1) + +base ... tag +2016-04-19 ralph@amissah.com +86fcc0b (tag: doc-reform_v0.0.0) + +org header +2016-03-18 ralph@amissah.com +de70911 + +org file headers updated +2016-03-17 ralph@amissah.com +3e81eda + +track +2016-03-04 ralph@amissah.com +41139a3 + +sorting +2015-12-02 ralph@amissah.com +6d0b245 + +org babel block delimiters +2015-11-10 ralph@amissah.com +a012afa + +minor, place sdp.d in lib/ rather than lib/sdp +2015-11-06 ralph@amissah.com +2393e25 + +org maintenance +2015-10-28 ralph@amissah.com +62b0b5b + +make gitsnapshot +2015-10-21 ralph@amissah.com +d2c383e + +maker.org tangle +2015-10-21 ralph@amissah.com +0b29a38 + +maker.org touch +2015-10-21 ralph@amissah.com +bd4f524 + +maker.org make setting debug flags more straightforward, clean +2015-10-21 ralph@amissah.com +d35ecac + +maker.org make setting debug flags more straightforward +2015-10-21 ralph@amissah.com +263375c + +maker.org make setting debug flags more straightforward +2015-10-21 ralph@amissah.com +f20c8a6 + +.d files made, emacs org babel tangle run on .org files +2015-10-20 ralph@amissah.com +4c6c921 + +literate programming introduced, tangle not yet run +2015-10-20 ralph@amissah.com +4b0c115 + +update minor +2015-10-20 ralph@amissah.com +de4b99e + +alternative D compiler debug modes +2015-10-06 ralph@amissah.com +a575367 + +gdc flags, but gdc compilation still broken +2015-10-06 ralph@amissah.com +e2c84cc + +dmd compiler warnings fixed +2015-10-06 ralph@amissah.com +baf874b + +sdp.org minor +2015-10-06 ralph@amissah.com +d427a59 + +keep a makefile during development +2015-10-04 ralph@amissah.com +1a26002 + +output debugs, typo fix +2015-10-06 ralph@amissah.com +16611ac + +sdp, abstract objects, a start +2015-09-30 ralph@amissah.com +45e9602 -- cgit v1.2.3