diff options
| -rw-r--r-- | org/spine-bespoke-output-homepage-html.org | 76 | 
1 files changed, 68 insertions, 8 deletions
| diff --git a/org/spine-bespoke-output-homepage-html.org b/org/spine-bespoke-output-homepage-html.org index 64665f3..32dc9d1 100644 --- a/org/spine-bespoke-output-homepage-html.org +++ b/org/spine-bespoke-output-homepage-html.org @@ -1,10 +1,10 @@  -*- mode: org -*- -#+TITLE:       configuration git +#+TITLE:       sisu project bespoke homepage  #+DESCRIPTION: documents - structuring, various output representations & search  #+FILETAGS:    :spine:hub:  #+AUTHOR:      Ralph Amissah  #+EMAIL:       [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] -#+COPYRIGHT:   Copyright (C) 2015 - 2023 Ralph Amissah +#+COPYRIGHT:   Copyright (C) 2015 - 2024 Ralph Amissah  #+LANGUAGE:    en  #+STARTUP:     content hideblocks hidestars noindent entitiespretty  #+PROPERTY:    header-args  :exports code @@ -58,7 +58,7 @@ retaining its structural (and citation) integrity).  <p>  Objects which include their inherent associated properties (which vary by type  of object), constitute building blocks of a document from which alternative -representations of a document can be built (or imagined). +representations of a document can be (imagined and) built.  </p>  <h2>Δ - SiSU project source</h2> @@ -72,13 +72,52 @@ representations of a document can be built (or imagined).      </a><br>  </p> +<h3>Δ - sisudoc-spine project source (programmed in D)</h3> + +<p> +    <a href="./projects/sisudoc-spine"> +        Δ SiSU (sisudoc-spine): document publishing (multiple formats + search) [D] +    </a><br> +    - <a href="https://git.sisudoc.org/sisudoc-spine"> +        https://git.sisudoc.org/sisudoc-spine +    </a><br> +      git clone git://git.sisudoc.org/software/sisudoc-spine +    <br> +</p> + +<p> +    <a href="./projects/sisudoc-spine-search-cgi"> +        Δ SiSU (sisudoc-spine search): a sample cgi sqlite search for sisudoc-spine [D] +    </a><br> +    - <a href="https://git.sisudoc.org/sisudoc-spine-search-cgi"> +        https://git.sisudoc.org/sisudoc-spine-search-cgi +    </a><br> +      git clone git://git.sisudoc.org/software/sisudoc-spine-search-cgi +    <br> +</p> + +<p> +    <a href="./projects/sisudoc-spine-samples"> +        Δ SiSU (sisudoc-spine markup): markup samples in document pods for sisudoc-spine +    </a><br> +    - <a href="https://git.sisudoc.org/sisudoc-spine-samples"> +        https://git.sisudoc.org/sisudoc-spine-samples +    </a><br> +      git clone git://git.sisudoc.org/markup/sisudoc-spine-samples +    <br> +</p> + +<h3>Δ - sisu scribe project source (programmed in Ruby)</h3> +  <p>      <a href="./projects/sisu"> -        Δ SiSU (scribe): document publishing (multiple formats + search) +        Δ SiSU (scribe): document publishing (multiple formats + search) [Ruby]      </a><br>      - <a href="https://git.sisudoc.org/sisu">          https://git.sisudoc.org/sisu      </a><br> +      git clone git://git.sisudoc.org/software/sisu +    <br>  </p>  <p> @@ -88,6 +127,8 @@ representations of a document can be built (or imagined).      - <a href="https://git.sisudoc.org/sisu-markup">          https://git.sisudoc.org/sisu-markup      </a><br> +      git clone git://git.sisudoc.org/markup/sisu-markup-samples +    <br>  </p>  <h2>⌘ - SiSU Spine markup sample output</h2> @@ -400,7 +441,7 @@ structure, and identified objects, numbered in a citable way (as pointed out  document object hashes can be of use for the purpose).  </p> -<h2>ℹ - SiSU Spine</h2> +<h2>ℹ - SiSU Spine (sisudoc-spine)</h2>  <p>  SiSU Spine is the new generator for documents prepared in sisu markup, written @@ -408,7 +449,9 @@ in D as opposed to the original sisu which was first shared in Ruby.  </p>  <p> -Spine code has not as yet been made publicly available. +sisudoc spine code was shared publicly under the AGPLv3 2024-05-01 (after +considerable procrastination). (It should be fairly straightforward to have this +work on other OS platforms, I have only used linux since 1999.)  </p>  <p> @@ -468,6 +511,13 @@ improved over time, and for specialised collections on a subject area could  potentially be prepared against a thesaurus.  </p> +<h2>ℹ - Thank You</h2> + +<p> +Thanks to all who help produce and maintain the software and libraries I am able +to use and have come to rely on. Reliable infrastructure so far. +</p> +  <hr>  <p class="tiny"><i>  ralph.amissah www since 1993 ;-) @@ -555,14 +605,24 @@ ralph.amissah www since 1993 ;-)      </a> ]      [ <a href="https://discourse.nixos.org/">          community discussion (discourse) +    </a> ] +    [ <a href="https://discourse.nixos.org/t/nixos-foundation-board-giving-power-to-the-community/44552/"> +      NixOS Foundation board: Giving power to the community +    </a> ]<br> +<!-- +    [ <a href="https://aux.computer/"> +        Aux - aux.computer - a community fork of nix (under deliberation), billed as "An alternative to the Nix ecosystem" +    </a> ] +    [ <a href="https://forum.aux.computer/"> +        community discussion (discourse)      </a> ]<br> +-->      Gnu [ <a href="https://guix.gnu.org/">          Guix      </a> ]      [ <a href="https://guix.gnu.org/en/packages/">         packages -    </a> ] -    <br> +    </a> ]<br>  </p>  <p>      [ <a href="https://debian.org/"> | 
