aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_gnu.rb
diff options
context:
space:
mode:
Diffstat (limited to 'data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_gnu.rb')
-rw-r--r--data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_gnu.rb12
1 files changed, 4 insertions, 8 deletions
diff --git a/data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_gnu.rb b/data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_gnu.rb
index 4c35120..e3ea3c2 100644
--- a/data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_gnu.rb
+++ b/data/sisu_markup_samples/non-free/_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
@@ -42,14 +42,14 @@ module SiSU_Viz
end
# color
def color_band1
- '"#000070"'
+ '"#000070"'
end
#% txt
def txt_hp
'Free Software Foundation'
end
def txt_home # this should be the name of the site eg. Lex Mercatoria or if you prefer to see a url the url in text form copy & ...
- #"www.jus.uio.no/sisu/"
+ #"www.jus.uio.no/sisu/"
'Free Software Foundation'
end
#% icon
@@ -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
@@ -90,7 +86,7 @@ module SiSU_Viz
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/"
+ "\\copyright Ralph Amissah; license GPL v3 or later \\\\\n ralph@amissah.com \\\\\n www.jus.uio.no/sisu/"
end
end
end