Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cgi search form title | Ralph Amissah | 2020-05-20 | 1 | -0/+12 |
| | |||||
* | cli precedence over config file settings | Ralph Amissah | 2020-05-20 | 1 | -105/+189 |
| | | | | | - cli precedence over config file settings - latex papersize settings sorted | ||||
* | sql, sqlite internal site links | Ralph Amissah | 2020-05-20 | 1 | -1/+10 |
| | |||||
* | 0.10.0 search sqlite & cgi | Ralph Amissah | 2020-05-20 | 1 | -53/+210 |
| | |||||
* | code ctRegex calls, tidying | Ralph Amissah | 2020-02-26 | 1 | -8/+8 |
| | |||||
* | address compilation issues with dmd (v2.090.0) | Ralph Amissah | 2020-02-26 | 1 | -3/+3 |
| | |||||
* | update headers and year | Ralph Amissah | 2020-02-11 | 1 | -23/+22 |
| | |||||
* | dlang safe default imminent, look ahead | Ralph Amissah | 2020-02-11 | 1 | -5/+5 |
| | | | | - @safe @trusted & @system, reconsider @trusted | ||||
* | reduce use of auto, much with tuples | Ralph Amissah | 2020-02-11 | 1 | -1/+1 |
| | |||||
* | 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 |
| |