aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/in_source_files.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/in_source_files.org')
-rw-r--r--org/in_source_files.org28
1 files changed, 14 insertions, 14 deletions
diff --git a/org/in_source_files.org b/org/in_source_files.org
index 90437a1..8c7de45 100644
--- a/org/in_source_files.org
+++ b/org/in_source_files.org
@@ -34,7 +34,7 @@ doc_reform.io_in.paths_source
#+END_SRC
* A. get _config file_ (read in)
-** _module template_ :module:config_files:
+** _module template_ :module:config_files:
#+BEGIN_SRC d :tangle "../src/doc_reform/io_in/read_config_files.d"
<<doc_header_including_copyright_and_license>>
@@ -54,8 +54,8 @@ import
<<meta_config_file_hub_read_site_yaml>>
#+END_SRC
-*** 0. read config files (config local site & dr document make) (yaml)
-**** 1. site configuration
+*** read config files (config local site & dr document make) (yaml)
+**** site configuration
#+NAME: meta_config_file_hub_read_site_config
#+BEGIN_SRC d
@@ -169,7 +169,7 @@ webserv:
}
#+END_SRC
-**** 2. document make/config
+**** document make/config
#+NAME: meta_config_file_hub_read_document_config
#+BEGIN_SRC d
@@ -225,7 +225,7 @@ static template readConfigDoc() {
}
#+END_SRC
-*** YAML config (config local site & dr document make) :file:config:hub:
+*** YAML config (config local site & dr document make) :file:config:hub:
#+NAME: meta_config_file_hub_read_site_yaml
#+BEGIN_SRC d
@@ -255,7 +255,7 @@ static template configReadDocYAML() {
}
#+END_SRC
-* B. get _markup source_, read file :module:source_files:
+* B. get _markup source_, read file :module:source_files:
** _module template_ (includes tuple)
#+BEGIN_SRC d :tangle "../src/doc_reform/io_in/read_source_files.d"
@@ -382,8 +382,8 @@ template spineRawMarkupContent() {
}
#+END_SRC
-** get markup source, read file :source:markup:
-*** read file, source string [#A] :string:
+** get markup source, read file :source:markup:
+*** read file, source string [#A] :string:
#+NAME: meta_markup_source_raw_read_file_source_string
#+BEGIN_SRC d
@@ -412,7 +412,7 @@ template spineRawMarkupContent() {
}
#+END_SRC
-*** document header & content, array.length == 2 [#A] :array:
+*** document header & content, array.length == 2 [#A] :array:
here you split document header and body, an array.length == 2
split is on first match of level A~ (which is required)
@@ -434,7 +434,7 @@ split is on first match of level A~ (which is required)
}
#+END_SRC
-*** source line array :array:
+*** source line array :array:
#+NAME: meta_markup_source_raw_source_line_array
#+BEGIN_SRC d
@@ -445,7 +445,7 @@ split is on first match of level A~ (which is required)
}
#+END_SRC
-*** source content raw line array :array:
+*** source content raw line array :array:
- used for regular .sst files; master .ssm files and; .ssi inserts
- regex is passed for relevant enforce match
@@ -510,10 +510,10 @@ split is on first match of level A~ (which is required)
}
#+END_SRC
-** get markup source, master file & inserts :masterfile:inserts:
+** get markup source, master file & inserts :masterfile:inserts:
[[./spine.org][spine]] [[./][org/]]
-*** scan inserts (sub-document) source :scan_insert_src:
+*** scan inserts (sub-document) source :scan_insert_src:
**** scan subdoc source
#+NAME: meta_inserts_scan
@@ -597,7 +597,7 @@ ContentsAndImages t = tuple(
return t;
#+END_SRC
-*** scan document source :scan_src:
+*** scan document source :scan_src:
**** scan doc source
#+NAME: meta_master_doc_scan_for_insert_filenames