aboutsummaryrefslogtreecommitdiffhomepage
path: root/conf/sisu/skin/doc/skin_gutenberg.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-07-01 11:19:20 +0100
committerRalph Amissah <ralph@amissah.com>2007-07-01 11:19:20 +0100
commit074d3109fd6cdc96b8363e173bb861e82005b0b8 (patch)
treef3f988d544dfa6541faaa0bdc9ef9eaa9b451b15 /conf/sisu/skin/doc/skin_gutenberg.rb
parentminor 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/sisu/skin/doc/skin_gutenberg.rb')
-rw-r--r--conf/sisu/skin/doc/skin_gutenberg.rb10
1 files changed, 3 insertions, 7 deletions
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__