From ff0951418e0c4355ac0235a0ea283f61f9462a3d Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 10 Nov 2021 13:48:18 -0500 Subject: rb file headers change, org-mode tangle whitespace issue --- org/cgi.org | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'org/cgi.org') diff --git a/org/cgi.org b/org/cgi.org index ecf68c7e..25ecd88a 100644 --- a/org/cgi.org +++ b/org/cgi.org @@ -20,7 +20,7 @@ ** cgi.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/cgi.rb" -# <> +<> module SiSU_CGI #% database building documents require_relative 'se' # se.rb require_relative 'cgi_pgsql' # cgi_pgsql.rb @@ -54,7 +54,7 @@ __END__ ** cgi_sqlite.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/cgi_sqlite.rb" -# <> +<> module SiSU_CGI_SQLite #% database building documents require_relative 'se' # se.rb require_relative 'cgi_sql_common' # cgi_sql_common.rb @@ -248,7 +248,7 @@ __END__ ** cgi_pgsql.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/cgi_pgsql.rb" -# <> +<> module SiSU_CGI_PgSQL #% database building documents require_relative 'se' # se.rb require_relative 'cgi_sql_common' # cgi_sql_common.rb @@ -468,7 +468,7 @@ __END__ ** cgi_sql_common.rb #+BEGIN_SRC ruby :tangle "../lib/sisu/cgi_sql_common.rb" -# <> +<> module SiSU_CGI_SQL class CGI_Common def initialize(webserv,opt,image_src,dir) @@ -1405,7 +1405,8 @@ __END__ #+NAME: sisu_document_header #+BEGIN_SRC text -encoding: utf-8 +#encoding: utf-8 +=begin - Name: SiSU - Description: documents, structuring, processing, publishing, search @@ -1457,4 +1458,5 @@ encoding: utf-8 +=end #+END_SRC -- cgit v1.2.3