aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2024-04-10 11:54:02 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2024-04-10 22:07:19 -0400
commit3340de44455c58ce8b029c4b88bf2a7af6957548 (patch)
tree96824984953d316c64b8aee68460026abe38f8d3
parentflake.nix cosmetic minor (diff)
0.15.0
-rw-r--r--README4
-rw-r--r--README.md4
-rw-r--r--derivation.nix2
-rw-r--r--doc/man/man1/spine.14
-rw-r--r--dub.json2
-rw-r--r--flake.lock6
-rw-r--r--flake.nix2
-rw-r--r--makefile4
-rw-r--r--meson.build2
-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
-rw-r--r--src/doc_reform/conf/compile_time_info.d4
-rw-r--r--src/doc_reform/io_in/paths_source.d4
-rw-r--r--src/doc_reform/io_in/read_config_files.d4
-rw-r--r--src/doc_reform/io_in/read_source_files.d4
-rw-r--r--src/doc_reform/io_out/create_zip_file.d4
-rw-r--r--src/doc_reform/io_out/defaults.d4
-rw-r--r--src/doc_reform/io_out/epub3.d4
-rw-r--r--src/doc_reform/io_out/html.d4
-rw-r--r--src/doc_reform/io_out/html_snippet.d4
-rw-r--r--src/doc_reform/io_out/hub.d4
-rw-r--r--src/doc_reform/io_out/latex.d4
-rw-r--r--src/doc_reform/io_out/metadata.d4
-rw-r--r--src/doc_reform/io_out/odt.d4
-rw-r--r--src/doc_reform/io_out/package.d4
-rw-r--r--src/doc_reform/io_out/paths_output.d4
-rw-r--r--src/doc_reform/io_out/rgx.d4
-rw-r--r--src/doc_reform/io_out/rgx_latex.d4
-rw-r--r--src/doc_reform/io_out/rgx_xhtml.d4
-rw-r--r--src/doc_reform/io_out/source_pod.d4
-rw-r--r--src/doc_reform/io_out/sqlite.d4
-rw-r--r--src/doc_reform/io_out/xmls.d4
-rw-r--r--src/doc_reform/io_out/xmls_css.d4
-rw-r--r--src/doc_reform/meta/conf_make_meta_json.d4
-rw-r--r--src/doc_reform/meta/conf_make_meta_structs.d4
-rw-r--r--src/doc_reform/meta/conf_make_meta_yaml.d4
-rw-r--r--src/doc_reform/meta/defaults.d4
-rw-r--r--src/doc_reform/meta/metadoc.d4
-rw-r--r--src/doc_reform/meta/metadoc_show_config.d4
-rw-r--r--src/doc_reform/meta/metadoc_show_make.d4
-rw-r--r--src/doc_reform/meta/metadoc_show_metadata.d4
-rw-r--r--src/doc_reform/meta/metadoc_show_summary.d4
-rw-r--r--src/doc_reform/meta/package.d4
-rw-r--r--src/doc_reform/meta/rgx.d4
-rw-r--r--src/doc_reform/meta/rgx_files.d4
-rw-r--r--src/doc_reform/meta/rgx_yaml_tags.d4
-rw-r--r--src/doc_reform/share/defaults.d4
-rwxr-xr-xsrc/doc_reform/spine.d4
-rw-r--r--views/version.txt2
50 files changed, 109 insertions, 100 deletions
diff --git a/README b/README
index 3057ca1..3166b62 100644
--- a/README
+++ b/README
@@ -34,8 +34,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"
]
* Installation, Compilation
diff --git a/README.md b/README.md
index f11370b..586e5c1 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,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"
]
# Installation, Compilation
diff --git a/derivation.nix b/derivation.nix
index 542e19f..d71c50f 100644
--- a/derivation.nix
+++ b/derivation.nix
@@ -88,7 +88,7 @@ with (
);
mkDubDerivation rec {
pname = "spine";
- version = "0.14.0";
+ version = "0.15.0";
src = ./.;
nativeBuildInputs = with pkgs; [dub ldc];
buildInputs = with pkgs; [nixVersions.unstable sqlite];
diff --git a/doc/man/man1/spine.1 b/doc/man/man1/spine.1
index ac3fe19..93443ae 100644
--- a/doc/man/man1/spine.1
+++ b/doc/man/man1/spine.1
@@ -73,8 +73,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
@@ -774,7 +774,7 @@ text *
check at:
.BR
- <https://git.sisudoc.org/projects/>
+ <https://git.sisudoc.org/>
.BR
With
diff --git a/dub.json b/dub.json
index b666c2a..a9723e2 100644
--- a/dub.json
+++ b/dub.json
@@ -4,7 +4,7 @@
],
"copyright": "Copyright © 2015 - 2024 Ralph Amissah",
"name": "spine",
- "version": "0.14.0",
+ "version": "0.15.0",
"description": "an object-centric sisu-like document parser",
"homepage": "https://sisudoc.org",
"license": "AGPL-3.0+",
diff --git a/flake.lock b/flake.lock
index 13821c5..7213917 100644
--- a/flake.lock
+++ b/flake.lock
@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1710889954,
- "narHash": "sha256-Pr6F5Pmd7JnNEMHHmspZ0qVqIBVxyZ13ik1pJtm2QXk=",
+ "lastModified": 1712696601,
+ "narHash": "sha256-puFPFSa/RC83JilUgB48/VL387eu2QN066Jv6X971LY=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "7872526e9c5332274ea5932a0c3270d6e4724f3b",
+ "rev": "062fc6cf99d809921ecef47317752fc92468e6ae",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index a1d7495..8cd69aa 100644
--- a/flake.nix
+++ b/flake.nix
@@ -8,7 +8,7 @@
flake-utils,
} @ inputs: let
pname = "spine";
- version = "0.14.0";
+ version = "0.15.0";
shell = ./shell.nix;
devEnv = ./nixDevEnv.sh;
supportedSystems = ["x86_64-linux"]; # [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];
diff --git a/makefile b/makefile
index 172ef7a..a007e42 100644
--- a/makefile
+++ b/makefile
@@ -1298,8 +1298,8 @@ gitsnapshot: distclean tangle
git commit -a
version_tag:
- echo "DRV=0.14.0; git tag -f doc-reform_v$$\{DRV} -m\"doc-reform spine-$$\{DRV}\" HEAD"; \
- echo "git tag -f doc-reform_v0.14.0 -m\"doc-reform spine-0.14.0\" HEAD"
+ echo "DRV=0.15.0; git tag -f doc-reform_v$$\{DRV} -m\"doc-reform spine-$$\{DRV}\" HEAD"; \
+ echo "git tag -f doc-reform_v0.15.0 -m\"doc-reform spine-0.15.0\" HEAD"
.PHONY : all build rebuild release \
distclean init \
diff --git a/meson.build b/meson.build
index 31bb85f..669ad1f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('spine', 'd',
license: 'AGPL-3',
- version: '0.14.0',
+ version: '0.15.0',
meson_version: '>=0.46'
)
#if meson.get_compiler('d').get_id() == 'gcc'
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
diff --git a/src/doc_reform/conf/compile_time_info.d b/src/doc_reform/conf/compile_time_info.d
index 79db3f2..719c952 100644
--- a/src/doc_reform/conf/compile_time_info.d
+++ b/src/doc_reform/conf/compile_time_info.d
@@ -40,11 +40,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/]
+/
/++
diff --git a/src/doc_reform/io_in/paths_source.d b/src/doc_reform/io_in/paths_source.d
index 8d12f98..8dda881 100644
--- a/src/doc_reform/io_in/paths_source.d
+++ b/src/doc_reform/io_in/paths_source.d
@@ -40,11 +40,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/]
+/
/++
diff --git a/src/doc_reform/io_in/read_config_files.d b/src/doc_reform/io_in/read_config_files.d
index ac34074..f9f7fb0 100644
--- a/src/doc_reform/io_in/read_config_files.d
+++ b/src/doc_reform/io_in/read_config_files.d
@@ -40,11 +40,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/]
+/
/++
diff --git a/src/doc_reform/io_in/read_source_files.d b/src/doc_reform/io_in/read_source_files.d
index 73785c0..aa8f726 100644
--- a/src/doc_reform/io_in/read_source_files.d
+++ b/src/doc_reform/io_in/read_source_files.d
@@ -40,11 +40,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/]
+/
/++
diff --git a/src/doc_reform/io_out/create_zip_file.d b/src/doc_reform/io_out/create_zip_file.d
index 63e243b..54a3d53 100644
--- a/src/doc_reform/io_out/create_zip_file.d
+++ b/src/doc_reform/io_out/create_zip_file.d
@@ -40,11 +40,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/]
+/
module doc_reform.io_out.create_zip_file;
diff --git a/src/doc_reform/io_out/defaults.d b/src/doc_reform/io_out/defaults.d
index 2a51625..2faf927 100644
--- a/src/doc_reform/io_out/defaults.d
+++ b/src/doc_reform/io_out/defaults.d
@@ -40,11 +40,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/]
+/
/++
diff --git a/src/doc_reform/io_out/epub3.d b/src/doc_reform/io_out/epub3.d
index cffc464..a42941a 100644
--- a/src/doc_reform/io_out/epub3.d
+++ b/src/doc_reform/io_out/epub3.d
@@ -40,11 +40,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/]
+/
module doc_reform.io_out.epub3;
diff --git a/src/doc_reform/io_out/html.d b/src/doc_reform/io_out/html.d
index e7e21c2..f463b3a 100644
--- a/src/doc_reform/io_out/html.d
+++ b/src/doc_reform/io_out/html.d
@@ -40,11 +40,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/]
+/
module doc_reform.io_out.html;
diff --git a/src/doc_reform/io_out/html_snippet.d b/src/doc_reform/io_out/html_snippet.d
index 843f541..b1abaca 100644
--- a/src/doc_reform/io_out/html_snippet.d
+++ b/src/doc_reform/io_out/html_snippet.d
@@ -40,11 +40,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/]
+/
module doc_reform.io_out.html_snippet;
diff --git a/src/doc_reform/io_out/hub.d b/src/doc_reform/io_out/hub.d
index 3be873e..ba1c206 100644
--- a/src/doc_reform/io_out/hub.d
+++ b/src/doc_reform/io_out/hub.d
@@ -40,11 +40,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/]
+/
/++
diff --git a/src/doc_reform/io_out/latex.d b/src/doc_reform/io_out/latex.d
index 8c792ff..f53433c 100644
--- a/src/doc_reform/io_out/latex.d
+++ b/src/doc_reform/io_out/latex.d
@@ -40,11 +40,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/]
+/
module doc_reform.io_out.latex;
diff --git a/src/doc_reform/io_out/metadata.d b/src/doc_reform/io_out/metadata.d
index 94bb9a9..2ddc19d 100644
--- a/src/doc_reform/io_out/metadata.d
+++ b/src/doc_reform/io_out/metadata.d
@@ -40,11 +40,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/]
+/
module doc_reform.io_out.metadata;
diff --git a/src/doc_reform/io_out/odt.d b/src/doc_reform/io_out/odt.d
index c17158a..1681bb1 100644
--- a/src/doc_reform/io_out/odt.d
+++ b/src/doc_reform/io_out/odt.d
@@ -40,11 +40,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/]
+/
module doc_reform.io_out.odt;
diff --git a/src/doc_reform/io_out/package.d b/src/doc_reform/io_out/package.d
index 4663cc7..fe06e84 100644
--- a/src/doc_reform/io_out/package.d
+++ b/src/doc_reform/io_out/package.d
@@ -40,11 +40,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/]
+/
module doc_reform.io_out;
diff --git a/src/doc_reform/io_out/paths_output.d b/src/doc_reform/io_out/paths_output.d
index a317896..43e4546 100644
--- a/src/doc_reform/io_out/paths_output.d
+++ b/src/doc_reform/io_out/paths_output.d
@@ -40,11 +40,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/]
+/
/++
diff --git a/src/doc_reform/io_out/rgx.d b/src/doc_reform/io_out/rgx.d
index 212581f..f21f4ba 100644
--- a/src/doc_reform/io_out/rgx.d
+++ b/src/doc_reform/io_out/rgx.d
@@ -40,11 +40,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/]
+/
/++
diff --git a/src/doc_reform/io_out/rgx_latex.d b/src/doc_reform/io_out/rgx_latex.d
index 2d43dc3..bf20142 100644
--- a/src/doc_reform/io_out/rgx_latex.d
+++ b/src/doc_reform/io_out/rgx_latex.d
@@ -40,11 +40,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/]
+/
/++
diff --git a/src/doc_reform/io_out/rgx_xhtml.d b/src/doc_reform/io_out/rgx_xhtml.d
index 0bf8bb1..6ee9623 100644
--- a/src/doc_reform/io_out/rgx_xhtml.d
+++ b/src/doc_reform/io_out/rgx_xhtml.d
@@ -40,11 +40,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/]
+/
/++
diff --git a/src/doc_reform/io_out/source_pod.d b/src/doc_reform/io_out/source_pod.d
index 3920d08..19b117f 100644
--- a/src/doc_reform/io_out/source_pod.d
+++ b/src/doc_reform/io_out/source_pod.d
@@ -40,11 +40,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/]
+/
module doc_reform.io_out.source_pod;
diff --git a/src/doc_reform/io_out/sqlite.d b/src/doc_reform/io_out/sqlite.d
index 58dc834..32bf6e9 100644
--- a/src/doc_reform/io_out/sqlite.d
+++ b/src/doc_reform/io_out/sqlite.d
@@ -40,11 +40,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/]
+/
module doc_reform.io_out.sqlite;
diff --git a/src/doc_reform/io_out/xmls.d b/src/doc_reform/io_out/xmls.d
index ca7b9ea..bff6fc1 100644
--- a/src/doc_reform/io_out/xmls.d
+++ b/src/doc_reform/io_out/xmls.d
@@ -40,11 +40,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/]
+/
module doc_reform.io_out.xmls;
diff --git a/src/doc_reform/io_out/xmls_css.d b/src/doc_reform/io_out/xmls_css.d
index 712d79a..da85ade 100644
--- a/src/doc_reform/io_out/xmls_css.d
+++ b/src/doc_reform/io_out/xmls_css.d
@@ -40,11 +40,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/]
+/
/++
diff --git a/src/doc_reform/meta/conf_make_meta_json.d b/src/doc_reform/meta/conf_make_meta_json.d
index 3a423ed..eca4a7d 100644
--- a/src/doc_reform/meta/conf_make_meta_json.d
+++ b/src/doc_reform/meta/conf_make_meta_json.d
@@ -40,11 +40,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/]
+/
/++
diff --git a/src/doc_reform/meta/conf_make_meta_structs.d b/src/doc_reform/meta/conf_make_meta_structs.d
index ef39944..b80bb45 100644
--- a/src/doc_reform/meta/conf_make_meta_structs.d
+++ b/src/doc_reform/meta/conf_make_meta_structs.d
@@ -40,11 +40,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/]
+/
module doc_reform.meta.conf_make_meta_structs;
diff --git a/src/doc_reform/meta/conf_make_meta_yaml.d b/src/doc_reform/meta/conf_make_meta_yaml.d
index 328ee96..9bc6311 100644
--- a/src/doc_reform/meta/conf_make_meta_yaml.d
+++ b/src/doc_reform/meta/conf_make_meta_yaml.d
@@ -40,11 +40,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/]
+/
/++
diff --git a/src/doc_reform/meta/defaults.d b/src/doc_reform/meta/defaults.d
index 75fa7d8..e3e2827 100644
--- a/src/doc_reform/meta/defaults.d
+++ b/src/doc_reform/meta/defaults.d
@@ -40,11 +40,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/]
+/
/++
diff --git a/src/doc_reform/meta/metadoc.d b/src/doc_reform/meta/metadoc.d
index cc0726f..b153347 100644
--- a/src/doc_reform/meta/metadoc.d
+++ b/src/doc_reform/meta/metadoc.d
@@ -40,11 +40,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/]
+/
module doc_reform.meta.metadoc;
diff --git a/src/doc_reform/meta/metadoc_show_config.d b/src/doc_reform/meta/metadoc_show_config.d
index b75bd2b..16307e8 100644
--- a/src/doc_reform/meta/metadoc_show_config.d
+++ b/src/doc_reform/meta/metadoc_show_config.d
@@ -40,11 +40,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/]
+/
module doc_reform.meta.metadoc_show_config;
diff --git a/src/doc_reform/meta/metadoc_show_make.d b/src/doc_reform/meta/metadoc_show_make.d
index 516bc65..16a175d 100644
--- a/src/doc_reform/meta/metadoc_show_make.d
+++ b/src/doc_reform/meta/metadoc_show_make.d
@@ -40,11 +40,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/]
+/
module doc_reform.meta.metadoc_show_make;
diff --git a/src/doc_reform/meta/metadoc_show_metadata.d b/src/doc_reform/meta/metadoc_show_metadata.d
index 1c95c12..b8296cc 100644
--- a/src/doc_reform/meta/metadoc_show_metadata.d
+++ b/src/doc_reform/meta/metadoc_show_metadata.d
@@ -40,11 +40,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/]
+/
module doc_reform.meta.metadoc_show_metadata;
diff --git a/src/doc_reform/meta/metadoc_show_summary.d b/src/doc_reform/meta/metadoc_show_summary.d
index 54c3f8c..770aa8d 100644
--- a/src/doc_reform/meta/metadoc_show_summary.d
+++ b/src/doc_reform/meta/metadoc_show_summary.d
@@ -40,11 +40,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/]
+/
module doc_reform.meta.metadoc_show_summary;
diff --git a/src/doc_reform/meta/package.d b/src/doc_reform/meta/package.d
index 0f4ecda..2baf3e9 100644
--- a/src/doc_reform/meta/package.d
+++ b/src/doc_reform/meta/package.d
@@ -40,11 +40,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/]
+/
module doc_reform.meta;
diff --git a/src/doc_reform/meta/rgx.d b/src/doc_reform/meta/rgx.d
index e00867a..de09d19 100644
--- a/src/doc_reform/meta/rgx.d
+++ b/src/doc_reform/meta/rgx.d
@@ -40,11 +40,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/]
+/
/++
diff --git a/src/doc_reform/meta/rgx_files.d b/src/doc_reform/meta/rgx_files.d
index 98dcbd2..0ffdf3b 100644
--- a/src/doc_reform/meta/rgx_files.d
+++ b/src/doc_reform/meta/rgx_files.d
@@ -40,11 +40,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/]
+/
/++
diff --git a/src/doc_reform/meta/rgx_yaml_tags.d b/src/doc_reform/meta/rgx_yaml_tags.d
index 86f3e99..953ea05 100644
--- a/src/doc_reform/meta/rgx_yaml_tags.d
+++ b/src/doc_reform/meta/rgx_yaml_tags.d
@@ -40,11 +40,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/]
+/
/++
diff --git a/src/doc_reform/share/defaults.d b/src/doc_reform/share/defaults.d
index e3f0a0c..ab26455 100644
--- a/src/doc_reform/share/defaults.d
+++ b/src/doc_reform/share/defaults.d
@@ -40,11 +40,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/]
+/
/++
diff --git a/src/doc_reform/spine.d b/src/doc_reform/spine.d
index ef1a484..cb88652 100755
--- a/src/doc_reform/spine.d
+++ b/src/doc_reform/spine.d
@@ -41,11 +41,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/]
+/
module doc_reform.sisu_document_parser;
diff --git a/views/version.txt b/views/version.txt
index c9adcb7..e3ed2b2 100644
--- a/views/version.txt
+++ b/views/version.txt
@@ -4,7 +4,7 @@ struct Version {
int minor;
int patch;
}
-enum _ver = Version(0, 14, 0);
+enum _ver = Version(0, 15, 0);
version (Posix) {
version (DigitalMars) {
} else version (LDC) {