aboutsummaryrefslogtreecommitdiffhomepage
path: root/org
Commit message (Collapse)AuthorAgeFilesLines
* meson using dubdoc-reform_v0.9.2Ralph Amissah2020-03-141-145/+119
| | | | | | | | | - 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)Ralph Amissah2020-03-141-5/+4
|
* meson build (subproject imageformats pinned 7.0.0)Ralph Amissah2020-03-141-32/+59
| | | | | | | - subprojects with "manual" git download where upstream git lacks meson.build - imageformats git tag (version) pinned, else build fails
* meson buildRalph Amissah2020-03-061-43/+311
|
* latex outputs (various paper sizes & orientation)Ralph Amissah2020-02-263-140/+224
| | | | | - a4, a5, b4, letter, legal - portrait, landscape
* imports related, mostly cosmeticRalph Amissah2020-02-269-32/+70
|
* code ctRegex calls, tidyingRalph Amissah2020-02-2615-117/+114
|
* address compilation issues with dmd (v2.090.0)Ralph Amissah2020-02-263-22/+32
|
* update headers and yearRalph Amissah2020-02-1125-927/+923
|
* dlang safe default imminent, look aheadRalph Amissah2020-02-1117-596/+515
| | | | - @safe @trusted & @system, reconsider @trusted
* reduce use of auto, much with tuplesRalph Amissah2020-02-1110-81/+117
|
* xmls, minor, internal links (metadata, images)Ralph Amissah2020-02-112-53/+36
|
* bugfix toc endnotes links in xmls, other minorRalph Amissah2020-02-114-8/+12
|
* latex, footnotes only (endnotes section removed)Ralph Amissah2020-02-111-13/+17
|
* cosmetic primarily "format"Ralph Amissah2020-02-083-31/+54
|
* dmd releaseMode results in runtime errorsRalph Amissah2020-01-131-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 Amissah2020-01-131-11/+11
|
* specify Tuple content for read in files, remove traits.stdRalph Amissah2020-01-1313-104/+85
|
* present per document metadataRalph Amissah2020-01-137-29/+560
|
* harvest topics, name hashtag level namesRalph Amissah2020-01-131-3/+6
|
* yaml doc headers, protect harvestRalph Amissah2020-01-133-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 verboseRalph Amissah2020-01-132-10/+13
|
* xmls, home button fixesRalph Amissah2020-01-131-10/+20
|
* metaverse, remove newline after endnoteRalph Amissah2020-01-131-4/+4
| | | | - change to internal representation, minor
* checks on markup: yaml headers & reading imagesRalph Amissah2020-01-132-11/+11
|
* 0.9.2 @safe & @trusted first passRalph Amissah2020-01-139-235/+239
|
* yaml config, provide default if not readdoc-reform_v0.9.1Ralph Amissah2019-11-222-12/+52
|
* segmented html harvest links cli optionRalph Amissah2019-11-222-0/+12
|
* 0.9.1 spine, post naming developmentRalph Amissah2019-11-221-1/+1
|
* module & src renamingdoc-reform_v0.9.0Ralph Amissah2019-11-2217-118/+118
|
* name changesRalph Amissah2019-11-2218-194/+194
|
* org renamingRalph Amissah2019-11-1910-0/+0
|
* 0.9.0 spine (doc-reform renamed)Ralph Amissah2019-11-1924-380/+378
|
* 0.8.3 (if exists) get site config & output pathdoc-reform_v0.8.3Ralph Amissah2019-11-195-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.2Ralph Amissah2019-11-191-8/+9
|
* regex, remove unusedRalph Amissah2019-11-191-78/+1
| | | | | - some potentially useful (review as needed) - speeds up compilation
* minorRalph Amissah2019-11-195-48/+109
|
* cosmeticRalph Amissah2019-11-188-278/+225
|
* multilingual pods, zipped sourceRalph Amissah2019-10-173-75/+133
|
* 0.8.2 yaml pod.manifest, read site config firstRalph Amissah2019-10-175-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.1Ralph Amissah2019-10-176-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.0Ralph Amissah2019-10-175-173/+558
|
* path related, mostly cosmetic codeRalph Amissah2019-10-174-127/+126
|
* document headers & config: yaml introducedRalph Amissah2019-10-175-160/+1033
| | | | | - as toml alternative - both toml & yaml (meta, conf, make) work
* flag --show-summaryRalph Amissah2019-10-172-4/+14
|
* std.zip, drop external zip archiveRalph Amissah2019-10-171-20/+0
|
* build relatedRalph Amissah2019-10-171-13/+45
|
* processing infoRalph Amissah2019-10-172-12/+36
|
* 0.8.0 name change in code use dr (doc reform) instead of sisuRalph Amissah2019-10-177-78/+77
|
* texpdf, footer & language settingdoc-reform_v0.7.5Ralph Amissah2019-10-171-14/+55
|