aboutsummaryrefslogtreecommitdiffhomepage
path: root/org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-05-21 19:27:14 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2023-05-21 19:27:34 -0400
commitfd8a637007f35bab860eb85f412560b5202bc622 (patch)
treeac3d5777c8497325a6cf9868d73d3b1bfe89c50a /org
parentnix dev + update direnv 2.2.1 => 2.3.0 (diff)
ocda org file ("metaverse" renamed)
- ocda - object centric document abstraction - "metaverse" name predates current association, no need to hold on to either, rename
Diffstat (limited to 'org')
-rw-r--r--org/doc-reform.org8
-rw-r--r--org/ocda.org (renamed from org/metaverse.org)4
2 files changed, 6 insertions, 6 deletions
diff --git a/org/doc-reform.org b/org/doc-reform.org
index e9cd731..dc0c403 100644
--- a/org/doc-reform.org
+++ b/org/doc-reform.org
@@ -48,7 +48,7 @@ doc-reform.org
in_source_files.org
meta_conf_make_meta.org
meta_debugs.org
-metaverse.org
+ocda.org
out_curate_metadata.org
out_latex.org
out_metadata.org
@@ -72,7 +72,7 @@ util_spine_syntax_highlighting_vim.org
*** spine.org :spine:
- program entry point, takes in command line request and decides how to process
- - input files are sent to metaverse for processing
+ - input files are sent to ocda (object-centric data abstraction) for processing
- output files are sent to the output hub and the requested outputs called
#+NAME: listdir_spine
@@ -135,14 +135,14 @@ in_source_files.org
#+HEADER: :results output replace
#+HEADER: :wrap src text
#+BEGIN_SRC sh
-ls -1 metaverse\.org meta_*\.org
+ls -1 ocda\.org meta_*\.org
#+END_SRC
#+RESULTS: listdir_meta
#+begin_src text
meta_conf_make_meta.org
meta_debugs.org
-metaverse.org
+ocda.org
#+end_src
**** 3. outputs
diff --git a/org/metaverse.org b/org/ocda.org
index a16c72f..8c6a06c 100644
--- a/org/metaverse.org
+++ b/org/ocda.org
@@ -1,5 +1,5 @@
-*- mode: org -*-
-#+TITLE: spine (doc_reform) document abstraction
+#+TITLE: spine (doc_reform) object-centric document abstraction
#+DESCRIPTION: documents - structuring, publishing in multiple formats & search
#+FILETAGS: :spine:abstraction:
#+AUTHOR: Ralph Amissah
@@ -17,7 +17,7 @@
- [[./doc-reform.org][doc-reform.org]] [[./][org/]]
-* 1. Document Abstraction
+* 1. (Object-Centric) Document Abstraction
Process markup document, create document abstraction.
** _module template_ :module:metadoc_from_src: