aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2010-02-06 11:44:49 -0500
committerRalph Amissah <ralph@amissah.com>2010-02-06 11:44:49 -0500
commit1f97ff66064c2b5226f3625a7d9114d58bf756bd (patch)
tree0eff2cd6090fb3733d4082041f25f67c82770a50
parentREADME updated; "Free as in Freedom" added (diff)
sync content with sisu package
-rw-r--r--data/v1/sisu_markup_samples/samples/_sisu/skin/dir/skin_sisu.rb14
-rw-r--r--data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_gnu.rb2
-rw-r--r--data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_gutenberg.rb6
-rw-r--r--data/v1/sisu_markup_samples/samples/_sisu/skin/site/skin_sisu.rb14
4 files changed, 14 insertions, 22 deletions
diff --git a/data/v1/sisu_markup_samples/samples/_sisu/skin/dir/skin_sisu.rb b/data/v1/sisu_markup_samples/samples/_sisu/skin/dir/skin_sisu.rb
index 6dbc2c4..ad1d42a 100644
--- a/data/v1/sisu_markup_samples/samples/_sisu/skin/dir/skin_sisu.rb
+++ b/data/v1/sisu_markup_samples/samples/_sisu/skin/dir/skin_sisu.rb
@@ -57,7 +57,7 @@ module SiSU_Viz
end
#% text
def text_hp
- '&nbsp;SiSU'
+ '&nbsp;SiSU'
end
def text_home
'SiSU'
@@ -71,7 +71,7 @@ module SiSU_Viz
end
#% banner
def banner_home_button
- %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/">#{png_home}</a></td></tr></table>\n}
+ %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/">#{png_home}</a></td></tr></table>\n}
end
def banner_home_and_index_buttons
%{<table><tr><td width="20%"><table summary="home and index buttons" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/" target="_top">#{png_home}</a>#{table_close}</td><td width="60%"><center><center><table summary="buttons" border="1" cellpadding="3" cellspacing="0"><tr><td align="center" bgcolor="#ffffff"><font face="arial" size="2"><a href="toc" target="_top">&nbsp;This&nbsp;text&nbsp;sub-&nbsp;<br />&nbsp;Table&nbsp;of&nbsp;Contents&nbsp;</a></font>#{table_close}</center></center></td><td width="20%">&nbsp;#{table_close}}
@@ -79,20 +79,16 @@ 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
- #% stamp
- def stamp_stmp
- "\\copyright Ralph Amissah; license GPL 3 or later \\\\\n ralph@amissah.com \\\\\n www.jus.uio.no/sisu/"
- end
end
class TeX
def header_center
- "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
+ "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
end
def home_url
- "\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}"
+ "\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}"
end
def home
- "\\href{#{@vz.url_site}/}{Ralph Amissah}"
+ "\\href{#{@vz.url_site}/}{Ralph Amissah}"
end
def owner_chapter
'Document owner details'
diff --git a/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_gnu.rb b/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_gnu.rb
index a5ea67e..e998624 100644
--- a/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_gnu.rb
+++ b/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_gnu.rb
@@ -46,7 +46,7 @@ module SiSU_Viz
end
#% txt
def txt_hp
- 'Free Software Foundation'
+ '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/"
diff --git a/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_gutenberg.rb b/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_gutenberg.rb
index 379fcce..47d2d28 100644
--- a/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_gutenberg.rb
+++ b/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_gutenberg.rb
@@ -56,13 +56,13 @@ module SiSU_Viz
end
class TeX
def header_center
- "\\chead{\\href{#{@vz.url_home}}{www.gutenberg.net}}"
+ "\\chead{\\href{#{@vz.url_home}}{www.gutenberg.net}}"
end
def home_url
- "\\href{#{@vz.url_home}}{www.gutenberg.net}"
+ "\\href{#{@vz.url_home}}{www.gutenberg.net}"
end
def home
- "\\href{#{@vz.url_home}}{Gutenberg Project}"
+ "\\href{#{@vz.url_home}}{Gutenberg Project}"
end
def owner_chapter
"Document owner details"
diff --git a/data/v1/sisu_markup_samples/samples/_sisu/skin/site/skin_sisu.rb b/data/v1/sisu_markup_samples/samples/_sisu/skin/site/skin_sisu.rb
index 6dbc2c4..ad1d42a 100644
--- a/data/v1/sisu_markup_samples/samples/_sisu/skin/site/skin_sisu.rb
+++ b/data/v1/sisu_markup_samples/samples/_sisu/skin/site/skin_sisu.rb
@@ -57,7 +57,7 @@ module SiSU_Viz
end
#% text
def text_hp
- '&nbsp;SiSU'
+ '&nbsp;SiSU'
end
def text_home
'SiSU'
@@ -71,7 +71,7 @@ module SiSU_Viz
end
#% banner
def banner_home_button
- %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/">#{png_home}</a></td></tr></table>\n}
+ %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/">#{png_home}</a></td></tr></table>\n}
end
def banner_home_and_index_buttons
%{<table><tr><td width="20%"><table summary="home and index buttons" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/" target="_top">#{png_home}</a>#{table_close}</td><td width="60%"><center><center><table summary="buttons" border="1" cellpadding="3" cellspacing="0"><tr><td align="center" bgcolor="#ffffff"><font face="arial" size="2"><a href="toc" target="_top">&nbsp;This&nbsp;text&nbsp;sub-&nbsp;<br />&nbsp;Table&nbsp;of&nbsp;Contents&nbsp;</a></font>#{table_close}</center></center></td><td width="20%">&nbsp;#{table_close}}
@@ -79,20 +79,16 @@ 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
- #% stamp
- def stamp_stmp
- "\\copyright Ralph Amissah; license GPL 3 or later \\\\\n ralph@amissah.com \\\\\n www.jus.uio.no/sisu/"
- end
end
class TeX
def header_center
- "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
+ "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
end
def home_url
- "\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}"
+ "\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}"
end
def home
- "\\href{#{@vz.url_site}/}{Ralph Amissah}"
+ "\\href{#{@vz.url_site}/}{Ralph Amissah}"
end
def owner_chapter
'Document owner details'