Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | code ctRegex calls, tidying | Ralph Amissah | 2020-02-26 | 15 | -117/+114 |
| | |||||
* | address compilation issues with dmd (v2.090.0) | Ralph Amissah | 2020-02-26 | 3 | -22/+32 |
| | |||||
* | update headers and year | Ralph Amissah | 2020-02-11 | 25 | -927/+923 |
| | |||||
* | dlang safe default imminent, look ahead | Ralph Amissah | 2020-02-11 | 17 | -596/+515 |
| | | | | - @safe @trusted & @system, reconsider @trusted | ||||
* | reduce use of auto, much with tuples | Ralph Amissah | 2020-02-11 | 10 | -81/+117 |
| | |||||
* | xmls, minor, internal links (metadata, images) | Ralph Amissah | 2020-02-11 | 2 | -53/+36 |
| | |||||
* | bugfix toc endnotes links in xmls, other minor | Ralph Amissah | 2020-02-11 | 4 | -8/+12 |
| | |||||
* | latex, footnotes only (endnotes section removed) | Ralph Amissah | 2020-02-11 | 1 | -13/+17 |
| | |||||
* | cosmetic primarily "format" | Ralph Amissah | 2020-02-08 | 3 | -31/+54 |
| | |||||
* | dmd releaseMode results in runtime errors | Ralph Amissah | 2020-01-13 | 1 | -1/+5 |
| | | | | | | - dmd compilation - "releaseMode" results in runtime errors - "inline" more than 10 times as slow | ||||
* | fix >= dmd 2.088 asserts issue (offending removed) | Ralph Amissah | 2020-01-13 | 1 | -11/+11 |
| | |||||
* | specify Tuple content for read in files, remove traits.std | Ralph Amissah | 2020-01-13 | 13 | -104/+85 |
| | |||||
* | present per document metadata | Ralph Amissah | 2020-01-13 | 7 | -29/+560 |
| | |||||
* | harvest topics, name hashtag level names | Ralph Amissah | 2020-01-13 | 1 | -3/+6 |
| | |||||
* | yaml doc headers, protect harvest | Ralph Amissah | 2020-01-13 | 3 | -54/+52 |
| | | | | | | | - 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 | Ralph Amissah | 2020-01-13 | 2 | -10/+13 |
| | |||||
* | xmls, home button fixes | Ralph Amissah | 2020-01-13 | 1 | -10/+20 |
| | |||||
* | metaverse, remove newline after endnote | Ralph Amissah | 2020-01-13 | 1 | -4/+4 |
| | | | | - change to internal representation, minor | ||||
* | checks on markup: yaml headers & reading images | Ralph Amissah | 2020-01-13 | 2 | -11/+11 |
| | |||||
* | 0.9.2 @safe & @trusted first pass | Ralph Amissah | 2020-01-13 | 9 | -235/+239 |
| | |||||
* | yaml config, provide default if not readdoc-reform_v0.9.1 | Ralph Amissah | 2019-11-22 | 2 | -12/+52 |
| | |||||
* | segmented html harvest links cli option | Ralph Amissah | 2019-11-22 | 2 | -0/+12 |
| | |||||
* | 0.9.1 spine, post naming development | Ralph Amissah | 2019-11-22 | 1 | -1/+1 |
| | |||||
* | module & src renamingdoc-reform_v0.9.0 | Ralph Amissah | 2019-11-22 | 17 | -118/+118 |
| | |||||
* | name changes | Ralph Amissah | 2019-11-22 | 18 | -194/+194 |
| | |||||
* | org renaming | Ralph Amissah | 2019-11-19 | 10 | -0/+0 |
| | |||||
* | 0.9.0 spine (doc-reform renamed) | Ralph Amissah | 2019-11-19 | 24 | -380/+378 |
| | |||||
* | 0.8.3 (if exists) get site config & output pathdoc-reform_v0.8.3 | Ralph Amissah | 2019-11-19 | 5 | -122/+165 |
| | | | | | | - read once & read early: - once per batch processing - early (needed by metadata --harvest) | ||||
* | makefile program version tagging for bin-archivedoc-reform_v0.8.2 | Ralph Amissah | 2019-11-19 | 1 | -8/+9 |
| | |||||
* | regex, remove unused | Ralph Amissah | 2019-11-19 | 1 | -78/+1 |
| | | | | | - some potentially useful (review as needed) - speeds up compilation | ||||
* | minor | Ralph Amissah | 2019-11-19 | 5 | -48/+109 |
| | |||||
* | cosmetic | Ralph Amissah | 2019-11-18 | 8 | -278/+225 |
| | |||||
* | multilingual pods, zipped source | Ralph Amissah | 2019-10-17 | 3 | -75/+133 |
| | |||||
* | 0.8.2 yaml pod.manifest, read site config first | Ralph Amissah | 2019-10-17 | 5 | -48/+208 |
| | | | | | | | | | | | | | | | | | | - 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.1 | Ralph Amissah | 2019-10-17 | 6 | -306/+30 |
| | | | | | | | | | | | | - 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 | 5 | -173/+558 |
| | |||||
* | path related, mostly cosmetic code | Ralph Amissah | 2019-10-17 | 4 | -127/+126 |
| | |||||
* | document headers & config: yaml introduced | Ralph Amissah | 2019-10-17 | 5 | -160/+1033 |
| | | | | | - as toml alternative - both toml & yaml (meta, conf, make) work | ||||
* | flag --show-summary | Ralph Amissah | 2019-10-17 | 2 | -4/+14 |
| | |||||
* | std.zip, drop external zip archive | Ralph Amissah | 2019-10-17 | 1 | -20/+0 |
| | |||||
* | build related | Ralph Amissah | 2019-10-17 | 1 | -13/+45 |
| | |||||
* | processing info | Ralph Amissah | 2019-10-17 | 2 | -12/+36 |
| | |||||
* | 0.8.0 name change in code use dr (doc reform) instead of sisu | Ralph Amissah | 2019-10-17 | 7 | -78/+77 |
| | |||||
* | texpdf, footer & language settingdoc-reform_v0.7.5 | Ralph Amissah | 2019-10-17 | 1 | -14/+55 |
| | |||||
* | css cosmetic | Ralph Amissah | 2019-10-17 | 1 | -16/+24 |
| | |||||
* | xmls, css, codeblocks linenumbers | Ralph Amissah | 2019-10-17 | 4 | -7/+109 |
| | |||||
* | xmls, css, user-select on object-numbers & seg minitoc | Ralph Amissah | 2019-10-17 | 1 | -2/+34 |
| | | | | | | | - unselectable (copy & past of text) - object-numbers - html segments minitoc - implemented differently across browsers | ||||
* | html scroll toc backmatter (url/link) fix | Ralph Amissah | 2019-10-17 | 3 | -0/+9 |
| | |||||
* | xmls, special footnotes | Ralph Amissah | 2019-10-17 | 2 | -3/+33 |
| | |||||
* | xmls, special footnotes? minor step | Ralph Amissah | 2019-10-17 | 2 | -0/+32 |
| |