aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/output_zip.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/output_zip.org
parentmaker, subprojects arrange, minor (diff)
0.1.0 renamed doc-reform, doc_reform (& rad)
- from sdp
Diffstat (limited to 'org/output_zip.org')
-rw-r--r--org/output_zip.org14
1 files changed, 7 insertions, 7 deletions
diff --git a/org/output_zip.org b/org/output_zip.org
index 05faf74..43100d6 100644
--- a/org/output_zip.org
+++ b/org/output_zip.org
@@ -1,4 +1,4 @@
-#+TITLE: sdp output zip
+#+TITLE: doc_reform output zip
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
#+DESCRIPTION: documents - structuring, publishing in multiple formats & search
@@ -11,17 +11,17 @@
#+PROPERTY: header-args :padline no :exports code :noweb yes
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
-#+FILETAGS: :sdp:rel:output:
-#+TAGS: assert(a) class(c) debug(d) mixin(m) sdp(s) tangle(T) template(t) WEB(W) noexport(n)
+#+FILETAGS: :doc_reform:rel:output:
+#+TAGS: assert(a) class(c) debug(d) mixin(m) doc_reform(s) tangle(T) template(t) WEB(W) noexport(n)
-- [[./sdp.org][sdp]] [[./][org/]]
+- [[./doc_reform.org][doc_reform]] [[./][org/]]
- [[./output_hub.org][output_hub]]
-* _zip_ :module:sdp:create_zip_file:
+* _zip_ :module:doc_reform:create_zip_file:
** module template
-#+BEGIN_SRC d :tangle ../src/sdp/output/create_zip_file.d
-module sdp.output.create_zip_file;
+#+BEGIN_SRC d :tangle ../src/doc_reform/output/create_zip_file.d
+module doc_reform.output.create_zip_file;
template createZipFile() {
import std.file;
import std.outbuffer;