diff options
50 files changed, 109 insertions, 100 deletions
| @@ -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 @@ -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 @@ -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+", @@ -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": { @@ -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" ]; @@ -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) { | 
