Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | dmd compiles & run fixes (not required by ldc2) | Ralph Amissah | 2019-04-10 | 5 | -2/+23 | |
| | | | | | | - dmd compiles without optimize flag - dmd some variables need re-loading - D version for both is: 2078 (at commit) | |||||
* | 0.26.1 single sqlite file, premature? | Ralph Amissah | 2019-04-10 | 13 | -3448/+1331 | |
| | ||||||
* | sqlite3 some stuff & rearrange files, dlang, org | Ralph Amissah | 2019-04-10 | 17 | -1857/+1922 | |
| | ||||||
* | 0.26.0 sqlite single statement insertion of objects | Ralph Amissah | 2019-04-10 | 18 | -302/+317 | |
| | | | | | | - d2sqlite3 db.run, begin commit used with insert statement - can be used after upstream fix that should follow d2sqlite3 0.16.0 | |||||
* | various minordoc-reform_v0.0.25 | Ralph Amissah | 2019-04-10 | 11 | -87/+132 | |
| | ||||||
* | remove .toml extension | Ralph Amissah | 2019-04-10 | 4 | -10/+8 | |
| | | | | - .sdl option removed, no need to distinguish | |||||
* | home button text, a redo | Ralph Amissah | 2019-04-10 | 8 | -104/+91 | |
| | ||||||
* | footnotes fontface; home button text and links | Ralph Amissah | 2019-04-10 | 18 | -212/+418 | |
| | ||||||
* | make auto numbering related | Ralph Amissah | 2019-04-10 | 8 | -197/+221 | |
| | ||||||
* | conf, make, meta, init and tidy substitution | Ralph Amissah | 2019-04-10 | 7 | -390/+313 | |
| | ||||||
* | header make unmarked headings | Ralph Amissah | 2019-04-10 | 5 | -72/+117 | |
| | ||||||
* | (header, doc make, config) add checks to toml | Ralph Amissah | 2019-04-10 | 8 | -221/+616 | |
| | ||||||
* | 0.25.0 remove sdlang (headers, conf, make doc) | Ralph Amissah | 2019-04-10 | 19 | -2091/+484 | |
| | ||||||
* | playing with header/make substitutionsdoc-reform_v0.0.24 | Ralph Amissah | 2019-04-10 | 7 | -24/+139 | |
| | ||||||
* | maker.org updates, including reggae builds | Ralph Amissah | 2019-04-10 | 8 | -697/+1219 | |
| | ||||||
* | 0.24.0 toml or sdlang for configuration | Ralph Amissah | 2019-04-10 | 33 | -1284/+4078 | |
| | ||||||
* | paths, further adjustmentsdoc-reform_v0.0.23 | Ralph Amissah | 2019-04-10 | 28 | -555/+553 | |
| | ||||||
* | 0.23.3 work on source & target file paths/locations | Ralph Amissah | 2019-04-10 | 34 | -1631/+2087 | |
| | ||||||
* | target config file locations, refine | Ralph Amissah | 2019-04-10 | 7 | -52/+78 | |
| | ||||||
* | target different type of config file locations | Ralph Amissah | 2019-04-10 | 6 | -62/+201 | |
| | | | | | | - config files for - local site configuration (not in pod) - document make (included in pod) | |||||
* | 0.23.2 config paths for pod | Ralph Amissah | 2019-04-10 | 14 | -264/+350 | |
| | ||||||
* | 0.23.1 use output path specified if any | Ralph Amissah | 2019-04-10 | 12 | -170/+168 | |
| | ||||||
* | 0.23.0 make image list available early for sisupod | Ralph Amissah | 2019-04-10 | 6 | -113/+255 | |
| | | | | | | - 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 | 13 | -114/+144 | |
| | | | | - better integrated, redundancy removed | |||||
* | 0.21.0 paths, pod manifest source alternativedoc-reform_v0.0.21 | Ralph Amissah | 2019-04-10 | 11 | -127/+383 | |
| | | | | | | | | | | | | | | | - 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 | 4 | -30/+40 | |
| | ||||||
* | 0.20.2 paths, config & manifest files | Ralph Amissah | 2019-04-10 | 14 | -428/+541 | |
| | ||||||
* | 0.20.1 struct for opt_actions | Ralph Amissah | 2019-04-10 | 21 | -456/+759 | |
| | ||||||
* | sdp, select language source to process | Ralph Amissah | 2019-04-10 | 3 | -8/+40 | |
| | ||||||
* | process pod dir with sisudoc.txt (or file) | Ralph Amissah | 2019-04-10 | 9 | -39/+65 | |
| | | | | | | - 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 | 9 | -313/+712 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | |||||
* | 0.20.0 sisupod & source dir structure changed | Ralph Amissah | 2019-04-10 | 5 | -31/+30 | |
| | | | | | - ./media (instead of ./multimedia) - ./media/text (instead of ./text) | |||||
* | checksdoc-reform_v0.0.19 | Ralph Amissah | 2019-04-10 | 15 | -64/+257 | |
| | ||||||
* | sqlite document db discrete & collection, started | Ralph Amissah | 2019-04-10 | 32 | -720/+3172 | |
| | | | | | | | | | | - discrete document , drop & recreate document --sqlite-disctrete - document collection - create tables --sqlite-create - populate db with specified document --sqlite-update | |||||
* | meta_abstraction, a renaming, minor | Ralph Amissah | 2019-04-10 | 2 | -251/+250 | |
| | ||||||
* | org header cosmetic & maker.org/makefile | Ralph Amissah | 2019-04-10 | 20 | -932/+461 | |
| | ||||||
* | sisupod.zip related fixes | Ralph Amissah | 2019-04-10 | 4 | -24/+52 | |
| | ||||||
* | 0.19.0 conf make meta, composite struct, instead of associative array | Ralph Amissah | 2019-04-10 | 26 | -1848/+1143 | |
| | | | | | * remove conf make meta associative arrays, including native doc header (which revisit) | |||||
* | sqlite, introduced, far to godoc-reform_v0.0.18 | Ralph Amissah | 2019-04-10 | 9 | -6/+2611 | |
| | ||||||
* | css, separate files and reorganization | Ralph Amissah | 2019-04-10 | 7 | -510/+2554 | |
| | | | | | - separate files for html seg, scroll & epub - output_xmls_css.org, reorganized org file | |||||
* | html css using grid & flex (remove tables) | Ralph Amissah | 2019-04-10 | 7 | -244/+487 | |
| | ||||||
* | a couple of small fixes | Ralph Amissah | 2019-04-10 | 4 | -4/+4 | |
| | ||||||
* | config (& metadata) instruction tables | Ralph Amissah | 2019-04-10 | 3 | -30/+215 | |
| | ||||||
* | 0.18.1 ocn, looks promising | Ralph Amissah | 2019-04-10 | 6 | -364/+574 | |
| | ||||||
* | fix for: gdc compiled program when run, segfaults on certain actions | Ralph Amissah | 2019-04-10 | 4 | -14/+10 | |
| | ||||||
* | meta_abstraction, work on ocn | Ralph Amissah | 2019-04-10 | 4 | -311/+417 | |
| | ||||||
* | m_a, composite object, attributes, rename part & an addition | Ralph Amissah | 2019-04-10 | 10 | -100/+180 | |
| | | | | | - of_part renamed from use (frontmatter, body, backmatter) - of_section added (toc, body, glossary, bibliography, bookindex, blurb) | |||||
* | naming things | Ralph Amissah | 2019-04-10 | 4 | -666/+660 | |
| | ||||||
* | static, liberal use of keyword | Ralph Amissah | 2019-04-10 | 29 | -221/+225 | |
| | ||||||
* | meta_abstraction, mark some functions pure | Ralph Amissah | 2019-04-10 | 2 | -12/+12 | |
| |