aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* spine scaffold generator, sample pod structure .sst documentRalph Amissah2021-02-045-0/+138
| | | | | | | - build pod structure, and - minimal requirement for a document - at the requested path - uses rund (as D script compiler)
* nix, use pkgs.lib instead of stdenv.libRalph Amissah2021-02-044-21/+11
| | | | - see https://github.com/NixOS/nixpkgs/issues/108938
* cosmetic, minorRalph Amissah2021-02-043-4/+4
|
* 0.11.2Ralph Amissah2021-01-298-10/+10
|
* CHANGELOGdoc-reform_v0.11.1Ralph Amissah2021-01-281-0/+100
|
* spine, parallelization logic fixRalph Amissah2021-01-282-8/+10
|
* nix build -f default.nix, experimentalRalph Amissah2021-01-284-24/+29
|
* shell.nix project.nix spine.nix mkDub.nixRalph Amissah2021-01-2711-58/+145
|
* mkDub.nix project.nix spine.nixRalph Amissah2021-01-253-58/+183
|
* dub default.nixRalph Amissah2021-01-251-13/+19
|
* nix, work on buildRalph Amissah2021-01-2326-974/+703
|
* nix shebangs, considerRalph Amissah2020-12-047-16/+57
|
* directory nixEnv (renamed from nixDevEnv)Ralph Amissah2020-11-2821-48/+357
|
* nix derivation, dub & dub2nix using ldc2 1.24.0 okRalph Amissah2020-11-288-35/+29
| | | | | | | | - dmd 2.091.1 & dub 1.14.0 broken in nix unstable - dmd 2.094.2 & dub 1.23.0 current dlang - built using modified local nixpkgs dub modified to use ldc (without calls to dmd) - provide overlay for current( dub using ldc )
* ldc in need of newer dubRalph Amissah2020-11-137-116/+92
|
* org tagsRalph Amissah2020-11-0910-457/+513
|
* ldc current, ldc-1.24.0 available on nix 21.03Ralph Amissah2020-11-093-12/+13
| | | | - without version overlay
* ldc-1.23.0 overlay for nixos 20.09Ralph Amissah2020-11-092-11/+31
|
* nixRalph Amissah2020-10-233-10/+41
|
* org mode, code-block namesRalph Amissah2020-10-236-2487/+2492
|
* project nix shell(s)Ralph Amissah2020-10-2011-199/+606
|
* spine info updateRalph Amissah2020-10-195-25/+4916
|
* build nix derivation (using dub2nix helper tool)Ralph Amissah2020-10-1912-119/+739
| | | | | | | | | | - nix-shell - nix-build - dub2nix (dub to nix helper tool) - Lionello Lunesu - MIT License - https://github.com/lionello/dub2nix
* nixify stepRalph Amissah2020-10-1910-141/+322
|
* shell.nixRalph Amissah2020-10-196-33/+103
|
* 0.11.1Ralph Amissah2020-10-194-4/+4
|
* CHANGELOGdoc-reform_v0.11.0Ralph Amissah2020-10-191-0/+1941
|
* org mode, unique code-block names & adjust headersRalph Amissah2020-10-1941-5297/+1530
| | | | | - avoid org-mode undefined behavior, provide unique code-block names
* cgi.d arsd updateRalph Amissah2020-10-132-602/+1205
|
* meson revert to direct use of dubRalph Amissah2020-06-034-101/+13
|
* makefile dub build flagsRalph Amissah2020-06-033-25/+35
|
* catchingRalph Amissah2020-05-219-20/+54
|
* meson using subproject directory, not dub directlyRalph Amissah2020-05-2110-131/+268
| | | | | | | | | | | | | - will not work until meson.build files in - d2sqlite3 - imageformats (request adding upstream) - dyaml and its dependency tinyendian already provide their meson.build (should probably revert to meson dub until resolved) - based on 1468425 meson build (no issue now with imagefomats using 7.0.2)
* doc abstraction, code & org whitespace, cosmeticRalph Amissah2020-05-2023-2255/+2255
|
* doc structure hash removed, replaced, unusedRalph Amissah2020-05-209-126/+0
| | | | | | - doc abstraction changes (use of new associative array named "pith" with enum) replaces the redundant doc structure associative array
* doc abstraction, pith replaces obj_type_statusRalph Amissah2020-05-202-194/+172
| | | | - instructions sequence for headings & verse
* doc abstraction, track paragraphs & headingsRalph Amissah2020-05-202-76/+80
|
* doc abstraction, stateRalph Amissah2020-05-202-1538/+1583
| | | | - block_is, block_state, block_delim
* doc abstraction, object numbering and dummy headingsRalph Amissah2020-05-202-212/+232
|
* renamingRalph Amissah2020-05-204-888/+858
|
* ext_lib (external libraries dir) moved into ./misc/Ralph Amissah2020-05-203-4/+0
|
* metaverse, doc structure & blocks, change trackingRalph Amissah2020-05-206-84/+148
|
* 0.11.0 in_source_files, changed tracking of code blocksRalph Amissah2020-05-206-58/+64
|
* markup conversiondoc-reform_v0.10.0Ralph Amissah2020-05-203-394/+412
| | | | | | | - document header and body - .sst .ssm split into header and body - .ssi body only, (no document header) - change tracking of code blocks
* rename & house utils; work on markup conversionRalph Amissah2020-05-2011-20/+1702
| | | | | | | | | | | | | - new dir for markup tools misc/util/d/tools/markup_conversion - start looking at tools for converting - endnotes from binary to inline - sisu.rb to sisu spine in d - look at conversion of document headers to yaml from - bespoke sisu headers (original .rb) - sdlang - toml
* endnotes, convert to inline from binaryRalph Amissah2020-05-201-0/+127
| | | | | | | | | | | | | | - the d version of sisu requires inline endnotes - rudimentary tool, the original (ruby) version of sisu permitted binary endnotes (markup for a an endnote and the reference to it within the body of text), it was easier to convert some existing html to this form, however it is much less reliable, and more difficult to keep track of individual endnotes, so this is a tool to help in the conversion of any existing sisu markup documents with binary endnotes to inline endnotes, testing required
* xmls, sqlite more with footnotes/endnotesRalph Amissah2020-05-206-182/+42
|
* footnote/endnote fixRalph Amissah2020-05-202-20/+26
|
* html, harvests search form, minor miscRalph Amissah2020-05-209-40/+457
| | | | | | | | | - harvests add search form to db option - dark theme input background color (follows cgi search form) - html tidy html tidy
* backmatter, special sections, heading ocn fixRalph Amissah2020-05-202-44/+64
| | | | | | - special section heading object numbering: - level B title numbered - level 1 title not numbered