diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2018-10-03 11:16:23 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-04-10 15:14:15 -0400 |
commit | a7321dc8c96ff0006eb79a7181db4ab416e916f3 (patch) | |
tree | a51168fcb61018db2429d9bbe024ab1624f0f764 /org/default_misc.org | |
parent | 0.1.0 renamed doc-reform, doc_reform (& rad) (diff) |
naming DocReform from SiSU
Diffstat (limited to 'org/default_misc.org')
-rw-r--r-- | org/default_misc.org | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/org/default_misc.org b/org/default_misc.org index 55fa418..5d175ee 100644 --- a/org/default_misc.org +++ b/org/default_misc.org @@ -35,7 +35,7 @@ module doc_reform.meta.defaults; #+name: meta_defaults_template_init_flags #+BEGIN_SRC d -template SiSUrgxInitFlags() { +template DocReformRgxInitFlags() { /+ regex flags +/ static int[string] flags_type_init() { int[string] flags_type_init = [ @@ -81,7 +81,7 @@ template SiSUrgxInitFlags() { #+name: meta_defaults_template_node #+BEGIN_SRC d -template SiSUnode() { +template DocReformNode() { static string[string] node_metadata_heading_str() { auto _node = [ "is" : "", @@ -129,7 +129,7 @@ template SiSUnode() { #+name: meta_defaults_template_biblio #+BEGIN_SRC d -template SiSUbiblio() { +template DocReformBiblio() { // required: deemed_author (author || editor); year; fulltitle; struct BibJsnStr { static auto biblio_entry_tags_jsonstr() { @@ -256,7 +256,7 @@ template InternalMarkup() { #+name: defaults_template_language_codes #+BEGIN_SRC d -template SiSUlanguageCodes() { +template DocReformLanguageCodes() { /+ language codes +/ struct Lang { static string[string][string] codes() { |