aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-07-15 18:50:12 -0400
committerRalph Amissah <ralph@amissah.com>2014-07-15 18:50:12 -0400
commit99f57f7e7b5c591acfa6e27f9b49d0b6b27d3d46 (patch)
tree5da9c1d51928ec7aed693c5dea3f1b80edcd46ff
parentv5 v6: docbook, css (needs work), also doc header, sisu processing info (diff)
v5 v6: docbook, status, under construction notice removed (still much to do)
-rw-r--r--data/doc/sisu/CHANGELOG_v51
-rw-r--r--data/doc/sisu/CHANGELOG_v61
-rw-r--r--lib/sisu/v5/sysenv.rb4
-rw-r--r--lib/sisu/v6/sysenv.rb4
4 files changed, 6 insertions, 4 deletions
diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5
index b797dc52..5b321c83 100644
--- a/data/doc/sisu/CHANGELOG_v5
+++ b/data/doc/sisu/CHANGELOG_v5
@@ -52,6 +52,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.5.1.orig.tar.xz
* images, an adjustment
* css (needs work)
* document header, sisu processing info
+ * docbook status, under construction notice removed (still much to do)
%% 5.5.0.orig.tar.xz (2014-07-11:27/5)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_5.5.0
diff --git a/data/doc/sisu/CHANGELOG_v6 b/data/doc/sisu/CHANGELOG_v6
index 6c5da447..4e6ea011 100644
--- a/data/doc/sisu/CHANGELOG_v6
+++ b/data/doc/sisu/CHANGELOG_v6
@@ -42,6 +42,7 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_6.1.1.orig.tar.xz
* images, an adjustment
* css (needs work)
* document header, sisu processing info
+ * docbook status, under construction notice removed (still much to do)
%% 6.1.0.orig.tar.xz (2014-07-11:27/5)
http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_6.1.0
diff --git a/lib/sisu/v5/sysenv.rb b/lib/sisu/v5/sysenv.rb
index 5c399564..13aba203 100644
--- a/lib/sisu/v5/sysenv.rb
+++ b/lib/sisu/v5/sysenv.rb
@@ -6315,7 +6315,7 @@ WOK
end
def xml_docbook
def ft
- 'docbook' + DEVELOPER[:under_construction]
+ 'docbook'
end
def dir
set_path(ft).dir.abc
@@ -6363,7 +6363,7 @@ WOK
end
def xml_docbook_book
def ft
- 'docbook' + DEVELOPER[:under_construction]
+ 'docbook'
end
def dir
set_path(ft).dir.abc
diff --git a/lib/sisu/v6/sysenv.rb b/lib/sisu/v6/sysenv.rb
index 27927edd..0a1df86e 100644
--- a/lib/sisu/v6/sysenv.rb
+++ b/lib/sisu/v6/sysenv.rb
@@ -6315,7 +6315,7 @@ WOK
end
def xml_docbook
def ft
- 'docbook' + DEVELOPER[:under_construction]
+ 'docbook'
end
def dir
set_path(ft).dir.abc
@@ -6363,7 +6363,7 @@ WOK
end
def xml_docbook_book
def ft
- 'docbook' + DEVELOPER[:under_construction]
+ 'docbook'
end
def dir
set_path(ft).dir.abc