diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-11-10 13:48:18 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-11-10 13:48:18 -0500 |
commit | ff0951418e0c4355ac0235a0ea283f61f9462a3d (patch) | |
tree | 06a2c6f62e2868a5f500ac55c0fb47aadecda6dd /org/json.org | |
parent | org, create output path if necessary, should not be (diff) |
rb file headers change, org-mode tangle whitespace issue
Diffstat (limited to 'org/json.org')
-rw-r--r-- | org/json.org | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/org/json.org b/org/json.org index 0399c7fa..91b54271 100644 --- a/org/json.org +++ b/org/json.org @@ -19,7 +19,7 @@ * json.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/json.rb" -# <<sisu_document_header>> +<<sisu_document_header>> module SiSU_JSON require_relative 'se_hub_particulars' # se_hub_particulars.rb include SiSU_Particulars @@ -386,7 +386,7 @@ __END__ * json_parts.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/json_parts.rb" -# <<sisu_document_header>> +<<sisu_document_header>> module SiSU_Parts_JSON require_relative 'generic_parts' # generic_parts.rb include SiSU_Parts_Generic @@ -426,7 +426,7 @@ __END__ * json_shared.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/json_shared.rb" -# <<sisu_document_header>> +<<sisu_document_header>> module SiSU_JSONutils require_relative 'generic_parts' # generic_parts.rb class Clean @@ -1059,7 +1059,7 @@ __END__ * json_format.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/json_format.rb" -# <<sisu_document_header>> +<<sisu_document_header>> module SiSU_JSON_Format require_relative 'dp' # dp.rb require_relative 'json_parts' # json_parts.rb @@ -1489,7 +1489,7 @@ __END__ * json_persist.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/json_persist.rb" -# <<sisu_document_header>> +<<sisu_document_header>> module SiSU_JSON_Persist class Persist @@persist=nil @@ -1566,7 +1566,8 @@ __END__ #+NAME: sisu_document_header #+BEGIN_SRC text -encoding: utf-8 +#encoding: utf-8 +=begin - Name: SiSU - Description: documents, structuring, processing, publishing, search @@ -1618,4 +1619,5 @@ encoding: utf-8 <https://git.sisudoc.org/projects/> <https://git.sisudoc.org/projects/?p=software/sisu.git;a=summary> <https://git.sisudoc.org/projects/?p=markup/sisu-markup-samples.git;a=summary> +=end #+END_SRC |