diff options
author | Ralph Amissah <ralph@amissah.com> | 2007-07-01 11:19:20 +0100 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2007-07-01 11:19:20 +0100 |
commit | 074d3109fd6cdc96b8363e173bb861e82005b0b8 (patch) | |
tree | f3f988d544dfa6541faaa0bdc9ef9eaa9b451b15 /conf | |
parent | minor cleaning of rant file (diff) |
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 <br>
minor cosmetic stuff
Diffstat (limited to 'conf')
-rw-r--r-- | conf/sisu/sisurc.yml | 5 | ||||
-rw-r--r-- | conf/sisu/skin/dir/skin_sisu.rb | 9 | ||||
-rw-r--r-- | conf/sisu/skin/doc/skin_gnu.rb | 12 | ||||
-rw-r--r-- | conf/sisu/skin/doc/skin_gutenberg.rb | 10 | ||||
-rw-r--r-- | conf/sisu/skin/doc/skin_kdissert.rb | 10 | ||||
-rw-r--r-- | conf/sisu/skin/doc/skin_sisu.rb | 9 | ||||
-rw-r--r-- | conf/sisu/skin/site/skin_sisu.rb | 9 |
7 files changed, 12 insertions, 52 deletions
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 %{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/" target="_top">#{png_home}</a>#{table_close}} end - #% credits - def credits_splash - %{<center><table summary="credits" align="center"bgcolor="#ffffff"><tr><td>#{widget_sisu}#{widget_wayBetter}#{widget_browsers}#{widget_pdfviewers}</td></tr></table></center>} - 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 %{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#000070"><a href="#{url_site}/" target="_top">#{png_home}</a>#{table_close}} end - #% credits - def credits_splash - %{<center><table summary="credits" align="center"bgcolor="#ffffff"><tr><td>#{widget_sisu}#{widget_wayBetter}#{widget_browsers}#{widget_pdfviewers}#{table_close}</center>} - 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 - %{<table summary="credits" align="center"bgcolor="#ffffff"><tr><td><font color="black"><center><a href="http://www.gutenberg.net/"><img border="0" align="center" src="../_sisu/image_local/gutenberg_icon.png" alt="Gutenberg Project"><br />Courtesy of The Gutenberg Project</a><br />#{widget_sisu}</center></font></td></tr></table>} + %{<table summary="credits" align="center"bgcolor="#ffffff"><tr><td><font color="black"><center><a href="http://www.gutenberg.net/"><img border="0" align="center" src="../_sisu/image_local/gutenberg_icon.png" alt="Gutenberg Project"><br />Courtesy of The Gutenberg Project</a></center></font></td></tr></table>} 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 <<CONTENTS @@ -216,4 +212,4 @@ CONTENTS end end end - +__END__ diff --git a/conf/sisu/skin/doc/skin_kdissert.rb b/conf/sisu/skin/doc/skin_kdissert.rb index 3d8c0485..129c6c13 100644 --- a/conf/sisu/skin/doc/skin_kdissert.rb +++ b/conf/sisu/skin/doc/skin_kdissert.rb @@ -66,10 +66,6 @@ module SiSU_Viz end def banner_home_guide end - #% credits - def credits_splash - %{<center><table summary="credits" align="center"bgcolor="#ffffff"><tr><td>#{widget_sisu}#{widget_wayBetter}#{widget_browsers}#{widget_pdfviewers}#{table_close}</center>} - 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 %{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/" target="_top">#{png_home}</a>#{table_close}} end - #% credits - def credits_splash - %{<center><table summary="credits" align="center"bgcolor="#ffffff"><tr><td>#{widget_sisu}#{widget_wayBetter}#{widget_browsers}#{widget_pdfviewers}</td></tr></table></center>} - 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 %{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/" target="_top">#{png_home}</a>#{table_close}} end - #% credits - def credits_splash - %{<center><table summary="credits" align="center"bgcolor="#ffffff"><tr><td>#{widget_sisu}#{widget_wayBetter}#{widget_browsers}#{widget_pdfviewers}</td></tr></table></center>} - 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__ |