Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nested parallelisation, output task scheduler | Ralph Amissah | 2019-04-10 | 1 | -0/+32 |
| | | | | - default off, --pp2 to use | ||||
* | catches | Ralph Amissah | 2019-04-10 | 1 | -3/+4 |
| | |||||
* | 0.27.0 parallelize doc processing | Ralph Amissah | 2019-04-10 | 1 | -3/+2 |
| | | | | - std.parallelism | ||||
* | messages & remove outputs not generated | Ralph Amissah | 2019-04-10 | 1 | -114/+91 |
| | |||||
* | 0.26.5 sqlite output, focus | Ralph Amissah | 2019-04-10 | 1 | -16/+48 |
| | |||||
* | 0.26.4 file renames, cleaning, reorganisation | Ralph Amissah | 2019-04-10 | 1 | -5/+5 |
| | |||||
* | html flags | Ralph Amissah | 2019-04-10 | 1 | -5/+25 |
| | |||||
* | doc abstraction run only when processing flags require | Ralph Amissah | 2019-04-10 | 1 | -0/+29 |
| | |||||
* | 0.26.3 object info changes | Ralph Amissah | 2019-04-10 | 1 | -1/+0 |
| | |||||
* | image paths | Ralph Amissah | 2019-04-10 | 1 | -1/+0 |
| | |||||
* | sqlite3 some stuff & rearrange files, dlang, org | Ralph Amissah | 2019-04-10 | 1 | -2/+2 |
| | |||||
* | 0.26.0 sqlite single statement insertion of objects | Ralph Amissah | 2019-04-10 | 1 | -3/+3 |
| | | | | | | - d2sqlite3 db.run, begin commit used with insert statement - can be used after upstream fix that should follow d2sqlite3 0.16.0 | ||||
* | 0.25.0 remove sdlang (headers, conf, make doc) | Ralph Amissah | 2019-04-10 | 1 | -3/+0 |
| | |||||
* | playing with header/make substitutionsdoc-reform_v0.0.24 | Ralph Amissah | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | maker.org updates, including reggae builds | Ralph Amissah | 2019-04-10 | 1 | -0/+6 |
| | |||||
* | 0.24.0 toml or sdlang for configuration | Ralph Amissah | 2019-04-10 | 1 | -4/+7 |
| | |||||
* | paths, further adjustmentsdoc-reform_v0.0.23 | Ralph Amissah | 2019-04-10 | 1 | -101/+78 |
| | |||||
* | 0.23.3 work on source & target file paths/locations | Ralph Amissah | 2019-04-10 | 1 | -14/+14 |
| | |||||
* | target config file locations, refine | Ralph Amissah | 2019-04-10 | 1 | -3/+6 |
| | |||||
* | 0.23.2 config paths for pod | Ralph Amissah | 2019-04-10 | 1 | -3/+3 |
| | |||||
* | 0.23.0 make image list available early for sisupod | Ralph Amissah | 2019-04-10 | 1 | -9/+9 |
| | | | | | | - 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 structsdoc-reform_v0.0.22 | Ralph Amissah | 2019-04-10 | 1 | -3/+3 |
| | | | | - better integrated, redundancy removed | ||||
* | 0.21.0 paths, pod manifest source alternativedoc-reform_v0.0.21 | Ralph Amissah | 2019-04-10 | 1 | -18/+33 |
| | | | | | | | | | | | | | | | - 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, manifestdoc-reform_v0.0.20 | Ralph Amissah | 2019-04-10 | 1 | -3/+3 |
| | |||||
* | 0.20.2 paths, config & manifest files | Ralph Amissah | 2019-04-10 | 1 | -10/+8 |
| | |||||
* | 0.20.1 struct for opt_actions | Ralph Amissah | 2019-04-10 | 1 | -9/+160 |
| | |||||
* | sdp, select language source to process | Ralph Amissah | 2019-04-10 | 1 | -3/+14 |
| | |||||
* | process pod dir with sisudoc.txt (or file) | Ralph Amissah | 2019-04-10 | 1 | -10/+19 |
| | | | | | | - process multiple files named in sisudoc.txt - works with multilingual doc with inserts - regex fixes were needed | ||||
* | process filesystem/unzipped sisupod.zip | Ralph Amissah | 2019-04-10 | 1 | -2/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
* | 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 | -2/+4 |
| | | | | | | | | | | - discrete document , drop & recreate document --sqlite-disctrete - document collection - create tables --sqlite-create - populate db with specified document --sqlite-update | ||||
* | 0.19.0 conf make meta, composite struct, instead of associative array | Ralph Amissah | 2019-04-10 | 1 | -8/+2 |
| | | | | | * remove conf make meta associative arrays, including native doc header (which revisit) | ||||
* | config (& metadata) instruction tables | Ralph Amissah | 2019-04-10 | 1 | -2/+2 |
| | |||||
* | static, liberal use of keyword | Ralph Amissah | 2019-04-10 | 1 | -1/+1 |
| | |||||
* | 0.18.0 rename meta from ao (considered adr) | Ralph Amissah | 2019-04-10 | 1 | -13/+13 |
| | |||||
* | sdl extract and composite conf (make)doc-reform_v0.0.17 | Ralph Amissah | 2019-04-10 | 1 | -6/+6 |
| | |||||
* | output_hub sqlite introduce structure | Ralph Amissah | 2019-04-10 | 1 | -1/+7 |
| | |||||
* | naming mostly | Ralph Amissah | 2019-04-10 | 1 | -55/+58 |
| | |||||
* | getopt, fixes, & naming command line options related | Ralph Amissah | 2019-04-10 | 1 | -47/+47 |
| | |||||
* | rename program root sdp.d | Ralph Amissah | 2019-04-10 | 1 | -0/+221 |