aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_regex.org
Commit message (Collapse)AuthorAgeFilesLines
* inline fontface markup, internal representationRalph Amissah2019-05-171-13/+35
|
* white space rgx to keep in blockRalph Amissah2019-05-171-0/+1
| | | | - code, block, verse
* format delimiter s/¶/┋/gRalph Amissah2019-05-171-1/+1
|
* 0.4.3 stow (most) uri/links in array, separate from object textRalph Amissah2019-05-171-1/+3
| | | | | | - munge independently - no need to consider special munging of uri with text - uri can easily be munged independently (encoded as need be)
* cleaningdoc-reform_v0.4.1Ralph Amissah2019-05-171-5/+5
|
* code block, number(ed), regex for keyword instruction, not implementedRalph Amissah2019-05-171-6/+14
| | | | | | - code(number){ to number code block (hash symbol "#" used previously)
* 0.4.1 markup syntax extension for blocks, re: attributesRalph Amissah2019-05-171-20/+20
| | | | | | | | | | | - for all blocks, e.g. - table{ - table(){ - table([recognized attributes if any]){ - code{ - code(){ - code.d([recognized attributes if any]){ - allows for the subsequent addition of attributes as required
* cosmeticdoc-reform_v0.3.3Ralph Amissah2019-05-171-0/+1
|
* 0.3.3 org mode behaviorRalph Amissah2019-05-171-4/+4
|
* 0.3.0 internal links, anchor tags & segment associationsdoc-reform_v0.3.0Ralph Amissah2019-04-101-2/+2
|
* org headings & tags, minordoc-reform_v0.2.0Ralph Amissah2019-04-101-4/+4
|
* 0.2.0 renames pod from sisupodRalph Amissah2019-04-101-3/+3
|
* internal linksRalph Amissah2019-04-101-1/+3
|
* output xmls, work on internal linksRalph Amissah2019-04-101-1/+2
|
* regex, resolve issues with: master file inserts path; url internal linkRalph Amissah2019-04-101-15/+15
|
* config webserv_url_doc_root, domain & pathRalph Amissah2019-04-101-0/+1
|
* naming DocReform from SiSURalph Amissah2019-04-101-2/+2
|
* 0.1.0 renamed doc-reform, doc_reform (& rad)Ralph Amissah2019-04-101-16/+15
| | | | - from sdp
* catchesRalph Amissah2019-04-101-1/+3
|
* object_number, replaces object_cite_number in codeRalph Amissah2019-04-101-13/+13
|
* 0.26.2 image(s) without dimensionsRalph Amissah2019-04-101-0/+2
|
* html & epub images in place (dimensions not & other issues)Ralph Amissah2019-04-101-2/+6
|
* link url matchingRalph Amissah2019-04-101-8/+9
| | | | | | | - smid: sisu markup identify - inline_link_markup_regular matches series of marked up urls, e.g. { link txt }http://url, { link txt }http://url
* 0.26.1 single sqlite file, premature?Ralph Amissah2019-04-101-1/+1
|
* 0.26.0 sqlite single statement insertion of objectsRalph Amissah2019-04-101-1/+10
| | | | | | - d2sqlite3 db.run, begin commit used with insert statement - can be used after upstream fix that should follow d2sqlite3 0.16.0
* home button text, a redoRalph Amissah2019-04-101-1/+14
|
* footnotes fontface; home button text and linksRalph Amissah2019-04-101-1/+2
|
* 0.25.0 remove sdlang (headers, conf, make doc)Ralph Amissah2019-04-101-1/+0
|
* 0.24.0 toml or sdlang for configurationRalph Amissah2019-04-101-1/+8
|
* paths, further adjustmentsdoc-reform_v0.0.23Ralph Amissah2019-04-101-0/+3
|
* 0.23.3 work on source & target file paths/locationsRalph Amissah2019-04-101-0/+1
|
* 0.23.2 config paths for podRalph Amissah2019-04-101-1/+1
|
* 0.21.0 paths, pod manifest source alternativedoc-reform_v0.0.21Ralph Amissah2019-04-101-2/+5
| | | | | | | | | | | | | | | - 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
* 0.20.2 paths, config & manifest filesRalph Amissah2019-04-101-5/+5
|
* process pod dir with sisudoc.txt (or file)Ralph Amissah2019-04-101-3/+3
| | | | | | - 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-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* org header cosmetic & maker.org/makefileRalph Amissah2019-04-101-12/+12
|
* a couple of small fixesRalph Amissah2019-04-101-1/+1
|
* static, liberal use of keywordRalph Amissah2019-04-101-6/+6
|
* 0.18.0 rename meta from ao (considered adr)Ralph Amissah2019-04-101-31/+31
|
* sdl extract and composite conf (make)doc-reform_v0.0.17Ralph Amissah2019-04-101-0/+9
|
* regex minor additionsRalph Amissah2019-04-101-1/+6
|
* html seg, work on subtoc & on nav pre-nextRalph Amissah2019-04-101-0/+1
|
* headings & toc, monospace and links, fixRalph Amissah2019-04-101-0/+1
|
* org headers minorRalph Amissah2019-04-101-2/+4
|
* 0.16.0 files/modules re-arrangeddoc-reform_v0.0.16Ralph Amissah2019-04-101-6/+6
|
* 0.15.0 named modulesRalph Amissah2019-04-101-6/+8
|
* cleaningdoc-reform_v0.0.14Ralph Amissah2019-04-101-15/+14
|
* xml family cssRalph Amissah2019-04-101-0/+1
|
* 0.14.0 reorganized files, and pathsRalph Amissah2019-04-101-0/+475