From 6825a6865c9aa7f235a3825b0e08f3834745ed86 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 14 Nov 2019 21:23:31 -0500 Subject: 0.9.0 spine (doc-reform renamed) --- org/source_files_read.org | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'org/source_files_read.org') diff --git a/org/source_files_read.org b/org/source_files_read.org index e182475..121b070 100644 --- a/org/source_files_read.org +++ b/org/source_files_read.org @@ -1,7 +1,7 @@ -*- mode: org -*- -#+TITLE: doc_reform markup source raw +#+TITLE: spine (doc_reform) markup source raw #+DESCRIPTION: documents - structuring, publishing in multiple formats & search -#+FILETAGS: :doc_reform:sourcefile:read: +#+FILETAGS: :spine:sourcefile:read: #+AUTHOR: Ralph Amissah #+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] #+COPYRIGHT: Copyright (C) 2015 - 2019 Ralph Amissah @@ -13,9 +13,9 @@ #+PROPERTY: header-args :padline no :exports code :cache no :noweb yes #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport -#+TAGS: assert(a) class(c) debug(d) mixin(m) doc_reform(s) tangle(T) template(t) WEB(W) noexport(n) +#+TAGS: assert(a) class(c) debug(d) mixin(m) spine(s) tangle(T) template(t) WEB(W) noexport(n) -[[./doc_reform.org][doc_reform]] [[./][org/]] +[[./spine.org][spine]] [[./][org/]] * imports #+name: imports_std @@ -28,7 +28,7 @@ import #+END_SRC * A. get _config file_ (read in) -** 0. module template :module:config_files: +** _module template_ :module:config_files: #+BEGIN_SRC d :tangle "../src/doc_reform/source/read_config_files.d" /++ @@ -166,7 +166,7 @@ static template readConfigDoc() { } #+END_SRC -*** 2. YAML config files get +*** 1. YAML config files get #+name: meta_config_file_yaml #+BEGIN_SRC d @@ -186,7 +186,7 @@ static template configYAML() { } #+END_SRC -*** 3. YAML config (config_local_site & dr_document_make) :file:config:hub: +*** 2. YAML config (config_local_site & dr_document_make) :file:config:hub: #+name: meta_config_file_hub #+BEGIN_SRC d @@ -213,7 +213,7 @@ static template configReadDocYAML() { #+END_SRC * B. get _markup source_, read file :module:source_files: -** 0. module template (includes tuple) +** _module template_ (includes tuple) #+BEGIN_SRC d :tangle "../src/doc_reform/source/read_source_files.d" /++ @@ -461,7 +461,7 @@ final char[][] getInsertMarkupSourceContentRawLineArray( #+END_SRC ** get markup source, master file & inserts :masterfile:inserts: -[[./doc_reform.org][doc_reform]] [[./][org/]] +[[./spine.org][spine]] [[./][org/]] *** scan inserts (sub-document) source :scan_insert_src: **** scan subdoc source -- cgit v1.2.3