aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/output_hub.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/output_hub.org')
-rw-r--r--org/output_hub.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/org/output_hub.org b/org/output_hub.org
index 24095b3..4d9c320 100644
--- a/org/output_hub.org
+++ b/org/output_hub.org
@@ -32,7 +32,7 @@ template outputHub() {
mixin Msg;
auto msg = Msg!()(doc_matters);
static auto rgx = Rgx();
- enum outTask { sisupod, source, sqlite, sqlite_multi, epub, html_scroll, html_seg, html_stuff }
+ enum outTask { pod, source, sqlite, sqlite_multi, epub, html_scroll, html_seg, html_stuff }
void Scheduled(D,I)(int sched, D doc_abstraction, I doc_matters) {
auto msg = Msg!()(doc_matters);
<<output_scheduled_task>>
@@ -68,14 +68,14 @@ import doc_reform.output,
doc_reform.output.html,
doc_reform.output.sqlite,
doc_reform.output.xmls,
- doc_reform.output.source_sisupod,
+ doc_reform.output.source_pod,
doc_reform.output.create_zip_file,
doc_reform.output.paths_output;
#+END_SRC
#+name: output_scheduled_task
#+BEGIN_SRC d
-if (sched == outTask.sisupod) {
+if (sched == outTask.pod) {
msg.v("sisu source processing... ");
DocReformPod!()(doc_matters);
msg.vv("sisu source done");
@@ -110,8 +110,8 @@ if (sched == outTask.html_stuff) {
** output options
*** verbose
-*** output source: _sisusrc_ &/or _sisupod_
-- [[./output_sisupod.org][output_sisupod]]
+*** output source: _sisusrc_ &/or _pod_
+- [[./output_pod.org][output_pod]]
**** collection
***** update / populate