From 4c53032fe702fec07e0d479e79507656ac312237 Mon Sep 17 00:00:00 2001
From: Ralph Amissah
Date: Mon, 6 May 2013 18:32:04 -0400
Subject: v4: version & changelog
---
data/doc/sisu/CHANGELOG_v4 | 7 +++++++
data/sisu/v4/v/version.yml | 6 +++---
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/data/doc/sisu/CHANGELOG_v4 b/data/doc/sisu/CHANGELOG_v4
index 8c4a9dd1..f655ccd6 100644
--- a/data/doc/sisu/CHANGELOG_v4
+++ b/data/doc/sisu/CHANGELOG_v4
@@ -21,6 +21,13 @@ v2 branch is removed; it is available in sisu =< 3.3.2
%% Reverse Chronological:
+%% 4.0.21.orig.tar.xz (2013-05-06:18/1)
+http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.21
+http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.21-1
+http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.21.orig.tar.xz
+ sisu_4.0.21.orig.tar.xz
+ sisu_4.0.21-1.dsc
+
%% 4.0.20.orig.tar.xz (2013-04-11:14/4)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.20
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.20-1
diff --git a/data/sisu/v4/v/version.yml b/data/sisu/v4/v/version.yml
index e493e313..e7499ffb 100644
--- a/data/sisu/v4/v/version.yml
+++ b/data/sisu/v4/v/version.yml
@@ -1,5 +1,5 @@
---
-:version: 4.0.20
-:date_stamp: 2013w14/4
-:date: "2013-04-11"
+:version: 4.0.21
+:date_stamp: 2013w18/1
+:date: "2013-05-06"
:project: SiSU
--
cgit v1.2.3
From 4b97aba3b963e81354e42474bb062c67b655390e Mon Sep 17 00:00:00 2001
From: Ralph Amissah
Date: Mon, 6 May 2013 18:35:21 -0400
Subject: v4: minor sysenv, cgi_sql_common
---
data/doc/sisu/CHANGELOG_v4 | 2 ++
lib/sisu/v4/cgi_sql_common.rb | 8 --------
lib/sisu/v4/sysenv.rb | 18 ++++++++++++------
3 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/data/doc/sisu/CHANGELOG_v4 b/data/doc/sisu/CHANGELOG_v4
index f655ccd6..6d0c2484 100644
--- a/data/doc/sisu/CHANGELOG_v4
+++ b/data/doc/sisu/CHANGELOG_v4
@@ -28,6 +28,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.21.orig.tar.xz
sisu_4.0.21.orig.tar.xz
sisu_4.0.21-1.dsc
+* v4: minor sysenv, cgi_sql_common
+
%% 4.0.20.orig.tar.xz (2013-04-11:14/4)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.20
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.20-1
diff --git a/lib/sisu/v4/cgi_sql_common.rb b/lib/sisu/v4/cgi_sql_common.rb
index f7aab470..5e356a58 100644
--- a/lib/sisu/v4/cgi_sql_common.rb
+++ b/lib/sisu/v4/cgi_sql_common.rb
@@ -624,14 +624,6 @@ module SiSU_CGI_SQL
software infrastructure,
with the usual GPL (or OSS) suspects.
-
- Better - "performance, reliability, scalability, security & total cost of ownership"
- [not to mention flexibility & choice] use of and adherence to open standards (where practical and fair) and it is software libré.
-
- Get With the Future
-
- Way Better!
-
diff --git a/lib/sisu/v4/sysenv.rb b/lib/sisu/v4/sysenv.rb
index 400d53b0..a8eaf1b3 100644
--- a/lib/sisu/v4/sysenv.rb
+++ b/lib/sisu/v4/sysenv.rb
@@ -5897,13 +5897,16 @@ WOK
@file=SiSU_Env::FileOp.new(@md)
end
def html
- %{ }
+ stylesheet="#{@file.path_rel_links.html_scroll_css}#{@env.path.style}/#{@css.html}"
+ %{ }
end
def html_seg
- %{ }
+ stylesheet="#{@file.path_rel_links.html_seg_css}#{@env.path.style}/#{@css.html}"
+ %{ }
end
def html_tables
- %{ }
+ stylesheet="#{@file.path_rel_links.html_seg_css}#{@env.path.style}/#{@css.html}"
+ %{ }
end
def xhtml_epub
%{ }
@@ -5912,13 +5915,16 @@ WOK
xhtml_epub
end
def xhtml
- %{}
+ stylesheet="#{@file.path_rel_links.xhtml_css}#{@env.path.style}/#{@css.xhtml}"
+ %{}
end
def xml_sax
- %{}
+ stylesheet="#{@file.path_rel_links.xml_css}#{@env.path.style}/#{@css.xml_sax}"
+ %{}
end
def xml_dom
- %{}
+ stylesheet="#{@file.path_rel_links.xml_css}#{@env.path.style}/#{@css.xml_dom}"
+ %{}
end
end
class CreateSite < InfoEnv
--
cgit v1.2.3