summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2026-01-10 11:55:06 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2026-01-10 13:16:10 -0500
commit560b3d8866dfb9dc6411a01a02de1844dc6e0497 (patch)
tree0f6e665da0cd0dcf89ecd700c5f3b9a8d94d700c
parentsrc/ext_deplends updated arsd:{core.d,cgi.d} (diff)
2026 (+ org-mode header minor)HEADmain
-rw-r--r--.envrc-nix4
-rw-r--r--COPYRIGHT2
-rw-r--r--README12
-rw-r--r--README.md8
-rw-r--r--dub.json4
-rw-r--r--flake.lock6
-rw-r--r--flake.nix6
-rw-r--r--nix-overlays/README2
-rw-r--r--org/COPYRIGHT2
-rw-r--r--org/config_d_cfte.org4
-rw-r--r--org/config_dub.org8
-rw-r--r--org/config_env.org4
-rw-r--r--org/config_git.org4
-rw-r--r--org/config_make.org4
-rw-r--r--org/config_nix.org4
-rw-r--r--org/nix-develop-dlang-shared.org4
-rw-r--r--org/nixpkgs_overlays_d_related.org4
-rw-r--r--org/sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org13
-rw-r--r--org/spine_info.org18
-rw-r--r--org/spine_search_cgi.org8
-rw-r--r--src/COPYRIGHT20
-rw-r--r--src/sisudoc/COPYRIGHT20
-rwxr-xr-xsrc/sisudoc/spine_search.d4
23 files changed, 86 insertions, 79 deletions
diff --git a/.envrc-nix b/.envrc-nix
index e118848..d6f3c4e 100644
--- a/.envrc-nix
+++ b/.envrc-nix
@@ -26,7 +26,7 @@ echo '
• nix develop using nixpkgs
❯❯ nix develop ".#dsh-nixpkgs-dmd-dub" --print-build-logs -c zsh
❯❯ nix develop ".#dsh-nixpkgs-ldc-dub" --print-build-logs -c zsh
- • nix develop using package overlays: (dmd-2.111.0, ldc-1.41.0, dub-1.39.0)
+ • nix develop using package overlays: (dmd-2.111.0, ldc-1.41.0, dub-1.40.0)
❯❯ nix develop ".#dsh-overlay-dmd-dub" --print-build-logs -c zsh
❯❯ nix develop ".#dsh-overlay-ldc-dub" --print-build-logs -c zsh
❯❯ nix flake show
@@ -40,7 +40,7 @@ echo '
• nix build using nixpkgs
❯❯ nix build ".#spine-search-nixpkgs-dmd" --print-build-logs
❯❯ nix build ".#spine-search-nixpkgs-ldc" --print-build-logs
- • nix build using package overlays: (dmd-2.111.0, ldc-1.41.0, dub-1.39.0)
+ • nix build using package overlays: (dmd-2.111.0, ldc-1.41.0, dub-1.40.0)
❯❯ nix build ".#spine-search-overlay-dmd" --print-build-logs
❯❯ nix build ".#spine-search-overlay-ldc" --print-build-logs
diff --git a/COPYRIGHT b/COPYRIGHT
index fa0f004..6d7ee50 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -5,7 +5,7 @@
- Author: Ralph Amissah
[ralph.amissah@gmail.com]
- - Copyright: (C) 2015 - 2025 Ralph Amissah
+ - Copyright: (C) 2015 - 2026 Ralph Amissah
- code under src/* src/sisudoc/*
- License: AGPL 3 or later:
diff --git a/README b/README
index 3d6e7bb..21a51ed 100644
--- a/README
+++ b/README
@@ -4,14 +4,14 @@
#+FILETAGS: :spine:build:tools:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+COPYRIGHT: Copyright (C) 2015 - 2025 Ralph Amissah
+#+COPYRIGHT: Copyright (C) 2015 (continuously updated, current 2026) Ralph Amissah
#+LANGUAGE: en
#+STARTUP: content hideblocks hidestars noindent entitiespretty
#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil _:nil -:t f:t *:t <:t
#+PROPERTY: header-args :exports code
#+PROPERTY: header-args+ :noweb yes
#+PROPERTY: header-args+ :eval no
-#+PROPERTY: header-args+ :results no
+#+PROPERTY: header-args+ :results silent
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
@@ -28,7 +28,7 @@ author:
name: "Ralph Amissah"
email: ralph.amissah@gmail.com
-copyright: "(C) 2015 - 2025 Ralph Amissah, All Rights Reserved."
+copyright: "(C) 2015 - 2026 Ralph Amissah, All Rights Reserved."
license:
- "project code: AGPL 3 or later"
@@ -101,9 +101,9 @@ Make a directory and clone the sisudoc-spine project
mkdir ~/git.sisudoc
cd ~/git.sisudoc
- git clone --depth=1 git://git.sisudoc.org/software/sisudoc-spine && \
- git clone --depth=1 git://git.sisudoc.org/software/sisudoc-spine-search-cgi && \
- git clone --depth=1 git://git.sisudoc.org/markup/sisudoc-spine-samples
+ git clone --depth 1 git://git.sisudoc.org/software/sisudoc-spine && \
+ git clone --depth 1 git://git.sisudoc.org/software/sisudoc-spine-search-cgi && \
+ git clone --depth 1 git://git.sisudoc.org/markup/sisudoc-spine-samples
such a relative directory layout will be assumed in the examples that provided
diff --git a/README.md b/README.md
index 96bce53..6416247 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ author:
name: "Ralph Amissah"
email: ralph.amissah@gmail.com
-copyright: "(C) 2015 - 2025 Ralph Amissah, All Rights Reserved."
+copyright: "(C) 2015 - 2026 Ralph Amissah, All Rights Reserved."
license:
- "project code: AGPL 3 or later"
@@ -84,9 +84,9 @@ Make a directory and clone the sisudoc-spine project
mkdir ~/git.sisudoc
cd ~/git.sisudoc
- git clone --depth=1 git://git.sisudoc.org/software/sisudoc-spine && \
- git clone --depth=1 git://git.sisudoc.org/software/sisudoc-spine-search-cgi && \
- git clone --depth=1 git://git.sisudoc.org/markup/sisudoc-spine-samples
+ git clone --depth 1 git://git.sisudoc.org/software/sisudoc-spine && \
+ git clone --depth 1 git://git.sisudoc.org/software/sisudoc-spine-search-cgi && \
+ git clone --depth 1 git://git.sisudoc.org/markup/sisudoc-spine-samples
such a relative directory layout will be assumed in the examples that provided
diff --git a/dub.json b/dub.json
index cd3cedc..119d22b 100644
--- a/dub.json
+++ b/dub.json
@@ -2,10 +2,10 @@
"authors": [
"Ralph Amissah"
],
- "copyright": "Copyright © 2002, 2025 Ralph Amissah",
+ "copyright": "Copyright © 2002, 2026 Ralph Amissah",
"name": "spine_search",
"version": "0.18.0",
- "description": "cgi search for spine, a sisu like document parser",
+ "description": "cgi search for spine, a sisu-like document parser",
"homepage": "https://sisudoc.org",
"license": "AGPL-3.0+",
"targetPath": "./cgi-bin",
diff --git a/flake.lock b/flake.lock
index 71e836f..5080a1b 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
- "lastModified": 1754651824,
- "narHash": "sha256-aB7ft6njy9EJfuW+rdToNChfRrHNRw/yTg5cSEnG+HI=",
+ "lastModified": 1767995494,
+ "narHash": "sha256-2EwKigq/8Yfl0D1+BaqsF1qh40DxX+rDdDyw1razX/Q=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "b069b7c1e2fe1a3a24221428558bf44128d3d5c8",
+ "rev": "45a1530683263666f42d1de4cdda328109d5a676",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index 481f7ae..093a637 100644
--- a/flake.nix
+++ b/flake.nix
@@ -211,7 +211,7 @@
with pkgs-nix; {
dsh-d-overlay = spine-d-overlay.devShells.${system}.default;
dsh-overlay = mkShell {
- name = "spine-0.18.0 base dev shell, ldc-1.41.0, dub-1.39.0";
+ name = "spine-0.18.0 base dev shell, ldc-1.41.0, dub-1.40.0";
inherit shell;
inherit devEnv;
packages = with pkgs-ovl; [
@@ -248,7 +248,7 @@
inherit shellHook;
};
dsh-overlay-dmd-dub = mkShell {
- name = "spine-0.18.0 base dev shell, dmd-2.111.0, dub-1.39.0";
+ name = "spine-0.18.0 base dev shell, dmd-2.111.0, dub-1.40.0";
inherit shell;
inherit devEnv;
packages = with pkgs-ovl; [
@@ -260,7 +260,7 @@
inherit shellHook;
};
dsh-overlay-ldc-dub = mkShell {
- name = "spine-0.18.0 base dev shell, ldc-1.41.0, dub-1.39.0";
+ name = "spine-0.18.0 base dev shell, ldc-1.41.0, dub-1.40.0";
inherit shell;
inherit devEnv;
packages = with pkgs-ovl; [
diff --git a/nix-overlays/README b/nix-overlays/README
index 75b498b..e9f1ea3 100644
--- a/nix-overlays/README
+++ b/nix-overlays/README
@@ -4,7 +4,7 @@
#+FILETAGS: :dlang:build:tools:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+COPYRIGHT: Copyright (C) 2015 - 2025 Ralph Amissah
+#+COPYRIGHT: Copyright (C) 2015 (continuously updated, current 2026) Ralph Amissah
#+LANGUAGE: en
#+STARTUP: content hideblocks hidestars noindent entitiespretty
diff --git a/org/COPYRIGHT b/org/COPYRIGHT
index b1cdad5..1678968 100644
--- a/org/COPYRIGHT
+++ b/org/COPYRIGHT
@@ -5,7 +5,7 @@
- Author: Ralph Amissah
[ralph.amissah@gmail.com]
- - Copyright: (C) 2015 - 2025 Ralph Amissah
+ - Copyright: (C) 2015 - 2026 Ralph Amissah
- Spine, Doc Reform (related to SiSU) uses standard:
- docReform markup syntax (based on SiSU markup)
diff --git a/org/config_d_cfte.org b/org/config_d_cfte.org
index df29cc5..f866acc 100644
--- a/org/config_d_cfte.org
+++ b/org/config_d_cfte.org
@@ -4,12 +4,12 @@
#+FILETAGS: :spine:hub:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+COPYRIGHT: Copyright (C) 2015 - 2025 Ralph Amissah
+#+COPYRIGHT: Copyright (C) 2015 (continuously updated, current 2026) Ralph Amissah
#+LANGUAGE: en
#+STARTUP: content hideblocks hidestars noindent entitiespretty
#+PROPERTY: header-args :exports code
#+PROPERTY: header-args+ :noweb yes
-#+PROPERTY: header-args+ :results no
+#+PROPERTY: header-args+ :results silent
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
#+PROPERTY: header-args+ :mkdirp yes
diff --git a/org/config_dub.org b/org/config_dub.org
index 60a8a43..6d022f1 100644
--- a/org/config_dub.org
+++ b/org/config_dub.org
@@ -4,12 +4,12 @@
#+FILETAGS: :spine:hub:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+COPYRIGHT: Copyright (C) 2015 - 2025 Ralph Amissah
+#+COPYRIGHT: Copyright (C) 2015 (continuously updated, current 2026) Ralph Amissah
#+LANGUAGE: en
#+STARTUP: content hideblocks hidestars noindent entitiespretty
#+PROPERTY: header-args :exports code
#+PROPERTY: header-args+ :noweb yes
-#+PROPERTY: header-args+ :results no
+#+PROPERTY: header-args+ :results silent
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
#+PROPERTY: header-args+ :mkdirp yes
@@ -47,10 +47,10 @@
"authors": [
"Ralph Amissah"
],
- "copyright": "Copyright © 2002, 2025 Ralph Amissah",
+ "copyright": "Copyright © 2002, 2026 Ralph Amissah",
"name": "spine_search",
"version": "<<spine_version>>",
- "description": "cgi search for spine, a sisu like document parser",
+ "description": "cgi search for spine, a sisu-like document parser",
"homepage": "https://sisudoc.org",
"license": "AGPL-3.0+",
"targetPath": "./cgi-bin",
diff --git a/org/config_env.org b/org/config_env.org
index e5f2a43..8bc8c55 100644
--- a/org/config_env.org
+++ b/org/config_env.org
@@ -4,12 +4,12 @@
#+FILETAGS: :spine:build:tools:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+COPYRIGHT: Copyright (C) 2015 - 2025 Ralph Amissah
+#+COPYRIGHT: Copyright (C) 2015 (continuously updated, current 2026) Ralph Amissah
#+LANGUAGE: en
#+STARTUP: content hideblocks hidestars noindent entitiespretty
#+PROPERTY: header-args :exports code
#+PROPERTY: header-args+ :noweb yes
-#+PROPERTY: header-args+ :results no
+#+PROPERTY: header-args+ :results silent
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
#+PROPERTY: header-args+ :mkdirp yes
diff --git a/org/config_git.org b/org/config_git.org
index 778dce1..014155e 100644
--- a/org/config_git.org
+++ b/org/config_git.org
@@ -4,12 +4,12 @@
#+FILETAGS: :spine:hub:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+COPYRIGHT: Copyright (C) 2015 - 2025 Ralph Amissah
+#+COPYRIGHT: Copyright (C) 2015 (continuously updated, current 2026) Ralph Amissah
#+LANGUAGE: en
#+STARTUP: content hideblocks hidestars noindent entitiespretty
#+PROPERTY: header-args :exports code
#+PROPERTY: header-args+ :noweb yes
-#+PROPERTY: header-args+ :results no
+#+PROPERTY: header-args+ :results silent
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
#+PROPERTY: header-args+ :mkdirp yes
diff --git a/org/config_make.org b/org/config_make.org
index 3aec827..235276f 100644
--- a/org/config_make.org
+++ b/org/config_make.org
@@ -4,12 +4,12 @@
#+FILETAGS: :spine:build:tools:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+COPYRIGHT: Copyright (C) 2015 - 2025 Ralph Amissah
+#+COPYRIGHT: Copyright (C) 2015 (continuously updated, current 2026) Ralph Amissah
#+LANGUAGE: en
#+STARTUP: content hideblocks hidestars noindent entitiespretty
#+PROPERTY: header-args :exports code
#+PROPERTY: header-args+ :noweb yes
-#+PROPERTY: header-args+ :results no
+#+PROPERTY: header-args+ :results silent
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
#+PROPERTY: header-args+ :mkdirp yes
diff --git a/org/config_nix.org b/org/config_nix.org
index 195114a..b371dab 100644
--- a/org/config_nix.org
+++ b/org/config_nix.org
@@ -4,12 +4,12 @@
#+FILETAGS: :spine:build:tools:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+COPYRIGHT: Copyright (C) 2015 - 2025 Ralph Amissah
+#+COPYRIGHT: Copyright (C) 2015 (continuously updated, current 2026) Ralph Amissah
#+LANGUAGE: en
#+STARTUP: show4levels hideblocks hidestars noindent entitiespretty
#+PROPERTY: header-args :exports code
#+PROPERTY: header-args+ :noweb yes
-#+PROPERTY: header-args+ :results no
+#+PROPERTY: header-args+ :results silent
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
#+PROPERTY: header-args+ :mkdirp yes
diff --git a/org/nix-develop-dlang-shared.org b/org/nix-develop-dlang-shared.org
index 671fa8d..5882925 100644
--- a/org/nix-develop-dlang-shared.org
+++ b/org/nix-develop-dlang-shared.org
@@ -4,12 +4,12 @@
#+FILETAGS: :dlang:develop:shared:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+COPYRIGHT: Copyright (C) 2015 - 2025 Ralph Amissah
+#+COPYRIGHT: Copyright (C) 2015 (continuously updated, current 2026) Ralph Amissah
#+LANGUAGE: en
#+STARTUP: content hideblocks hidestars noindent entitiespretty
#+PROPERTY: header-args :noweb yes
#+PROPERTY: header-args+ :exports code
-#+PROPERTY: header-args+ :results no
+#+PROPERTY: header-args+ :results silent
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
#+PROPERTY: header-args+ :mkdirp yes
diff --git a/org/nixpkgs_overlays_d_related.org b/org/nixpkgs_overlays_d_related.org
index f01c362..17fd309 100644
--- a/org/nixpkgs_overlays_d_related.org
+++ b/org/nixpkgs_overlays_d_related.org
@@ -10,7 +10,7 @@
#+STARTUP: show3levels hideblocks hidestars noindent entitiespretty
#+PROPERTY: header-args :exports code
#+PROPERTY: header-args+ :noweb yes
-#+PROPERTY: header-args+ :results no
+#+PROPERTY: header-args+ :results silent
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
#+PROPERTY: header-args+ :mkdirp yes
@@ -39,7 +39,7 @@
,#+FILETAGS: :dlang:build:tools:
,#+AUTHOR: Ralph Amissah
,#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-,#+COPYRIGHT: Copyright (C) 2015 - 2025 Ralph Amissah
+,#+COPYRIGHT: Copyright (C) 2015 (continuously updated, current 2026) Ralph Amissah
,#+LANGUAGE: en
,#+STARTUP: content hideblocks hidestars noindent entitiespretty
diff --git a/org/sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org b/org/sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org
index b536386..a4e8254 100644
--- a/org/sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org
+++ b/org/sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org
@@ -4,12 +4,12 @@
#+FILETAGS: :spine:abstraction:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+COPYRIGHT: Copyright (C) 2015 - 2025 Ralph Amissah
+#+COPYRIGHT: Copyright (C) 2015 (continuously updated, current 2026) Ralph Amissah
#+LANGUAGE: en
#+STARTUP: content hideblocks hidestars noindent entitiespretty
#+PROPERTY: header-args :noweb yes
#+PROPERTY: header-args+ :exports code
-#+PROPERTY: header-args+ :results no
+#+PROPERTY: header-args+ :results silent
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
#+PROPERTY: header-args+ :mkdirp yes
@@ -29,7 +29,7 @@
- Author: Ralph Amissah
[ralph.amissah@gmail.com]
- - Copyright: (C) 2015 - 2025 Ralph Amissah, All Rights Reserved.
+ - Copyright: (C) 2015 (continuously updated, current 2026) Ralph Amissah, All Rights Reserved.
- License: AGPL 3 or later:
@@ -108,6 +108,13 @@
0
#+END_SRC
+* year
+
+#+NAME: year
+#+BEGIN_SRC org
+2026
+#+END_SRC
+
* sisudoc spine git source SET
** sisudoc-spine src
diff --git a/org/spine_info.org b/org/spine_info.org
index 9a61095..d4c200e 100644
--- a/org/spine_info.org
+++ b/org/spine_info.org
@@ -4,12 +4,12 @@
#+FILETAGS: :spine:info:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+COPYRIGHT: Copyright (C) 2015 - 2025 Ralph Amissah
+#+COPYRIGHT: Copyright (C) 2015 (continuously updated, current 2026) Ralph Amissah
#+LANGUAGE: en
#+STARTUP: content hideblocks hidestars noindent entitiespretty
#+PROPERTY: header-args :exports code
#+PROPERTY: header-args+ :noweb yes
-#+PROPERTY: header-args+ :results no
+#+PROPERTY: header-args+ :results silent
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
#+PROPERTY: header-args+ :mkdirp yes
@@ -74,14 +74,14 @@
,#+FILETAGS: :spine:build:tools:
,#+AUTHOR: Ralph Amissah
,#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-,#+COPYRIGHT: Copyright (C) 2015 - 2025 Ralph Amissah
+,#+COPYRIGHT: Copyright (C) 2015 (continuously updated, current 2026) Ralph Amissah
,#+LANGUAGE: en
,#+STARTUP: content hideblocks hidestars noindent entitiespretty
,#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil _:nil -:t f:t *:t <:t
,#+PROPERTY: header-args :exports code
,#+PROPERTY: header-args+ :noweb yes
,#+PROPERTY: header-args+ :eval no
-,#+PROPERTY: header-args+ :results no
+,#+PROPERTY: header-args+ :results silent
,#+PROPERTY: header-args+ :cache no
,#+PROPERTY: header-args+ :padline no
#+END_SRC
@@ -144,7 +144,7 @@ author:
name: "Ralph Amissah"
email: ralph.amissah@gmail.com
-copyright: "(C) 2015 - 2025 Ralph Amissah, All Rights Reserved."
+copyright: "(C) 2015 - 2026 Ralph Amissah, All Rights Reserved."
license:
- "project code: AGPL 3 or later"
@@ -206,9 +206,9 @@ Make a directory and clone the sisudoc-spine project
mkdir ~/git.sisudoc
cd ~/git.sisudoc
- git clone --depth=1 git://git.sisudoc.org/software/sisudoc-spine && \
- git clone --depth=1 git://git.sisudoc.org/software/sisudoc-spine-search-cgi && \
- git clone --depth=1 git://git.sisudoc.org/markup/sisudoc-spine-samples
+ git clone --depth 1 git://git.sisudoc.org/software/sisudoc-spine && \
+ git clone --depth 1 git://git.sisudoc.org/software/sisudoc-spine-search-cgi && \
+ git clone --depth 1 git://git.sisudoc.org/markup/sisudoc-spine-samples
such a relative directory layout will be assumed in the examples that provided
@@ -412,7 +412,7 @@ web-server is configured to find it.
- Author: Ralph Amissah
[ralph.amissah@gmail.com]
-- Copyright: (C) 2015 - 2025 Ralph Amissah
+- Copyright: (C) 2015 - 2026 Ralph Amissah
#+END_SRC
*** license
diff --git a/org/spine_search_cgi.org b/org/spine_search_cgi.org
index 59cc5ca..74b1df7 100644
--- a/org/spine_search_cgi.org
+++ b/org/spine_search_cgi.org
@@ -4,12 +4,12 @@
#+FILETAGS: :spine:hub:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+COPYRIGHT: Copyright (C) 2015 - 2025 Ralph Amissah
+#+COPYRIGHT: Copyright (C) 2015 (continuously updated, current 2026) Ralph Amissah
#+LANGUAGE: en
#+STARTUP: content hideblocks hidestars noindent entitiespretty
#+PROPERTY: header-args :exports code
#+PROPERTY: header-args+ :noweb yes
-#+PROPERTY: header-args+ :results no
+#+PROPERTY: header-args+ :results silent
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
#+PROPERTY: header-args+ :mkdirp yes
@@ -19,8 +19,8 @@
- [[./spine_build_scaffold.org][make/build]] VERSION
#+NAME: year
-#+BEGIN_SRC text
-2025
+#+BEGIN_SRC org
+<<./sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org:year()>>
#+END_SRC
* 0. version.txt configuration.txt (set version & configuration)
diff --git a/src/COPYRIGHT b/src/COPYRIGHT
index fa0f004..6b510e1 100644
--- a/src/COPYRIGHT
+++ b/src/COPYRIGHT
@@ -1,33 +1,33 @@
- Name: spine - SiSU Spine, Doc Reform
- Description: documents, structuring, processing, publishing, search
- static content generator
-
+
- Author: Ralph Amissah
[ralph.amissah@gmail.com]
-
- - Copyright: (C) 2015 - 2025 Ralph Amissah
+
+ - Copyright: (C) 2015 - 2026 Ralph Amissah
- code under src/* src/sisudoc/*
- License: AGPL 3 or later:
-
+
Spine, Doc Reform (SiSU), a framework for document structuring, publishing and
search
-
+
Copyright (C) Ralph Amissah
-
+
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU AFERO General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at your
option) any later version.
-
+
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
-
+
You should have received a copy of the GNU General Public License along
with this program. If not, see [https://www.gnu.org/licenses/].
-
+
If you have Internet connection, the latest version of the AGPL should be
available at these locations:
[https://www.fsf.org/licensing/licenses/agpl.html]
@@ -39,7 +39,7 @@
modifications
- docReform object numbering (based on SiSU object citation numbering)
- standard SiSU document object numbering
-
+
- Homepages:
[https://www.sisudoc.org]
diff --git a/src/sisudoc/COPYRIGHT b/src/sisudoc/COPYRIGHT
index fa0f004..6b510e1 100644
--- a/src/sisudoc/COPYRIGHT
+++ b/src/sisudoc/COPYRIGHT
@@ -1,33 +1,33 @@
- Name: spine - SiSU Spine, Doc Reform
- Description: documents, structuring, processing, publishing, search
- static content generator
-
+
- Author: Ralph Amissah
[ralph.amissah@gmail.com]
-
- - Copyright: (C) 2015 - 2025 Ralph Amissah
+
+ - Copyright: (C) 2015 - 2026 Ralph Amissah
- code under src/* src/sisudoc/*
- License: AGPL 3 or later:
-
+
Spine, Doc Reform (SiSU), a framework for document structuring, publishing and
search
-
+
Copyright (C) Ralph Amissah
-
+
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU AFERO General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at your
option) any later version.
-
+
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
-
+
You should have received a copy of the GNU General Public License along
with this program. If not, see [https://www.gnu.org/licenses/].
-
+
If you have Internet connection, the latest version of the AGPL should be
available at these locations:
[https://www.fsf.org/licensing/licenses/agpl.html]
@@ -39,7 +39,7 @@
modifications
- docReform object numbering (based on SiSU object citation numbering)
- standard SiSU document object numbering
-
+
- Homepages:
[https://www.sisudoc.org]
diff --git a/src/sisudoc/spine_search.d b/src/sisudoc/spine_search.d
index 8f9c16f..25321d8 100755
--- a/src/sisudoc/spine_search.d
+++ b/src/sisudoc/spine_search.d
@@ -7,7 +7,7 @@
- Author: Ralph Amissah
[ralph.amissah@gmail.com]
- - Copyright: (C) 2015 - 2025 Ralph Amissah, All Rights Reserved.
+ - Copyright: (C) 2015 (continuously updated, current 2026) Ralph Amissah, All Rights Reserved.
- License: AGPL 3 or later:
@@ -1911,7 +1911,7 @@ LIMIT %s OFFSET %s
<a href=\"https://sisudoc.org/\" target=\"_top\"><b>≅ SiSU Spine ፨</b></a>
</label>
<label for=\"find\">(object numbering &amp; object search)</label>
-<label for=\"find\">2025</label>
+<label for=\"find\">2026</label>
<br><label for=\"find\">(web 1993, object numbering 1997, object search 2002 ...)</label>
<br><a href=\"https://git.sisudoc.org/\" target=\"_top\">Δ git</a>
</p>