diff options
Diffstat (limited to 'org/shared.org')
| -rw-r--r-- | org/shared.org | 16 | 
1 files changed, 9 insertions, 7 deletions
| diff --git a/org/shared.org b/org/shared.org index 913fa490..ff88f99c 100644 --- a/org/shared.org +++ b/org/shared.org @@ -20,7 +20,7 @@  ** shared_sem.rb  #+BEGIN_SRC ruby  :tangle "../lib/sisu/shared_sem.rb" -# <<sisu_document_header>> +<<sisu_document_header>>  module SiSU_Sem    require_relative 'dp'                                 # dp.rb    class Tags @@ -126,7 +126,7 @@ __END__  ** shared_images.rb  #+BEGIN_SRC ruby  :tangle "../lib/sisu/shared_images.rb" -# <<sisu_document_header>> +<<sisu_document_header>>  module SiSU_Images    require_relative 'se_hub_particulars'                 # se_hub_particulars.rb    class Source @@ -213,7 +213,7 @@ __END__  ** shared_markup_alt.rb  #+BEGIN_SRC ruby  :tangle "../lib/sisu/shared_markup_alt.rb" -# <<sisu_document_header>> +<<sisu_document_header>>  module SiSU_TextRepresentation    class Alter      def initialize(x) @@ -499,7 +499,7 @@ __END__  ** shared_metadata.rb  #+BEGIN_SRC ruby  :tangle "../lib/sisu/shared_metadata.rb" -# <<sisu_document_header>> +<<sisu_document_header>>  module SiSU_Metadata    require_relative 'xml_parts'                          # xml_parts.rb    require_relative 'xml_shared'                         # xml_shared.rb @@ -1822,7 +1822,7 @@ __END__  ** constants.rb  #+BEGIN_SRC ruby  :tangle "../lib/sisu/constants.rb" -# <<sisu_document_header>> +<<sisu_document_header>>  YEAR='2021'  Sfx={    txt:                       '.txt', @@ -2161,7 +2161,7 @@ Iu ⌠  8992   Il ⌡ <7 ⌈  8968   >7 ⌉  8969   7< ⌊  8970   7> ⌋  8971  ** generic_parts.rb  #+BEGIN_SRC ruby  :tangle "../lib/sisu/generic_parts.rb" -# <<sisu_document_header>> +<<sisu_document_header>>  module SiSU_Parts_Generic    def the_url      def urify(uri) @@ -2243,7 +2243,8 @@ __END__  #+NAME: sisu_document_header  #+BEGIN_SRC text -encoding: utf-8 +#encoding: utf-8 +=begin  - Name: SiSU    - Description: documents, structuring, processing, publishing, search @@ -2295,4 +2296,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 | 
