aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_paths.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2018-09-10 18:15:02 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2019-04-10 15:14:15 -0400
commite95c49b76f4ac7bf72c383ee43a0567dfcbf1603 (patch)
treeb3aec9058f69be0047bb526052f8deefb5d97463 /org/default_paths.org
parentmaker, subprojects arrange, minor (diff)
0.1.0 renamed doc-reform, doc_reform (& rad)
- from sdp
Diffstat (limited to 'org/default_paths.org')
-rw-r--r--org/default_paths.org29
1 files changed, 14 insertions, 15 deletions
diff --git a/org/default_paths.org b/org/default_paths.org
index a37b542..9859758 100644
--- a/org/default_paths.org
+++ b/org/default_paths.org
@@ -1,8 +1,8 @@
-#+TITLE: sdp default paths
+#+TITLE: doc_reform default paths
+#+DESCRIPTION: documents - structuring, publishing in multiple formats & search
+#+FILETAGS: :doc_reform:paths:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+DESCRIPTION: documents - structuring, publishing in multiple formats & search
-#+KEYWORDS
#+LANGUAGE: en
#+STARTUP: indent content
#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:nil _:nil -:t f:t *:t <:t
@@ -11,27 +11,26 @@
#+PROPERTY: header-args :padline no :exports code :noweb yes
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
-#+FILETAGS: :sdp:rel:path:file:
-#+TAGS: assert(a) class(c) debug(d) mixin(m) sdp(s) tangle(T) template(t) WEB(W) noexport(n)
+#+TAGS: assert(a) class(c) debug(d) mixin(m) doc_reform(s) tangle(T) template(t) WEB(W) noexport(n)
-[[./sdp.org][sdp]] [[./][org/]]
-* 0. source paths :module:sdp:paths_source:
+[[./doc_reform.org][doc_reform]] [[./][org/]]
+* 0. source paths :module:doc_reform:paths_source:
** 0. module template
-#+BEGIN_SRC d :tangle ../src/sdp/source/paths_source.d
+#+BEGIN_SRC d :tangle ../src/doc_reform/source/paths_source.d
/++
read configuration files<BR>
- read config files<BR>
meta_config_files.d
+/
-module sdp.source.paths_source;
+module doc_reform.source.paths_source;
import std.array,
std.file,
std.path,
std.regex,
std.stdio,
std.conv : to;
-import sdp.meta.rgx;
+import doc_reform.meta.rgx;
<<template_paths_src>>
<<template_paths_sisupod>>
<<template_paths_sisupod_shallow>>
@@ -91,7 +90,7 @@ template PodManifest() {
}
#+END_SRC
-** _path matters (pod, manifest and source files)_ :manifest:
+** _path matters (pod, manifest and source files)_ :manifest:
tree sisupod
sisupod
@@ -902,19 +901,19 @@ template SiSUpathsSisupods() {
}
#+END_SRC
-* 1. output paths :module:sdp:paths_output:
+* 1. output paths :module:doc_reform:paths_output:
** 0. module template
-#+BEGIN_SRC d :tangle ../src/sdp/output/paths_output.d
+#+BEGIN_SRC d :tangle ../src/doc_reform/output/paths_output.d
/++
default settings
+/
-module sdp.output.paths_output;
+module doc_reform.output.paths_output;
import std.array,
std.path,
std.regex,
std.stdio;
-import sdp.meta.rgx;
+import doc_reform.meta.rgx;
<<template_paths_out>>
<<template_paths_html>>
<<template_paths_epub>>