aboutsummaryrefslogtreecommitdiffhomepage
path: root/org
Commit message (Collapse)AuthorAgeFilesLines
* a new yearRalph Amissah2022-01-0539-78/+78
|
* nix setup related but messyRalph Amissah2021-12-231-18/+47
|
* metaverse, xml dom close eofRalph Amissah2021-12-032-100/+179
|
* xmls, html header bandRalph Amissah2021-12-031-26/+23
|
* dlang dub & nix build related, includes dep updateRalph Amissah2021-11-272-32/+47
| | | | | | - nix-shell --pure - nix-build - dub build --compiler=ldc2 --build=release --force
* nix .envrc relatedRalph Amissah2021-11-272-15/+33
|
* org files, tangle output, some fixesRalph Amissah2021-11-2716-2108/+2326
|
* configuration, hierarchy filenames & paths ...Ralph Amissah2021-11-276-399/+628
|
* sqlite related internal namingRalph Amissah2021-11-276-36/+79
|
* xmls homepage linkRalph Amissah2021-11-271-1/+5
|
* primarily org relatedRalph Amissah2021-11-2729-154/+182
|
* nix related config, direnv else minorRalph Amissah2021-10-222-99/+96
|
* org latex organizeRalph Amissah2021-09-092-338/+467
|
* metadata "curate" replaces "harvest"Ralph Amissah2021-09-0911-285/+285
| | | | | - "curated metadata" instead of "metadata harvest" - css color change to related pages, light theme
* xmls, epub3 toc_nav.xhtml toc.ncxRalph Amissah2021-09-094-937/+1018
|
* config nixRalph Amissah2021-09-091-186/+258
|
* metaverse parallel processing reproducabilityRalph Amissah2021-08-222-9/+14
| | | | | - html xhtml issue with tags - epub issue with title (skipped) in OEBPS/toc.ncx
* config, clean up and make a bit more consistentRalph Amissah2021-08-2011-235/+307
| | | | | - check version settings with: rg -A2 _version_set$ org
* configuration reorganized into config filesRalph Amissah2021-08-129-3979/+4078
| | | | - spine_build_scaffold broken up into many files
* spine search and configuration relatedRalph Amissah2021-08-1113-161/+194
|
* spine_search (work on)Ralph Amissah2021-08-092-1830/+2195
|
* nix help files, .envrc_local_ (& nix_notes_.org)Ralph Amissah2021-08-092-121/+244
|
* track org config suggestions that require bespoke adjustmentRalph Amissah2021-08-061-27/+29
|
* config defaults: cfte, config-file & cleRalph Amissah2021-08-064-45/+145
|
* spine_searchRalph Amissah2021-08-011-138/+2373
|
* dir rename ./sundry (from ./misc)Ralph Amissah2021-08-019-117/+160
|
* org-mode code block headersRalph Amissah2021-06-2831-123/+300
|
* nix-build cleanup, external sources localizedRalph Amissah2021-05-151-498/+244
| | | | | | - clean up as external sources kept locally, in ./src/ext_depends/ - remove dub2nix dependency, no longer needed/used
* org-mode file minor adjustmentRalph Amissah2021-05-052-15/+15
|
* regex adjust, dc update build fix requiredRalph Amissah2021-05-031-5/+5
| | | | - ldc-v1.26.0 dmd-v2.096.1
* org .envrc-local_ (sample for nix-shell)Ralph Amissah2021-04-271-11/+108
|
* spine, harvests require doc abstraction be runRalph Amissah2021-04-231-0/+2
|
* spine options, pod uses source file structureRalph Amissah2021-04-203-12/+8
|
* spine_build_scaffold: nix related housekeepingRalph Amissah2021-04-201-1/+26
| | | | | | | | | - mkDub.nix (dub2nix) use lib, stdenv.lib deprecated - .envrc stop using lorri - .envrc-local_ set local variables as needed
* org-mode, cosmeticRalph Amissah2021-04-1921-131/+131
|
* epub, minor adjustmentsRalph Amissah2021-04-132-9/+9
|
* doc summary reinstated (org fix)Ralph Amissah2021-04-131-1/+2
|
* headers: copyright, license, year; also httpsRalph Amissah2021-04-0832-307/+1612
|
* fix issues raised by dmd2.095.1 ldc2 1.25.0Ralph Amissah2021-03-232-2/+5
|
* make set_depends run dub describe, track json outputRalph Amissah2021-03-231-3/+36
| | | | | | | - traded $PWD for project root as ./, i.e. from dub describe json - dub describe deletes parts of dependencies that are unreferenced by the project build; these are available elsewhere and there is little reason to keep them
* ext depends meta info: ver hash, licenseRalph Amissah2021-03-051-0/+2
|
* cleaningRalph Amissah2021-03-051-66/+88
|
* build from static source-tree pre fetch dependsRalph Amissah2021-02-241-2/+328
|
* 0.11.3Ralph Amissah2021-02-242-2/+2
|
* make changelog & echo version tagRalph Amissah2021-02-241-0/+32
|
* track in org nix/dub.selections.nixRalph Amissah2021-02-241-0/+69
|
* spine / sisu markup sample in org modeRalph Amissah2021-02-242-1/+2088
|
* shell_spine.nix addedRalph Amissah2021-02-041-2/+28
|
* spine scaffold generator, sample pod structure .sst documentRalph Amissah2021-02-041-0/+1
| | | | | | | - 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-041-12/+6
| | | | - see https://github.com/NixOS/nixpkgs/issues/108938