aboutsummaryrefslogtreecommitdiffhomepage
path: root/org
diff options
context:
space:
mode:
Diffstat (limited to 'org')
-rw-r--r--org/config_nix.org11
-rw-r--r--org/spine_info.org10
-rw-r--r--org/spine_version_info_and_doc_header_including_copyright_and_license.org8
3 files changed, 19 insertions, 10 deletions
diff --git a/org/config_nix.org b/org/config_nix.org
index 345a1b3..bdf3239 100644
--- a/org/config_nix.org
+++ b/org/config_nix.org
@@ -31,7 +31,7 @@
flake-utils,
} @ inputs: let
pname = "spine";
- version = "0.14.0";
+ version = "<<spine_version>>";
shell = ./shell.nix;
devEnv = ./nixDevEnv.sh;
supportedSystems = ["x86_64-linux"]; # [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
@@ -1029,3 +1029,12 @@ sha256-0000000000000000000000000000000000000000000=
#+BEGIN_SRC nix
sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
#+END_SRC
+
+** version info SET VERSION :version:set:project:
+*** spine project VERSION :version:set:project:
+
+#+NAME: spine_version
+#+HEADER: :noweb yes
+#+BEGIN_SRC emacs-lisp
+<<./sisudoc_spine_version_info_and_doc_header_including_copyright_and_license.org:spine_project_version()>>
+#+END_SRC
diff --git a/org/spine_info.org b/org/spine_info.org
index 7798f47..d22563a 100644
--- a/org/spine_info.org
+++ b/org/spine_info.org
@@ -99,8 +99,8 @@ project_name: Spine, Doc Reform
license: "AGPL 3 or later"
homepage: [
- "https://www.doc_reform.org",
- "https://www.sisudoc.org"
+ "https://www.sisudoc.org",
+ "https://www.doc-reform.org"
]
#+END_SRC
@@ -699,8 +699,8 @@ generated output. Book indexes may be made.
Some document markup samples are provided in the package sisu -markup-samples.
Homepages:
-- <https://www.doc_reform.org/>
- <https://www.sisudoc.org/>
+- <https://www.doc-reform.org/>
.SH COMMANDS SUMMARY
@@ -1444,7 +1444,7 @@ text *
check at:
.BR
- <https://git.sisudoc.org/projects/>
+ <https://git.sisudoc.org/>
.BR
With
@@ -4863,8 +4863,8 @@ matches are found.
#+BEGIN_SRC txt
- Homepages:
- [https://www.doc_reform.org]
[https://www.sisudoc.org]
+ [https://www.doc-reform.org]
- Git
[]
diff --git a/org/spine_version_info_and_doc_header_including_copyright_and_license.org b/org/spine_version_info_and_doc_header_including_copyright_and_license.org
index 386650f..13e1723 100644
--- a/org/spine_version_info_and_doc_header_including_copyright_and_license.org
+++ b/org/spine_version_info_and_doc_header_including_copyright_and_license.org
@@ -63,11 +63,11 @@
- standard SiSU object citation numbering & system
- Homepages:
- [https://www.doc_reform.org]
[https://www.sisudoc.org]
+ [https://www.doc-reform.org]
- Git
- [https://git.sisudoc.org/projects/?p=software/spine.git;a=summary]
+ [https://git.sisudoc.org/]
+/
#+END_SRC
@@ -77,7 +77,7 @@
#+NAME: spine_project_version
#+BEGIN_SRC org
-0.14.0
+<<spine_project_version_part_major>>.<<spine_project_version_part_minor>>.<<spine_project_version_part_patch>>
#+END_SRC
** version parts (major, minor, patch)
@@ -98,7 +98,7 @@
#+NAME: spine_project_version_part_minor
#+BEGIN_SRC org
-14
+15
#+END_SRC
*** patch