Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | meta_abstraction, reduce side effect | Ralph Amissah | 2019-04-10 | 2 | -32/+32 |
| | |||||
* | meta doc abstraction summary | Ralph Amissah | 2019-04-10 | 5 | -14/+81 |
| | |||||
* | maker.org makefile supported compilers, make all_builds_debug | Ralph Amissah | 2019-04-10 | 5 | -61/+282 |
| | | | | - dmd ldc2 gdc | ||||
* | 0.18.0 rename meta from ao (considered adr) | Ralph Amissah | 2019-04-10 | 30 | -699/+1001 |
| | |||||
* | sdl extract and composite conf (make)doc-reform_v0.0.17 | Ralph Amissah | 2019-04-10 | 9 | -240/+451 |
| | |||||
* | output_hub sqlite introduce structure | Ralph Amissah | 2019-04-10 | 4 | -3/+66 |
| | |||||
* | regex minor additions | Ralph Amissah | 2019-04-10 | 3 | -3/+18 |
| | |||||
* | naming mostly | Ralph Amissah | 2019-04-10 | 17 | -219/+265 |
| | |||||
* | getopt, fixes, & naming command line options related | Ralph Amissah | 2019-04-10 | 15 | -386/+384 |
| | |||||
* | top banner with previous next navigation bar with svg buttons | Ralph Amissah | 2019-04-10 | 6 | -191/+633 |
| | |||||
* | html seg, work on subtoc & on nav pre-next | Ralph Amissah | 2019-04-10 | 6 | -66/+208 |
| | |||||
* | output xmls, minor asserts | Ralph Amissah | 2019-04-10 | 3 | -42/+58 |
| | |||||
* | epub, special characters in content.opf header, fix | Ralph Amissah | 2019-04-10 | 3 | -14/+40 |
| | |||||
* | headings & toc, monospace and links, fix | Ralph Amissah | 2019-04-10 | 10 | -2/+20 |
| | |||||
* | heading auto-numbering, fixes | Ralph Amissah | 2019-04-10 | 2 | -8/+8 |
| | |||||
* | rename program root sdp.d | Ralph Amissah | 2019-04-10 | 4 | -15/+11 |
| | |||||
* | org headers minor | Ralph Amissah | 2019-04-10 | 15 | -35/+65 |
| | |||||
* | 0.17.0 maker.org build system, dub visited maker cleaned up a bit | Ralph Amissah | 2019-04-10 | 3 | -303/+347 |
| | |||||
* | 0.16.0 files/modules re-arrangeddoc-reform_v0.0.16 | Ralph Amissah | 2019-04-10 | 47 | -629/+413 |
| | |||||
* | modules, collective importsdoc-reform_v0.0.15 | Ralph Amissah | 2019-04-10 | 11 | -125/+188 |
| | |||||
* | 0.15.0 named modules | Ralph Amissah | 2019-04-10 | 40 | -202/+254 |
| | |||||
* | cleaningdoc-reform_v0.0.14 | Ralph Amissah | 2019-04-10 | 27 | -543/+212 |
| | |||||
* | xmls work particularly with epub output | Ralph Amissah | 2019-04-10 | 10 | -359/+587 |
| | |||||
* | xml family, special characters, deal with once | Ralph Amissah | 2019-04-10 | 4 | -213/+233 |
| |