aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/meta_conf_make_meta.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/meta_conf_make_meta.org')
-rw-r--r--org/meta_conf_make_meta.org32
1 files changed, 17 insertions, 15 deletions
diff --git a/org/meta_conf_make_meta.org b/org/meta_conf_make_meta.org
index e9f770c..1bd2d7a 100644
--- a/org/meta_conf_make_meta.org
+++ b/org/meta_conf_make_meta.org
@@ -87,18 +87,18 @@ import doc_reform.meta.conf_make_meta_structs;
#+BEGIN_SRC d
<<doc_header_including_copyright_and_license>>
module doc_reform.meta.conf_make_meta_structs;
-<<meta_defaults_template_structs_0>>
-<<meta_defaults_template_structs_1>>
-<<meta_defaults_template_structs_2>>
-<<meta_defaults_template_structs_3>>
-<<meta_defaults_template_structs_4>>
-<<meta_defaults_template_structs_5>>
-<<meta_defaults_template_structs_6>>
+<<meta_defaults_template_structs_init>>
+<<meta_defaults_template_structs_setup>>
+<<meta_defaults_template_structs_composite_make_init>>
+<<meta_defaults_template_structs_conf_composite_site_local>>
+<<meta_defaults_template_structs_meta_composite>>
+<<meta_defaults_template_structs_conf_composite>>
+<<meta_defaults_template_structs_json>>
#+END_SRC
** initialize, imports etc.
-#+NAME: meta_defaults_template_structs_0
+#+NAME: meta_defaults_template_structs_init
#+BEGIN_SRC d
import
std.exception,
@@ -121,7 +121,7 @@ static auto mkup = InlineMarkup();
** struct Generic ConfComposite
-#+NAME: meta_defaults_template_structs_1
+#+NAME: meta_defaults_template_structs_setup
#+BEGIN_SRC d
@safe string url_markup(string line) {
string line_ = line
@@ -233,7 +233,7 @@ struct confCompositeMakeBuild {
** initialize make & meta
*** composite make
-#+NAME: meta_defaults_template_structs_2
+#+NAME: meta_defaults_template_structs_composite_make_init
#+BEGIN_SRC d
struct ConfCompositeMakeInit {
string[] bold;
@@ -258,7 +258,9 @@ struct ConfCompositeMakeInit {
*** struct: conf site local
-#+NAME: meta_defaults_template_structs_3
+SEE NOTES on configuration hierarchy in spine.org
+
+#+NAME: meta_defaults_template_structs_conf_composite_site_local
#+BEGIN_SRC d
struct ConfCompositeSiteLocal {
string w_srv_http;
@@ -318,7 +320,7 @@ struct ConfCompositeSiteLocal {
*** struct: composite meta
-#+NAME: meta_defaults_template_structs_4
+#+NAME: meta_defaults_template_structs_meta_composite
#+BEGIN_SRC d
struct MetaComposite {
string classify_dewey;
@@ -378,7 +380,7 @@ struct MetaComposite {
*** composite structs
-#+NAME: meta_defaults_template_structs_5
+#+NAME: meta_defaults_template_structs_conf_composite
#+BEGIN_SRC d
struct ConfComposite {
MetaComposite meta;
@@ -390,7 +392,7 @@ struct ConfComposite {
*** JSONValue
-#+NAME: meta_defaults_template_structs_6
+#+NAME: meta_defaults_template_structs_json
#+BEGIN_SRC d
JSONValue config_jsonstr = `{
}`;
@@ -2226,7 +2228,7 @@ template docHeaderMakeAndMetaTupYamlExtractAndConvertToStruct() {
- docReform object numbering
- standard SiSU object citation numbering & system
- - Hompages:
+ - Homepages:
[https://www.doc_reform.org]
[https://www.sisudoc.org]