aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/sdp.org
Commit message (Collapse)AuthorAgeFilesLines
* 0.26.6 prepare for parallelism, remove __gshareddoc-reform_v0.0.26Ralph Amissah2019-04-101-1/+2
|
* messages & remove outputs not generatedRalph Amissah2019-04-101-117/+94
|
* 0.26.5 sqlite output, focusRalph Amissah2019-04-101-27/+73
|
* 0.26.4 file renames, cleaning, reorganisationRalph Amissah2019-04-101-8/+8
|
* reconsider unecessary "return ref"Ralph Amissah2019-04-101-2/+2
|
* doc object metainfo consolidationRalph Amissah2019-04-101-7/+7
|
* naming is_of_ (is_ of_)Ralph Amissah2019-04-101-1/+1
|
* html flagsRalph Amissah2019-04-101-5/+25
|
* make string object_number a property of int o_nRalph Amissah2019-04-101-3/+3
|
* doc abstraction run only when processing flags requireRalph Amissah2019-04-101-0/+29
|
* object_number, replaces object_cite_number in codeRalph Amissah2019-04-101-13/+13
|
* 0.26.3 object info changesRalph Amissah2019-04-101-9/+8
|
* 0.26.2 image(s) without dimensionsRalph Amissah2019-04-101-1/+2
|
* image pathsRalph Amissah2019-04-101-1/+0
|
* org cosmetic, minorRalph Amissah2019-04-101-1/+0
|
* 0.26.1 single sqlite file, premature?Ralph Amissah2019-04-101-1/+1
|
* sqlite3 some stuff & rearrange files, dlang, orgRalph Amissah2019-04-101-5/+5
|
* 0.26.0 sqlite single statement insertion of objectsRalph Amissah2019-04-101-4/+4
| | | | | | - d2sqlite3 db.run, begin commit used with insert statement - can be used after upstream fix that should follow d2sqlite3 0.16.0
* footnotes fontface; home button text and linksRalph Amissah2019-04-101-1/+1
|
* make auto numbering relatedRalph Amissah2019-04-101-2/+6
|
* 0.25.0 remove sdlang (headers, conf, make doc)Ralph Amissah2019-04-101-34/+12
|
* playing with header/make substitutionsdoc-reform_v0.0.24Ralph Amissah2019-04-101-1/+1
|
* maker.org updates, including reggae buildsRalph Amissah2019-04-101-1/+7
|
* 0.24.0 toml or sdlang for configurationRalph Amissah2019-04-101-13/+39
|
* paths, further adjustmentsdoc-reform_v0.0.23Ralph Amissah2019-04-101-201/+115
|
* 0.23.3 work on source & target file paths/locationsRalph Amissah2019-04-101-86/+140
|
* target config file locations, refineRalph Amissah2019-04-101-6/+9
|
* target different type of config file locationsRalph Amissah2019-04-101-2/+2
| | | | | | - config files for - local site configuration (not in pod) - document make (included in pod)
* 0.23.2 config paths for podRalph Amissah2019-04-101-189/+189
|
* 0.23.1 use output path specified if anyRalph Amissah2019-04-101-1/+1
|
* 0.23.0 make image list available early for sisupodRalph Amissah2019-04-101-27/+44
| | | | | | - 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.22Ralph Amissah2019-04-101-48/+63
| | | | - better integrated, redundancy removed
* 0.21.0 paths, pod manifest source alternativedoc-reform_v0.0.21Ralph Amissah2019-04-101-44/+63
| | | | | | | | | | | | | | | - 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.20Ralph Amissah2019-04-101-3/+3
|
* 0.20.2 paths, config & manifest filesRalph Amissah2019-04-101-11/+9
|
* 0.20.1 struct for opt_actionsRalph Amissah2019-04-101-20/+180
|
* sdp, select language source to processRalph Amissah2019-04-101-4/+20
|
* process pod dir with sisudoc.txt (or file)Ralph Amissah2019-04-101-11/+20
| | | | | | - process multiple files named in sisudoc.txt - works with multilingual doc with inserts - regex fixes were needed
* process filesystem/unzipped sisupod.zipRalph Amissah2019-04-101-2/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 changedRalph Amissah2019-04-101-2/+1
| | | | | - ./media (instead of ./multimedia) - ./media/text (instead of ./text)
* checksdoc-reform_v0.0.19Ralph Amissah2019-04-101-2/+26
|
* sqlite document db discrete & collection, startedRalph Amissah2019-04-101-2/+4
| | | | | | | | | | - discrete document , drop & recreate document --sqlite-disctrete - document collection - create tables --sqlite-create - populate db with specified document --sqlite-update
* org header cosmetic & maker.org/makefileRalph Amissah2019-04-101-12/+12
|
* 0.19.0 conf make meta, composite struct, instead of associative arrayRalph Amissah2019-04-101-62/+31
| | | | | * remove conf make meta associative arrays, including native doc header (which revisit)
* config (& metadata) instruction tablesRalph Amissah2019-04-101-26/+211
|
* 0.18.1 ocn, looks promisingRalph Amissah2019-04-101-4/+7
|
* meta_abstraction, work on ocnRalph Amissah2019-04-101-33/+33
|
* m_a, composite object, attributes, rename part & an additionRalph Amissah2019-04-101-1/+1
| | | | | - of_part renamed from use (frontmatter, body, backmatter) - of_section added (toc, body, glossary, bibliography, bookindex, blurb)
* static, liberal use of keywordRalph Amissah2019-04-101-2/+2
|
* meta doc abstraction summaryRalph Amissah2019-04-101-5/+18
|