Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | specify Tuple content for read in files, remove traits.std | Ralph Amissah | 2020-01-13 | 1 | -4/+0 |
| | |||||
* | present per document metadata | Ralph Amissah | 2020-01-13 | 1 | -0/+7 |
| | |||||
* | yaml doc headers, protect harvest | Ralph Amissah | 2020-01-13 | 1 | -15/+19 |
| | | | | | | | - protect harvest from missing doc header metadata - title & author required - removed crude rgx yaml check (rely on yaml parser) | ||||
* | xmls, home button fixes | Ralph Amissah | 2020-01-13 | 1 | -10/+20 |
| | |||||
* | checks on markup: yaml headers & reading images | Ralph Amissah | 2020-01-13 | 1 | -7/+6 |
| | |||||
* | 0.9.2 @safe & @trusted first pass | Ralph Amissah | 2020-01-13 | 1 | -2/+2 |
| | |||||
* | name changes | Ralph Amissah | 2019-11-22 | 1 | -17/+17 |
| | |||||
* | 0.9.0 spine (doc-reform renamed) | Ralph Amissah | 2019-11-19 | 1 | -10/+10 |
| | |||||
* | 0.8.3 (if exists) get site config & output pathdoc-reform_v0.8.3 | Ralph Amissah | 2019-11-19 | 1 | -7/+2 |
| | | | | | | - read once & read early: - once per batch processing - early (needed by metadata --harvest) | ||||
* | minor | Ralph Amissah | 2019-11-19 | 1 | -15/+35 |
| | |||||
* | cosmetic | Ralph Amissah | 2019-11-18 | 1 | -16/+10 |
| | |||||
* | 0.8.1 conf, make, meta: yaml only (toml removed)doc-reform_v0.8.1 | Ralph Amissah | 2019-10-17 | 1 | -100/+2 |
| | | | | | | | | | | | | - 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}doc-reform_v0.8.0 | Ralph Amissah | 2019-10-17 | 1 | -18/+30 |
| | |||||
* | document headers & config: yaml introduced | Ralph Amissah | 2019-10-17 | 1 | -102/+865 |
| | | | | | - as toml alternative - both toml & yaml (meta, conf, make) work | ||||
* | org-mode header added to org-mode files | Ralph Amissah | 2019-10-17 | 1 | -0/+1 |
| | |||||
* | harvest html output | Ralph Amissah | 2019-10-17 | 1 | -5/+9 |
| | |||||
* | harvest, document reporting | Ralph Amissah | 2019-10-17 | 1 | -14/+9 |
| | |||||
* | 0.7.3 start to look at document harvest (initial stub) | Ralph Amissah | 2019-10-17 | 1 | -87/+131 |
| | |||||
* | remove ./data for now, else relatively minor | Ralph Amissah | 2019-10-17 | 1 | -91/+91 |
| | |||||
* | review, reduce use of auto | Ralph Amissah | 2019-08-19 | 1 | -33/+33 |
| | |||||
* | cosmetic mostly | Ralph Amissah | 2019-05-19 | 1 | -76/+65 |
| | |||||
* | 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 | ||||
* | cosmeticdoc-reform_v0.3.3 | Ralph Amissah | 2019-05-17 | 1 | -1/+1 |
| | |||||
* | 0.3.3 org mode behavior | Ralph Amissah | 2019-05-17 | 1 | -10/+13 |
| | |||||
* | json type match, fix breakage caused by external changedoc-reform_v0.3.2 | Ralph Amissah | 2019-05-17 | 1 | -91/+95 |
| | |||||
* | org headings & tags, minordoc-reform_v0.2.0 | Ralph Amissah | 2019-04-10 | 1 | -2/+2 |
| | |||||
* | regex, resolve issues with: master file inserts path; url internal link | Ralph Amissah | 2019-04-10 | 1 | -2/+2 |
| | |||||
* | config webserv_url_doc_root, domain & path | Ralph Amissah | 2019-04-10 | 1 | -8/+8 |
| | |||||
* | naming DocReform from SiSU | Ralph Amissah | 2019-04-10 | 1 | -14/+14 |
| | |||||
* | 0.1.0 renamed doc-reform, doc_reform (& rad) | Ralph Amissah | 2019-04-10 | 1 | -34/+33 |
| | | | | - from sdp | ||||
* | messages & remove outputs not generated | Ralph Amissah | 2019-04-10 | 1 | -30/+19 |
| | |||||
* | cosmetic | Ralph Amissah | 2019-04-10 | 1 | -14/+7 |
| | |||||
* | link url matching | Ralph Amissah | 2019-04-10 | 1 | -4/+4 |
| | | | | | | | - smid: sisu markup identify - inline_link_markup_regular matches series of marked up urls, e.g. { link txt }http://url, { link txt }http://url | ||||
* | 0.26.0 sqlite single statement insertion of objects | Ralph Amissah | 2019-04-10 | 1 | -1/+1 |
| | | | | | | - d2sqlite3 db.run, begin commit used with insert statement - can be used after upstream fix that should follow d2sqlite3 0.16.0 | ||||
* | home button text, a redo | Ralph Amissah | 2019-04-10 | 1 | -17/+19 |
| | |||||
* | footnotes fontface; home button text and links | Ralph Amissah | 2019-04-10 | 1 | -26/+97 |
| | |||||
* | make auto numbering related | Ralph Amissah | 2019-04-10 | 1 | -20/+56 |
| | |||||
* | conf, make, meta, init and tidy substitution | Ralph Amissah | 2019-04-10 | 1 | -157/+124 |
| | |||||
* | header make unmarked headings | Ralph Amissah | 2019-04-10 | 1 | -6/+16 |
| | |||||
* | (header, doc make, config) add checks to toml | Ralph Amissah | 2019-04-10 | 1 | -101/+265 |
| | |||||
* | 0.25.0 remove sdlang (headers, conf, make doc) | Ralph Amissah | 2019-04-10 | 1 | -539/+26 |
| | |||||
* | playing with header/make substitutionsdoc-reform_v0.0.24 | Ralph Amissah | 2019-04-10 | 1 | -11/+24 |
| | |||||
* | 0.24.0 toml or sdlang for configuration | Ralph Amissah | 2019-04-10 | 1 | -203/+1335 |
| | |||||
* | 0.23.3 work on source & target file paths/locations | Ralph Amissah | 2019-04-10 | 1 | -6/+6 |
| | |||||
* | checksdoc-reform_v0.0.19 | Ralph Amissah | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | sqlite document db discrete & collection, started | Ralph Amissah | 2019-04-10 | 1 | -4/+10 |
| | | | | | | | | | | - discrete document , drop & recreate document --sqlite-disctrete - document collection - create tables --sqlite-create - populate db with specified document --sqlite-update | ||||
* | org header cosmetic & maker.org/makefile | Ralph Amissah | 2019-04-10 | 1 | -12/+12 |
| | |||||
* | 0.19.0 conf make meta, composite struct, instead of associative array | Ralph Amissah | 2019-04-10 | 1 | -546/+183 |
| | | | | | * remove conf make meta associative arrays, including native doc header (which revisit) | ||||
* | static, liberal use of keyword | Ralph Amissah | 2019-04-10 | 1 | -5/+5 |
| | |||||
* | 0.18.0 rename meta from ao (considered adr) | Ralph Amissah | 2019-04-10 | 1 | -0/+738 |