aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/html.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/html.org')
-rw-r--r--org/html.org32
1 files changed, 17 insertions, 15 deletions
diff --git a/org/html.org b/org/html.org
index f83b6ccd..22e6d6f6 100644
--- a/org/html.org
+++ b/org/html.org
@@ -21,7 +21,7 @@
*** html.rb
#+BEGIN_SRC ruby :tangle "../lib/sisu/html.rb"
-# <<sisu_document_header>>
+<<sisu_document_header>>
module SiSU_HTML
begin
require 'pstore'
@@ -746,7 +746,7 @@ __END__
*** html_parts.rb
#+BEGIN_SRC ruby :tangle "../lib/sisu/html_parts.rb"
-# <<sisu_document_header>>
+<<sisu_document_header>>
module SiSU_Parts_HTML
require_relative 'generic_parts' # generic_parts.rb
include SiSU_Parts_Generic
@@ -1133,7 +1133,7 @@ __END__
*** html_tune.rb
#+BEGIN_SRC ruby :tangle "../lib/sisu/html_tune.rb"
-# <<sisu_document_header>>
+<<sisu_document_header>>
require_relative 'dp' # dp.rb
module SiSU_HTML_Tune
require_relative 'se' # se.rb
@@ -1384,7 +1384,7 @@ __END__
*** html_scroll.rb
#+BEGIN_SRC ruby :tangle "../lib/sisu/html_scroll.rb"
-# <<sisu_document_header>>
+<<sisu_document_header>>
module SiSU_HTML_Scroll
require_relative 'html_shared' # html_shared.rb
require_relative 'html' # html.rb
@@ -1569,7 +1569,7 @@ __END__
*** html_segments.rb
#+BEGIN_SRC ruby :tangle "../lib/sisu/html_segments.rb"
-# <<sisu_document_header>>
+<<sisu_document_header>>
module SiSU_HTML_Seg
require_relative 'html_shared' # html_shared.rb
require_relative 'html' # html.rb
@@ -2235,7 +2235,7 @@ __END__
*** html_format.rb
#+BEGIN_SRC ruby :tangle "../lib/sisu/html_format.rb"
-# <<sisu_document_header>>
+<<sisu_document_header>>
module SiSU_HTML_Format
require_relative 'html_parts' # html_parts.rb
class ParagraphNumber
@@ -3534,7 +3534,7 @@ __END__
*** html_shared.rb
#+BEGIN_SRC ruby :tangle "../lib/sisu/html_shared.rb"
-# <<sisu_document_header>>
+<<sisu_document_header>>
module SiSU_HTML_Shared
require_relative 'html_table' # html_table.rb
class TableHTML < SiSU_HTML_Table::TableHTML
@@ -3546,7 +3546,7 @@ __END__
*** html_lite_shared.rb
#+BEGIN_SRC ruby :tangle "../lib/sisu/html_lite_shared.rb"
-# <<sisu_document_header>>
+<<sisu_document_header>>
module SiSU_FormatShared
require_relative 'html_parts' # html_parts.rb
class CSS_Format
@@ -3819,7 +3819,7 @@ __END__
*** html_table.rb
#+BEGIN_SRC ruby :tangle "../lib/sisu/html_table.rb"
-# <<sisu_document_header>>
+<<sisu_document_header>>
module SiSU_HTML_Table
require_relative 'xhtml_table' # xhtml_table.rb
require_relative 'html_parts' # html_parts.rb
@@ -3836,7 +3836,7 @@ __END__
*** html_minitoc.rb
#+BEGIN_SRC ruby :tangle "../lib/sisu/html_minitoc.rb"
-# <<sisu_document_header>>
+<<sisu_document_header>>
module SiSU_HTML_MiniToc
require_relative 'html_tune' # html_tune.rb
include SiSU_HTML_Tune
@@ -4016,7 +4016,7 @@ __END__
*** html_concordance.rb
#+BEGIN_SRC ruby :tangle "../lib/sisu/html_concordance.rb"
-# <<sisu_document_header>>
+<<sisu_document_header>>
module SiSU_Concordance
require_relative 'se_hub_particulars' # se_hub_particulars.rb
include SiSU_Particulars
@@ -4357,7 +4357,7 @@ __END__
*** html_manifest.rb
#+BEGIN_SRC ruby :tangle "../lib/sisu/html_manifest.rb"
-# <<sisu_document_header>>
+<<sisu_document_header>>
module SiSU_Manifest
require_relative 'se' # se.rb
include SiSU_Env
@@ -5339,7 +5339,7 @@ __END__
*** html_persist.rb
#+BEGIN_SRC ruby :tangle "../lib/sisu/html_persist.rb"
-# <<sisu_document_header>>
+<<sisu_document_header>>
module SiSU_HTML_Persist
class Persist
@@persist=nil
@@ -5526,7 +5526,7 @@ __END__
*** html_promo.rb
#+BEGIN_SRC ruby :tangle "../lib/sisu/html_promo.rb"
-# <<sisu_document_header>>
+<<sisu_document_header>>
module SiSU_HTML_Promo
require_relative 'se' # se.rb
include SiSU_Env
@@ -5917,7 +5917,8 @@ __END__
#+NAME: sisu_document_header
#+BEGIN_SRC text
-encoding: utf-8
+#encoding: utf-8
+=begin
- Name: SiSU
- Description: documents, structuring, processing, publishing, search
@@ -5969,4 +5970,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