diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-16 12:09:56 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-19 11:02:16 -0400 | 
| commit | 8072ebdcbe3bf5bce3f2cce3539c95bcaa308a71 (patch) | |
| tree | 4f94b58061674a58f154be3099df21d13227fe1e | |
| parent | epub, minor adjustments (diff) | |
org-mode, cosmetic
| -rw-r--r-- | org/compile_time_info.org | 2 | ||||
| -rw-r--r-- | org/default_misc.org | 12 | ||||
| -rw-r--r-- | org/default_paths.org | 4 | ||||
| -rw-r--r-- | org/default_regex.org | 48 | ||||
| -rw-r--r-- | org/default_shared.org | 4 | ||||
| -rw-r--r-- | org/imports.org | 4 | ||||
| -rw-r--r-- | org/in_source_files.org | 28 | ||||
| -rw-r--r-- | org/meta_conf_make_meta.org | 6 | ||||
| -rw-r--r-- | org/meta_debugs.org | 40 | ||||
| -rw-r--r-- | org/out_harvest_metadata.org | 4 | ||||
| -rw-r--r-- | org/out_metadata.org | 2 | ||||
| -rw-r--r-- | org/out_odt.org | 24 | ||||
| -rw-r--r-- | org/out_sqlite.org | 6 | ||||
| -rw-r--r-- | org/out_src_pod.org | 6 | ||||
| -rw-r--r-- | org/out_xmls.org | 26 | ||||
| -rw-r--r-- | org/out_xmls_css.org | 2 | ||||
| -rw-r--r-- | org/out_zip.org | 2 | ||||
| -rw-r--r-- | org/output_hub.org | 30 | ||||
| -rw-r--r-- | org/output_show.org | 4 | ||||
| -rw-r--r-- | org/spine_info.org | 6 | ||||
| -rw-r--r-- | org/util_cgi_d_sqlite_search.org | 2 | 
21 files changed, 131 insertions, 131 deletions
| diff --git a/org/compile_time_info.org b/org/compile_time_info.org index e10b6ac..91cae79 100644 --- a/org/compile_time_info.org +++ b/org/compile_time_info.org @@ -23,7 +23,7 @@  e.g. do on linux bsd osx not windows:  version(Windows) {} else { ... } -** _module template_                                 :module:compile_time_info: +** _module template_ :module:compile_time_info:  #+BEGIN_SRC d  :tangle "../src/doc_reform/conf/compile_time_info.d"  <<doc_header_including_copyright_and_license>> diff --git a/org/default_misc.org b/org/default_misc.org index 0e0cafe..afd4a02 100644 --- a/org/default_misc.org +++ b/org/default_misc.org @@ -16,7 +16,7 @@  #+PROPERTY:    header-args+ :padline no  [[./spine.org][spine]]  [[./][org/]] -* meta defaults                                                 :module:meta: +* meta defaults  :module:meta:  ** _module template_  #+NAME: tangle_defaults @@ -33,7 +33,7 @@ module doc_reform.meta.defaults;  <<defaults_template_language_codes>>  #+END_SRC -** template: flags regex initialize                             :regex_flags: +** template: flags regex initialize :regex_flags:  *** node  #+NAME: meta_defaults_template_node @@ -121,7 +121,7 @@ template spineHarvest() {  }  #+END_SRC -** template: bibliography                                            :biblio: +** template: bibliography :biblio:  #+NAME: meta_defaults_template_biblio  #+BEGIN_SRC d @@ -164,7 +164,7 @@ template spineBiblio() {  }  #+END_SRC -* 1. output defaults                                          :module:output: +* output defaults :module:output:  ** _module template_  #+NAME: tangle_defaults @@ -204,7 +204,7 @@ import  #+END_SRC  ** defaults shared by meta & output (generic) -*** template: internal markup                                        :markup: +*** template: internal markup :markup:  21 special characters used: @@ -410,7 +410,7 @@ template spineLanguageCodes() {  #+END_SRC  * __END__ -** +set colors for terminal+ (unused)                         :colors:terminal: +** +set colors for terminal+ (unused) :colors:terminal:  #+NAME: meta_ansi_colors  #+BEGIN_SRC d diff --git a/org/default_paths.org b/org/default_paths.org index d411606..25602d7 100644 --- a/org/default_paths.org +++ b/org/default_paths.org @@ -16,7 +16,7 @@  #+PROPERTY:    header-args+ :padline no  [[./spine.org][spine]]  [[./][org/]] -* 0. source paths +* source paths  ** _module template_                                      :module:paths_source:  #+BEGIN_SRC d :tangle "../src/doc_reform/io_in/paths_source.d" @@ -962,7 +962,7 @@ template spinePathsPods() {  }  #+END_SRC -* 1. output paths +* output paths  ** _module template_                                      :module:paths_output:  #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/paths_output.d" diff --git a/org/default_regex.org b/org/default_regex.org index 210d777..8e3e0ec 100644 --- a/org/default_regex.org +++ b/org/default_regex.org @@ -29,7 +29,7 @@ https://dlang.org/phobos/std_regex.html  【】〖〗┥┝┤├¤░┘┙┚┼┿╂┊┏┚┆■☼  #+END_SRC -** _module template_                                                   :module: +** _module template_ :module:  #+BEGIN_SRC d :tangle "../src/doc_reform/meta/rgx.d"  <<doc_header_including_copyright_and_license>> @@ -75,7 +75,7 @@ static template spineRgxIn() {  }  #+END_SRC -** misc                                                                :misc: +** misc :misc:  #+NAME: meta_rgx_0  #+BEGIN_SRC d @@ -114,7 +114,7 @@ static numeric                                        = ctRegex!(`[ 0-9,.-]+`);  static numeric_col                                    = ctRegex!(`^[ 0-9,.%$£₤Є€€¥()-]+$`);  #+END_SRC -** comments                                                         :comment: +** comments :comment:  #+NAME: meta_rgx_1  #+BEGIN_SRC d @@ -130,7 +130,7 @@ static comment                                        = ctRegex!(`^%+ `);  #+END_SRC  ** native headers -*** native header                                             :native:header: +*** native header :native:header:  #+NAME: meta_rgx_3  #+BEGIN_SRC d @@ -142,7 +142,7 @@ static yaml_header_meta_title                         = ctRegex!(`^\s*title\s*:\  static yaml_config                                    = ctRegex!(`^[a-z]+\s*:\s*(?:"?\w|$)`, "m");  #+END_SRC -** heading & paragraph operators                         :paragraph:operator: +** heading & paragraph operators :paragraph:operator:  #+NAME: meta_rgx_4  #+BEGIN_SRC d @@ -171,7 +171,7 @@ static para_inline_link_anchor                        = ctRegex!(`\*[~](?P<ancho  #+END_SRC  ** blocked markup -*** blocked markup curly & tic                                        :block: +*** blocked markup curly & tic :block:  #+NAME: meta_rgx_5  #+BEGIN_SRC d @@ -180,7 +180,7 @@ static block_open                                     = ctRegex!("^((code(?:[.][  static block_poem_open                                = ctRegex!("^((poem(?:[(][ a-zA-Z0-9;:,]*[)])?[{][ ]*$)|`{3} poem(?:[(][ a-zA-Z0-9;:,]*[)])?)");  #+END_SRC -*** blocked markup tic                                            :block:tic: +*** blocked markup tic :block:tic:  #+NAME: meta_rgx_6  #+BEGIN_SRC d @@ -194,7 +194,7 @@ static block_tic_table_open                           = ctRegex!("^`{3} table(?:  static block_tic_close                                = ctRegex!("^(`{3})$","m");  #+END_SRC -*** blocked markup curly                                        :block:curly: +*** blocked markup curly :block:curly:  #+NAME: meta_rgx_7  #+BEGIN_SRC d @@ -214,7 +214,7 @@ static block_curly_table_close                        = ctRegex!(`^([}]table)`);  static block_curly_table_special_markup               = ctRegex!(`^[{]table[(](?P<attrib>(?:(h);)?(?P<columns>(?:[, ]+[0-9]+)+))[)][}]`, "mg");  #+END_SRC -*** block sub-matches                                                 :block: +*** block sub-matches :block:  **** code  #+NAME: meta_rgx_8 @@ -235,7 +235,7 @@ static table_col_separator                            = ctRegex!(`┊`);  static table_col_separator_nl                         = ctRegex!(`[┊]$`, "mg");  #+END_SRC -** inline markup                                            :inline:footnote: +** inline markup :inline:footnote:  *** footnotes & endnotes  #+NAME: meta_rgx_10 @@ -254,7 +254,7 @@ static inline_note_square_delimiters                  = ctRegex!(`(~\[\s*)(.+?)(  static note_ref                                       = ctRegex!(`^\S+?noteref_(?P<ref>[0-9]+)`, "mg");     // {^{73.}^}#noteref_73  #+END_SRC -*** links/ urls                                             :inline:footnote: +*** links/ urls :inline:footnote:  #+NAME: meta_rgx_11  #+BEGIN_SRC d @@ -267,7 +267,7 @@ static smid_inline_link_endnote_url_helper_punctuated = ctRegex!(`\{~\^\s+(?P<co  static smid_inline_link_endnote_url_helper            = ctRegex!(`\{~\^\s+(?P<content>.+?)\}(?P<link>(?:(?:https?|git):\/\/|¤?\.\.\/|¤?\.\/|¤|#)\S+)`, "mg");  #+END_SRC -*** images                                                           :images: +*** images :images:  #+NAME: meta_rgx_12  #+BEGIN_SRC d @@ -280,7 +280,7 @@ static smid_a_image                                    = ctRegex!(`(?P<pre>(?:^|  static smid_image_delimit                              = ctRegex!(`(?P<pre>^|[ ]|[^\S]?)\{\s*(?P<text>.+?)\s*\}(?:image)(?=[;:!,?.]?([ )\]]|$))`, "mg");  #+END_SRC -*** inline markup book index                               :inline:bookindex: +*** inline markup book index :inline:bookindex:  #+NAME: meta_rgx_13  #+BEGIN_SRC d @@ -306,7 +306,7 @@ static auto_heading_numbering_off_lv3                = ctRegex!(`^3~\S*?-\s`, "m  static auto_heading_numbering_off_lv4                = ctRegex!(`^4~\S*?-\s`, "m");  #+END_SRC -** no object_number object                                    :ocn:off:object: +** no object_number object :ocn:off:object:  #+NAME: meta_rgx_15  #+BEGIN_SRC d @@ -317,7 +317,7 @@ static object_number_off_all                        = ctRegex!(`[~-]#$`, "m");  static repeated_character_line_separator            = ctRegex!(`^(?:[ ]*(?:(?:[.][ ]*){4,}|(?:[-][ ]*|[~][ ]*|[*][ ]*|[$][ ]*|[#][ ]*|[\\][ ]*|[/][ ]*){2,})\s*?)+$`);  #+END_SRC -** no object_number block                                      :ocn:off:block: +** no object_number block :ocn:off:block:  #+NAME: meta_rgx_16  #+BEGIN_SRC d @@ -328,7 +328,7 @@ static object_number_off_block_close                = ctRegex!(`^--\+#$`);  static object_number_block_marks                    = ctRegex!(`^--[+~-]#$`);  #+END_SRC -** ignore outside code blocks                                    :block:code: +** ignore outside code blocks :block:code:  #+NAME: meta_rgx_17  #+BEGIN_SRC d @@ -336,7 +336,7 @@ static object_number_block_marks                    = ctRegex!(`^--[+~-]#$`);  static skip_from_regular_parse    = ctRegex!(`^(--[+~-]#|-[\\]{2}-|=[.\\]{2}=)$`);  #+END_SRC -** line & page breaks                                                 :break: +** line & page breaks :break:  #+NAME: meta_rgx_18  #+BEGIN_SRC d @@ -344,7 +344,7 @@ static skip_from_regular_parse    = ctRegex!(`^(--[+~-]#|-[\\]{2}-|=[.\\]{2}=)$`  static break_string                                   = ctRegex!(`』`);  #+END_SRC -** biblio tags                                                  :biblio:tags: +** biblio tags :biblio:tags:  #+NAME: meta_rgx_19  #+BEGIN_SRC d @@ -353,7 +353,7 @@ static biblio_tags                                    = ctRegex!(`^(is|au|author  static biblio_abbreviations                           = ctRegex!(`^(au|ed|ti|lng|jo|vol|edn|yr|pl|pb|pub|pg|pgs|sn)$`);  #+END_SRC -** bookindex split                                          :bookindex:split: +** bookindex split :bookindex:split:  #+NAME: meta_rgx_20  #+BEGIN_SRC d @@ -374,7 +374,7 @@ static topic_register_sub_terms_split                 = ctRegex!(`\s*\|\s*`);  static topic_register_multiple_sub_terms_split        = ctRegex!(`␣([^|␣]+(?:\|[^|␣]+)+)`);  #+END_SRC -** language codes                                            :language:codes: +** language codes :language:codes:  #+NAME: meta_rgx_22  #+BEGIN_SRC d @@ -390,7 +390,7 @@ https://dlang.org/phobos/std_regex.html  - Regex!char (wchar/dchar) that contains a pattern in the form of compiled bytecode.  - StaticRegex!char (wchar/dchar) that contains a pattern in the form of compiled native machine code. -** _module template_                                            :module:output: +** _module template_ :module:output:  #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/rgx.d"  <<doc_header_including_copyright_and_license>> @@ -455,7 +455,7 @@ static spaces_line_start                              = ctRegex!(`^(?P<opening_s  static nbsp_char                                      = ctRegex!(`░`, "mg");  #+END_SRC -** filename (& path) (including insert file)      :insert:file:path:filename: +** filename (& path) (including insert file) :insert:file:path:filename:  #+NAME: prgmkup_rgx_1  #+BEGIN_SRC d @@ -487,7 +487,7 @@ static br_line                                        = ctRegex!(`┘`, "mg");  static br_nl                                          = ctRegex!(`┙`, "mg");  #+END_SRC -*** inline (internal program) markup footnotes endnotes     :inline:footnote: +*** inline (internal program) markup footnotes endnotes :inline:footnote:  #+NAME: prgmkup_rgx_3  #+BEGIN_SRC d @@ -535,7 +535,7 @@ static mark_internal_site_lnk                         = ctRegex!(`¤`, "mg");  static quotation_mark_sql_insert_delimiter            = ctRegex!("[']", "mg");  #+END_SRC -*** inline markup font face mod                            :inline:font:face: +*** inline markup font face mod :inline:font:face:  #+NAME: prgmkup_rgx_5  #+BEGIN_SRC d diff --git a/org/default_shared.org b/org/default_shared.org index 43f7765..b321367 100644 --- a/org/default_shared.org +++ b/org/default_shared.org @@ -17,7 +17,7 @@  [[./spine.org][spine]]  [[./][org/]]  * shared -** _module template_                                            :module:shared: +** _module template_ :module:shared:  #+BEGIN_SRC d :tangle "../src/doc_reform/share/defaults.d"  <<doc_header_including_copyright_and_license>> @@ -28,7 +28,7 @@ module doc_reform.share.defaults;  <<shared_messages>>  #+END_SRC -** template: messages                                              :messages: +** template: messages :messages:  #+NAME: shared_messages  #+BEGIN_SRC d diff --git a/org/imports.org b/org/imports.org index e48f25a..bd5784b 100644 --- a/org/imports.org +++ b/org/imports.org @@ -15,7 +15,7 @@  #+PROPERTY:    header-args+ :cache no  #+PROPERTY:    header-args+ :padline no -* imports for _meta_                                                     :meta: +* imports for _meta_ :meta:  ** package dir  #+BEGIN_SRC d  :tangle "../src/doc_reform/meta/package.d" @@ -45,7 +45,7 @@ public import    std.conv : to;  #+END_SRC -* imports for _output_                                                 :output: +* imports for _output_ :output:  ** package dir  #+BEGIN_SRC d  :tangle "../src/doc_reform/io_out/package.d" 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 diff --git a/org/meta_conf_make_meta.org b/org/meta_conf_make_meta.org index 9265a09..7d15135 100644 --- a/org/meta_conf_make_meta.org +++ b/org/meta_conf_make_meta.org @@ -16,7 +16,7 @@  #+PROPERTY:    header-args+ :padline no  [[./spine.org][spine]]  [[./][org/]] -* 0. generic +* generic  ** conf yaml ref  #+BEGIN_SRC yaml @@ -394,7 +394,7 @@ JSONValue config_jsonstr = `{  }`;  #+END_SRC -* 1. YAML to spineStruct                         :module:conf_make_meta:yaml: +* YAML to spineStruct :module:conf_make_meta:yaml:  ** _module template_  #+BEGIN_SRC d :tangle "../src/doc_reform/meta/conf_make_meta_yaml.d" @@ -1416,7 +1416,7 @@ if ("rights" in _yaml  }  #+END_SRC -* 1. JSON to spineStruct                         :module:conf_make_meta:json: +* JSON to spineStruct :module:conf_make_meta:json:  ** _module template_  #+BEGIN_SRC d :tangle "../src/doc_reform/meta/conf_make_meta_json.d" diff --git a/org/meta_debugs.org b/org/meta_debugs.org index 1212172..f6cdbfa 100644 --- a/org/meta_debugs.org +++ b/org/meta_debugs.org @@ -16,7 +16,7 @@  #+PROPERTY:    header-args+ :padline no  [[./spine.org][spine]]  [[./][org/]] -* 1. abstraction debugs                        :module:spine:meta_doc_debugs: +* abstraction debugs :module:spine:meta_doc_debugs:  ** _module template_  #+BEGIN_SRC d :tangle "../src/doc_reform/meta/doc_debugs.d" @@ -69,7 +69,7 @@ import    std.conv : to;  #+END_SRC -** initialize                                                        :report: +** initialize :report:  #+NAME: initialize  #+BEGIN_SRC d @@ -78,7 +78,7 @@ auto markup = InlineMarkup();  string key;  #+END_SRC -** (parent)                                                          :parent: +** (parent) :parent:  #+NAME: meta_output_debugs  #+BEGIN_SRC d @@ -106,7 +106,7 @@ debug(parent) {  }  #+END_SRC -** (dumpdoc)                                                        :objects: +** (dumpdoc) :objects:  #+NAME: meta_output_debugs  #+BEGIN_SRC d @@ -119,7 +119,7 @@ debug(dumpdoc) {  }  #+END_SRC -** (segnames)                                                       :objects: +** (segnames) :objects:  #+NAME: meta_output_debugs_checkdoc  #+BEGIN_SRC d @@ -166,7 +166,7 @@ debug(checkdoc) {  }  #+END_SRC -*** out endnotes                                                   :endnotes: +*** out endnotes :endnotes:  #+NAME: meta_output_debugs_checkdoc  #+BEGIN_SRC d @@ -188,7 +188,7 @@ debug(checkdoc) {  }  #+END_SRC -*** out bookindex                                                 :bookindex: +*** out bookindex :bookindex:  #+NAME: meta_output_debugs_checkdoc  #+BEGIN_SRC d @@ -212,7 +212,7 @@ debug(checkdoc) {  #+END_SRC  ** sections -*** heading_section                                                  :heading: +*** heading_section :heading:  #+NAME: meta_output_debugs  #+BEGIN_SRC d @@ -262,7 +262,7 @@ debug(section_toc) {  }  #+END_SRC -*** body_section                                                        :body: +*** body_section :body:  #+NAME: meta_output_debugs  #+BEGIN_SRC d @@ -281,7 +281,7 @@ debug(section_body) {  }  #+END_SRC -*** dom structure                                                      :body: +*** dom structure :body:  #+NAME: meta_output_debugs  #+BEGIN_SRC d @@ -358,7 +358,7 @@ debug(decendants) {  }  #+END_SRC -*** endnotes_section (seg & scroll)                                 :endnotes: +*** endnotes_section (seg & scroll) :endnotes:  **** endnotes  #+NAME: meta_output_debugs @@ -379,7 +379,7 @@ debug(section_endnotes_seg) {  }  #+END_SRC -*** glossary_section                                                :glossary: +*** glossary_section :glossary:  #+NAME: meta_output_debugs  #+BEGIN_SRC d @@ -398,7 +398,7 @@ debug(section_glossary) {  }  #+END_SRC -*** bibliography_section (seg & scroll)                         :bibliography: +*** bibliography_section (seg & scroll) :bibliography:  #+NAME: meta_output_debugs  #+BEGIN_SRC d @@ -417,7 +417,7 @@ debug(section_bibliography) {  }  #+END_SRC -*** bookindex_section (seg & scroll)                               :bookindex: +*** bookindex_section (seg & scroll) :bookindex:  **** bookindex  #+NAME: meta_output_debugs @@ -448,7 +448,7 @@ debug(section_bookindex_scroll) {  }  #+END_SRC -*** section_blurb                                                      :blurb: +*** section_blurb :blurb:  #+NAME: meta_output_debugs  #+BEGIN_SRC d @@ -467,7 +467,7 @@ debug(blurb_section) {  }  #+END_SRC -** (objects)                                                        :objects: +** (objects) :objects:  #+NAME: meta_output_debugs  #+BEGIN_SRC d @@ -490,7 +490,7 @@ debug(objects) {  }  #+END_SRC -** (headermakejson)                                             :json:header: +** (headermakejson) :json:header:  #+NAME: meta_output_debugs  #+BEGIN_SRC d @@ -522,7 +522,7 @@ debug(headermakejson) {  }  #+END_SRC -** (headermetadatajson)                                         :json:header: +** (headermetadatajson) :json:header:  #+NAME: meta_output_debugs  #+BEGIN_SRC d @@ -676,7 +676,7 @@ debug(anchor) {  }  #+END_SRC -** (headings)                                                      :headings: +** (headings) :headings:  #+NAME: meta_output_debugs  #+BEGIN_SRC d @@ -697,7 +697,7 @@ debug(heading) {                         // heading  }  #+END_SRC -** (summary) [+1]                                                   :summary: +** (summary) [+1] :summary:  #+NAME: meta_output_debugs  #+BEGIN_SRC d diff --git a/org/out_harvest_metadata.org b/org/out_harvest_metadata.org index 1c4a6eb..abafa87 100644 --- a/org/out_harvest_metadata.org +++ b/org/out_harvest_metadata.org @@ -15,7 +15,7 @@  #+PROPERTY:    header-args+ :cache no  #+PROPERTY:    header-args+ :padline no -* document harvest _summary_                :module:spine:metadoc_show_summary: +* document harvest _summary_ :module:spine:metadoc_show_summary:  - html    ~dr/bin/spine-ldc -v --html --html-link-harvest --harvest \ @@ -60,7 +60,7 @@ import    std.conv : to;  #+END_SRC -*** initialize                                                       :report: +*** initialize :report:  #+NAME: metadoc_harvest_initialize  #+BEGIN_SRC d diff --git a/org/out_metadata.org b/org/out_metadata.org index abed588..abb1cf4 100644 --- a/org/out_metadata.org +++ b/org/out_metadata.org @@ -15,7 +15,7 @@  #+PROPERTY:    header-args+ :cache no  #+PROPERTY:    header-args+ :padline no -* document harvest _summary_                :module:spine:metadoc_show_summary: +* document harvest _summary_ :module:spine:metadoc_show_summary:  ** _module template_ metadoc document metadata diff --git a/org/out_odt.org b/org/out_odt.org index 023aa4c..e864ef5 100644 --- a/org/out_odt.org +++ b/org/out_odt.org @@ -18,7 +18,7 @@  - [[./spine.org][spine]]  [[./][org/]]  - [[./output_hub.org][output_hub]] -* odt                                                                   :odt: +* odt :odt:  - cover object types  - zip contents @@ -44,7 +44,7 @@  | doc meta * (timestamp)          | meta.xml              | odt_metadata      |                        |                  |  |---------------------------------+-----------------------+-------------------+------------------------+------------------| -** _module template_                                           :odf:odt:module: +** _module template_ :odf:odt:module:  #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/odt.d" :noweb yes  <<doc_header_including_copyright_and_license>> @@ -890,7 +890,7 @@ int _table_number = 0;  }  #+END_SRC -** write odt output                                             :odf:odt:out: +** write odt output :odf:odt:out:  #+NAME: output_odt_0  #+BEGIN_SRC d @@ -979,7 +979,7 @@ void writeOutputODT(W,I)(  }  #+END_SRC -** odt output hub [#A]                                          :odf:odt:out: +** odt output hub [#A] :odf:odt:out:  #+NAME: output_odt_1  #+BEGIN_SRC d @@ -1058,7 +1058,7 @@ void dirtree(I)(  #+END_SRC  ** fixed items -*** mimetype                                                       :mimetype: +*** mimetype :mimetype:  #+NAME: output_odt_fixed_mimetype  #+BEGIN_SRC d @@ -1068,7 +1068,7 @@ void dirtree(I)(  }  #+END_SRC -*** manifest.rdf                                               :manifest_rdf: +*** manifest.rdf :manifest_rdf:  #+NAME: output_odt_fixed_manifest_rdf_0  #+BEGIN_SRC d @@ -1104,7 +1104,7 @@ void dirtree(I)(  }  #+END_SRC -*** settings.xml                                                   :settings: +*** settings.xml :settings:  #+NAME: output_odt_fixed_settings_xml_0  #+BEGIN_SRC d @@ -1218,7 +1218,7 @@ void dirtree(I)(  }  #+END_SRC -*** styles.xml                                                   :styles_xml: +*** styles.xml :styles_xml:  #+NAME: output_odt_fixed_styles_xml_0  #+BEGIN_SRC d @@ -2129,7 +2129,7 @@ void dirtree(I)(  #+END_SRC  ** moving parts -*** ↻ content.xml TODO                                          :content_xml: +*** ↻ content.xml TODO :content_xml:  **** content head  ***** head open @@ -2467,7 +2467,7 @@ void dirtree(I)(  }  #+END_SRC -*** manifest.xml (images list changes)                         :manifest_xml: +*** manifest.xml (images list changes) :manifest_xml:      - META-INF/manifest.xml        - image list changes @@ -2507,7 +2507,7 @@ _images.join("\n"),  }  #+END_SRC -*** meta.xml (time stamp)                                          :meta_xml: +*** meta.xml (time stamp) :meta_xml:  #+NAME: output_odt_variable_meta_xml_0  #+BEGIN_SRC d @@ -2541,7 +2541,7 @@ doc_matters.generated_time,  }  #+END_SRC -*** copy images                                                      :images: +*** copy images :images:  #+NAME: output_odt_variable_copy_odt_images  #+BEGIN_SRC d diff --git a/org/out_sqlite.org b/org/out_sqlite.org index c141cf6..b8bbdaf 100644 --- a/org/out_sqlite.org +++ b/org/out_sqlite.org @@ -38,7 +38,7 @@ sudo chown ralph:ralph /var/www      ~grotto/repo/git.repo/code/project-spine/doc-reform-markup/markup_samples/markup/pod/*  * sql -** _module, templates_                                                :module: +** _module, templates_ :module:  *** template  #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/sqlite.d" @@ -391,7 +391,7 @@ template SQLiteDbDrop() {  }  #+END_SRC -** 1. [#A] sqlite_db_statement                                   :statement: +** 1. [#A] sqlite_db_statement :statement:  *** collection  #+NAME: sqlite_db_statement_composite_collection @@ -1513,7 +1513,7 @@ foreach (part; doc_matters.has.keys_seq.sql) {  return _insert_doc_objects.join.to!(char[]).toUTF8;  #+END_SRC -** 5. SQL statements                                             :statement: +** 5. SQL statements :statement:  *** drop index and tables  **** DROP INDEX IF EXISTS diff --git a/org/out_src_pod.org b/org/out_src_pod.org index 1e9f05f..dade493 100644 --- a/org/out_src_pod.org +++ b/org/out_src_pod.org @@ -19,7 +19,7 @@  - [[./output_hub.org][output_hub]]  * pod -** _module template_                                                   :module: +** _module template_ :module:  #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/source_pod.d"  <<doc_header_including_copyright_and_license>> @@ -107,7 +107,7 @@ assert (doc_matters.src.filename.match(rgx.src_fn));  }  #+END_SRC -** mkdir                                                              :mkdir: +** mkdir :mkdir:  #+NAME: source_pod_mkdirs  #+BEGIN_SRC d @@ -141,7 +141,7 @@ if (doc_matters.opt.action.source) {  }  #+END_SRC -** copy                                                                :copy: +** copy :copy:  #+NAME: source_pod_copy_0  #+BEGIN_SRC d diff --git a/org/out_xmls.org b/org/out_xmls.org index 3646132..fea2300 100644 --- a/org/out_xmls.org +++ b/org/out_xmls.org @@ -19,8 +19,8 @@  - [[./output_hub.org][output_hub]]  * xml offspring (xhtml html epub) -** format xhtml objects                                              :format: -*** _module template_                                                  :module: +** format xhtml objects :format: +*** _module template_ :module:  #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/xmls.d"  <<doc_header_including_copyright_and_license>> @@ -1563,8 +1563,8 @@ align="left|right|center"  }  #+END_SRC -* _html_ [#A]                                                            :html: -** _module template_                                                   :module: +* _html_ [#A] :html: +** _module template_ :module:  #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/html.d"  <<doc_header_including_copyright_and_license>> @@ -1593,7 +1593,7 @@ template outputHTML() {  }  #+END_SRC -** scroll                                                            :scroll: +** scroll :scroll:  *** ↻ loop & switch (sections & objects) format html output  #+NAME: output_html_scroll_0 @@ -1829,7 +1829,7 @@ template outputHTML() {  }  #+END_SRC -** seg                                                                  :seg: +** seg :seg:  *** ↻ loop & switch (sections & objects) format html output  #+NAME: output_html_seg_0 @@ -2171,7 +2171,7 @@ template outputHTML() {  }  #+END_SRC -** css                                                                  :css: +** css :css:  #+NAME: output_html_css  #+BEGIN_SRC d @@ -2192,7 +2192,7 @@ template outputHTML() {  }  #+END_SRC -** images                                                            :images: +** images :images:  #+NAME: copy_html_images  #+BEGIN_SRC d @@ -2223,7 +2223,7 @@ template outputHTML() {  }  #+END_SRC -* _epub_ [#B]                                                          :epub: +* _epub_ [#B] :epub:  |-----------------------+--------------------------+---------------------------+----------------------------------|  | function              | filename                 | module                    | variable                         | @@ -2241,7 +2241,7 @@ template outputHTML() {  |                       |                          |                           | doc_epub3_endnotes[seg_filename] |  |-----------------------+--------------------------+---------------------------+----------------------------------| -** _module template_                                                 :module: +** _module template_ :module:  #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/epub3.d"  <<doc_header_including_copyright_and_license>> @@ -2270,7 +2270,7 @@ template outputEPub3() {  }  #+END_SRC -** special (epub) files                                              :format: +** special (epub) files :format:  *** static  **** _identify doc filetype_ (mimetype) [static] @@ -2955,7 +2955,7 @@ xmlns="urn:oasis:names:tc:opendocument:xmlns:container">  }  #+END_SRC -** write output files                                             :write:zip: +** write output files :write:zip:  #+NAME: output_epub3_xhtml_seg_8  #+BEGIN_SRC d @@ -3151,7 +3151,7 @@ xmlns="urn:oasis:names:tc:opendocument:xmlns:container">    }  #+END_SRC -** zip debug, read zip  archive                                         :zip: +** zip debug, read zip  archive :zip:  #+NAME: output_epub3_xhtml_seg_9  #+BEGIN_SRC d diff --git a/org/out_xmls_css.org b/org/out_xmls_css.org index f3db222..19a1691 100644 --- a/org/out_xmls_css.org +++ b/org/out_xmls_css.org @@ -18,7 +18,7 @@  - [[./spine.org][spine]]  [[./][org/]]  - [[./output_hub.org][output_hub]] -* 0. output css defaults                       :module:spine:output_xmls_css: +* output css defaults :module:spine:output_xmls_css:  ** _module template_  #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/xmls_css.d" diff --git a/org/out_zip.org b/org/out_zip.org index b31a3fd..c3a0189 100644 --- a/org/out_zip.org +++ b/org/out_zip.org @@ -17,7 +17,7 @@  - [[./spine.org][spine]]  [[./][org/]]  - [[./output_hub.org][output_hub]] -* _zip_                                          :module:spine:create_zip_file: +* _zip_ :module:spine:create_zip_file:  ** module template  #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/create_zip_file.d" diff --git a/org/output_hub.org b/org/output_hub.org index 5ef9cb3..f48f33f 100644 --- a/org/output_hub.org +++ b/org/output_hub.org @@ -18,7 +18,7 @@  - [[./spine.org][spine]]  [[./][org/]]  * output hub [#A] -** _module template_                                                   :module: +** _module template_ :module:  #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/hub.d"  <<doc_header_including_copyright_and_license>> @@ -91,7 +91,7 @@ import doc_reform.io_out,  ** outputs  *** files -**** source: _dr_src_ &/or _pod_                                     :source:pod: +**** source: _dr_src_ &/or _pod_ :source:pod:  - [[./output_pod.org][output_pod]]  #+NAME: output_scheduled_task_source_or_pod @@ -114,7 +114,7 @@ if (sched == outTask.source_or_pod) {  }  #+END_SRC -**** epub                                                              :epub: +**** epub :epub:  #+NAME: output_scheduled_task_epub  #+BEGIN_SRC d @@ -126,8 +126,8 @@ if (sched == outTask.epub) {  }  #+END_SRC -**** html                                                              :html: -***** metadata                                                     :metadata: +**** html :html: +***** metadata :metadata:  #+NAME: output_scheduled_task_html_meta  #+BEGIN_SRC d @@ -137,7 +137,7 @@ if (sched == outTask.html_stuff) {  }  #+END_SRC -***** scroll                                                         :scroll: +***** scroll :scroll:  #+NAME: output_scheduled_task_html_scroll  #+BEGIN_SRC d @@ -149,7 +149,7 @@ if (sched == outTask.html_scroll) {  }  #+END_SRC -***** seg                                                               :seg: +***** seg :seg:  #+NAME: output_scheduled_task_html_seg  #+BEGIN_SRC d @@ -161,7 +161,7 @@ if (sched == outTask.html_seg) {  }  #+END_SRC -***** css, images etc                                            :css:images: +***** css, images etc :css:images:  #+NAME: output_scheduled_task_html_out  #+BEGIN_SRC d @@ -173,7 +173,7 @@ if (sched == outTask.html_stuff) {  }  #+END_SRC -**** latex / pdf                                                  :latex:pdf: +**** latex / pdf :latex:pdf:  #+NAME: output_scheduled_task_latex  #+BEGIN_SRC d @@ -185,7 +185,7 @@ if (sched == outTask.latex) {  }  #+END_SRC -**** odf / odt                                                      :odf:odt: +**** odf / odt :odf:odt:  #+NAME: output_scheduled_task_odt  #+BEGIN_SRC d @@ -197,7 +197,7 @@ if (sched == outTask.odt) {  }  #+END_SRC -**** sqlite discrete                                                 :sqlite: +**** sqlite discrete :sqlite:  #+NAME: output_scheduled_task_sqlite  #+BEGIN_SRC d @@ -210,8 +210,8 @@ if (sched == outTask.sqlite) {  #+END_SRC  *** db:sql -**** sqlite collection                                               :sqlite: -***** update / populate                                              :update: +**** sqlite collection :sqlite: +***** update / populate :update:  #+NAME: output_shared_sqlite_db  #+BEGIN_SRC d @@ -229,7 +229,7 @@ if (doc_matters.opt.action.sqlite_update) {  #+END_SRC  ***** no markup source files to process -******  drop                                                           :drop: +****** drop :drop:  #+NAME: output_options_op_sqlite_db_drop  #+BEGIN_SRC d @@ -245,7 +245,7 @@ if ((opt_action.sqlite_db_drop)) {  }  #+END_SRC -******  create                                                       :create: +****** create :create:  #+NAME: output_options_op_sqlite_db_create  #+BEGIN_SRC d diff --git a/org/output_show.org b/org/output_show.org index c870d0a..e77adf2 100644 --- a/org/output_show.org +++ b/org/output_show.org @@ -15,7 +15,7 @@  #+PROPERTY:    header-args+ :cache no  #+PROPERTY:    header-args+ :padline no -* document abstraction _summary_            :module:spine:metadoc_show_summary: +* document abstraction _summary_ :module:spine:metadoc_show_summary:  ** _module template_ metadoc summary  - document summary from abstraction @@ -541,7 +541,7 @@ import    doc_reform.meta.rgx;  #+END_SRC -*** initialize                                                       :report: +*** initialize :report:  #+NAME: metadoc_show_initialize  #+BEGIN_SRC d diff --git a/org/spine_info.org b/org/spine_info.org index 1f7bc50..9f6956a 100644 --- a/org/spine_info.org +++ b/org/spine_info.org @@ -18,7 +18,7 @@  [[./spine.org][spine.org]]  [[../org/][org/]]  [[./spine_build_scaffold.org][spine_build_scaffold.org]] -* README                                                             :readme: +* README :readme:  ** tangle  #+BEGIN_SRC text  :tangle "../README.md" @@ -418,7 +418,7 @@ project_name:  Spine, Doc Reform        ]  #+END_SRC -* manpage                                                           :manpage: +* manpage :manpage:  ** tangle  #+BEGIN_SRC  man  :tangle "../doc/man/man1/spine.1" @@ -4790,7 +4790,7 @@ matches are found.  #+END_SRC -* CHANGELOG                                                       :changelog: +* CHANGELOG :changelog:  #+BEGIN_SRC sh  CHL="CHANGELOG" diff --git a/org/util_cgi_d_sqlite_search.org b/org/util_cgi_d_sqlite_search.org index 21636ff..4b667dd 100644 --- a/org/util_cgi_d_sqlite_search.org +++ b/org/util_cgi_d_sqlite_search.org @@ -23,7 +23,7 @@  cd util/d/cgi/search  dub --force --compiler=ldc2 && sudo cp -v cgi-bin/spine-search /usr/lib/cgi-bin/. -** 0. set program tangle +** set program tangle  #+BEGIN_SRC d  :tangle "../misc/util/d/cgi/search/src/spine_cgi_sqlite_search.d"  <<cgi_sqlite_head>> | 
