From ed08c2b25243438b8b03c8a9b9ff105f787a75a2 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 10 Feb 2013 08:40:38 -0500 Subject: v4 (v3): version & changelog --- data/doc/sisu/CHANGELOG_v3 | 6 ++++++ data/doc/sisu/CHANGELOG_v4 | 7 +++++++ data/sisu/v3/v/version.yml | 6 +++--- data/sisu/v4/v/version.yml | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3 index 9cd95b77..446742b8 100644 --- a/data/doc/sisu/CHANGELOG_v3 +++ b/data/doc/sisu/CHANGELOG_v3 @@ -29,6 +29,12 @@ v1 branch is removed; it is available in sisu =< 2.7 %% Reverse Chronological: +%% 3.3.10.orig.tar.xz (2013-02-10:05/7) +http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_3.3.10 +http://www.jus.uio.no/sisu/pkg/src/sisu_3.3.10.orig.tar.xz + sisu_3.3.10.orig.tar.xz + sisu_3.3.10-1.dsc + %% 3.3.9.orig.tar.xz (2013-02-06:05/3) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_3.3.9 http://www.jus.uio.no/sisu/pkg/src/sisu_3.3.9.orig.tar.xz diff --git a/data/doc/sisu/CHANGELOG_v4 b/data/doc/sisu/CHANGELOG_v4 index 8be362c4..09651e0d 100644 --- a/data/doc/sisu/CHANGELOG_v4 +++ b/data/doc/sisu/CHANGELOG_v4 @@ -17,6 +17,13 @@ v2 branch is removed; it is available in sisu =< 3.3.2 %% Reverse Chronological: +%% 4.0.7.orig.tar.xz (2013-02-10:05/7) +http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.7 +http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.7-1 +http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.7.orig.tar.xz + sisu_4.0.7.orig.tar.xz + sisu_4.0.7-1.dsc + %% 4.0.6.orig.tar.xz (2013-02-07:05/4) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.6 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.6-1 diff --git a/data/sisu/v3/v/version.yml b/data/sisu/v3/v/version.yml index a69a13bb..a27b1b0d 100644 --- a/data/sisu/v3/v/version.yml +++ b/data/sisu/v3/v/version.yml @@ -1,5 +1,5 @@ --- -:version: 3.3.9 -:date_stamp: 2013w05/3 -:date: "2013-02-06" +:version: 3.3.10 +:date_stamp: 2013w05/7 +:date: "2013-02-10" :project: SiSU diff --git a/data/sisu/v4/v/version.yml b/data/sisu/v4/v/version.yml index 564c26c3..30306e4c 100644 --- a/data/sisu/v4/v/version.yml +++ b/data/sisu/v4/v/version.yml @@ -1,5 +1,5 @@ --- -:version: 4.0.6 -:date_stamp: 2013w05/4 -:date: "2013-02-07" +:version: 4.0.7 +:date_stamp: 2013w05/7 +:date: "2013-02-10" :project: SiSU -- cgit v1.2.3 From 2f8254f7ac2e22d3214b869cfe79b27d8d84ef22 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 10 Feb 2013 08:45:06 -0500 Subject: v4 (v3): dbi_discrete, discreet should have been discrete, renames accordingly --- data/doc/sisu/CHANGELOG_v3 | 2 + data/doc/sisu/CHANGELOG_v4 | 2 + lib/sisu/v3/dbi_discreet.rb | 182 -------------------------------------------- lib/sisu/v3/dbi_discrete.rb | 182 ++++++++++++++++++++++++++++++++++++++++++++ lib/sisu/v3/hub.rb | 6 +- lib/sisu/v3/manifest.rb | 10 +-- lib/sisu/v3/options.rb | 2 +- lib/sisu/v3/sysenv.rb | 30 ++++---- lib/sisu/v3/urls.rb | 8 +- lib/sisu/v4/dbi_discreet.rb | 182 -------------------------------------------- lib/sisu/v4/dbi_discrete.rb | 182 ++++++++++++++++++++++++++++++++++++++++++++ lib/sisu/v4/hub.rb | 8 +- lib/sisu/v4/manifest.rb | 10 +-- lib/sisu/v4/options.rb | 2 +- lib/sisu/v4/sysenv.rb | 30 ++++---- lib/sisu/v4/urls.rb | 8 +- 16 files changed, 425 insertions(+), 421 deletions(-) delete mode 100644 lib/sisu/v3/dbi_discreet.rb create mode 100644 lib/sisu/v3/dbi_discrete.rb delete mode 100644 lib/sisu/v4/dbi_discreet.rb create mode 100644 lib/sisu/v4/dbi_discrete.rb diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3 index 446742b8..79024065 100644 --- a/data/doc/sisu/CHANGELOG_v3 +++ b/data/doc/sisu/CHANGELOG_v3 @@ -35,6 +35,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_3.3.10.orig.tar.xz sisu_3.3.10.orig.tar.xz sisu_3.3.10-1.dsc +* v3: dbi_discrete, discreet should have been discrete, renames accordingly + %% 3.3.9.orig.tar.xz (2013-02-06:05/3) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_3.3.9 http://www.jus.uio.no/sisu/pkg/src/sisu_3.3.9.orig.tar.xz diff --git a/data/doc/sisu/CHANGELOG_v4 b/data/doc/sisu/CHANGELOG_v4 index 09651e0d..a00382e7 100644 --- a/data/doc/sisu/CHANGELOG_v4 +++ b/data/doc/sisu/CHANGELOG_v4 @@ -24,6 +24,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.7.orig.tar.xz sisu_4.0.7.orig.tar.xz sisu_4.0.7-1.dsc +* v4: dbi_discrete, discreet should have been discrete, renames accordingly + %% 4.0.6.orig.tar.xz (2013-02-07:05/4) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.6 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.6-1 diff --git a/lib/sisu/v3/dbi_discreet.rb b/lib/sisu/v3/dbi_discreet.rb deleted file mode 100644 index e26e119c..00000000 --- a/lib/sisu/v3/dbi_discreet.rb +++ /dev/null @@ -1,182 +0,0 @@ -# encoding: utf-8 -=begin - - * Name: SiSU - - * Description: a framework for document structuring, publishing and search - - * Author: Ralph Amissah - - * Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010, 2011, 2012, 2013 Ralph Amissah, All Rights Reserved. - - * License: GPL 3 or later: - - SiSU, a framework for document structuring, publishing and search - - Copyright (C) Ralph Amissah - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the Free - Software Foundation, either version 3 of the License, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - more details. - - You should have received a copy of the GNU General Public License along with - this program. If not, see . - - If you have Internet connection, the latest version of the GPL should be - available at these locations: - - - - - - * SiSU uses: - * Standard SiSU markup syntax, - * Standard SiSU meta-markup syntax, and the - * Standard SiSU object citation numbering and system - - * Hompages: - - - - * Download: - - - * Ralph Amissah - - - - ** Description: postgresql module, dbi import frame - -=end -module SiSU_DBI_Discreet #% database building - require_relative 'help' # help.rb - require_relative 'sysenv' # sysenv.rb - include SiSU_Env; include SiSU_Screen - require_relative 'param' # param.rb - include SiSU_Param - require_relative 'db_dbi' # db_dbi.rb - include SiSU_DbDBI - require_relative 'shared_html_lite' # shared_html_lite.rb - include SiSU_FormatShared - require 'fileutils' - include FileUtils::Verbose - class SQL - def initialize(opt) - SiSU_Env::Load.new('dbi',true).prog - @opt=opt - @particulars=SiSU_Particulars::CombinedSingleton.instance.get_all(opt) - @md=@particulars.md - if @opt.cmd =~/[d]/ \ - or @opt.mod.inspect =~/--((?:sq)?lite)/ - @sql_type='sqlite' - maintenance_check(@opt,__FILE__,__LINE__) if @opt.cmd.inspect =~/M/ - end - @output_path=@md.file.output_path.sqlite_discreet.dir - @filename=@md.file.base_filename.sqlite_discreet - @file_maint=sql_maintenance_file - @file="#{@output_path}/#{@filename}" - end - def build - prepare - create_and_populate - end - def maintenance_check(opt,file,line) - p opt.mod - p opt.cmd - p "at #{file} #{line}" - end - def prepare - if not FileTest.directory?(@output_path) - FileUtils::mkdir_p(@output_path) - elsif @file - FileUtils::rm_rf(@file) - end - end - def db_exist?(db,conn) - msg=%{no connection with sqlite database established, createdb "#{db.sqlite.db}"?} - if (not (FileTest.file?(db.sqlite.db)) \ - or FileTest.zero?(db.sqlite.db)) - puts msg - exit - end - if conn.is_a?(NilClass) - puts msg - exit - end - end - def create_and_populate - db=SiSU_Env::DbOp.new(@md) - conn=db.sqlite_discreet.conn_sqlite3 - sdb=SiSU_DbDBI::Create.new(@opt,conn,@file,'sqlite') - sdb_index=SiSU_DbDBI::Index.new(@opt,conn,@file,'sqlite') - sdb.output_dir? - begin - SiSU_Screen::Ansi.new(@opt.cmd,'SQLite',"[#{@opt.f_pth[:lng_is]}] #{@opt.fno}").green_title_hi unless @opt.cmd =~/q/ - sdb.create_db - sdb.create_table.metadata_and_text - sdb.create_table.doc_objects - sdb.create_table.endnotes - sdb.create_table.endnotes_asterisk - sdb.create_table.endnotes_plus - sdb.create_table.urls - sdb_index.create_indexes - db_exist?(db,conn) - sdb_import=SiSU_DbDBI::Import.new(@opt,conn,@file_maint,'sqlite') - sdb_import.marshal_load - tell=SiSU_Screen::Ansi.new(@opt.cmd,"sqlite3 #{db.sqlite.db} database?") - tell.puts_grey if @opt.cmd =~/v/ - rescue - SiSU_Errors::InfoError.new($!,$@,'-d').error do - __LINE__.to_s + ':' + __FILE__ - end - sdb.output_dir? - end - end - def read_sqlite - begin - @conn=@db.sqlite.conn_sqlite3 - rescue - ensure - end - end - def connect - begin - sql_type='sqlite' - SiSU_Screen::Ansi.new(@opt.cmd,"DBI (#{@sql_type}) #{@opt.mod}",@opt.fns).dbi_title unless @opt.cmd =~/q/ - @db.sqlite_discreet.conn_sqlite3 - rescue - SiSU_Errors::InfoError.new($!,$@,@cf,@opt.fns).error do - __LINE__.to_s + ':' + __FILE__ - end - ensure - end - end - def populate - end - def sql_maintenance_file - file=if @opt.inspect =~/M/ - x=if @opt.fns and not @opt.fns.empty? - @env=SiSU_Env::InfoEnv.new(@opt.fns) if @opt.fns - puts "\n#{@env.processing_path.sqlite}/#{@opt.fns}.sql" if @sql_type =~/sqlite/ and @opt.cmd =~/M/ - @db=SiSU_Env::InfoDb.new - @job="sqlite3 #{@db.sqlite.db} < #{@env.processing_path.sqlite}/#{@opt.fns}.sql" - File.new("#{@env.processing_path.sqlite}/#{@opt.fns}.sql",'w+') - elsif @opt.fns \ - and @opt.fns.inspect =~/create/ - nil #sort variations later - else nil - end - else nil - end - file - end - end -end -__END__ diff --git a/lib/sisu/v3/dbi_discrete.rb b/lib/sisu/v3/dbi_discrete.rb new file mode 100644 index 00000000..f670cb27 --- /dev/null +++ b/lib/sisu/v3/dbi_discrete.rb @@ -0,0 +1,182 @@ +# encoding: utf-8 +=begin + + * Name: SiSU + + * Description: a framework for document structuring, publishing and search + + * Author: Ralph Amissah + + * Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, + 2007, 2008, 2009, 2010, 2011, 2012, 2013 Ralph Amissah, All Rights Reserved. + + * License: GPL 3 or later: + + SiSU, a framework for document structuring, publishing and search + + Copyright (C) Ralph Amissah + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + more details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see . + + If you have Internet connection, the latest version of the GPL should be + available at these locations: + + + + + + * SiSU uses: + * Standard SiSU markup syntax, + * Standard SiSU meta-markup syntax, and the + * Standard SiSU object citation numbering and system + + * Hompages: + + + + * Download: + + + * Ralph Amissah + + + + ** Description: postgresql module, dbi import frame + +=end +module SiSU_DBI_Discrete #% database building + require_relative 'help' # help.rb + require_relative 'sysenv' # sysenv.rb + include SiSU_Env; include SiSU_Screen + require_relative 'param' # param.rb + include SiSU_Param + require_relative 'db_dbi' # db_dbi.rb + include SiSU_DbDBI + require_relative 'shared_html_lite' # shared_html_lite.rb + include SiSU_FormatShared + require 'fileutils' + include FileUtils::Verbose + class SQL + def initialize(opt) + SiSU_Env::Load.new('dbi',true).prog + @opt=opt + @particulars=SiSU_Particulars::CombinedSingleton.instance.get_all(opt) + @md=@particulars.md + if @opt.cmd =~/[d]/ \ + or @opt.mod.inspect =~/--((?:sq)?lite)/ + @sql_type='sqlite' + maintenance_check(@opt,__FILE__,__LINE__) if @opt.cmd.inspect =~/M/ + end + @output_path=@md.file.output_path.sqlite_discrete.dir + @filename=@md.file.base_filename.sqlite_discrete + @file_maint=sql_maintenance_file + @file="#{@output_path}/#{@filename}" + end + def build + prepare + create_and_populate + end + def maintenance_check(opt,file,line) + p opt.mod + p opt.cmd + p "at #{file} #{line}" + end + def prepare + if not FileTest.directory?(@output_path) + FileUtils::mkdir_p(@output_path) + elsif @file + FileUtils::rm_rf(@file) + end + end + def db_exist?(db,conn) + msg=%{no connection with sqlite database established, createdb "#{db.sqlite.db}"?} + if (not (FileTest.file?(db.sqlite.db)) \ + or FileTest.zero?(db.sqlite.db)) + puts msg + exit + end + if conn.is_a?(NilClass) + puts msg + exit + end + end + def create_and_populate + db=SiSU_Env::DbOp.new(@md) + conn=db.sqlite_discrete.conn_sqlite3 + sdb=SiSU_DbDBI::Create.new(@opt,conn,@file,'sqlite') + sdb_index=SiSU_DbDBI::Index.new(@opt,conn,@file,'sqlite') + sdb.output_dir? + begin + SiSU_Screen::Ansi.new(@opt.cmd,'SQLite',"[#{@opt.f_pth[:lng_is]}] #{@opt.fno}").green_title_hi unless @opt.cmd =~/q/ + sdb.create_db + sdb.create_table.metadata_and_text + sdb.create_table.doc_objects + sdb.create_table.endnotes + sdb.create_table.endnotes_asterisk + sdb.create_table.endnotes_plus + sdb.create_table.urls + sdb_index.create_indexes + db_exist?(db,conn) + sdb_import=SiSU_DbDBI::Import.new(@opt,conn,@file_maint,'sqlite') + sdb_import.marshal_load + tell=SiSU_Screen::Ansi.new(@opt.cmd,"sqlite3 #{db.sqlite.db} database?") + tell.puts_grey if @opt.cmd =~/v/ + rescue + SiSU_Errors::InfoError.new($!,$@,'-d').error do + __LINE__.to_s + ':' + __FILE__ + end + sdb.output_dir? + end + end + def read_sqlite + begin + @conn=@db.sqlite.conn_sqlite3 + rescue + ensure + end + end + def connect + begin + sql_type='sqlite' + SiSU_Screen::Ansi.new(@opt.cmd,"DBI (#{@sql_type}) #{@opt.mod}",@opt.fns).dbi_title unless @opt.cmd =~/q/ + @db.sqlite_discrete.conn_sqlite3 + rescue + SiSU_Errors::InfoError.new($!,$@,@cf,@opt.fns).error do + __LINE__.to_s + ':' + __FILE__ + end + ensure + end + end + def populate + end + def sql_maintenance_file + file=if @opt.inspect =~/M/ + x=if @opt.fns and not @opt.fns.empty? + @env=SiSU_Env::InfoEnv.new(@opt.fns) if @opt.fns + puts "\n#{@env.processing_path.sqlite}/#{@opt.fns}.sql" if @sql_type =~/sqlite/ and @opt.cmd =~/M/ + @db=SiSU_Env::InfoDb.new + @job="sqlite3 #{@db.sqlite.db} < #{@env.processing_path.sqlite}/#{@opt.fns}.sql" + File.new("#{@env.processing_path.sqlite}/#{@opt.fns}.sql",'w+') + elsif @opt.fns \ + and @opt.fns.inspect =~/create/ + nil #sort variations later + else nil + end + else nil + end + file + end + end +end +__END__ diff --git a/lib/sisu/v3/hub.rb b/lib/sisu/v3/hub.rb index 73155047..4ab701bb 100644 --- a/lib/sisu/v3/hub.rb +++ b/lib/sisu/v3/hub.rb @@ -340,9 +340,9 @@ p "#{__LINE__}:#{__FILE__}" if @opt.act[:maintenance][:set] ==:on require_relative 'texinfo' # -I texinfo.rb SiSU_TexInfo::Source.new(@opt).read end - if @opt.act[:sqlite_discreet][:set]==:on #% --sqlite, -d DB sqlite - require_relative 'dbi_discreet' # -d dbi_discreet.rb - SiSU_DBI_Discreet::SQL.new(@opt).build + if @opt.act[:sqlite_discrete][:set]==:on #% --sqlite, -d DB sqlite + require_relative 'dbi_discrete' # -d dbi_discrete.rb + SiSU_DBI_Discrete::SQL.new(@opt).build end if @opt.act[:manifest][:set]==:on #% --manifest, -y require_relative 'manifest' # -y manifest.rb diff --git a/lib/sisu/v3/manifest.rb b/lib/sisu/v3/manifest.rb index 58bc60d5..19c000aa 100644 --- a/lib/sisu/v3/manifest.rb +++ b/lib/sisu/v3/manifest.rb @@ -398,11 +398,11 @@ module SiSU_Manifest id,file='Manpage',@f.base_filename.manpage summarize(id,file,pth,rel,url) end - if FileTest.file?(@f.place_file.sqlite_discreet.dir)==true - id,file='SQLite3 file',@f.base_filename.sqlite_discreet - pth=@f.output_path.sqlite_discreet.dir - rel=@f.output_path.sqlite_discreet.rel_sm - url=@f.output_path.sqlite_discreet.url + if FileTest.file?(@f.place_file.sqlite_discrete.dir)==true + id,file='SQLite3 file',@f.base_filename.sqlite_discrete + pth=@f.output_path.sqlite_discrete.dir + rel=@f.output_path.sqlite_discrete.rel_sm + url=@f.output_path.sqlite_discrete.url summarize(id,file,pth,rel,url) end if FileTest.file?(@f.place_file.txt.dir)==true diff --git a/lib/sisu/v3/options.rb b/lib/sisu/v3/options.rb index 444d94bc..0d6c2481 100644 --- a/lib/sisu/v3/options.rb +++ b/lib/sisu/v3/options.rb @@ -722,7 +722,7 @@ module SiSU_Commandline && (mod.inspect =~/"--createdb"|"--create(?:all)?"|"--dropall"|"--recreate(?:all)?"|"--import"|"--update"|"--remove"/) \ ? { bool: true, set: :on } : { bool: false, set: :na } - act[:sqlite_discreet]=(cmd =~/d/ \ + act[:sqlite_discrete]=(cmd =~/d/ \ || mod.inspect =~/"--sql"|"--sqlite"/) \ && (mod.inspect =~/"--both"/ \ || mod.inspect !~/"--createdb"|"--create(?:all)?"|"--dropall"|"--recreate(?:all)?"|"--import"|"--update"|"--remove"/) \ diff --git a/lib/sisu/v3/sysenv.rb b/lib/sisu/v3/sysenv.rb index 8ed17f88..2255cc4f 100644 --- a/lib/sisu/v3/sysenv.rb +++ b/lib/sisu/v3/sysenv.rb @@ -3249,10 +3249,10 @@ WOK || @opt.cmd =~/^-[mqvVM]*R[mqvVM]*$/) inp << @f.output_path.pdf.rel + '/' + @opt.fnb + '*' end - if (@opt.act[:sqlite_discreet][:set]==:on \ + if (@opt.act[:sqlite_discrete][:set]==:on \ || @opt.cmd =~/^-[mqvVM]*R[mqvVM]*$/) \ - && FileTest.file?(@f.place_file.sqlite_discreet.dir) - inp << @f.place_file.sqlite_discreet.rel + && FileTest.file?(@f.place_file.sqlite_discrete.dir) + inp << @f.place_file.sqlite_discrete.rel end if (@opt.act[:qrcode][:set]==:on \ || @opt.cmd =~/^-[mqvVM]*R[mqvVM]*$/) \ @@ -3903,7 +3903,7 @@ WOK def db "#{@env.path.webserv}/#{@pwd_stub}/sisu_sqlite.db" end - def db_discreet(md) + def db_discrete(md) # "#{@env.path.webserv}/#{@pwd_stub}/sisu_sqlite.db" end def dbi @@ -3932,21 +3932,21 @@ WOK ensure end end - def sqlite_discreet + def sqlite_discrete def db - "#{@md.file.output_path.sqlite_discreet.dir}/#{@md.file.base_filename.sqlite_discreet}" + "#{@md.file.output_path.sqlite_discrete.dir}/#{@md.file.base_filename.sqlite_discrete}" end def dbi - "DBI:SQLite3:#{sqlite_discreet.db}" + "DBI:SQLite3:#{sqlite_discrete.db}" end def sqlite3 - sqlite_discreet.db + sqlite_discrete.db end def conn_dbi - DBI.connect(sqlite_discreet.dbi) + DBI.connect(sqlite_discrete.dbi) end def conn_sqlite3 - SQLite3::Database.new(sqlite_discreet.sqlite3) + SQLite3::Database.new(sqlite_discrete.sqlite3) end self end @@ -4295,12 +4295,12 @@ WOK end self end - def sqlite_discreet + def sqlite_discrete def dir - output_path.sqlite_discreet.dir + '/' + base_filename.sqlite_discreet + output_path.sqlite_discrete.dir + '/' + base_filename.sqlite_discrete end def rel - output_path.sqlite_discreet.rel + '/' + base_filename.sqlite_discreet + output_path.sqlite_discrete.rel + '/' + base_filename.sqlite_discrete end self end @@ -4594,7 +4594,7 @@ WOK @md.fnb + '.' + @md.opt.f_pth[:lng_is] + '.' + ft end end - def sqlite_discreet + def sqlite_discrete ft='.sql.db' if output_dir_structure.by_language_code? @md.fnb + ft @@ -5244,7 +5244,7 @@ WOK end self end - def sqlite_discreet + def sqlite_discrete def ft 'sql' end diff --git a/lib/sisu/v3/urls.rb b/lib/sisu/v3/urls.rb index a9a27bff..d2dac6da 100644 --- a/lib/sisu/v3/urls.rb +++ b/lib/sisu/v3/urls.rb @@ -220,8 +220,8 @@ module SiSU_Urls def sqlite(x,y) SiSU_Screen::Ansi.new(@opt.cmd,"[#{@opt.f_pth[:lng_is]}] -#{x} DBI sqlite","sqlite3 #{@env.path.webserv}/#{@md.opt.f_pth[:pth_stub]}/sisu_sqlite.db").result end - def sqlite_discreet(x,y) - SiSU_Screen::Ansi.new(@opt.cmd,"[#{@opt.f_pth[:lng_is]}] -#{x}","sqlite3 #{@md.file.output_path.sqlite_discreet.dir}/#{@md.file.base_filename.sqlite_discreet}").result + def sqlite_discrete(x,y) + SiSU_Screen::Ansi.new(@opt.cmd,"[#{@opt.f_pth[:lng_is]}] -#{x}","sqlite3 #{@md.file.output_path.sqlite_discrete.dir}/#{@md.file.base_filename.sqlite_discrete}").result end self end @@ -304,8 +304,8 @@ module SiSU_Urls show.db.psql(x,y) end if x=~/d\s+--sqlite\b|--sql\b/ \ - and @opt.act[:sqlite_discreet][:set]==:on - show.db.sqlite_discreet(x,y) + and @opt.act[:sqlite_discrete][:set]==:on + show.db.sqlite_discrete(x,y) end if x=~/d\[iu\]\s+--sqlite\b/ \ and @opt.act[:sqlite][:set]==:on diff --git a/lib/sisu/v4/dbi_discreet.rb b/lib/sisu/v4/dbi_discreet.rb deleted file mode 100644 index e26e119c..00000000 --- a/lib/sisu/v4/dbi_discreet.rb +++ /dev/null @@ -1,182 +0,0 @@ -# encoding: utf-8 -=begin - - * Name: SiSU - - * Description: a framework for document structuring, publishing and search - - * Author: Ralph Amissah - - * Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008, 2009, 2010, 2011, 2012, 2013 Ralph Amissah, All Rights Reserved. - - * License: GPL 3 or later: - - SiSU, a framework for document structuring, publishing and search - - Copyright (C) Ralph Amissah - - This program is free software: you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the Free - Software Foundation, either version 3 of the License, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - more details. - - You should have received a copy of the GNU General Public License along with - this program. If not, see . - - If you have Internet connection, the latest version of the GPL should be - available at these locations: - - - - - - * SiSU uses: - * Standard SiSU markup syntax, - * Standard SiSU meta-markup syntax, and the - * Standard SiSU object citation numbering and system - - * Hompages: - - - - * Download: - - - * Ralph Amissah - - - - ** Description: postgresql module, dbi import frame - -=end -module SiSU_DBI_Discreet #% database building - require_relative 'help' # help.rb - require_relative 'sysenv' # sysenv.rb - include SiSU_Env; include SiSU_Screen - require_relative 'param' # param.rb - include SiSU_Param - require_relative 'db_dbi' # db_dbi.rb - include SiSU_DbDBI - require_relative 'shared_html_lite' # shared_html_lite.rb - include SiSU_FormatShared - require 'fileutils' - include FileUtils::Verbose - class SQL - def initialize(opt) - SiSU_Env::Load.new('dbi',true).prog - @opt=opt - @particulars=SiSU_Particulars::CombinedSingleton.instance.get_all(opt) - @md=@particulars.md - if @opt.cmd =~/[d]/ \ - or @opt.mod.inspect =~/--((?:sq)?lite)/ - @sql_type='sqlite' - maintenance_check(@opt,__FILE__,__LINE__) if @opt.cmd.inspect =~/M/ - end - @output_path=@md.file.output_path.sqlite_discreet.dir - @filename=@md.file.base_filename.sqlite_discreet - @file_maint=sql_maintenance_file - @file="#{@output_path}/#{@filename}" - end - def build - prepare - create_and_populate - end - def maintenance_check(opt,file,line) - p opt.mod - p opt.cmd - p "at #{file} #{line}" - end - def prepare - if not FileTest.directory?(@output_path) - FileUtils::mkdir_p(@output_path) - elsif @file - FileUtils::rm_rf(@file) - end - end - def db_exist?(db,conn) - msg=%{no connection with sqlite database established, createdb "#{db.sqlite.db}"?} - if (not (FileTest.file?(db.sqlite.db)) \ - or FileTest.zero?(db.sqlite.db)) - puts msg - exit - end - if conn.is_a?(NilClass) - puts msg - exit - end - end - def create_and_populate - db=SiSU_Env::DbOp.new(@md) - conn=db.sqlite_discreet.conn_sqlite3 - sdb=SiSU_DbDBI::Create.new(@opt,conn,@file,'sqlite') - sdb_index=SiSU_DbDBI::Index.new(@opt,conn,@file,'sqlite') - sdb.output_dir? - begin - SiSU_Screen::Ansi.new(@opt.cmd,'SQLite',"[#{@opt.f_pth[:lng_is]}] #{@opt.fno}").green_title_hi unless @opt.cmd =~/q/ - sdb.create_db - sdb.create_table.metadata_and_text - sdb.create_table.doc_objects - sdb.create_table.endnotes - sdb.create_table.endnotes_asterisk - sdb.create_table.endnotes_plus - sdb.create_table.urls - sdb_index.create_indexes - db_exist?(db,conn) - sdb_import=SiSU_DbDBI::Import.new(@opt,conn,@file_maint,'sqlite') - sdb_import.marshal_load - tell=SiSU_Screen::Ansi.new(@opt.cmd,"sqlite3 #{db.sqlite.db} database?") - tell.puts_grey if @opt.cmd =~/v/ - rescue - SiSU_Errors::InfoError.new($!,$@,'-d').error do - __LINE__.to_s + ':' + __FILE__ - end - sdb.output_dir? - end - end - def read_sqlite - begin - @conn=@db.sqlite.conn_sqlite3 - rescue - ensure - end - end - def connect - begin - sql_type='sqlite' - SiSU_Screen::Ansi.new(@opt.cmd,"DBI (#{@sql_type}) #{@opt.mod}",@opt.fns).dbi_title unless @opt.cmd =~/q/ - @db.sqlite_discreet.conn_sqlite3 - rescue - SiSU_Errors::InfoError.new($!,$@,@cf,@opt.fns).error do - __LINE__.to_s + ':' + __FILE__ - end - ensure - end - end - def populate - end - def sql_maintenance_file - file=if @opt.inspect =~/M/ - x=if @opt.fns and not @opt.fns.empty? - @env=SiSU_Env::InfoEnv.new(@opt.fns) if @opt.fns - puts "\n#{@env.processing_path.sqlite}/#{@opt.fns}.sql" if @sql_type =~/sqlite/ and @opt.cmd =~/M/ - @db=SiSU_Env::InfoDb.new - @job="sqlite3 #{@db.sqlite.db} < #{@env.processing_path.sqlite}/#{@opt.fns}.sql" - File.new("#{@env.processing_path.sqlite}/#{@opt.fns}.sql",'w+') - elsif @opt.fns \ - and @opt.fns.inspect =~/create/ - nil #sort variations later - else nil - end - else nil - end - file - end - end -end -__END__ diff --git a/lib/sisu/v4/dbi_discrete.rb b/lib/sisu/v4/dbi_discrete.rb new file mode 100644 index 00000000..f670cb27 --- /dev/null +++ b/lib/sisu/v4/dbi_discrete.rb @@ -0,0 +1,182 @@ +# encoding: utf-8 +=begin + + * Name: SiSU + + * Description: a framework for document structuring, publishing and search + + * Author: Ralph Amissah + + * Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, + 2007, 2008, 2009, 2010, 2011, 2012, 2013 Ralph Amissah, All Rights Reserved. + + * License: GPL 3 or later: + + SiSU, a framework for document structuring, publishing and search + + Copyright (C) Ralph Amissah + + This program is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + more details. + + You should have received a copy of the GNU General Public License along with + this program. If not, see . + + If you have Internet connection, the latest version of the GPL should be + available at these locations: + + + + + + * SiSU uses: + * Standard SiSU markup syntax, + * Standard SiSU meta-markup syntax, and the + * Standard SiSU object citation numbering and system + + * Hompages: + + + + * Download: + + + * Ralph Amissah + + + + ** Description: postgresql module, dbi import frame + +=end +module SiSU_DBI_Discrete #% database building + require_relative 'help' # help.rb + require_relative 'sysenv' # sysenv.rb + include SiSU_Env; include SiSU_Screen + require_relative 'param' # param.rb + include SiSU_Param + require_relative 'db_dbi' # db_dbi.rb + include SiSU_DbDBI + require_relative 'shared_html_lite' # shared_html_lite.rb + include SiSU_FormatShared + require 'fileutils' + include FileUtils::Verbose + class SQL + def initialize(opt) + SiSU_Env::Load.new('dbi',true).prog + @opt=opt + @particulars=SiSU_Particulars::CombinedSingleton.instance.get_all(opt) + @md=@particulars.md + if @opt.cmd =~/[d]/ \ + or @opt.mod.inspect =~/--((?:sq)?lite)/ + @sql_type='sqlite' + maintenance_check(@opt,__FILE__,__LINE__) if @opt.cmd.inspect =~/M/ + end + @output_path=@md.file.output_path.sqlite_discrete.dir + @filename=@md.file.base_filename.sqlite_discrete + @file_maint=sql_maintenance_file + @file="#{@output_path}/#{@filename}" + end + def build + prepare + create_and_populate + end + def maintenance_check(opt,file,line) + p opt.mod + p opt.cmd + p "at #{file} #{line}" + end + def prepare + if not FileTest.directory?(@output_path) + FileUtils::mkdir_p(@output_path) + elsif @file + FileUtils::rm_rf(@file) + end + end + def db_exist?(db,conn) + msg=%{no connection with sqlite database established, createdb "#{db.sqlite.db}"?} + if (not (FileTest.file?(db.sqlite.db)) \ + or FileTest.zero?(db.sqlite.db)) + puts msg + exit + end + if conn.is_a?(NilClass) + puts msg + exit + end + end + def create_and_populate + db=SiSU_Env::DbOp.new(@md) + conn=db.sqlite_discrete.conn_sqlite3 + sdb=SiSU_DbDBI::Create.new(@opt,conn,@file,'sqlite') + sdb_index=SiSU_DbDBI::Index.new(@opt,conn,@file,'sqlite') + sdb.output_dir? + begin + SiSU_Screen::Ansi.new(@opt.cmd,'SQLite',"[#{@opt.f_pth[:lng_is]}] #{@opt.fno}").green_title_hi unless @opt.cmd =~/q/ + sdb.create_db + sdb.create_table.metadata_and_text + sdb.create_table.doc_objects + sdb.create_table.endnotes + sdb.create_table.endnotes_asterisk + sdb.create_table.endnotes_plus + sdb.create_table.urls + sdb_index.create_indexes + db_exist?(db,conn) + sdb_import=SiSU_DbDBI::Import.new(@opt,conn,@file_maint,'sqlite') + sdb_import.marshal_load + tell=SiSU_Screen::Ansi.new(@opt.cmd,"sqlite3 #{db.sqlite.db} database?") + tell.puts_grey if @opt.cmd =~/v/ + rescue + SiSU_Errors::InfoError.new($!,$@,'-d').error do + __LINE__.to_s + ':' + __FILE__ + end + sdb.output_dir? + end + end + def read_sqlite + begin + @conn=@db.sqlite.conn_sqlite3 + rescue + ensure + end + end + def connect + begin + sql_type='sqlite' + SiSU_Screen::Ansi.new(@opt.cmd,"DBI (#{@sql_type}) #{@opt.mod}",@opt.fns).dbi_title unless @opt.cmd =~/q/ + @db.sqlite_discrete.conn_sqlite3 + rescue + SiSU_Errors::InfoError.new($!,$@,@cf,@opt.fns).error do + __LINE__.to_s + ':' + __FILE__ + end + ensure + end + end + def populate + end + def sql_maintenance_file + file=if @opt.inspect =~/M/ + x=if @opt.fns and not @opt.fns.empty? + @env=SiSU_Env::InfoEnv.new(@opt.fns) if @opt.fns + puts "\n#{@env.processing_path.sqlite}/#{@opt.fns}.sql" if @sql_type =~/sqlite/ and @opt.cmd =~/M/ + @db=SiSU_Env::InfoDb.new + @job="sqlite3 #{@db.sqlite.db} < #{@env.processing_path.sqlite}/#{@opt.fns}.sql" + File.new("#{@env.processing_path.sqlite}/#{@opt.fns}.sql",'w+') + elsif @opt.fns \ + and @opt.fns.inspect =~/create/ + nil #sort variations later + else nil + end + else nil + end + file + end + end +end +__END__ diff --git a/lib/sisu/v4/hub.rb b/lib/sisu/v4/hub.rb index ccae2b9f..8cd0358f 100644 --- a/lib/sisu/v4/hub.rb +++ b/lib/sisu/v4/hub.rb @@ -353,9 +353,9 @@ p "#{__LINE__}:#{__FILE__}" if @opt.act[:maintenance][:set] ==:on require_relative 'texinfo' # -I texinfo.rb SiSU_TexInfo::Source.new(@opt).read end - if @opt.act[:sqlite_discreet][:set]==:on #% --sqlite, -d DB sqlite - require_relative 'dbi_discreet' # -d dbi_discreet.rb - SiSU_DBI_Discreet::SQL.new(@opt).build + if @opt.act[:sqlite_discrete][:set]==:on #% --sqlite, -d DB sqlite + require_relative 'dbi_discrete' # -d dbi_discrete.rb + SiSU_DBI_Discrete::SQL.new(@opt).build end if @opt.act[:manifest][:set]==:on #% --manifest, -y require_relative 'manifest' # -y manifest.rb @@ -659,7 +659,7 @@ p "#{__LINE__}:#{__FILE__}" if @opt.act[:maintenance][:set] ==:on or @opt.act[:pdf_l][:set]==:on \ or @opt.act[:psql][:set]==:on \ or @opt.act[:sqlite][:set]==:on \ - or @opt.act[:sqlite_discreet][:set]==:on \ + or @opt.act[:sqlite_discrete][:set]==:on \ or @opt.act[:share_source][:set]==:on \ or @opt.act[:sisupod][:set]==:on \ or @opt.act[:qrcode][:set]==:on \ diff --git a/lib/sisu/v4/manifest.rb b/lib/sisu/v4/manifest.rb index d52d9f43..89b7aac4 100644 --- a/lib/sisu/v4/manifest.rb +++ b/lib/sisu/v4/manifest.rb @@ -397,11 +397,11 @@ module SiSU_Manifest id,file='Manpage',@f.base_filename.manpage summarize(id,file,pth,rel,url) end - if FileTest.file?(@f.place_file.sqlite_discreet.dir)==true - id,file='SQLite3 file',@f.base_filename.sqlite_discreet - pth=@f.output_path.sqlite_discreet.dir - rel=@f.output_path.sqlite_discreet.rel_sm - url=@f.output_path.sqlite_discreet.url + if FileTest.file?(@f.place_file.sqlite_discrete.dir)==true + id,file='SQLite3 file',@f.base_filename.sqlite_discrete + pth=@f.output_path.sqlite_discrete.dir + rel=@f.output_path.sqlite_discrete.rel_sm + url=@f.output_path.sqlite_discrete.url summarize(id,file,pth,rel,url) end if FileTest.file?(@f.place_file.txt.dir)==true diff --git a/lib/sisu/v4/options.rb b/lib/sisu/v4/options.rb index 3dca5253..068174c4 100644 --- a/lib/sisu/v4/options.rb +++ b/lib/sisu/v4/options.rb @@ -919,7 +919,7 @@ module SiSU_Commandline && (mod.inspect =~/"--createdb"|"--create(?:all)?"|"--dropall"|"--recreate(?:all)?"|"--import"|"--update"|"--remove"/) \ ? { bool: true, set: :on } : { bool: false, set: :na } - act[:sqlite_discreet]=(cmd =~/d/ \ + act[:sqlite_discrete]=(cmd =~/d/ \ || mod.inspect =~/"--sql"|"--sqlite"/) \ && (mod.inspect =~/"--both"/ \ || mod.inspect !~/"--createdb"|"--create(?:all)?"|"--dropall"|"--recreate(?:all)?"|"--import"|"--update"|"--remove"/) \ diff --git a/lib/sisu/v4/sysenv.rb b/lib/sisu/v4/sysenv.rb index 728f4fc4..07184b34 100644 --- a/lib/sisu/v4/sysenv.rb +++ b/lib/sisu/v4/sysenv.rb @@ -3340,10 +3340,10 @@ WOK || @opt.cmd =~/^-[mqvVM]*R[mqvVM]*$/) inp << @f.output_path.pdf.rel + '/' + @opt.fnb + '*' end - if (@opt.act[:sqlite_discreet][:set]==:on \ + if (@opt.act[:sqlite_discrete][:set]==:on \ || @opt.cmd =~/^-[mqvVM]*R[mqvVM]*$/) \ - && FileTest.file?(@f.place_file.sqlite_discreet.dir) - inp << @f.place_file.sqlite_discreet.rel + && FileTest.file?(@f.place_file.sqlite_discrete.dir) + inp << @f.place_file.sqlite_discrete.rel end if (@opt.act[:qrcode][:set]==:on \ || @opt.cmd =~/^-[mqvVM]*R[mqvVM]*$/) \ @@ -4010,7 +4010,7 @@ WOK def db "#{@env.path.webserv}/#{@pwd_stub}/sisu_sqlite.db" end - def db_discreet(md) + def db_discrete(md) # "#{@env.path.webserv}/#{@pwd_stub}/sisu_sqlite.db" end def dbi @@ -4039,21 +4039,21 @@ WOK ensure end end - def sqlite_discreet + def sqlite_discrete def db - "#{@md.file.output_path.sqlite_discreet.dir}/#{@md.file.base_filename.sqlite_discreet}" + "#{@md.file.output_path.sqlite_discrete.dir}/#{@md.file.base_filename.sqlite_discrete}" end def dbi - "DBI:SQLite3:#{sqlite_discreet.db}" + "DBI:SQLite3:#{sqlite_discrete.db}" end def sqlite3 - sqlite_discreet.db + sqlite_discrete.db end def conn_dbi - DBI.connect(sqlite_discreet.dbi) + DBI.connect(sqlite_discrete.dbi) end def conn_sqlite3 - SQLite3::Database.new(sqlite_discreet.sqlite3) + SQLite3::Database.new(sqlite_discrete.sqlite3) end self end @@ -4402,12 +4402,12 @@ WOK end self end - def sqlite_discreet + def sqlite_discrete def dir - output_path.sqlite_discreet.dir + '/' + base_filename.sqlite_discreet + output_path.sqlite_discrete.dir + '/' + base_filename.sqlite_discrete end def rel - output_path.sqlite_discreet.rel + '/' + base_filename.sqlite_discreet + output_path.sqlite_discrete.rel + '/' + base_filename.sqlite_discrete end self end @@ -4701,7 +4701,7 @@ WOK @md.fnb + '.' + @md.opt.f_pth[:lng_is] + '.' + ft end end - def sqlite_discreet + def sqlite_discrete ft='.sql.db' if output_dir_structure.by_language_code? @md.fnb + ft @@ -5351,7 +5351,7 @@ WOK end self end - def sqlite_discreet + def sqlite_discrete def ft 'sql' end diff --git a/lib/sisu/v4/urls.rb b/lib/sisu/v4/urls.rb index e3671dcd..2e3e2188 100644 --- a/lib/sisu/v4/urls.rb +++ b/lib/sisu/v4/urls.rb @@ -220,8 +220,8 @@ module SiSU_Urls def sqlite(x,y) SiSU_Screen::Ansi.new(@opt.cmd,"[#{@opt.f_pth[:lng_is]}] -#{x} DBI sqlite","sqlite3 #{@env.path.webserv}/#{@md.opt.f_pth[:pth_stub]}/sisu_sqlite.db").result end - def sqlite_discreet(x,y) - SiSU_Screen::Ansi.new(@opt.cmd,"[#{@opt.f_pth[:lng_is]}] -#{x}","sqlite3 #{@md.file.output_path.sqlite_discreet.dir}/#{@md.file.base_filename.sqlite_discreet}").result + def sqlite_discrete(x,y) + SiSU_Screen::Ansi.new(@opt.cmd,"[#{@opt.f_pth[:lng_is]}] -#{x}","sqlite3 #{@md.file.output_path.sqlite_discrete.dir}/#{@md.file.base_filename.sqlite_discrete}").result end self end @@ -304,8 +304,8 @@ module SiSU_Urls show.db.psql(x,y) end if x=~/d\s+--sqlite\b|--sql\b/ \ - and @opt.act[:sqlite_discreet][:set]==:on - show.db.sqlite_discreet(x,y) + and @opt.act[:sqlite_discrete][:set]==:on + show.db.sqlite_discrete(x,y) end if x=~/d\[iu\]\s+--sqlite\b/ \ and @opt.act[:sqlite][:set]==:on -- cgit v1.2.3 From c87da88dce7917c908f50be390111c5d8ddd552a Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 10 Feb 2013 08:53:17 -0500 Subject: v4 (v3): vim, minimal color schemes, minor edits --- data/doc/sisu/CHANGELOG_v3 | 2 ++ data/doc/sisu/CHANGELOG_v4 | 2 ++ data/sisu/v3/conf/editor-syntax-etc/vim/colors/8.vim | 8 ++++---- .../v3/conf/editor-syntax-etc/vim/colors/frugal-cterm-ruby.vim | 8 ++++---- .../v3/conf/editor-syntax-etc/vim/colors/frugal-cterm-sisu.vim | 8 ++++---- data/sisu/v3/conf/editor-syntax-etc/vim/colors/frugal.vim | 8 ++++---- data/sisu/v3/conf/editor-syntax-etc/vim/colors/slate.vim | 8 ++++---- .../v3/conf/editor-syntax-etc/vim/colors/sparse-cterm-ruby.vim | 8 ++++---- .../v3/conf/editor-syntax-etc/vim/colors/sparse-cterm-sisu.vim | 8 ++++---- data/sisu/v4/conf/editor-syntax-etc/vim/colors/8.vim | 8 ++++---- .../v4/conf/editor-syntax-etc/vim/colors/frugal-cterm-ruby.vim | 8 ++++---- .../v4/conf/editor-syntax-etc/vim/colors/frugal-cterm-sisu.vim | 8 ++++---- data/sisu/v4/conf/editor-syntax-etc/vim/colors/frugal.vim | 8 ++++---- data/sisu/v4/conf/editor-syntax-etc/vim/colors/slate.vim | 8 ++++---- .../v4/conf/editor-syntax-etc/vim/colors/sparse-cterm-ruby.vim | 8 ++++---- .../v4/conf/editor-syntax-etc/vim/colors/sparse-cterm-sisu.vim | 8 ++++---- 16 files changed, 60 insertions(+), 56 deletions(-) diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3 index 79024065..4d515d9a 100644 --- a/data/doc/sisu/CHANGELOG_v3 +++ b/data/doc/sisu/CHANGELOG_v3 @@ -35,6 +35,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_3.3.10.orig.tar.xz sisu_3.3.10.orig.tar.xz sisu_3.3.10-1.dsc +* v3: vim, minimal color schemes, minor edits + * v3: dbi_discrete, discreet should have been discrete, renames accordingly %% 3.3.9.orig.tar.xz (2013-02-06:05/3) diff --git a/data/doc/sisu/CHANGELOG_v4 b/data/doc/sisu/CHANGELOG_v4 index a00382e7..5b98c29d 100644 --- a/data/doc/sisu/CHANGELOG_v4 +++ b/data/doc/sisu/CHANGELOG_v4 @@ -24,6 +24,8 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.7.orig.tar.xz sisu_4.0.7.orig.tar.xz sisu_4.0.7-1.dsc +* v4: vim, minimal color schemes, minor edits + * v4: dbi_discrete, discreet should have been discrete, renames accordingly %% 4.0.6.orig.tar.xz (2013-02-07:05/4) diff --git a/data/sisu/v3/conf/editor-syntax-etc/vim/colors/8.vim b/data/sisu/v3/conf/editor-syntax-etc/vim/colors/8.vim index 46d618f3..f5bfad97 100644 --- a/data/sisu/v3/conf/editor-syntax-etc/vim/colors/8.vim +++ b/data/sisu/v3/conf/editor-syntax-etc/vim/colors/8.vim @@ -1,8 +1,8 @@ " Vim color file " Name: 8 " Maintainer: Ralph Amissah -" Last Change: 2011-06-26 -" URL: +" Last Change: 2013-02-09 +" URL: " Note: 8 color cterm, related colorschemes frugal & sparse :set background=dark :hi clear @@ -54,8 +54,8 @@ endif ":hi Function ctermfg=6 ":hi Structure ctermfg=2 :hi MatchParen cterm=bold ctermbg=4 ctermfg=7 -:hi CursorLine cterm=bold,underline -:hi CursorColumn cterm=bold,underline +:hi CursorLine cterm=underline +:hi CursorColumn cterm=bold :hi SpellBad term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellCap term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellLocal term=underline,standout cterm=none ctermbg=7 ctermfg=0 diff --git a/data/sisu/v3/conf/editor-syntax-etc/vim/colors/frugal-cterm-ruby.vim b/data/sisu/v3/conf/editor-syntax-etc/vim/colors/frugal-cterm-ruby.vim index aad6de0f..3960e421 100644 --- a/data/sisu/v3/conf/editor-syntax-etc/vim/colors/frugal-cterm-ruby.vim +++ b/data/sisu/v3/conf/editor-syntax-etc/vim/colors/frugal-cterm-ruby.vim @@ -1,8 +1,8 @@ " Vim color file " Name: frugal-cterm-ruby " Maintainer: Ralph Amissah -" Last Change: 2011-06-26 -" URL: +" Last Change: 2013-02-09 +" URL: " Note: 8 color cterm, related colorschemes 8 & sparse :set background=dark :hi clear @@ -54,8 +54,8 @@ endif ":hi Function ctermfg=6 ":hi Structure ctermfg=2 :hi MatchParen cterm=bold ctermbg=4 ctermfg=7 -:hi CursorLine cterm=bold,underline -:hi CursorColumn cterm=bold,underline +:hi CursorLine cterm=underline +:hi CursorColumn cterm=bold :hi SpellBad term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellCap term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellLocal term=underline,standout cterm=none ctermbg=7 ctermfg=0 diff --git a/data/sisu/v3/conf/editor-syntax-etc/vim/colors/frugal-cterm-sisu.vim b/data/sisu/v3/conf/editor-syntax-etc/vim/colors/frugal-cterm-sisu.vim index 03f192df..b40e4448 100644 --- a/data/sisu/v3/conf/editor-syntax-etc/vim/colors/frugal-cterm-sisu.vim +++ b/data/sisu/v3/conf/editor-syntax-etc/vim/colors/frugal-cterm-sisu.vim @@ -1,8 +1,8 @@ " Vim color file " Name: frugal-cterm-sisu " Maintainer: Ralph Amissah -" Last Change: 2011-06-26 -" URL: +" Last Change: 2013-02-09 +" URL: " Note: 8 color cterm, related colorschemes 8 & sparse :set background=dark :hi clear @@ -54,8 +54,8 @@ endif :hi Function ctermfg=6 :hi Structure ctermfg=2 :hi MatchParen cterm=bold ctermbg=4 ctermfg=7 -:hi CursorLine cterm=bold,underline -:hi CursorColumn cterm=bold,underline +:hi CursorLine cterm=underline +:hi CursorColumn cterm=bold :hi SpellBad term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellCap term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellLocal term=underline,standout cterm=none ctermbg=7 ctermfg=0 diff --git a/data/sisu/v3/conf/editor-syntax-etc/vim/colors/frugal.vim b/data/sisu/v3/conf/editor-syntax-etc/vim/colors/frugal.vim index 1ff26a58..44846402 100644 --- a/data/sisu/v3/conf/editor-syntax-etc/vim/colors/frugal.vim +++ b/data/sisu/v3/conf/editor-syntax-etc/vim/colors/frugal.vim @@ -1,8 +1,8 @@ " Vim color file " Name: frugal " Maintainer: Ralph Amissah -" Last Change: 2011-06-26 -" URL: +" Last Change: 2013-02-09 +" URL: " Note: 8 color cterm, related colorschemes 8 & sparse :set background=dark :hi clear @@ -54,8 +54,8 @@ endif ":hi Function ctermfg=6 guifg=magenta ":hi Structure ctermfg=2 guifg=green :hi MatchParen cterm=bold ctermbg=4 ctermfg=7 -:hi CursorLine cterm=bold,underline -:hi CursorColumn cterm=bold,underline +:hi CursorLine cterm=underline +:hi CursorColumn cterm=bold :hi SpellBad term=underline,standout cterm=none ctermbg=7 ctermfg=0 guibg=white guifg=black :hi SpellCap term=underline,standout cterm=none ctermbg=7 ctermfg=0 guibg=white guifg=black :hi SpellLocal term=underline,standout cterm=none ctermbg=7 ctermfg=0 guibg=white guifg=black diff --git a/data/sisu/v3/conf/editor-syntax-etc/vim/colors/slate.vim b/data/sisu/v3/conf/editor-syntax-etc/vim/colors/slate.vim index 238b27df..e5da6326 100644 --- a/data/sisu/v3/conf/editor-syntax-etc/vim/colors/slate.vim +++ b/data/sisu/v3/conf/editor-syntax-etc/vim/colors/slate.vim @@ -1,8 +1,8 @@ "%% SiSU Vim color file " Name: Slate " Maintainer: Ralph Amissah -" Last Change: 2011-06-26 -" URL: +" Last Change: 2013-02-09 +" URL: " Notes: cterm now uses frugal-sisu 8 colors for term " (for gui originally looked at desert Hans Fugal " (April/May 2003)) @@ -56,8 +56,8 @@ endif :hi Function ctermfg=6 guifg=navajowhite :hi Structure ctermfg=2 guifg=green :hi MatchParen cterm=bold ctermbg=4 ctermfg=7 -:hi CursorLine cterm=bold,underline guibg=black -:hi CursorColumn cterm=bold,underline guibg=black +:hi CursorLine cterm=underline guibg=black +:hi CursorColumn cterm=bold guibg=black :hi SpellBad term=underline,standout cterm=none ctermbg=7 ctermfg=0 guibg=darkmagenta guifg=white :hi SpellCap term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellLocal term=underline,standout cterm=none ctermbg=7 ctermfg=0 guibg=darkmagenta guifg=white diff --git a/data/sisu/v3/conf/editor-syntax-etc/vim/colors/sparse-cterm-ruby.vim b/data/sisu/v3/conf/editor-syntax-etc/vim/colors/sparse-cterm-ruby.vim index 3d8f92e1..f8271bfc 100644 --- a/data/sisu/v3/conf/editor-syntax-etc/vim/colors/sparse-cterm-ruby.vim +++ b/data/sisu/v3/conf/editor-syntax-etc/vim/colors/sparse-cterm-ruby.vim @@ -1,8 +1,8 @@ " Vim color file " Name: sparse-cterm-ruby " Maintainer: Ralph Amissah -" Last Change: 2011-06-26 -" URL: +" Last Change: 2013-02-09 +" URL: " Note: 8 color cterm, related colorschemes 8 & frugal :set background=dark :hi clear @@ -54,8 +54,8 @@ endif ":hi Function ctermfg=6 ":hi Structure ctermfg=2 :hi MatchParen cterm=bold ctermbg=4 ctermfg=7 -:hi CursorLine cterm=bold,underline -:hi CursorColumn cterm=bold,underline +:hi CursorLine cterm=underline +:hi CursorColumn cterm=bold :hi SpellBad term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellCap term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellLocal term=underline,standout cterm=none ctermbg=7 ctermfg=0 diff --git a/data/sisu/v3/conf/editor-syntax-etc/vim/colors/sparse-cterm-sisu.vim b/data/sisu/v3/conf/editor-syntax-etc/vim/colors/sparse-cterm-sisu.vim index 9704dbd2..6bf8e8cf 100644 --- a/data/sisu/v3/conf/editor-syntax-etc/vim/colors/sparse-cterm-sisu.vim +++ b/data/sisu/v3/conf/editor-syntax-etc/vim/colors/sparse-cterm-sisu.vim @@ -1,8 +1,8 @@ " Vim color file " Name: sparse-cterm-sisu " Maintainer: Ralph Amissah -" Last Change: 2011-06-26 -" URL: +" Last Change: 2013-02-09 +" URL: " Note: 8 color cterm, related colorschemes 8 & frugal :set background=dark :hi clear @@ -54,8 +54,8 @@ endif :hi Function ctermfg=6 :hi Structure ctermfg=2 :hi MatchParen cterm=bold ctermbg=4 ctermfg=7 -:hi CursorLine cterm=bold,underline -:hi CursorColumn cterm=bold,underline +:hi CursorLine cterm=underline +:hi CursorColumn cterm=bold :hi SpellBad term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellCap term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellLocal term=underline,standout cterm=none ctermbg=7 ctermfg=0 diff --git a/data/sisu/v4/conf/editor-syntax-etc/vim/colors/8.vim b/data/sisu/v4/conf/editor-syntax-etc/vim/colors/8.vim index 46d618f3..1fcb6e38 100644 --- a/data/sisu/v4/conf/editor-syntax-etc/vim/colors/8.vim +++ b/data/sisu/v4/conf/editor-syntax-etc/vim/colors/8.vim @@ -1,8 +1,8 @@ " Vim color file " Name: 8 " Maintainer: Ralph Amissah -" Last Change: 2011-06-26 -" URL: +" Last Change: 2013-02-09 +" URL: " Note: 8 color cterm, related colorschemes frugal & sparse :set background=dark :hi clear @@ -54,8 +54,8 @@ endif ":hi Function ctermfg=6 ":hi Structure ctermfg=2 :hi MatchParen cterm=bold ctermbg=4 ctermfg=7 -:hi CursorLine cterm=bold,underline -:hi CursorColumn cterm=bold,underline +:hi CursorLine cterm=underline +:hi CursorColumn cterm=bold :hi SpellBad term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellCap term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellLocal term=underline,standout cterm=none ctermbg=7 ctermfg=0 diff --git a/data/sisu/v4/conf/editor-syntax-etc/vim/colors/frugal-cterm-ruby.vim b/data/sisu/v4/conf/editor-syntax-etc/vim/colors/frugal-cterm-ruby.vim index aad6de0f..487e4084 100644 --- a/data/sisu/v4/conf/editor-syntax-etc/vim/colors/frugal-cterm-ruby.vim +++ b/data/sisu/v4/conf/editor-syntax-etc/vim/colors/frugal-cterm-ruby.vim @@ -1,8 +1,8 @@ " Vim color file " Name: frugal-cterm-ruby " Maintainer: Ralph Amissah -" Last Change: 2011-06-26 -" URL: +" Last Change: 2013-02-09 +" URL: " Note: 8 color cterm, related colorschemes 8 & sparse :set background=dark :hi clear @@ -54,8 +54,8 @@ endif ":hi Function ctermfg=6 ":hi Structure ctermfg=2 :hi MatchParen cterm=bold ctermbg=4 ctermfg=7 -:hi CursorLine cterm=bold,underline -:hi CursorColumn cterm=bold,underline +:hi CursorLine cterm=underline +:hi CursorColumn cterm=bold :hi SpellBad term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellCap term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellLocal term=underline,standout cterm=none ctermbg=7 ctermfg=0 diff --git a/data/sisu/v4/conf/editor-syntax-etc/vim/colors/frugal-cterm-sisu.vim b/data/sisu/v4/conf/editor-syntax-etc/vim/colors/frugal-cterm-sisu.vim index 03f192df..9afe2f65 100644 --- a/data/sisu/v4/conf/editor-syntax-etc/vim/colors/frugal-cterm-sisu.vim +++ b/data/sisu/v4/conf/editor-syntax-etc/vim/colors/frugal-cterm-sisu.vim @@ -1,8 +1,8 @@ " Vim color file " Name: frugal-cterm-sisu " Maintainer: Ralph Amissah -" Last Change: 2011-06-26 -" URL: +" Last Change: 2013-02-09 +" URL: " Note: 8 color cterm, related colorschemes 8 & sparse :set background=dark :hi clear @@ -54,8 +54,8 @@ endif :hi Function ctermfg=6 :hi Structure ctermfg=2 :hi MatchParen cterm=bold ctermbg=4 ctermfg=7 -:hi CursorLine cterm=bold,underline -:hi CursorColumn cterm=bold,underline +:hi CursorLine cterm=underline +:hi CursorColumn cterm=bold :hi SpellBad term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellCap term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellLocal term=underline,standout cterm=none ctermbg=7 ctermfg=0 diff --git a/data/sisu/v4/conf/editor-syntax-etc/vim/colors/frugal.vim b/data/sisu/v4/conf/editor-syntax-etc/vim/colors/frugal.vim index 1ff26a58..57727664 100644 --- a/data/sisu/v4/conf/editor-syntax-etc/vim/colors/frugal.vim +++ b/data/sisu/v4/conf/editor-syntax-etc/vim/colors/frugal.vim @@ -1,8 +1,8 @@ " Vim color file " Name: frugal " Maintainer: Ralph Amissah -" Last Change: 2011-06-26 -" URL: +" Last Change: 2013-02-09 +" URL: " Note: 8 color cterm, related colorschemes 8 & sparse :set background=dark :hi clear @@ -54,8 +54,8 @@ endif ":hi Function ctermfg=6 guifg=magenta ":hi Structure ctermfg=2 guifg=green :hi MatchParen cterm=bold ctermbg=4 ctermfg=7 -:hi CursorLine cterm=bold,underline -:hi CursorColumn cterm=bold,underline +:hi CursorLine cterm=underline +:hi CursorColumn cterm=bold :hi SpellBad term=underline,standout cterm=none ctermbg=7 ctermfg=0 guibg=white guifg=black :hi SpellCap term=underline,standout cterm=none ctermbg=7 ctermfg=0 guibg=white guifg=black :hi SpellLocal term=underline,standout cterm=none ctermbg=7 ctermfg=0 guibg=white guifg=black diff --git a/data/sisu/v4/conf/editor-syntax-etc/vim/colors/slate.vim b/data/sisu/v4/conf/editor-syntax-etc/vim/colors/slate.vim index 238b27df..eaa22ef0 100644 --- a/data/sisu/v4/conf/editor-syntax-etc/vim/colors/slate.vim +++ b/data/sisu/v4/conf/editor-syntax-etc/vim/colors/slate.vim @@ -1,8 +1,8 @@ "%% SiSU Vim color file " Name: Slate " Maintainer: Ralph Amissah -" Last Change: 2011-06-26 -" URL: +" Last Change: 2013-02-09 +" URL: " Notes: cterm now uses frugal-sisu 8 colors for term " (for gui originally looked at desert Hans Fugal " (April/May 2003)) @@ -56,8 +56,8 @@ endif :hi Function ctermfg=6 guifg=navajowhite :hi Structure ctermfg=2 guifg=green :hi MatchParen cterm=bold ctermbg=4 ctermfg=7 -:hi CursorLine cterm=bold,underline guibg=black -:hi CursorColumn cterm=bold,underline guibg=black +:hi CursorLine cterm=underline guibg=black +:hi CursorColumn cterm=bold guibg=black :hi SpellBad term=underline,standout cterm=none ctermbg=7 ctermfg=0 guibg=darkmagenta guifg=white :hi SpellCap term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellLocal term=underline,standout cterm=none ctermbg=7 ctermfg=0 guibg=darkmagenta guifg=white diff --git a/data/sisu/v4/conf/editor-syntax-etc/vim/colors/sparse-cterm-ruby.vim b/data/sisu/v4/conf/editor-syntax-etc/vim/colors/sparse-cterm-ruby.vim index 3d8f92e1..f8625c4b 100644 --- a/data/sisu/v4/conf/editor-syntax-etc/vim/colors/sparse-cterm-ruby.vim +++ b/data/sisu/v4/conf/editor-syntax-etc/vim/colors/sparse-cterm-ruby.vim @@ -1,8 +1,8 @@ " Vim color file " Name: sparse-cterm-ruby " Maintainer: Ralph Amissah -" Last Change: 2011-06-26 -" URL: +" Last Change: 2013-02-09 +" URL: " Note: 8 color cterm, related colorschemes 8 & frugal :set background=dark :hi clear @@ -54,8 +54,8 @@ endif ":hi Function ctermfg=6 ":hi Structure ctermfg=2 :hi MatchParen cterm=bold ctermbg=4 ctermfg=7 -:hi CursorLine cterm=bold,underline -:hi CursorColumn cterm=bold,underline +:hi CursorLine cterm=underline +:hi CursorColumn cterm=bold :hi SpellBad term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellCap term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellLocal term=underline,standout cterm=none ctermbg=7 ctermfg=0 diff --git a/data/sisu/v4/conf/editor-syntax-etc/vim/colors/sparse-cterm-sisu.vim b/data/sisu/v4/conf/editor-syntax-etc/vim/colors/sparse-cterm-sisu.vim index 9704dbd2..492b888b 100644 --- a/data/sisu/v4/conf/editor-syntax-etc/vim/colors/sparse-cterm-sisu.vim +++ b/data/sisu/v4/conf/editor-syntax-etc/vim/colors/sparse-cterm-sisu.vim @@ -1,8 +1,8 @@ " Vim color file " Name: sparse-cterm-sisu " Maintainer: Ralph Amissah -" Last Change: 2011-06-26 -" URL: +" Last Change: 2013-02-09 +" URL: " Note: 8 color cterm, related colorschemes 8 & frugal :set background=dark :hi clear @@ -54,8 +54,8 @@ endif :hi Function ctermfg=6 :hi Structure ctermfg=2 :hi MatchParen cterm=bold ctermbg=4 ctermfg=7 -:hi CursorLine cterm=bold,underline -:hi CursorColumn cterm=bold,underline +:hi CursorLine cterm=underline +:hi CursorColumn cterm=bold :hi SpellBad term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellCap term=underline,standout cterm=none ctermbg=7 ctermfg=0 :hi SpellLocal term=underline,standout cterm=none ctermbg=7 ctermfg=0 -- cgit v1.2.3 From 70570e97f9e322d1d45595fdea5d239cca063487 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 10 Feb 2013 09:31:05 -0500 Subject: v4 (v3): lib, bin/sisu, misc, code headers provide url to online git file source * e.g. bin/sisu header * Git --- bin/sisu | 4 ++++ data/doc/sisu/CHANGELOG_v3 | 7 +++++++ data/doc/sisu/CHANGELOG_v4 | 9 +++++++++ lib/sisu/v3/air.rb | 4 ++++ lib/sisu/v3/author_format.rb | 4 ++++ lib/sisu/v3/cgi.rb | 4 ++++ lib/sisu/v3/cgi_pgsql.rb | 4 ++++ lib/sisu/v3/cgi_sql_common.rb | 4 ++++ lib/sisu/v3/cgi_sqlite.rb | 4 ++++ lib/sisu/v3/composite.rb | 4 ++++ lib/sisu/v3/concordance.rb | 4 ++++ lib/sisu/v3/conf.rb | 4 ++++ lib/sisu/v3/constants.rb | 4 ++++ lib/sisu/v3/css.rb | 4 ++++ lib/sisu/v3/dal.rb | 4 ++++ lib/sisu/v3/dal_character_check.rb | 4 ++++ lib/sisu/v3/dal_doc_objects.rb | 4 ++++ lib/sisu/v3/dal_doc_str.rb | 4 ++++ lib/sisu/v3/dal_endnotes.rb | 4 ++++ lib/sisu/v3/dal_expand_insertions.rb | 4 ++++ lib/sisu/v3/dal_hash_digest.rb | 4 ++++ lib/sisu/v3/dal_idx.rb | 4 ++++ lib/sisu/v3/dal_images.rb | 4 ++++ lib/sisu/v3/dal_metadata.rb | 4 ++++ lib/sisu/v3/dal_numbering.rb | 4 ++++ lib/sisu/v3/dal_substitutions_and_insertions.rb | 4 ++++ lib/sisu/v3/dal_syntax.rb | 4 ++++ lib/sisu/v3/db_columns.rb | 4 ++++ lib/sisu/v3/db_create.rb | 4 ++++ lib/sisu/v3/db_dbi.rb | 4 ++++ lib/sisu/v3/db_drop.rb | 4 ++++ lib/sisu/v3/db_import.rb | 4 ++++ lib/sisu/v3/db_indexes.rb | 4 ++++ lib/sisu/v3/db_load_tuple.rb | 4 ++++ lib/sisu/v3/db_remove.rb | 4 ++++ lib/sisu/v3/db_select.rb | 4 ++++ lib/sisu/v3/db_sqltxt.rb | 4 ++++ lib/sisu/v3/db_tests.rb | 4 ++++ lib/sisu/v3/dbi.rb | 4 ++++ lib/sisu/v3/dbi_discrete.rb | 4 ++++ lib/sisu/v3/defaults.rb | 4 ++++ lib/sisu/v3/digests.rb | 4 ++++ lib/sisu/v3/embedded.rb | 4 ++++ lib/sisu/v3/epub.rb | 4 ++++ lib/sisu/v3/epub_concordance.rb | 4 ++++ lib/sisu/v3/epub_format.rb | 4 ++++ lib/sisu/v3/epub_segments.rb | 4 ++++ lib/sisu/v3/epub_tune.rb | 4 ++++ lib/sisu/v3/errors.rb | 4 ++++ lib/sisu/v3/git.rb | 4 ++++ lib/sisu/v3/harvest.rb | 4 ++++ lib/sisu/v3/harvest_authors.rb | 4 ++++ lib/sisu/v3/harvest_topics.rb | 4 ++++ lib/sisu/v3/help.rb | 4 ++++ lib/sisu/v3/html.rb | 4 ++++ lib/sisu/v3/html_format.rb | 4 ++++ lib/sisu/v3/html_minitoc.rb | 4 ++++ lib/sisu/v3/html_promo.rb | 4 ++++ lib/sisu/v3/html_scroll.rb | 4 ++++ lib/sisu/v3/html_segments.rb | 4 ++++ lib/sisu/v3/html_table.rb | 4 ++++ lib/sisu/v3/html_tune.rb | 4 ++++ lib/sisu/v3/hub.rb | 4 ++++ lib/sisu/v3/i18n.rb | 4 ++++ lib/sisu/v3/manifest.rb | 4 ++++ lib/sisu/v3/manpage.rb | 4 ++++ lib/sisu/v3/manpage_format.rb | 4 ++++ lib/sisu/v3/odf.rb | 4 ++++ lib/sisu/v3/odf_format.rb | 4 ++++ lib/sisu/v3/options.rb | 4 ++++ lib/sisu/v3/param.rb | 4 ++++ lib/sisu/v3/param_identify_markup.rb | 4 ++++ lib/sisu/v3/particulars.rb | 4 ++++ lib/sisu/v3/plaintext.rb | 4 ++++ lib/sisu/v3/plaintext_format.rb | 4 ++++ lib/sisu/v3/po4a.rb | 4 ++++ lib/sisu/v3/po4a_set.rb | 4 ++++ lib/sisu/v3/prog_text_translation.rb | 4 ++++ lib/sisu/v3/qrcode.rb | 4 ++++ lib/sisu/v3/relaxng.rb | 4 ++++ lib/sisu/v3/remote.rb | 4 ++++ lib/sisu/v3/response.rb | 4 ++++ lib/sisu/v3/rexml.rb | 4 ++++ lib/sisu/v3/screen_text_color.rb | 4 ++++ lib/sisu/v3/share_src.rb | 4 ++++ lib/sisu/v3/share_src_kdissert.rb | 4 ++++ lib/sisu/v3/shared_html.rb | 4 ++++ lib/sisu/v3/shared_html_lite.rb | 4 ++++ lib/sisu/v3/shared_images.rb | 4 ++++ lib/sisu/v3/shared_markup_alt.rb | 4 ++++ lib/sisu/v3/shared_metadata.rb | 4 ++++ lib/sisu/v3/shared_sem.rb | 4 ++++ lib/sisu/v3/shared_sisupod_source.rb | 4 ++++ lib/sisu/v3/shared_txt.rb | 4 ++++ lib/sisu/v3/shared_xhtml.rb | 4 ++++ lib/sisu/v3/shared_xml.rb | 4 ++++ lib/sisu/v3/sisupod_make.rb | 4 ++++ lib/sisu/v3/sitemaps.rb | 4 ++++ lib/sisu/v3/spell.rb | 4 ++++ lib/sisu/v3/sst_convert_markup.rb | 4 ++++ lib/sisu/v3/sst_do_inline_footnotes.rb | 4 ++++ lib/sisu/v3/sst_from_xml.rb | 4 ++++ lib/sisu/v3/sst_identify_markup.rb | 4 ++++ lib/sisu/v3/sst_to_s_xml_sax.rb | 4 ++++ lib/sisu/v3/sysenv.rb | 4 ++++ lib/sisu/v3/termsheet.rb | 4 ++++ lib/sisu/v3/texinfo.rb | 4 ++++ lib/sisu/v3/texinfo_format.rb | 4 ++++ lib/sisu/v3/texpdf.rb | 4 ++++ lib/sisu/v3/texpdf_format.rb | 4 ++++ lib/sisu/v3/update.rb | 4 ++++ lib/sisu/v3/urls.rb | 4 ++++ lib/sisu/v3/utils.rb | 5 +++++ lib/sisu/v3/webrick.rb | 4 ++++ lib/sisu/v3/wikispeak.rb | 4 ++++ lib/sisu/v3/xhtml.rb | 4 ++++ lib/sisu/v3/xhtml_table.rb | 4 ++++ lib/sisu/v3/xml.rb | 4 ++++ lib/sisu/v3/xml_dom.rb | 4 ++++ lib/sisu/v3/xml_fictionbook.rb | 4 ++++ lib/sisu/v3/xml_format.rb | 4 ++++ lib/sisu/v3/xml_md_oai_pmh_dc.rb | 4 ++++ lib/sisu/v3/xml_scaffold.rb | 4 ++++ lib/sisu/v3/xml_tables.rb | 4 ++++ lib/sisu/v3/zap.rb | 4 ++++ lib/sisu/v4/air.rb | 4 ++++ lib/sisu/v4/author_format.rb | 4 ++++ lib/sisu/v4/cgi.rb | 4 ++++ lib/sisu/v4/cgi_pgsql.rb | 4 ++++ lib/sisu/v4/cgi_sql_common.rb | 4 ++++ lib/sisu/v4/cgi_sqlite.rb | 4 ++++ lib/sisu/v4/composite.rb | 4 ++++ lib/sisu/v4/concordance.rb | 4 ++++ lib/sisu/v4/conf.rb | 4 ++++ lib/sisu/v4/constants.rb | 4 ++++ lib/sisu/v4/css.rb | 4 ++++ lib/sisu/v4/dal.rb | 4 ++++ lib/sisu/v4/dal_character_check.rb | 4 ++++ lib/sisu/v4/dal_doc_objects.rb | 4 ++++ lib/sisu/v4/dal_doc_str.rb | 4 ++++ lib/sisu/v4/dal_endnotes.rb | 4 ++++ lib/sisu/v4/dal_expand_insertions.rb | 4 ++++ lib/sisu/v4/dal_hash_digest.rb | 4 ++++ lib/sisu/v4/dal_idx.rb | 4 ++++ lib/sisu/v4/dal_images.rb | 4 ++++ lib/sisu/v4/dal_metadata.rb | 4 ++++ lib/sisu/v4/dal_numbering.rb | 4 ++++ lib/sisu/v4/dal_substitutions_and_insertions.rb | 4 ++++ lib/sisu/v4/dal_syntax.rb | 4 ++++ lib/sisu/v4/db_columns.rb | 4 ++++ lib/sisu/v4/db_create.rb | 4 ++++ lib/sisu/v4/db_dbi.rb | 4 ++++ lib/sisu/v4/db_drop.rb | 4 ++++ lib/sisu/v4/db_import.rb | 4 ++++ lib/sisu/v4/db_indexes.rb | 4 ++++ lib/sisu/v4/db_load_tuple.rb | 4 ++++ lib/sisu/v4/db_remove.rb | 4 ++++ lib/sisu/v4/db_select.rb | 4 ++++ lib/sisu/v4/db_sqltxt.rb | 4 ++++ lib/sisu/v4/db_tests.rb | 4 ++++ lib/sisu/v4/dbi.rb | 4 ++++ lib/sisu/v4/dbi_discrete.rb | 4 ++++ lib/sisu/v4/defaults.rb | 4 ++++ lib/sisu/v4/digests.rb | 4 ++++ lib/sisu/v4/embedded.rb | 4 ++++ lib/sisu/v4/epub.rb | 4 ++++ lib/sisu/v4/epub_concordance.rb | 4 ++++ lib/sisu/v4/epub_format.rb | 4 ++++ lib/sisu/v4/epub_segments.rb | 4 ++++ lib/sisu/v4/epub_tune.rb | 4 ++++ lib/sisu/v4/errors.rb | 4 ++++ lib/sisu/v4/git.rb | 4 ++++ lib/sisu/v4/harvest.rb | 4 ++++ lib/sisu/v4/harvest_authors.rb | 4 ++++ lib/sisu/v4/harvest_topics.rb | 4 ++++ lib/sisu/v4/help.rb | 4 ++++ lib/sisu/v4/html.rb | 4 ++++ lib/sisu/v4/html_format.rb | 4 ++++ lib/sisu/v4/html_minitoc.rb | 4 ++++ lib/sisu/v4/html_promo.rb | 4 ++++ lib/sisu/v4/html_scroll.rb | 4 ++++ lib/sisu/v4/html_segments.rb | 4 ++++ lib/sisu/v4/html_table.rb | 4 ++++ lib/sisu/v4/html_tune.rb | 4 ++++ lib/sisu/v4/hub.rb | 4 ++++ lib/sisu/v4/i18n.rb | 4 ++++ lib/sisu/v4/manifest.rb | 4 ++++ lib/sisu/v4/manpage.rb | 4 ++++ lib/sisu/v4/manpage_format.rb | 4 ++++ lib/sisu/v4/odf.rb | 4 ++++ lib/sisu/v4/odf_format.rb | 4 ++++ lib/sisu/v4/options.rb | 4 ++++ lib/sisu/v4/param.rb | 4 ++++ lib/sisu/v4/param_identify_markup.rb | 4 ++++ lib/sisu/v4/param_make.rb | 4 ++++ lib/sisu/v4/particulars.rb | 4 ++++ lib/sisu/v4/plaintext.rb | 4 ++++ lib/sisu/v4/plaintext_format.rb | 4 ++++ lib/sisu/v4/po4a.rb | 4 ++++ lib/sisu/v4/po4a_set.rb | 4 ++++ lib/sisu/v4/prog_text_translation.rb | 4 ++++ lib/sisu/v4/qrcode.rb | 4 ++++ lib/sisu/v4/relaxng.rb | 4 ++++ lib/sisu/v4/remote.rb | 4 ++++ lib/sisu/v4/response.rb | 4 ++++ lib/sisu/v4/rexml.rb | 4 ++++ lib/sisu/v4/screen_text_color.rb | 4 ++++ lib/sisu/v4/share_src.rb | 4 ++++ lib/sisu/v4/share_src_kdissert.rb | 4 ++++ lib/sisu/v4/shared_html.rb | 4 ++++ lib/sisu/v4/shared_html_lite.rb | 4 ++++ lib/sisu/v4/shared_images.rb | 4 ++++ lib/sisu/v4/shared_markup_alt.rb | 4 ++++ lib/sisu/v4/shared_metadata.rb | 4 ++++ lib/sisu/v4/shared_sem.rb | 4 ++++ lib/sisu/v4/shared_sisupod_source.rb | 4 ++++ lib/sisu/v4/shared_txt.rb | 4 ++++ lib/sisu/v4/shared_xhtml.rb | 4 ++++ lib/sisu/v4/shared_xml.rb | 4 ++++ lib/sisu/v4/sisupod_make.rb | 4 ++++ lib/sisu/v4/sitemaps.rb | 4 ++++ lib/sisu/v4/spell.rb | 4 ++++ lib/sisu/v4/sst_convert_markup.rb | 4 ++++ lib/sisu/v4/sst_do_inline_footnotes.rb | 4 ++++ lib/sisu/v4/sst_from_xml.rb | 4 ++++ lib/sisu/v4/sst_identify_markup.rb | 4 ++++ lib/sisu/v4/sst_to_s_xml_sax.rb | 4 ++++ lib/sisu/v4/sysenv.rb | 4 ++++ lib/sisu/v4/termsheet.rb | 4 ++++ lib/sisu/v4/texinfo.rb | 4 ++++ lib/sisu/v4/texinfo_format.rb | 4 ++++ lib/sisu/v4/texpdf.rb | 4 ++++ lib/sisu/v4/texpdf_format.rb | 4 ++++ lib/sisu/v4/update.rb | 4 ++++ lib/sisu/v4/urls.rb | 4 ++++ lib/sisu/v4/utils.rb | 4 ++++ lib/sisu/v4/webrick.rb | 4 ++++ lib/sisu/v4/wikispeak.rb | 4 ++++ lib/sisu/v4/xhtml.rb | 4 ++++ lib/sisu/v4/xhtml_table.rb | 4 ++++ lib/sisu/v4/xml.rb | 4 ++++ lib/sisu/v4/xml_dom.rb | 4 ++++ lib/sisu/v4/xml_fictionbook.rb | 4 ++++ lib/sisu/v4/xml_format.rb | 4 ++++ lib/sisu/v4/xml_md_oai_pmh_dc.rb | 4 ++++ lib/sisu/v4/xml_scaffold.rb | 4 ++++ lib/sisu/v4/xml_tables.rb | 4 ++++ lib/sisu/v4/zap.rb | 4 ++++ 248 files changed, 1001 insertions(+) diff --git a/bin/sisu b/bin/sisu index 1486c902..b7156f43 100644 --- a/bin/sisu +++ b/bin/sisu @@ -218,6 +218,10 @@ __END__ * Download: + * Git + + + * Ralph Amissah diff --git a/data/doc/sisu/CHANGELOG_v3 b/data/doc/sisu/CHANGELOG_v3 index 4d515d9a..0027e209 100644 --- a/data/doc/sisu/CHANGELOG_v3 +++ b/data/doc/sisu/CHANGELOG_v3 @@ -1,4 +1,6 @@ %% SiSU version 3 + + v3 branch is legacy: v4 branch supersedes & replaces it v3 branch supersedes & replaces v2 branch v3 introduces alternative (configurable) output structures @@ -39,6 +41,11 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_3.3.10.orig.tar.xz * v3: dbi_discrete, discreet should have been discrete, renames accordingly +* v3: lib, bin/sisu, misc, code headers provide url to online git file source + * e.g. bin/sisu * Git + + + %% 3.3.9.orig.tar.xz (2013-02-06:05/3) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_3.3.9 http://www.jus.uio.no/sisu/pkg/src/sisu_3.3.9.orig.tar.xz diff --git a/data/doc/sisu/CHANGELOG_v4 b/data/doc/sisu/CHANGELOG_v4 index 5b98c29d..3bf9c1c7 100644 --- a/data/doc/sisu/CHANGELOG_v4 +++ b/data/doc/sisu/CHANGELOG_v4 @@ -1,4 +1,8 @@ %% SiSU version 4 + + +* debian/changelog + v4 stable branch supersedes & replaces v3 branch initial goals: * remove/retire "skins"; replace some functionality with headers and/or yml @@ -28,6 +32,11 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_4.0.7.orig.tar.xz * v4: dbi_discrete, discreet should have been discrete, renames accordingly +* v4: lib, bin/sisu, misc, code headers provide url to online git file source + * e.g. bin/sisu * Git + + + %% 4.0.6.orig.tar.xz (2013-02-07:05/4) http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/sisu_4.0.6 http://sources.sisudoc.org/gitweb/?p=code/sisu.git;a=shortlog;h=refs/tags/debian/sisu_4.0.6-1 diff --git a/lib/sisu/v3/air.rb b/lib/sisu/v3/air.rb index a4aa7fad..d4b49392 100644 --- a/lib/sisu/v3/air.rb +++ b/lib/sisu/v3/air.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/author_format.rb b/lib/sisu/v3/author_format.rb index 93fb1162..5f08ef45 100644 --- a/lib/sisu/v3/author_format.rb +++ b/lib/sisu/v3/author_format.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/cgi.rb b/lib/sisu/v3/cgi.rb index cb308a61..f0ae55ba 100644 --- a/lib/sisu/v3/cgi.rb +++ b/lib/sisu/v3/cgi.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/cgi_pgsql.rb b/lib/sisu/v3/cgi_pgsql.rb index b5944a34..20e51772 100644 --- a/lib/sisu/v3/cgi_pgsql.rb +++ b/lib/sisu/v3/cgi_pgsql.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/cgi_sql_common.rb b/lib/sisu/v3/cgi_sql_common.rb index df07ceba..627cdbfa 100644 --- a/lib/sisu/v3/cgi_sql_common.rb +++ b/lib/sisu/v3/cgi_sql_common.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/cgi_sqlite.rb b/lib/sisu/v3/cgi_sqlite.rb index aa72b3ac..e56fa359 100644 --- a/lib/sisu/v3/cgi_sqlite.rb +++ b/lib/sisu/v3/cgi_sqlite.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/composite.rb b/lib/sisu/v3/composite.rb index cb79c4d0..3923799c 100644 --- a/lib/sisu/v3/composite.rb +++ b/lib/sisu/v3/composite.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/concordance.rb b/lib/sisu/v3/concordance.rb index 26a5fc19..6a984454 100644 --- a/lib/sisu/v3/concordance.rb +++ b/lib/sisu/v3/concordance.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/conf.rb b/lib/sisu/v3/conf.rb index 823e3346..e9fecf32 100644 --- a/lib/sisu/v3/conf.rb +++ b/lib/sisu/v3/conf.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/constants.rb b/lib/sisu/v3/constants.rb index 9b2e3886..10eb8040 100644 --- a/lib/sisu/v3/constants.rb +++ b/lib/sisu/v3/constants.rb @@ -49,6 +49,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/css.rb b/lib/sisu/v3/css.rb index c18d10c5..c6358cd0 100644 --- a/lib/sisu/v3/css.rb +++ b/lib/sisu/v3/css.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/dal.rb b/lib/sisu/v3/dal.rb index fa3261ab..3feb5782 100644 --- a/lib/sisu/v3/dal.rb +++ b/lib/sisu/v3/dal.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/dal_character_check.rb b/lib/sisu/v3/dal_character_check.rb index 10d23b23..c993b8e1 100644 --- a/lib/sisu/v3/dal_character_check.rb +++ b/lib/sisu/v3/dal_character_check.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/dal_doc_objects.rb b/lib/sisu/v3/dal_doc_objects.rb index 13fd8ddb..94bb9cb0 100644 --- a/lib/sisu/v3/dal_doc_objects.rb +++ b/lib/sisu/v3/dal_doc_objects.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/dal_doc_str.rb b/lib/sisu/v3/dal_doc_str.rb index a04ad3ad..87da4fad 100644 --- a/lib/sisu/v3/dal_doc_str.rb +++ b/lib/sisu/v3/dal_doc_str.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/dal_endnotes.rb b/lib/sisu/v3/dal_endnotes.rb index 35b5794b..326efea1 100644 --- a/lib/sisu/v3/dal_endnotes.rb +++ b/lib/sisu/v3/dal_endnotes.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/dal_expand_insertions.rb b/lib/sisu/v3/dal_expand_insertions.rb index a863e59f..68855ba0 100644 --- a/lib/sisu/v3/dal_expand_insertions.rb +++ b/lib/sisu/v3/dal_expand_insertions.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/dal_hash_digest.rb b/lib/sisu/v3/dal_hash_digest.rb index 3dd1bb50..f2e13cb5 100644 --- a/lib/sisu/v3/dal_hash_digest.rb +++ b/lib/sisu/v3/dal_hash_digest.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/dal_idx.rb b/lib/sisu/v3/dal_idx.rb index 63eb487e..bf8d569c 100644 --- a/lib/sisu/v3/dal_idx.rb +++ b/lib/sisu/v3/dal_idx.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/dal_images.rb b/lib/sisu/v3/dal_images.rb index c5eeb820..2c867c1c 100644 --- a/lib/sisu/v3/dal_images.rb +++ b/lib/sisu/v3/dal_images.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/dal_metadata.rb b/lib/sisu/v3/dal_metadata.rb index ce0b756c..4dbfe175 100644 --- a/lib/sisu/v3/dal_metadata.rb +++ b/lib/sisu/v3/dal_metadata.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/dal_numbering.rb b/lib/sisu/v3/dal_numbering.rb index b22015df..21ada29f 100644 --- a/lib/sisu/v3/dal_numbering.rb +++ b/lib/sisu/v3/dal_numbering.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/dal_substitutions_and_insertions.rb b/lib/sisu/v3/dal_substitutions_and_insertions.rb index eef8a557..847f917a 100644 --- a/lib/sisu/v3/dal_substitutions_and_insertions.rb +++ b/lib/sisu/v3/dal_substitutions_and_insertions.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/dal_syntax.rb b/lib/sisu/v3/dal_syntax.rb index d71da732..a43ca005 100644 --- a/lib/sisu/v3/dal_syntax.rb +++ b/lib/sisu/v3/dal_syntax.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/db_columns.rb b/lib/sisu/v3/db_columns.rb index 77109a32..02adf4c1 100644 --- a/lib/sisu/v3/db_columns.rb +++ b/lib/sisu/v3/db_columns.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/db_create.rb b/lib/sisu/v3/db_create.rb index 5c7c7541..5df72a2a 100644 --- a/lib/sisu/v3/db_create.rb +++ b/lib/sisu/v3/db_create.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/db_dbi.rb b/lib/sisu/v3/db_dbi.rb index a9b35b2c..0164ceb5 100644 --- a/lib/sisu/v3/db_dbi.rb +++ b/lib/sisu/v3/db_dbi.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/db_drop.rb b/lib/sisu/v3/db_drop.rb index 2faab7e6..b4f8c7ed 100644 --- a/lib/sisu/v3/db_drop.rb +++ b/lib/sisu/v3/db_drop.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/db_import.rb b/lib/sisu/v3/db_import.rb index 95688b5f..530e23df 100644 --- a/lib/sisu/v3/db_import.rb +++ b/lib/sisu/v3/db_import.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/db_indexes.rb b/lib/sisu/v3/db_indexes.rb index f37ff1a8..beae0aa1 100644 --- a/lib/sisu/v3/db_indexes.rb +++ b/lib/sisu/v3/db_indexes.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/db_load_tuple.rb b/lib/sisu/v3/db_load_tuple.rb index 418db352..d615fcab 100644 --- a/lib/sisu/v3/db_load_tuple.rb +++ b/lib/sisu/v3/db_load_tuple.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/db_remove.rb b/lib/sisu/v3/db_remove.rb index 14b6be05..de579832 100644 --- a/lib/sisu/v3/db_remove.rb +++ b/lib/sisu/v3/db_remove.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/db_select.rb b/lib/sisu/v3/db_select.rb index 76917508..efa1e7bd 100644 --- a/lib/sisu/v3/db_select.rb +++ b/lib/sisu/v3/db_select.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/db_sqltxt.rb b/lib/sisu/v3/db_sqltxt.rb index 02ce6fcf..91c775f8 100644 --- a/lib/sisu/v3/db_sqltxt.rb +++ b/lib/sisu/v3/db_sqltxt.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/db_tests.rb b/lib/sisu/v3/db_tests.rb index ae30378b..33762987 100644 --- a/lib/sisu/v3/db_tests.rb +++ b/lib/sisu/v3/db_tests.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/dbi.rb b/lib/sisu/v3/dbi.rb index 7a9cba58..9521edbc 100644 --- a/lib/sisu/v3/dbi.rb +++ b/lib/sisu/v3/dbi.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/dbi_discrete.rb b/lib/sisu/v3/dbi_discrete.rb index f670cb27..b8e8f6ef 100644 --- a/lib/sisu/v3/dbi_discrete.rb +++ b/lib/sisu/v3/dbi_discrete.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/defaults.rb b/lib/sisu/v3/defaults.rb index 83e42ccd..416534d1 100644 --- a/lib/sisu/v3/defaults.rb +++ b/lib/sisu/v3/defaults.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/digests.rb b/lib/sisu/v3/digests.rb index ed507ae5..d3c3f8c3 100644 --- a/lib/sisu/v3/digests.rb +++ b/lib/sisu/v3/digests.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/embedded.rb b/lib/sisu/v3/embedded.rb index 78ba2d2d..2b1e7596 100644 --- a/lib/sisu/v3/embedded.rb +++ b/lib/sisu/v3/embedded.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/epub.rb b/lib/sisu/v3/epub.rb index a645f03b..e7325bcd 100644 --- a/lib/sisu/v3/epub.rb +++ b/lib/sisu/v3/epub.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/epub_concordance.rb b/lib/sisu/v3/epub_concordance.rb index 8bcad9c8..4a63df91 100644 --- a/lib/sisu/v3/epub_concordance.rb +++ b/lib/sisu/v3/epub_concordance.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/epub_format.rb b/lib/sisu/v3/epub_format.rb index c202c2f6..61accf22 100644 --- a/lib/sisu/v3/epub_format.rb +++ b/lib/sisu/v3/epub_format.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/epub_segments.rb b/lib/sisu/v3/epub_segments.rb index baef63bd..40989632 100644 --- a/lib/sisu/v3/epub_segments.rb +++ b/lib/sisu/v3/epub_segments.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/epub_tune.rb b/lib/sisu/v3/epub_tune.rb index 7bcfe03e..a6b23a0d 100644 --- a/lib/sisu/v3/epub_tune.rb +++ b/lib/sisu/v3/epub_tune.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/errors.rb b/lib/sisu/v3/errors.rb index a2837d9c..505ba616 100644 --- a/lib/sisu/v3/errors.rb +++ b/lib/sisu/v3/errors.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/git.rb b/lib/sisu/v3/git.rb index 53f44042..9ec2986a 100644 --- a/lib/sisu/v3/git.rb +++ b/lib/sisu/v3/git.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/harvest.rb b/lib/sisu/v3/harvest.rb index 2c67a6c5..b458b8df 100644 --- a/lib/sisu/v3/harvest.rb +++ b/lib/sisu/v3/harvest.rb @@ -50,6 +50,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/harvest_authors.rb b/lib/sisu/v3/harvest_authors.rb index 83349c7e..0c5d82e9 100644 --- a/lib/sisu/v3/harvest_authors.rb +++ b/lib/sisu/v3/harvest_authors.rb @@ -49,6 +49,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/harvest_topics.rb b/lib/sisu/v3/harvest_topics.rb index 17f4d453..59ba4c06 100644 --- a/lib/sisu/v3/harvest_topics.rb +++ b/lib/sisu/v3/harvest_topics.rb @@ -50,6 +50,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/help.rb b/lib/sisu/v3/help.rb index 933663e8..f31e71d1 100644 --- a/lib/sisu/v3/help.rb +++ b/lib/sisu/v3/help.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/html.rb b/lib/sisu/v3/html.rb index 7faf8f99..340b81e9 100644 --- a/lib/sisu/v3/html.rb +++ b/lib/sisu/v3/html.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/html_format.rb b/lib/sisu/v3/html_format.rb index 91ae06bb..da67a296 100644 --- a/lib/sisu/v3/html_format.rb +++ b/lib/sisu/v3/html_format.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/html_minitoc.rb b/lib/sisu/v3/html_minitoc.rb index 998a71ab..8158c48d 100644 --- a/lib/sisu/v3/html_minitoc.rb +++ b/lib/sisu/v3/html_minitoc.rb @@ -49,6 +49,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/html_promo.rb b/lib/sisu/v3/html_promo.rb index 8c94f52a..c2a8462d 100644 --- a/lib/sisu/v3/html_promo.rb +++ b/lib/sisu/v3/html_promo.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/html_scroll.rb b/lib/sisu/v3/html_scroll.rb index 07fa5d98..3180586c 100644 --- a/lib/sisu/v3/html_scroll.rb +++ b/lib/sisu/v3/html_scroll.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/html_segments.rb b/lib/sisu/v3/html_segments.rb index a10409f6..7c90c53e 100644 --- a/lib/sisu/v3/html_segments.rb +++ b/lib/sisu/v3/html_segments.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/html_table.rb b/lib/sisu/v3/html_table.rb index cfc00ce7..7713a66f 100644 --- a/lib/sisu/v3/html_table.rb +++ b/lib/sisu/v3/html_table.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/html_tune.rb b/lib/sisu/v3/html_tune.rb index 81969961..32426076 100644 --- a/lib/sisu/v3/html_tune.rb +++ b/lib/sisu/v3/html_tune.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/hub.rb b/lib/sisu/v3/hub.rb index 4ab701bb..2421a50c 100644 --- a/lib/sisu/v3/hub.rb +++ b/lib/sisu/v3/hub.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/i18n.rb b/lib/sisu/v3/i18n.rb index 14136a18..9e61fbdf 100644 --- a/lib/sisu/v3/i18n.rb +++ b/lib/sisu/v3/i18n.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/manifest.rb b/lib/sisu/v3/manifest.rb index 19c000aa..225c235d 100644 --- a/lib/sisu/v3/manifest.rb +++ b/lib/sisu/v3/manifest.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/manpage.rb b/lib/sisu/v3/manpage.rb index d26627b3..8be6ecdc 100644 --- a/lib/sisu/v3/manpage.rb +++ b/lib/sisu/v3/manpage.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/manpage_format.rb b/lib/sisu/v3/manpage_format.rb index 3c3c463a..bd07a0bc 100644 --- a/lib/sisu/v3/manpage_format.rb +++ b/lib/sisu/v3/manpage_format.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/odf.rb b/lib/sisu/v3/odf.rb index fb1e3840..71cbcca5 100644 --- a/lib/sisu/v3/odf.rb +++ b/lib/sisu/v3/odf.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/odf_format.rb b/lib/sisu/v3/odf_format.rb index b27fb710..9c5f37ce 100644 --- a/lib/sisu/v3/odf_format.rb +++ b/lib/sisu/v3/odf_format.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/options.rb b/lib/sisu/v3/options.rb index 0d6c2481..f44b5505 100644 --- a/lib/sisu/v3/options.rb +++ b/lib/sisu/v3/options.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/param.rb b/lib/sisu/v3/param.rb index 0212c500..0d882874 100644 --- a/lib/sisu/v3/param.rb +++ b/lib/sisu/v3/param.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/param_identify_markup.rb b/lib/sisu/v3/param_identify_markup.rb index ca16573d..6449759b 100644 --- a/lib/sisu/v3/param_identify_markup.rb +++ b/lib/sisu/v3/param_identify_markup.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/particulars.rb b/lib/sisu/v3/particulars.rb index 6ccd7896..ca77074c 100644 --- a/lib/sisu/v3/particulars.rb +++ b/lib/sisu/v3/particulars.rb @@ -49,6 +49,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/plaintext.rb b/lib/sisu/v3/plaintext.rb index 1929ec48..898b355c 100644 --- a/lib/sisu/v3/plaintext.rb +++ b/lib/sisu/v3/plaintext.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/plaintext_format.rb b/lib/sisu/v3/plaintext_format.rb index 91bd143c..0761260a 100644 --- a/lib/sisu/v3/plaintext_format.rb +++ b/lib/sisu/v3/plaintext_format.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/po4a.rb b/lib/sisu/v3/po4a.rb index bedf9f1a..6ea61e10 100644 --- a/lib/sisu/v3/po4a.rb +++ b/lib/sisu/v3/po4a.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/po4a_set.rb b/lib/sisu/v3/po4a_set.rb index b615acef..594c62bc 100644 --- a/lib/sisu/v3/po4a_set.rb +++ b/lib/sisu/v3/po4a_set.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/prog_text_translation.rb b/lib/sisu/v3/prog_text_translation.rb index 5f2b7742..ee481d10 100644 --- a/lib/sisu/v3/prog_text_translation.rb +++ b/lib/sisu/v3/prog_text_translation.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/qrcode.rb b/lib/sisu/v3/qrcode.rb index 99a74b78..a730b832 100644 --- a/lib/sisu/v3/qrcode.rb +++ b/lib/sisu/v3/qrcode.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/relaxng.rb b/lib/sisu/v3/relaxng.rb index 98e8e4ff..0981692e 100644 --- a/lib/sisu/v3/relaxng.rb +++ b/lib/sisu/v3/relaxng.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/remote.rb b/lib/sisu/v3/remote.rb index 93ab88b6..4eecac50 100644 --- a/lib/sisu/v3/remote.rb +++ b/lib/sisu/v3/remote.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/response.rb b/lib/sisu/v3/response.rb index 0c490a7e..a4849840 100644 --- a/lib/sisu/v3/response.rb +++ b/lib/sisu/v3/response.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/rexml.rb b/lib/sisu/v3/rexml.rb index ea68a6ed..4aedfe23 100644 --- a/lib/sisu/v3/rexml.rb +++ b/lib/sisu/v3/rexml.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/screen_text_color.rb b/lib/sisu/v3/screen_text_color.rb index d2e0b438..dde1d338 100644 --- a/lib/sisu/v3/screen_text_color.rb +++ b/lib/sisu/v3/screen_text_color.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/share_src.rb b/lib/sisu/v3/share_src.rb index 02b59f3b..3f8965c9 100644 --- a/lib/sisu/v3/share_src.rb +++ b/lib/sisu/v3/share_src.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/share_src_kdissert.rb b/lib/sisu/v3/share_src_kdissert.rb index 0debc475..ccd76e1a 100644 --- a/lib/sisu/v3/share_src_kdissert.rb +++ b/lib/sisu/v3/share_src_kdissert.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/shared_html.rb b/lib/sisu/v3/shared_html.rb index fc17ff1d..6e897cf6 100644 --- a/lib/sisu/v3/shared_html.rb +++ b/lib/sisu/v3/shared_html.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/shared_html_lite.rb b/lib/sisu/v3/shared_html_lite.rb index 135b3b36..d7302212 100644 --- a/lib/sisu/v3/shared_html_lite.rb +++ b/lib/sisu/v3/shared_html_lite.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/shared_images.rb b/lib/sisu/v3/shared_images.rb index 4006e31a..d71710df 100644 --- a/lib/sisu/v3/shared_images.rb +++ b/lib/sisu/v3/shared_images.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/shared_markup_alt.rb b/lib/sisu/v3/shared_markup_alt.rb index b3898ea5..9bceeb17 100644 --- a/lib/sisu/v3/shared_markup_alt.rb +++ b/lib/sisu/v3/shared_markup_alt.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/shared_metadata.rb b/lib/sisu/v3/shared_metadata.rb index 9cb9a469..6fd66291 100644 --- a/lib/sisu/v3/shared_metadata.rb +++ b/lib/sisu/v3/shared_metadata.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/shared_sem.rb b/lib/sisu/v3/shared_sem.rb index 3ef343db..041448ab 100644 --- a/lib/sisu/v3/shared_sem.rb +++ b/lib/sisu/v3/shared_sem.rb @@ -49,6 +49,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/shared_sisupod_source.rb b/lib/sisu/v3/shared_sisupod_source.rb index 25681cb2..f1eb048f 100644 --- a/lib/sisu/v3/shared_sisupod_source.rb +++ b/lib/sisu/v3/shared_sisupod_source.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/shared_txt.rb b/lib/sisu/v3/shared_txt.rb index dbd4ac21..1ebefdd5 100644 --- a/lib/sisu/v3/shared_txt.rb +++ b/lib/sisu/v3/shared_txt.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/shared_xhtml.rb b/lib/sisu/v3/shared_xhtml.rb index 831ff15c..bb2de86c 100644 --- a/lib/sisu/v3/shared_xhtml.rb +++ b/lib/sisu/v3/shared_xhtml.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/shared_xml.rb b/lib/sisu/v3/shared_xml.rb index 2651a731..00312a66 100644 --- a/lib/sisu/v3/shared_xml.rb +++ b/lib/sisu/v3/shared_xml.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/sisupod_make.rb b/lib/sisu/v3/sisupod_make.rb index ef68b14a..75182aba 100644 --- a/lib/sisu/v3/sisupod_make.rb +++ b/lib/sisu/v3/sisupod_make.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/sitemaps.rb b/lib/sisu/v3/sitemaps.rb index 123b9b32..8eff9792 100644 --- a/lib/sisu/v3/sitemaps.rb +++ b/lib/sisu/v3/sitemaps.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/spell.rb b/lib/sisu/v3/spell.rb index b622a0f1..ce881619 100644 --- a/lib/sisu/v3/spell.rb +++ b/lib/sisu/v3/spell.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/sst_convert_markup.rb b/lib/sisu/v3/sst_convert_markup.rb index e46415f0..7c83fd93 100644 --- a/lib/sisu/v3/sst_convert_markup.rb +++ b/lib/sisu/v3/sst_convert_markup.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/sst_do_inline_footnotes.rb b/lib/sisu/v3/sst_do_inline_footnotes.rb index 587f5c96..d989c95e 100644 --- a/lib/sisu/v3/sst_do_inline_footnotes.rb +++ b/lib/sisu/v3/sst_do_inline_footnotes.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/sst_from_xml.rb b/lib/sisu/v3/sst_from_xml.rb index cf5745d5..8346ce16 100644 --- a/lib/sisu/v3/sst_from_xml.rb +++ b/lib/sisu/v3/sst_from_xml.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/sst_identify_markup.rb b/lib/sisu/v3/sst_identify_markup.rb index 54fbee54..6cc1a589 100644 --- a/lib/sisu/v3/sst_identify_markup.rb +++ b/lib/sisu/v3/sst_identify_markup.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/sst_to_s_xml_sax.rb b/lib/sisu/v3/sst_to_s_xml_sax.rb index dc8d43c1..ccc518d4 100644 --- a/lib/sisu/v3/sst_to_s_xml_sax.rb +++ b/lib/sisu/v3/sst_to_s_xml_sax.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/sysenv.rb b/lib/sisu/v3/sysenv.rb index 2255cc4f..9e03406d 100644 --- a/lib/sisu/v3/sysenv.rb +++ b/lib/sisu/v3/sysenv.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/termsheet.rb b/lib/sisu/v3/termsheet.rb index 505baed4..d6f18987 100644 --- a/lib/sisu/v3/termsheet.rb +++ b/lib/sisu/v3/termsheet.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/texinfo.rb b/lib/sisu/v3/texinfo.rb index bb9c97d8..d2a96844 100644 --- a/lib/sisu/v3/texinfo.rb +++ b/lib/sisu/v3/texinfo.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/texinfo_format.rb b/lib/sisu/v3/texinfo_format.rb index 0eb037a1..af968cac 100644 --- a/lib/sisu/v3/texinfo_format.rb +++ b/lib/sisu/v3/texinfo_format.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/texpdf.rb b/lib/sisu/v3/texpdf.rb index 0b0e08d0..1221d818 100644 --- a/lib/sisu/v3/texpdf.rb +++ b/lib/sisu/v3/texpdf.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/texpdf_format.rb b/lib/sisu/v3/texpdf_format.rb index e1915d92..30ccc862 100644 --- a/lib/sisu/v3/texpdf_format.rb +++ b/lib/sisu/v3/texpdf_format.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/update.rb b/lib/sisu/v3/update.rb index 12f54d84..039dace8 100644 --- a/lib/sisu/v3/update.rb +++ b/lib/sisu/v3/update.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/urls.rb b/lib/sisu/v3/urls.rb index d2dac6da..d04225cc 100644 --- a/lib/sisu/v3/urls.rb +++ b/lib/sisu/v3/urls.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/utils.rb b/lib/sisu/v3/utils.rb index ade6132a..260e1883 100644 --- a/lib/sisu/v3/utils.rb +++ b/lib/sisu/v3/utils.rb @@ -48,6 +48,11 @@ * Download: + + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/webrick.rb b/lib/sisu/v3/webrick.rb index 2e32cd5e..7efc5414 100644 --- a/lib/sisu/v3/webrick.rb +++ b/lib/sisu/v3/webrick.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/wikispeak.rb b/lib/sisu/v3/wikispeak.rb index 69911fe8..f7267705 100644 --- a/lib/sisu/v3/wikispeak.rb +++ b/lib/sisu/v3/wikispeak.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/xhtml.rb b/lib/sisu/v3/xhtml.rb index 702147af..95d5ab56 100644 --- a/lib/sisu/v3/xhtml.rb +++ b/lib/sisu/v3/xhtml.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/xhtml_table.rb b/lib/sisu/v3/xhtml_table.rb index d70c04a1..c3bb84c4 100644 --- a/lib/sisu/v3/xhtml_table.rb +++ b/lib/sisu/v3/xhtml_table.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/xml.rb b/lib/sisu/v3/xml.rb index 1bfa2eaf..101b30d0 100644 --- a/lib/sisu/v3/xml.rb +++ b/lib/sisu/v3/xml.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/xml_dom.rb b/lib/sisu/v3/xml_dom.rb index dd5f2140..bc2affa5 100644 --- a/lib/sisu/v3/xml_dom.rb +++ b/lib/sisu/v3/xml_dom.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/xml_fictionbook.rb b/lib/sisu/v3/xml_fictionbook.rb index 95a5fe07..7082d98d 100644 --- a/lib/sisu/v3/xml_fictionbook.rb +++ b/lib/sisu/v3/xml_fictionbook.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/xml_format.rb b/lib/sisu/v3/xml_format.rb index 64e81532..0e76d40a 100644 --- a/lib/sisu/v3/xml_format.rb +++ b/lib/sisu/v3/xml_format.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/xml_md_oai_pmh_dc.rb b/lib/sisu/v3/xml_md_oai_pmh_dc.rb index 12731d06..81b22d16 100644 --- a/lib/sisu/v3/xml_md_oai_pmh_dc.rb +++ b/lib/sisu/v3/xml_md_oai_pmh_dc.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/xml_scaffold.rb b/lib/sisu/v3/xml_scaffold.rb index 0a442065..352779f3 100644 --- a/lib/sisu/v3/xml_scaffold.rb +++ b/lib/sisu/v3/xml_scaffold.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/xml_tables.rb b/lib/sisu/v3/xml_tables.rb index 7bae29cf..4f1ada1b 100644 --- a/lib/sisu/v3/xml_tables.rb +++ b/lib/sisu/v3/xml_tables.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v3/zap.rb b/lib/sisu/v3/zap.rb index 344b9367..86022abc 100644 --- a/lib/sisu/v3/zap.rb +++ b/lib/sisu/v3/zap.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/air.rb b/lib/sisu/v4/air.rb index a4aa7fad..1965eb10 100644 --- a/lib/sisu/v4/air.rb +++ b/lib/sisu/v4/air.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/author_format.rb b/lib/sisu/v4/author_format.rb index 93fb1162..479fbc8b 100644 --- a/lib/sisu/v4/author_format.rb +++ b/lib/sisu/v4/author_format.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/cgi.rb b/lib/sisu/v4/cgi.rb index cb308a61..518770a5 100644 --- a/lib/sisu/v4/cgi.rb +++ b/lib/sisu/v4/cgi.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/cgi_pgsql.rb b/lib/sisu/v4/cgi_pgsql.rb index b5944a34..6102d585 100644 --- a/lib/sisu/v4/cgi_pgsql.rb +++ b/lib/sisu/v4/cgi_pgsql.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/cgi_sql_common.rb b/lib/sisu/v4/cgi_sql_common.rb index 5cd0bad3..c3c07bdb 100644 --- a/lib/sisu/v4/cgi_sql_common.rb +++ b/lib/sisu/v4/cgi_sql_common.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/cgi_sqlite.rb b/lib/sisu/v4/cgi_sqlite.rb index aa72b3ac..8d15b4ee 100644 --- a/lib/sisu/v4/cgi_sqlite.rb +++ b/lib/sisu/v4/cgi_sqlite.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/composite.rb b/lib/sisu/v4/composite.rb index 82b207f0..f69fe2e4 100644 --- a/lib/sisu/v4/composite.rb +++ b/lib/sisu/v4/composite.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/concordance.rb b/lib/sisu/v4/concordance.rb index 8c122706..db8059a0 100644 --- a/lib/sisu/v4/concordance.rb +++ b/lib/sisu/v4/concordance.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/conf.rb b/lib/sisu/v4/conf.rb index 823e3346..f99fc539 100644 --- a/lib/sisu/v4/conf.rb +++ b/lib/sisu/v4/conf.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/constants.rb b/lib/sisu/v4/constants.rb index d774be25..7ad3516b 100644 --- a/lib/sisu/v4/constants.rb +++ b/lib/sisu/v4/constants.rb @@ -49,6 +49,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/css.rb b/lib/sisu/v4/css.rb index ca526010..ae5e3bc1 100644 --- a/lib/sisu/v4/css.rb +++ b/lib/sisu/v4/css.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/dal.rb b/lib/sisu/v4/dal.rb index fa3261ab..b29bfd49 100644 --- a/lib/sisu/v4/dal.rb +++ b/lib/sisu/v4/dal.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/dal_character_check.rb b/lib/sisu/v4/dal_character_check.rb index 10d23b23..54e01f4a 100644 --- a/lib/sisu/v4/dal_character_check.rb +++ b/lib/sisu/v4/dal_character_check.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/dal_doc_objects.rb b/lib/sisu/v4/dal_doc_objects.rb index 13fd8ddb..d44eb0c3 100644 --- a/lib/sisu/v4/dal_doc_objects.rb +++ b/lib/sisu/v4/dal_doc_objects.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/dal_doc_str.rb b/lib/sisu/v4/dal_doc_str.rb index a04ad3ad..ddae0af0 100644 --- a/lib/sisu/v4/dal_doc_str.rb +++ b/lib/sisu/v4/dal_doc_str.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/dal_endnotes.rb b/lib/sisu/v4/dal_endnotes.rb index 35b5794b..f14683d8 100644 --- a/lib/sisu/v4/dal_endnotes.rb +++ b/lib/sisu/v4/dal_endnotes.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/dal_expand_insertions.rb b/lib/sisu/v4/dal_expand_insertions.rb index a863e59f..cfa6cbeb 100644 --- a/lib/sisu/v4/dal_expand_insertions.rb +++ b/lib/sisu/v4/dal_expand_insertions.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/dal_hash_digest.rb b/lib/sisu/v4/dal_hash_digest.rb index 3dd1bb50..338075e6 100644 --- a/lib/sisu/v4/dal_hash_digest.rb +++ b/lib/sisu/v4/dal_hash_digest.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/dal_idx.rb b/lib/sisu/v4/dal_idx.rb index a1d66402..87196029 100644 --- a/lib/sisu/v4/dal_idx.rb +++ b/lib/sisu/v4/dal_idx.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/dal_images.rb b/lib/sisu/v4/dal_images.rb index c5eeb820..3d445b1e 100644 --- a/lib/sisu/v4/dal_images.rb +++ b/lib/sisu/v4/dal_images.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/dal_metadata.rb b/lib/sisu/v4/dal_metadata.rb index ce0b756c..9273d88a 100644 --- a/lib/sisu/v4/dal_metadata.rb +++ b/lib/sisu/v4/dal_metadata.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/dal_numbering.rb b/lib/sisu/v4/dal_numbering.rb index b22015df..f3750065 100644 --- a/lib/sisu/v4/dal_numbering.rb +++ b/lib/sisu/v4/dal_numbering.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/dal_substitutions_and_insertions.rb b/lib/sisu/v4/dal_substitutions_and_insertions.rb index 3f12e83e..ad510488 100644 --- a/lib/sisu/v4/dal_substitutions_and_insertions.rb +++ b/lib/sisu/v4/dal_substitutions_and_insertions.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/dal_syntax.rb b/lib/sisu/v4/dal_syntax.rb index 686155fc..069b45ed 100644 --- a/lib/sisu/v4/dal_syntax.rb +++ b/lib/sisu/v4/dal_syntax.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/db_columns.rb b/lib/sisu/v4/db_columns.rb index 2fd2fde2..8be23b44 100644 --- a/lib/sisu/v4/db_columns.rb +++ b/lib/sisu/v4/db_columns.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/db_create.rb b/lib/sisu/v4/db_create.rb index 673d11b3..a7e6c774 100644 --- a/lib/sisu/v4/db_create.rb +++ b/lib/sisu/v4/db_create.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/db_dbi.rb b/lib/sisu/v4/db_dbi.rb index a9b35b2c..7fd9b520 100644 --- a/lib/sisu/v4/db_dbi.rb +++ b/lib/sisu/v4/db_dbi.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/db_drop.rb b/lib/sisu/v4/db_drop.rb index 2faab7e6..6c6b3cd0 100644 --- a/lib/sisu/v4/db_drop.rb +++ b/lib/sisu/v4/db_drop.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/db_import.rb b/lib/sisu/v4/db_import.rb index 95688b5f..7a5b4fb6 100644 --- a/lib/sisu/v4/db_import.rb +++ b/lib/sisu/v4/db_import.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/db_indexes.rb b/lib/sisu/v4/db_indexes.rb index f37ff1a8..98cf28cb 100644 --- a/lib/sisu/v4/db_indexes.rb +++ b/lib/sisu/v4/db_indexes.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/db_load_tuple.rb b/lib/sisu/v4/db_load_tuple.rb index a2622404..68d05ec8 100644 --- a/lib/sisu/v4/db_load_tuple.rb +++ b/lib/sisu/v4/db_load_tuple.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/db_remove.rb b/lib/sisu/v4/db_remove.rb index 14b6be05..740977d0 100644 --- a/lib/sisu/v4/db_remove.rb +++ b/lib/sisu/v4/db_remove.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/db_select.rb b/lib/sisu/v4/db_select.rb index 76917508..7409db16 100644 --- a/lib/sisu/v4/db_select.rb +++ b/lib/sisu/v4/db_select.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/db_sqltxt.rb b/lib/sisu/v4/db_sqltxt.rb index 02ce6fcf..c6b0f858 100644 --- a/lib/sisu/v4/db_sqltxt.rb +++ b/lib/sisu/v4/db_sqltxt.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/db_tests.rb b/lib/sisu/v4/db_tests.rb index ae30378b..86b3ad97 100644 --- a/lib/sisu/v4/db_tests.rb +++ b/lib/sisu/v4/db_tests.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/dbi.rb b/lib/sisu/v4/dbi.rb index 7a9cba58..f109f852 100644 --- a/lib/sisu/v4/dbi.rb +++ b/lib/sisu/v4/dbi.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/dbi_discrete.rb b/lib/sisu/v4/dbi_discrete.rb index f670cb27..8b78f185 100644 --- a/lib/sisu/v4/dbi_discrete.rb +++ b/lib/sisu/v4/dbi_discrete.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/defaults.rb b/lib/sisu/v4/defaults.rb index 49d4860f..3ddc6733 100644 --- a/lib/sisu/v4/defaults.rb +++ b/lib/sisu/v4/defaults.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/digests.rb b/lib/sisu/v4/digests.rb index 02bbf6da..25dcee7b 100644 --- a/lib/sisu/v4/digests.rb +++ b/lib/sisu/v4/digests.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/embedded.rb b/lib/sisu/v4/embedded.rb index 78ba2d2d..76ace9ec 100644 --- a/lib/sisu/v4/embedded.rb +++ b/lib/sisu/v4/embedded.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/epub.rb b/lib/sisu/v4/epub.rb index a3b9211e..481671d8 100644 --- a/lib/sisu/v4/epub.rb +++ b/lib/sisu/v4/epub.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/epub_concordance.rb b/lib/sisu/v4/epub_concordance.rb index 60242567..d8d9a217 100644 --- a/lib/sisu/v4/epub_concordance.rb +++ b/lib/sisu/v4/epub_concordance.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/epub_format.rb b/lib/sisu/v4/epub_format.rb index 7be18331..48408162 100644 --- a/lib/sisu/v4/epub_format.rb +++ b/lib/sisu/v4/epub_format.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/epub_segments.rb b/lib/sisu/v4/epub_segments.rb index 007e4672..1016ab1a 100644 --- a/lib/sisu/v4/epub_segments.rb +++ b/lib/sisu/v4/epub_segments.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/epub_tune.rb b/lib/sisu/v4/epub_tune.rb index f34db8ff..bce4aed7 100644 --- a/lib/sisu/v4/epub_tune.rb +++ b/lib/sisu/v4/epub_tune.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/errors.rb b/lib/sisu/v4/errors.rb index a2837d9c..13a58f77 100644 --- a/lib/sisu/v4/errors.rb +++ b/lib/sisu/v4/errors.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/git.rb b/lib/sisu/v4/git.rb index 488357f2..799c505e 100644 --- a/lib/sisu/v4/git.rb +++ b/lib/sisu/v4/git.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/harvest.rb b/lib/sisu/v4/harvest.rb index 2c67a6c5..0b4dc4c2 100644 --- a/lib/sisu/v4/harvest.rb +++ b/lib/sisu/v4/harvest.rb @@ -50,6 +50,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/harvest_authors.rb b/lib/sisu/v4/harvest_authors.rb index 87b1ede7..4a11b2ee 100644 --- a/lib/sisu/v4/harvest_authors.rb +++ b/lib/sisu/v4/harvest_authors.rb @@ -49,6 +49,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/harvest_topics.rb b/lib/sisu/v4/harvest_topics.rb index 0dbb7ff9..0397847e 100644 --- a/lib/sisu/v4/harvest_topics.rb +++ b/lib/sisu/v4/harvest_topics.rb @@ -50,6 +50,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/help.rb b/lib/sisu/v4/help.rb index df08fb2e..35a908e9 100644 --- a/lib/sisu/v4/help.rb +++ b/lib/sisu/v4/help.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/html.rb b/lib/sisu/v4/html.rb index 530b5faf..94b20afe 100644 --- a/lib/sisu/v4/html.rb +++ b/lib/sisu/v4/html.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/html_format.rb b/lib/sisu/v4/html_format.rb index 7a92bd0e..7fcf89a0 100644 --- a/lib/sisu/v4/html_format.rb +++ b/lib/sisu/v4/html_format.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/html_minitoc.rb b/lib/sisu/v4/html_minitoc.rb index 998a71ab..fac014f7 100644 --- a/lib/sisu/v4/html_minitoc.rb +++ b/lib/sisu/v4/html_minitoc.rb @@ -49,6 +49,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/html_promo.rb b/lib/sisu/v4/html_promo.rb index 91da0e6c..6773d07f 100644 --- a/lib/sisu/v4/html_promo.rb +++ b/lib/sisu/v4/html_promo.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/html_scroll.rb b/lib/sisu/v4/html_scroll.rb index a8d84c9d..84ec0515 100644 --- a/lib/sisu/v4/html_scroll.rb +++ b/lib/sisu/v4/html_scroll.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/html_segments.rb b/lib/sisu/v4/html_segments.rb index 543dc209..21fdc7cc 100644 --- a/lib/sisu/v4/html_segments.rb +++ b/lib/sisu/v4/html_segments.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/html_table.rb b/lib/sisu/v4/html_table.rb index cfc00ce7..6d61d45b 100644 --- a/lib/sisu/v4/html_table.rb +++ b/lib/sisu/v4/html_table.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/html_tune.rb b/lib/sisu/v4/html_tune.rb index 92caec94..2661ee52 100644 --- a/lib/sisu/v4/html_tune.rb +++ b/lib/sisu/v4/html_tune.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/hub.rb b/lib/sisu/v4/hub.rb index 8cd0358f..d55a5f17 100644 --- a/lib/sisu/v4/hub.rb +++ b/lib/sisu/v4/hub.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/i18n.rb b/lib/sisu/v4/i18n.rb index 14136a18..3bccc1fc 100644 --- a/lib/sisu/v4/i18n.rb +++ b/lib/sisu/v4/i18n.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/manifest.rb b/lib/sisu/v4/manifest.rb index 89b7aac4..c5a841a1 100644 --- a/lib/sisu/v4/manifest.rb +++ b/lib/sisu/v4/manifest.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/manpage.rb b/lib/sisu/v4/manpage.rb index 48ae874f..9afc56eb 100644 --- a/lib/sisu/v4/manpage.rb +++ b/lib/sisu/v4/manpage.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/manpage_format.rb b/lib/sisu/v4/manpage_format.rb index 9649911d..e361825a 100644 --- a/lib/sisu/v4/manpage_format.rb +++ b/lib/sisu/v4/manpage_format.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/odf.rb b/lib/sisu/v4/odf.rb index 5b972048..ca02d16a 100644 --- a/lib/sisu/v4/odf.rb +++ b/lib/sisu/v4/odf.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/odf_format.rb b/lib/sisu/v4/odf_format.rb index e0e5b70d..b86fcb1f 100644 --- a/lib/sisu/v4/odf_format.rb +++ b/lib/sisu/v4/odf_format.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/options.rb b/lib/sisu/v4/options.rb index 068174c4..61586009 100644 --- a/lib/sisu/v4/options.rb +++ b/lib/sisu/v4/options.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/param.rb b/lib/sisu/v4/param.rb index 8d0cf482..1bfd8b3d 100644 --- a/lib/sisu/v4/param.rb +++ b/lib/sisu/v4/param.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/param_identify_markup.rb b/lib/sisu/v4/param_identify_markup.rb index ca16573d..56cc3992 100644 --- a/lib/sisu/v4/param_identify_markup.rb +++ b/lib/sisu/v4/param_identify_markup.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/param_make.rb b/lib/sisu/v4/param_make.rb index 5d184897..cfc14074 100644 --- a/lib/sisu/v4/param_make.rb +++ b/lib/sisu/v4/param_make.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/particulars.rb b/lib/sisu/v4/particulars.rb index 6ccd7896..c893be0c 100644 --- a/lib/sisu/v4/particulars.rb +++ b/lib/sisu/v4/particulars.rb @@ -49,6 +49,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/plaintext.rb b/lib/sisu/v4/plaintext.rb index c6f471d3..9bbc799c 100644 --- a/lib/sisu/v4/plaintext.rb +++ b/lib/sisu/v4/plaintext.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/plaintext_format.rb b/lib/sisu/v4/plaintext_format.rb index b1ccc008..34325264 100644 --- a/lib/sisu/v4/plaintext_format.rb +++ b/lib/sisu/v4/plaintext_format.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/po4a.rb b/lib/sisu/v4/po4a.rb index b8e21b7a..702d3f4c 100644 --- a/lib/sisu/v4/po4a.rb +++ b/lib/sisu/v4/po4a.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/po4a_set.rb b/lib/sisu/v4/po4a_set.rb index 6ea856dc..70bad3d3 100644 --- a/lib/sisu/v4/po4a_set.rb +++ b/lib/sisu/v4/po4a_set.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/prog_text_translation.rb b/lib/sisu/v4/prog_text_translation.rb index 5f2b7742..01d12200 100644 --- a/lib/sisu/v4/prog_text_translation.rb +++ b/lib/sisu/v4/prog_text_translation.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/qrcode.rb b/lib/sisu/v4/qrcode.rb index a1591ead..9193fe08 100644 --- a/lib/sisu/v4/qrcode.rb +++ b/lib/sisu/v4/qrcode.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/relaxng.rb b/lib/sisu/v4/relaxng.rb index 50a0cee8..0ca42817 100644 --- a/lib/sisu/v4/relaxng.rb +++ b/lib/sisu/v4/relaxng.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/remote.rb b/lib/sisu/v4/remote.rb index e49efba9..0da44697 100644 --- a/lib/sisu/v4/remote.rb +++ b/lib/sisu/v4/remote.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/response.rb b/lib/sisu/v4/response.rb index 0c490a7e..36aa94da 100644 --- a/lib/sisu/v4/response.rb +++ b/lib/sisu/v4/response.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/rexml.rb b/lib/sisu/v4/rexml.rb index ea68a6ed..3e710be2 100644 --- a/lib/sisu/v4/rexml.rb +++ b/lib/sisu/v4/rexml.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/screen_text_color.rb b/lib/sisu/v4/screen_text_color.rb index 661a33a7..c2678ba7 100644 --- a/lib/sisu/v4/screen_text_color.rb +++ b/lib/sisu/v4/screen_text_color.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/share_src.rb b/lib/sisu/v4/share_src.rb index 02b59f3b..b767de0c 100644 --- a/lib/sisu/v4/share_src.rb +++ b/lib/sisu/v4/share_src.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/share_src_kdissert.rb b/lib/sisu/v4/share_src_kdissert.rb index 0debc475..8e420578 100644 --- a/lib/sisu/v4/share_src_kdissert.rb +++ b/lib/sisu/v4/share_src_kdissert.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/shared_html.rb b/lib/sisu/v4/shared_html.rb index fc17ff1d..372b5033 100644 --- a/lib/sisu/v4/shared_html.rb +++ b/lib/sisu/v4/shared_html.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/shared_html_lite.rb b/lib/sisu/v4/shared_html_lite.rb index ff9fcb2a..2a2697b9 100644 --- a/lib/sisu/v4/shared_html_lite.rb +++ b/lib/sisu/v4/shared_html_lite.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/shared_images.rb b/lib/sisu/v4/shared_images.rb index 6f1b7fee..ffcf880f 100644 --- a/lib/sisu/v4/shared_images.rb +++ b/lib/sisu/v4/shared_images.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/shared_markup_alt.rb b/lib/sisu/v4/shared_markup_alt.rb index b3898ea5..936ec06a 100644 --- a/lib/sisu/v4/shared_markup_alt.rb +++ b/lib/sisu/v4/shared_markup_alt.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/shared_metadata.rb b/lib/sisu/v4/shared_metadata.rb index 8b660208..80686a03 100644 --- a/lib/sisu/v4/shared_metadata.rb +++ b/lib/sisu/v4/shared_metadata.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/shared_sem.rb b/lib/sisu/v4/shared_sem.rb index 3ef343db..89dab948 100644 --- a/lib/sisu/v4/shared_sem.rb +++ b/lib/sisu/v4/shared_sem.rb @@ -49,6 +49,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/shared_sisupod_source.rb b/lib/sisu/v4/shared_sisupod_source.rb index d1ba5c6d..192648cf 100644 --- a/lib/sisu/v4/shared_sisupod_source.rb +++ b/lib/sisu/v4/shared_sisupod_source.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/shared_txt.rb b/lib/sisu/v4/shared_txt.rb index 8f3d95b8..8640a3e8 100644 --- a/lib/sisu/v4/shared_txt.rb +++ b/lib/sisu/v4/shared_txt.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/shared_xhtml.rb b/lib/sisu/v4/shared_xhtml.rb index 831ff15c..0ba15894 100644 --- a/lib/sisu/v4/shared_xhtml.rb +++ b/lib/sisu/v4/shared_xhtml.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/shared_xml.rb b/lib/sisu/v4/shared_xml.rb index 9202deb1..9db839b1 100644 --- a/lib/sisu/v4/shared_xml.rb +++ b/lib/sisu/v4/shared_xml.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/sisupod_make.rb b/lib/sisu/v4/sisupod_make.rb index 67e89ae2..99103554 100644 --- a/lib/sisu/v4/sisupod_make.rb +++ b/lib/sisu/v4/sisupod_make.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/sitemaps.rb b/lib/sisu/v4/sitemaps.rb index 123b9b32..ce53896b 100644 --- a/lib/sisu/v4/sitemaps.rb +++ b/lib/sisu/v4/sitemaps.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/spell.rb b/lib/sisu/v4/spell.rb index b622a0f1..7a41d556 100644 --- a/lib/sisu/v4/spell.rb +++ b/lib/sisu/v4/spell.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/sst_convert_markup.rb b/lib/sisu/v4/sst_convert_markup.rb index e46415f0..23016d69 100644 --- a/lib/sisu/v4/sst_convert_markup.rb +++ b/lib/sisu/v4/sst_convert_markup.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/sst_do_inline_footnotes.rb b/lib/sisu/v4/sst_do_inline_footnotes.rb index 4a9a6a6f..d2ce6cc6 100644 --- a/lib/sisu/v4/sst_do_inline_footnotes.rb +++ b/lib/sisu/v4/sst_do_inline_footnotes.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/sst_from_xml.rb b/lib/sisu/v4/sst_from_xml.rb index cf5745d5..0eacb048 100644 --- a/lib/sisu/v4/sst_from_xml.rb +++ b/lib/sisu/v4/sst_from_xml.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/sst_identify_markup.rb b/lib/sisu/v4/sst_identify_markup.rb index 54fbee54..dcd60e0d 100644 --- a/lib/sisu/v4/sst_identify_markup.rb +++ b/lib/sisu/v4/sst_identify_markup.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/sst_to_s_xml_sax.rb b/lib/sisu/v4/sst_to_s_xml_sax.rb index 64479fe8..08c9e979 100644 --- a/lib/sisu/v4/sst_to_s_xml_sax.rb +++ b/lib/sisu/v4/sst_to_s_xml_sax.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/sysenv.rb b/lib/sisu/v4/sysenv.rb index 07184b34..17acc872 100644 --- a/lib/sisu/v4/sysenv.rb +++ b/lib/sisu/v4/sysenv.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/termsheet.rb b/lib/sisu/v4/termsheet.rb index 505baed4..6f3956af 100644 --- a/lib/sisu/v4/termsheet.rb +++ b/lib/sisu/v4/termsheet.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/texinfo.rb b/lib/sisu/v4/texinfo.rb index a550bec1..d560e63c 100644 --- a/lib/sisu/v4/texinfo.rb +++ b/lib/sisu/v4/texinfo.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/texinfo_format.rb b/lib/sisu/v4/texinfo_format.rb index 0d4e22fd..a490c68b 100644 --- a/lib/sisu/v4/texinfo_format.rb +++ b/lib/sisu/v4/texinfo_format.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/texpdf.rb b/lib/sisu/v4/texpdf.rb index 34d4f69c..01ca5934 100644 --- a/lib/sisu/v4/texpdf.rb +++ b/lib/sisu/v4/texpdf.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/texpdf_format.rb b/lib/sisu/v4/texpdf_format.rb index abb4c5e0..0027fb0d 100644 --- a/lib/sisu/v4/texpdf_format.rb +++ b/lib/sisu/v4/texpdf_format.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/update.rb b/lib/sisu/v4/update.rb index 12f54d84..1ca01e28 100644 --- a/lib/sisu/v4/update.rb +++ b/lib/sisu/v4/update.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/urls.rb b/lib/sisu/v4/urls.rb index 2e3e2188..ad7ab480 100644 --- a/lib/sisu/v4/urls.rb +++ b/lib/sisu/v4/urls.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/utils.rb b/lib/sisu/v4/utils.rb index 040e06b6..134fbc21 100644 --- a/lib/sisu/v4/utils.rb +++ b/lib/sisu/v4/utils.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/webrick.rb b/lib/sisu/v4/webrick.rb index 2e32cd5e..d873f841 100644 --- a/lib/sisu/v4/webrick.rb +++ b/lib/sisu/v4/webrick.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/wikispeak.rb b/lib/sisu/v4/wikispeak.rb index f35624c5..8d7719da 100644 --- a/lib/sisu/v4/wikispeak.rb +++ b/lib/sisu/v4/wikispeak.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/xhtml.rb b/lib/sisu/v4/xhtml.rb index 1af8bb00..bd04b3f4 100644 --- a/lib/sisu/v4/xhtml.rb +++ b/lib/sisu/v4/xhtml.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/xhtml_table.rb b/lib/sisu/v4/xhtml_table.rb index 6ae6ad85..7c3925ae 100644 --- a/lib/sisu/v4/xhtml_table.rb +++ b/lib/sisu/v4/xhtml_table.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/xml.rb b/lib/sisu/v4/xml.rb index 27c3a895..7a788257 100644 --- a/lib/sisu/v4/xml.rb +++ b/lib/sisu/v4/xml.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/xml_dom.rb b/lib/sisu/v4/xml_dom.rb index 78e5c642..822566db 100644 --- a/lib/sisu/v4/xml_dom.rb +++ b/lib/sisu/v4/xml_dom.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/xml_fictionbook.rb b/lib/sisu/v4/xml_fictionbook.rb index 95a5fe07..ba0b8f50 100644 --- a/lib/sisu/v4/xml_fictionbook.rb +++ b/lib/sisu/v4/xml_fictionbook.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/xml_format.rb b/lib/sisu/v4/xml_format.rb index 5c5593fe..d3607c1d 100644 --- a/lib/sisu/v4/xml_format.rb +++ b/lib/sisu/v4/xml_format.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/xml_md_oai_pmh_dc.rb b/lib/sisu/v4/xml_md_oai_pmh_dc.rb index f4cc3a5c..1df57ccc 100644 --- a/lib/sisu/v4/xml_md_oai_pmh_dc.rb +++ b/lib/sisu/v4/xml_md_oai_pmh_dc.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/xml_scaffold.rb b/lib/sisu/v4/xml_scaffold.rb index 0a442065..93f0773f 100644 --- a/lib/sisu/v4/xml_scaffold.rb +++ b/lib/sisu/v4/xml_scaffold.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/xml_tables.rb b/lib/sisu/v4/xml_tables.rb index 19f28976..27845aac 100644 --- a/lib/sisu/v4/xml_tables.rb +++ b/lib/sisu/v4/xml_tables.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah diff --git a/lib/sisu/v4/zap.rb b/lib/sisu/v4/zap.rb index 344b9367..fbda244f 100644 --- a/lib/sisu/v4/zap.rb +++ b/lib/sisu/v4/zap.rb @@ -48,6 +48,10 @@ * Download: + * Git + + + * Ralph Amissah -- cgit v1.2.3