aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_regex.org
Commit message (Collapse)AuthorAgeFilesLines
* module & src renamingdoc-reform_v0.9.0Ralph Amissah2019-11-221-4/+3
|
* name changesRalph Amissah2019-11-221-2/+2
|
* 0.9.0 spine (doc-reform renamed)Ralph Amissah2019-11-191-9/+9
|
* regex, remove unusedRalph Amissah2019-11-191-78/+1
| | | | | - some potentially useful (review as needed) - speeds up compilation
* 0.8.1 conf, make, meta: yaml only (toml removed)doc-reform_v0.8.1Ralph Amissah2019-10-171-2/+0
| | | | | | | | | | | | - yaml only: config, make & headers (yaml is converted directly to struct) - toml removed: preemptively remove confusion of having multiple config formats (toml was converted to json & json to struct) - json removed (intermediate representation): takes out intermediate conversion to json which could be attractive to have if there are multiple formats
* path related, mostly cosmetic codeRalph Amissah2019-10-171-2/+2
|
* document headers & config: yaml introducedRalph Amissah2019-10-171-1/+8
| | | | | - as toml alternative - both toml & yaml (meta, conf, make) work
* xmls, css, codeblocks linenumbersRalph Amissah2019-10-171-1/+1
|
* html scroll toc backmatter (url/link) fixRalph Amissah2019-10-171-0/+1
|
* xmls, special footnotesRalph Amissah2019-10-171-0/+1
|
* xmls, special footnotes? minor stepRalph Amissah2019-10-171-0/+1
|
* org-mode header added to org-mode filesRalph Amissah2019-10-171-0/+1
|
* cosmeticRalph Amissah2019-10-171-1/+0
|
* 0.7.3 start to look at document harvest (initial stub)Ralph Amissah2019-10-171-1/+12
|
* 0.7.2 latex (for pdf) (initial stub)doc-reform_v0.7.2Ralph Amissah2019-10-171-0/+18
|
* a regex & some clearingRalph Amissah2019-05-211-27/+1
|
* url encodingRalph Amissah2019-05-171-0/+1
|
* regex, meta_abstraction, naming of some regex submatchesRalph Amissah2019-05-171-27/+27
|
* (segmented html) dummy heading relatedRalph Amissah2019-05-171-2/+2
|
* text format delimiter, use: "┃" instead of "┋"Ralph Amissah2019-05-171-2/+2
| | | | | | | | - gdc has compilation issue with the "┋" character, not worth arguing, make internal marker changes (can be changed again) - text format delimiter rg -l "┋" org/. | xargs sed -i 's/┋/┃/g'
* 0.6.0 docReform project license AGPLv3+Ralph Amissah2019-05-171-0/+1
| | | | | | | | | | | | | | | - copyright Ralph Amissah - license - project src AGPLv3+ - applied retroactively to project and within git by git rebase prior to any release of project - org files consider, for time being separate - ./maker.org moved to ./org/dr_build_scaffold.org - pre-release development continues - can initialize project from: makefile & org files - cp -av makefile org (and possibly data/pod & data/src) then - make skel tangle ldc
* housekeepingdoc-reform_v0.5.0Ralph Amissah2019-05-171-9/+41
|
* 0.5.0 per object inline munging (rather than by line)Ralph Amissah2019-05-171-5/+5
| | | | | | - munging per object for inline markup fontface, links, urls, images, footnotes/endnotes (also book index)
* metaverse single line munging tuningdoc-reform_v0.4.3Ralph Amissah2019-05-171-11/+15
|
* 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
|