aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2019-11-14 21:23:31 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2019-11-19 16:55:31 -0500
commit6825a6865c9aa7f235a3825b0e08f3834745ed86 (patch)
tree79a128d168cf30bdb8bd4aa130f9e19b0c3ec5ae /src/doc_reform
parent0.8.3 (if exists) get site config & output path (diff)
0.9.0 spine (doc-reform renamed)
Diffstat (limited to 'src/doc_reform')
-rw-r--r--src/doc_reform/COPYRIGHT8
-rw-r--r--src/doc_reform/meta/conf_make_meta_structs.d8
-rw-r--r--src/doc_reform/meta/metadoc_harvests_authors.d2
-rw-r--r--src/doc_reform/meta/metadoc_harvests_topics.d2
-rw-r--r--src/doc_reform/output/hub.d8
-rw-r--r--src/doc_reform/output/xmls.d2
-rwxr-xr-xsrc/doc_reform/spine.d (renamed from src/doc_reform/doc_reform.d)12
7 files changed, 21 insertions, 21 deletions
diff --git a/src/doc_reform/COPYRIGHT b/src/doc_reform/COPYRIGHT
index 0a50313..7003a8b 100644
--- a/src/doc_reform/COPYRIGHT
+++ b/src/doc_reform/COPYRIGHT
@@ -1,4 +1,4 @@
-- Name: Doc Reform
+- Name: Spine, Doc Reform
- Description: documents, structuring, processing, publishing, search
- static content generator
@@ -10,7 +10,7 @@
- code under src/
- License: AGPL 3 or later:
- Doc Reform (SiSU), a framework for document structuring, publishing and
+ Spine, Doc Reform (SiSU), a framework for document structuring, publishing and
search
Copyright (C) Ralph Amissah
@@ -33,7 +33,7 @@
[http://www.fsf.org/licensing/licenses/agpl.html]
[http://www.gnu.org/licenses/agpl.html]
- - Doc Reform (related to SiSU) uses standard:
+ - Spine, Doc Reform (related to SiSU) uses standard:
- docReform markup syntax
- standard SiSU markup syntax with modified headers and minor
modifications
@@ -48,6 +48,6 @@
[http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=summary]
[http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=blob;f=lib/sisu/html.rb;hb=HEAD]
-- Doc Reform markup samples
+- Spine, Doc Reform (SiSU) markup samples
Individual document content Copyright (Author) [as stated in document header]
Individual document content License (Author) [as stated in document header]
diff --git a/src/doc_reform/meta/conf_make_meta_structs.d b/src/doc_reform/meta/conf_make_meta_structs.d
index 6f6ba10..0678b4f 100644
--- a/src/doc_reform/meta/conf_make_meta_structs.d
+++ b/src/doc_reform/meta/conf_make_meta_structs.d
@@ -48,9 +48,9 @@ struct ConfCompositeMakeStr {
string[] footer;
string[] headings;
string[] home_button_image;
- string home_button_text = "{Doc Reform}http://www.doc-reform.org;"
+ string home_button_text = "{Spine, Doc Reform}http://www.doc-reform.org;"
~ " {www.doc-reform.org}http://www.doc-reform.org;"
- ~ " {sources / git}https://git.doc-reform.org/software/doc-reform";
+ ~ " {sources / git}https://git.doc-reform.org/software/spine";
string italics;
string auto_num_top_at_level;
int auto_num_top_lv = 9;
@@ -131,9 +131,9 @@ struct ConfCompositeMakeInit {
string[] footer;
string[] headings;
string[] home_button_image;
- string home_button_text = "{Doc Reform}http://www.doc-reform.org;"
+ string home_button_text = "{Spine, Doc Reform}http://www.doc-reform.org;"
~ " {www.doc-reform.org}http://www.doc-reform.org;"
- ~ " {sources / git}https://git.doc-reform.org/software/doc-reform";
+ ~ " {sources / git}https://git.doc-reform.org/software/spine";
string[] italics;
string auto_num_top_at_level;
int auto_num_top_lv = 9;
diff --git a/src/doc_reform/meta/metadoc_harvests_authors.d b/src/doc_reform/meta/metadoc_harvests_authors.d
index 23707af..acb21ce 100644
--- a/src/doc_reform/meta/metadoc_harvests_authors.d
+++ b/src/doc_reform/meta/metadoc_harvests_authors.d
@@ -170,7 +170,7 @@ string theme_light_1 = format(q"┃
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="dc.title" content= "metadata harvest, Authors & Topics - information Structuring Universe, Structured information Serialised Units" />
<meta name="dc.subject" content= "document structuring, ebook, publishing, PDF, LaTeX, XML, ODF, SQL, postgresql, sqlite, electronic book, electronic publishing, electronic document, electronic citation, data structure, citation systems, granular search, digital library" />
-<meta name="generator" content="doc_reform" />
+<meta name="generator" content="spine" />
<link rel="generator" href="http://sisudoc.org" />
<link href="./css/harvest.css" rel="stylesheet">
<style TYPE="text/css">
diff --git a/src/doc_reform/meta/metadoc_harvests_topics.d b/src/doc_reform/meta/metadoc_harvests_topics.d
index f8e6514..9f889b2 100644
--- a/src/doc_reform/meta/metadoc_harvests_topics.d
+++ b/src/doc_reform/meta/metadoc_harvests_topics.d
@@ -211,7 +211,7 @@ string theme_light_1 = format(q"┃
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="dc.title" content= "metadata harvest, Authors & Topics - information Structuring Universe, Structured information Serialised Units" />
<meta name="dc.subject" content= "document structuring, ebook, publishing, PDF, LaTeX, XML, ODF, SQL, postgresql, sqlite, electronic book, electronic publishing, electronic document, electronic citation, data structure, citation systems, granular search, digital library" />
-<meta name="generator" content="doc_reform" />
+<meta name="generator" content="spine" />
<link rel="generator" href="http://sisudoc.org" />
<link href="./css/harvest.css" rel="stylesheet">
<style TYPE="text/css">
diff --git a/src/doc_reform/output/hub.d b/src/doc_reform/output/hub.d
index 227cd3b..66dcd43 100644
--- a/src/doc_reform/output/hub.d
+++ b/src/doc_reform/output/hub.d
@@ -20,18 +20,18 @@ template outputHub() {
auto msg = Msg!()(doc_matters);
if (sched == outTask.source_or_pod) {
if (doc_matters.opt.action.source) {
- msg.v("doc reform source processing... ");
+ msg.v("spine (doc reform) source processing... ");
}
if (doc_matters.opt.action.pod) {
- msg.v("doc reform source pod processing... ");
+ msg.v("spine (doc reform) source pod processing... ");
}
import doc_reform.output.source_pod;
DocReformPod!()(doc_matters);
if (doc_matters.opt.action.source) {
- msg.vv("doc reform source done");
+ msg.vv("spine (doc reform) source done");
}
if (doc_matters.opt.action.pod) {
- msg.vv("doc reform source pod done");
+ msg.vv("spine (doc reform) source pod done");
}
}
if (sched == outTask.epub) {
diff --git a/src/doc_reform/output/xmls.d b/src/doc_reform/output/xmls.d
index f0420fe..feebb35 100644
--- a/src/doc_reform/output/xmls.d
+++ b/src/doc_reform/output/xmls.d
@@ -141,7 +141,7 @@ template outputXHTMLs() {
.replaceAll(
rgx.br_nl, "");
} else {
- _locations = "<p class=\"tiny_left\"><a href=\"http://www.doc-reform.org\">doc-reform</a></p>\n<p class=\"tiny_left\"><a href=\"http://git.sisudoc.org/software/doc-reform/\">sources / git</a></p>\n<p class=\"tiny_left\"><a href=\"http://www.sisudoc.org\">www.sisudoc.org</a></p>";
+ _locations = "<p class=\"tiny_left\"><a href=\"http://www.doc-reform.org\">spine</a></p>\n<p class=\"tiny_left\"><a href=\"http://git.sisudoc.org/software/spine/\">sources / git</a></p>\n<p class=\"tiny_left\"><a href=\"http://www.sisudoc.org\">www.sisudoc.org</a></p>";
}
string o;
o = format(q"┃<div class="flex-menu-option">
diff --git a/src/doc_reform/doc_reform.d b/src/doc_reform/spine.d
index f5b2b86..9ace644 100755
--- a/src/doc_reform/doc_reform.d
+++ b/src/doc_reform/spine.d
@@ -1,6 +1,6 @@
#!/usr/bin/env rdmd
/+
-- Name: Doc Reform
+- Name: Spine, Doc Reform
- Description: documents, structuring, processing, publishing, search
- static content generator
@@ -12,7 +12,7 @@
- License: AGPL 3 or later:
- Doc Reform (SiSU), a framework for document structuring, publishing and
+ Spine (SiSU), a framework for document structuring, publishing and
search
Copyright (C) Ralph Amissah
@@ -35,7 +35,7 @@
[http://www.fsf.org/licensing/licenses/agpl.html]
[http://www.gnu.org/licenses/agpl.html]
- - Doc Reform (related to SiSU) uses standard:
+ - Spine (by Doc Reform, related to SiSU) uses standard:
- docReform markup syntax
- standard SiSU markup syntax with modified headers and minor modifications
- docReform object numbering
@@ -80,9 +80,9 @@ import std.parallelism;
mixin(import("version.txt"));
mixin CompileTimeInfo;
string project_name = "DocReform";
-string program_name = "doc-reform";
+string program_name = "spine";
/++
-name "doc_reform"
+name "spine"
description "A SiSU inspired document parser writen in D."
homepage "http://sisudoc.org"
+/
@@ -201,7 +201,7 @@ void main(string[] args) {
"parallel-subprocesses", "--parallel-subprocesses nested parallelisation", &opts["parallel-subprocesses"],
"quiet|q", "--quiet output to terminal", &opts["quiet"],
"pdf", "--pdf latex output for pdfs", &opts["pdf"],
- "pod", "--pod doc reform pod source content bundled", &opts["pod"],
+ "pod", "--pod spine (doc reform) pod source content bundled", &opts["pod"],
"serial", "--serial serial processing", &opts["serial"],
"show-summary", "--show-summary", &opts["show-summary"],
"show-make", "--show-make", &opts["show-make"],