From 074d3109fd6cdc96b8363e173bb861e82005b0b8 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 1 Jul 2007 11:19:20 +0100 Subject: primarily gpl3 changes, license changed, license included, images added skins cleaned a bit and output info on sisu modified, esp. in html html no link to concordance if generated on document above word count 260k odf url match bug fix dal text block fix for dealing with url to be followed by
minor cosmetic stuff --- conf/sisu/sisurc.yml | 5 +++-- conf/sisu/skin/dir/skin_sisu.rb | 9 +-------- conf/sisu/skin/doc/skin_gnu.rb | 12 ++---------- conf/sisu/skin/doc/skin_gutenberg.rb | 10 +++------- conf/sisu/skin/doc/skin_kdissert.rb | 10 +--------- conf/sisu/skin/doc/skin_sisu.rb | 9 +-------- conf/sisu/skin/site/skin_sisu.rb | 9 +-------- 7 files changed, 12 insertions(+), 52 deletions(-) (limited to 'conf/sisu') diff --git a/conf/sisu/sisurc.yml b/conf/sisu/sisurc.yml index 753af124..bdc20329 100644 --- a/conf/sisu/sisurc.yml +++ b/conf/sisu/sisurc.yml @@ -1,8 +1,8 @@ # Name: SiSU - Simple information Structuring Universe - Structured information, Serialized Units # Author: Ralph@Amissah.com # Description: Site wide envionment defaults set here -# arch-tag: system environment info / resource configuration file, for sisu -# License: GPL 2 or later +# system environment info / resource configuration file, for sisu +# License: GPL v3 or later # this file should be configured and live in # /etc/sisu #per environment settings, overridden by: # ~/.sisu #per user settings, overridden by: @@ -50,6 +50,7 @@ show_output_on: 'filesystem_url' # tune: 'tune' # latex: 'tex' # texinfo: 'texinfo' +# concord_max: 400000 #% flag - set (non-default) processing flag shortcuts -1, -2 etc. (here adding colour and verbosity as default) flag: color: false # colour now off by default (does not suit all terms/consoles) -c is color (on/f) toggle (note: set default true/false here, if -c is added to the shortuct defaults below, then another -c added to the command line won't toggle on/off) diff --git a/conf/sisu/skin/dir/skin_sisu.rb b/conf/sisu/skin/dir/skin_sisu.rb index 3e27c1d2..5bf3532b 100644 --- a/conf/sisu/skin/dir/skin_sisu.rb +++ b/conf/sisu/skin/dir/skin_sisu.rb @@ -79,14 +79,6 @@ module SiSU_Viz def banner_band %{
#{png_home}#{table_close}} end - #% credits - def credits_splash - %{
#{widget_sisu}#{widget_wayBetter}#{widget_browsers}#{widget_pdfviewers}
} - end - #% stamp - def stamp_stmp - "\\copyright Ralph Amissah, released under the GPL \\\\\n ralph@amissah.com \\\\\n www.jus.uio.no/sisu/" - end end class TeX def header_center @@ -103,3 +95,4 @@ module SiSU_Viz end end end +__END__ diff --git a/conf/sisu/skin/doc/skin_gnu.rb b/conf/sisu/skin/doc/skin_gnu.rb index 62497cfd..42411e09 100644 --- a/conf/sisu/skin/doc/skin_gnu.rb +++ b/conf/sisu/skin/doc/skin_gnu.rb @@ -13,7 +13,7 @@ module SiSU_Viz class Skin #% widget def widget_promo - ['sisu_icon','sisu','sisu_search_libre','open_society','fsf','ruby'] + # ['sisu_icon','sisu','sisu_search_libre','open_society','fsf','ruby'] end #% home def home_index @@ -69,10 +69,6 @@ module SiSU_Viz def banner_band %{
#{png_home}#{table_close}} end - #% credits - def credits_splash - %{
#{widget_sisu}#{widget_wayBetter}#{widget_browsers}#{widget_pdfviewers}#{table_close}} - end end class TeX def header_center @@ -88,9 +84,5 @@ module SiSU_Viz "Document owner details" end end - class Stamp - def stmp - "\\copyright Ralph Amissah to be released under the GPL (or QT License equivalent as to be decided) \\\\\n ralph@amissah.com \\\\\n www.jus.uio.no/sisu/" - end - end end +__END__ diff --git a/conf/sisu/skin/doc/skin_gutenberg.rb b/conf/sisu/skin/doc/skin_gutenberg.rb index bd7d9961..daeeba89 100644 --- a/conf/sisu/skin/doc/skin_gutenberg.rb +++ b/conf/sisu/skin/doc/skin_gutenberg.rb @@ -18,7 +18,6 @@ module SiSU_Viz def path_rel '../' end - end #% url def url_home 'http://www.gutenberg.net' @@ -52,7 +51,7 @@ module SiSU_Viz end #% credits def credits_splash - %{
Gutenberg Project
Courtesy of The Gutenberg Project

#{widget_sisu}
} + %{
Gutenberg Project
Courtesy of The Gutenberg Project
} end end class TeX @@ -68,11 +67,8 @@ module SiSU_Viz def owner_chapter "Document owner details" end - def stmp - "\\copyright Ralph Amissah, licence GPL \\\\\n www.jus.uio.no/sisu/" - end end - class DAL + class Inserts def insert1 <
#{widget_sisu}#{widget_wayBetter}#{widget_browsers}#{widget_pdfviewers}#{table_close}} - end end class TeX def header_center @@ -85,9 +81,5 @@ module SiSU_Viz "Document owner details" end end - class Stamp - def stmp - "\\copyright Ralph Amissah to be released under the GPL (or QT License equivalent as to be decided) \\\\\n ralph@amissah.com \\\\\n www.jus.uio.no/sisu/" - end - end end +__END__ diff --git a/conf/sisu/skin/doc/skin_sisu.rb b/conf/sisu/skin/doc/skin_sisu.rb index 3e27c1d2..5bf3532b 100644 --- a/conf/sisu/skin/doc/skin_sisu.rb +++ b/conf/sisu/skin/doc/skin_sisu.rb @@ -79,14 +79,6 @@ module SiSU_Viz def banner_band %{
#{png_home}#{table_close}} end - #% credits - def credits_splash - %{
#{widget_sisu}#{widget_wayBetter}#{widget_browsers}#{widget_pdfviewers}
} - end - #% stamp - def stamp_stmp - "\\copyright Ralph Amissah, released under the GPL \\\\\n ralph@amissah.com \\\\\n www.jus.uio.no/sisu/" - end end class TeX def header_center @@ -103,3 +95,4 @@ module SiSU_Viz end end end +__END__ diff --git a/conf/sisu/skin/site/skin_sisu.rb b/conf/sisu/skin/site/skin_sisu.rb index 3e27c1d2..5bf3532b 100644 --- a/conf/sisu/skin/site/skin_sisu.rb +++ b/conf/sisu/skin/site/skin_sisu.rb @@ -79,14 +79,6 @@ module SiSU_Viz def banner_band %{
#{png_home}#{table_close}} end - #% credits - def credits_splash - %{
#{widget_sisu}#{widget_wayBetter}#{widget_browsers}#{widget_pdfviewers}
} - end - #% stamp - def stamp_stmp - "\\copyright Ralph Amissah, released under the GPL \\\\\n ralph@amissah.com \\\\\n www.jus.uio.no/sisu/" - end end class TeX def header_center @@ -103,3 +95,4 @@ module SiSU_Viz end end end +__END__ -- cgit v1.2.3