aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/shared.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/shared.org')
-rw-r--r--org/shared.org38
1 files changed, 22 insertions, 16 deletions
diff --git a/org/shared.org b/org/shared.org
index 66df485d..cc13ea34 100644
--- a/org/shared.org
+++ b/org/shared.org
@@ -14,12 +14,14 @@
#+PROPERTY: header-args+ :results no
#+PROPERTY: header-args+ :cache no
#+PROPERTY: header-args+ :padline no
+#+PROPERTY: header-args+ :mkdirp yes
* shared
** shared_sem.rb
-#+BEGIN_SRC ruby :tangle "../lib/sisu/shared_sem.rb"
-# <<sisu_document_header>>
+#+HEADER: :tangle "../lib/sisu/shared_sem.rb"
+#+BEGIN_SRC ruby
+#<<sisu_document_header>>
module SiSU_Sem
require_relative 'dp' # dp.rb
class Tags
@@ -124,8 +126,9 @@ __END__
** shared_images.rb
-#+BEGIN_SRC ruby :tangle "../lib/sisu/shared_images.rb"
-# <<sisu_document_header>>
+#+HEADER: :tangle "../lib/sisu/shared_images.rb"
+#+BEGIN_SRC ruby
+#<<sisu_document_header>>
module SiSU_Images
require_relative 'se_hub_particulars' # se_hub_particulars.rb
class Source
@@ -211,8 +214,9 @@ __END__
** shared_markup_alt.rb
-#+BEGIN_SRC ruby :tangle "../lib/sisu/shared_markup_alt.rb"
-# <<sisu_document_header>>
+#+HEADER: :tangle "../lib/sisu/shared_markup_alt.rb"
+#+BEGIN_SRC ruby
+#<<sisu_document_header>>
module SiSU_TextRepresentation
class Alter
def initialize(x)
@@ -497,8 +501,9 @@ __END__
** shared_metadata.rb
-#+BEGIN_SRC ruby :tangle "../lib/sisu/shared_metadata.rb"
-# <<sisu_document_header>>
+#+HEADER: :tangle "../lib/sisu/shared_metadata.rb"
+#+BEGIN_SRC ruby
+#<<sisu_document_header>>
module SiSU_Metadata
require_relative 'xml_parts' # xml_parts.rb
require_relative 'xml_shared' # xml_shared.rb
@@ -1330,7 +1335,7 @@ WOK
#{Ax[:tab]*2}#{inf_xml}
#{Ax[:tab]}</#{@attrib}>
#{Ax[:tab]}</metadata>
- <br />
+ <br />
WOK
end
def metadata
@@ -1820,8 +1825,9 @@ __END__
* constants
** constants.rb
-#+BEGIN_SRC ruby :tangle "../lib/sisu/constants.rb"
-# <<sisu_document_header>>
+#+HEADER: :tangle "../lib/sisu/constants.rb"
+#+BEGIN_SRC ruby
+#<<sisu_document_header>>
YEAR='2021'
Sfx={
txt: '.txt',
@@ -1993,7 +1999,6 @@ Dx={
}
Tex={
backslash: "\\\\",
- backslash: "\\\\",
tilde: '\\\\\\~',
}
Px={
@@ -2159,8 +2164,9 @@ Iu ⌠ 8992 Il ⌡ <7 ⌈ 8968 >7 ⌉ 8969 7< ⌊ 8970 7> ⌋ 8971
* generic
** generic_parts.rb
-#+BEGIN_SRC ruby :tangle "../lib/sisu/generic_parts.rb"
-# <<sisu_document_header>>
+#+HEADER: :tangle "../lib/sisu/generic_parts.rb"
+#+BEGIN_SRC ruby
+#<<sisu_document_header>>
module SiSU_Parts_Generic
def the_url
def urify(uri)
@@ -2292,6 +2298,6 @@ encoding: utf-8
- Git
<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>
+ <https://git.sisudoc.org/projects/sisu>
+ <https://git.sisudoc.org/projects/sisu-markup>
#+END_SRC