aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-12-16 19:22:52 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2023-12-17 20:05:25 -0500
commit61d8e58b52fa4af8b2665ea6141768e46d3a2bcd (patch)
treee6740042a1e2cf103acb71ed6a18dc36f5b5e0ed /src
parent.envrc re-adjust & update direnv (diff)
org, spine ver & doc header (copyright & license)
- org import: reuse settings in another org file using code block to evaluate other org file spine_version_info_and_doc_header_including_copyright_and_license.org
Diffstat (limited to 'src')
-rw-r--r--src/doc_reform/meta/conf_make_meta_json.d6
-rw-r--r--src/doc_reform/meta/metadoc.d2
-rwxr-xr-xsrc/doc_reform/spine.d2
3 files changed, 4 insertions, 6 deletions
diff --git a/src/doc_reform/meta/conf_make_meta_json.d b/src/doc_reform/meta/conf_make_meta_json.d
index af2cc3e..3c7b8e8 100644
--- a/src/doc_reform/meta/conf_make_meta_json.d
+++ b/src/doc_reform/meta/conf_make_meta_json.d
@@ -6,8 +6,7 @@
- Author: Ralph Amissah
[ralph.amissah@gmail.com]
- - Copyright: (C) 2015 - 2022 Ralph Amissah, All Rights
- Reserved.
+ - Copyright: (C) 2015 - 2023 Ralph Amissah, All Rights Reserved.
- License: AGPL 3 or later:
@@ -78,8 +77,7 @@ static template contentJSONtoSpineStruct() {
foreach (tag0; _json.object.byKeyValue) {
if (tag0.value.stringof == "string") {
writeln(tag0.key, ": ", tag0.value);
- } else {
- // writeln(tag0.key, ":");
+ } else { // writeln(tag0.key, ":");
foreach (tag1; tag0.value.object.byKeyValue) {
writeln(tag0.key, ":", tag1.key, ": ", tag1.value);
}
diff --git a/src/doc_reform/meta/metadoc.d b/src/doc_reform/meta/metadoc.d
index a577530..470947e 100644
--- a/src/doc_reform/meta/metadoc.d
+++ b/src/doc_reform/meta/metadoc.d
@@ -1,5 +1,5 @@
/+
-- Name: Spine, Doc Reform
+- Name: Spine, Doc Reform [a part of]
- Description: documents, structuring, processing, publishing, search
- static content generator
diff --git a/src/doc_reform/spine.d b/src/doc_reform/spine.d
index fb58e03..94592c4 100755
--- a/src/doc_reform/spine.d
+++ b/src/doc_reform/spine.d
@@ -1,6 +1,6 @@
#!/usr/bin/env rdmd
/+
-- Name: Spine, Doc Reform
+- Name: Spine, Doc Reform [a part of]
- Description: documents, structuring, processing, publishing, search
- static content generator