diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-11-14 21:23:31 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-11-19 16:55:31 -0500 |
commit | 6825a6865c9aa7f235a3825b0e08f3834745ed86 (patch) | |
tree | 79a128d168cf30bdb8bd4aa130f9e19b0c3ec5ae /org/output_show.org | |
parent | 0.8.3 (if exists) get site config & output path (diff) |
0.9.0 spine (doc-reform renamed)
Diffstat (limited to 'org/output_show.org')
-rw-r--r-- | org/output_show.org | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/org/output_show.org b/org/output_show.org index 0c54c5f..ea987d4 100644 --- a/org/output_show.org +++ b/org/output_show.org @@ -1,7 +1,7 @@ -*- mode: org -*- -#+TITLE: metadata (multidocument) harvests +#+TITLE: spine (doc_reform) metadata (multidocument) harvests #+DESCRIPTION: documents - structuring, various output representations & search -#+FILETAGS: :doc_reform:hub: +#+FILETAGS: :spine:hub: #+AUTHOR: Ralph Amissah #+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] #+COPYRIGHT: Copyright (C) 2015 - 2019 Ralph Amissah @@ -13,10 +13,10 @@ #+PROPERTY: header-args :results silent :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) -* document abstraction _summary_ :module:doc_reform:metadoc_show_summary: -** 0. module template metadoc summary +* document abstraction _summary_ :module:spine:metadoc_show_summary: +** _module template_ metadoc summary - document summary from abstraction #+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_show_summary.d" @@ -131,7 +131,7 @@ writefln( #+END_SRC * show config -** 0. module template show config +** _module template_ show config --show-config (show config) #+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_show_config.d" @@ -233,7 +233,7 @@ writefln( #+END_SRC * show make -** 0. module template show make +** _module template_ show make --show-make (show document make) #+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_show_make.d" @@ -304,7 +304,7 @@ writefln( * show metadata -** 0. module template show metadata +** _module template_ show metadata --show-metadata (show document metadata) #+BEGIN_SRC d :tangle "../src/doc_reform/meta/metadoc_show_metadata.d" |