diff options
Diffstat (limited to 'org')
| -rw-r--r-- | org/doc-reform.org | 8 | ||||
| -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: | 
