aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/v4/samples/_sisu/skin/doc
diff options
context:
space:
mode:
Diffstat (limited to 'data/v4/samples/_sisu/skin/doc')
-rw-r--r--data/v4/samples/_sisu/skin/doc/skin_2bits.rb80
-rw-r--r--data/v4/samples/_sisu/skin/doc/skin_accelerando_stross.rb91
-rw-r--r--data/v4/samples/_sisu/skin/doc/skin_content.rb95
-rw-r--r--data/v4/samples/_sisu/skin/doc/skin_di_von_hippel.rb78
-rw-r--r--data/v4/samples/_sisu/skin/doc/skin_for_the_win.rb94
-rw-r--r--data/v4/samples/_sisu/skin/doc/skin_gnu.rb88
-rw-r--r--data/v4/samples/_sisu/skin/doc/skin_lessig.rb78
-rw-r--r--data/v4/samples/_sisu/skin/doc/skin_little_brother.rb89
-rw-r--r--data/v4/samples/_sisu/skin/doc/skin_magic_kingdom.rb94
-rw-r--r--data/v4/samples/_sisu/skin/doc/skin_rms.rb101
-rw-r--r--data/v4/samples/_sisu/skin/doc/skin_rms2.rb106
-rw-r--r--data/v4/samples/_sisu/skin/doc/skin_vs_david_bollier.rb77
-rw-r--r--data/v4/samples/_sisu/skin/doc/skin_wayner.rb95
-rw-r--r--data/v4/samples/_sisu/skin/doc/skin_won_benkler.rb78
14 files changed, 1244 insertions, 0 deletions
diff --git a/data/v4/samples/_sisu/skin/doc/skin_2bits.rb b/data/v4/samples/_sisu/skin/doc/skin_2bits.rb
new file mode 100644
index 0000000..4cee523
--- /dev/null
+++ b/data/v4/samples/_sisu/skin/doc/skin_2bits.rb
@@ -0,0 +1,80 @@
+# coding: utf-8
+=begin
+ * Name: SiSU - Simple information Structuring Universe - Structured information, Serialized Units
+ * Author: Ralph Amissah
+ * http://www.jus.uio.no/sisu
+ * http://www.jus.uio.no/sisu/SiSU/download
+ * Description: Document skin used for Free as in Freedom
+ * License: Same as SiSU see http://www.jus.uio.no/sisu
+ * Notes: Site default appearance variables set in defaults.rb
+ Generic site wide modifications set here scribe_skin.rb, and this file required by other "scribes" instead of defaults.rb
+=end
+module SiSU_Viz
+ require "#{SiSU_lib}/defaults"
+ class Skin
+ #% promo
+ def promo_promo
+ ['sisu_icon','sisu','sisu_search_libre','open_society','fsf','ruby']
+ end
+ def url_home
+ 'http://twobits.net'
+ end
+ def url_site # used in pdf header
+ 'http://twobits.net'
+ end
+ def url_txt # text to go with url usually stripped url
+ 'twobits.net'
+ end
+ def url_home_url
+ '../index.html'
+ end
+ def color_band1
+ '"#faf3bc"'
+ #'"#faf3a6"'
+ #'"#efe9b2"'
+ end
+ def txt_hp
+ 'Two Bits'
+ 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 & ...
+ 'Two Bits'
+ end
+ #% icon
+ def icon_home_button
+ '2bits.png'
+ end
+ def icon_home_banner
+ icon_home_button
+ end
+ #% banner
+ def banner_home_button
+ %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#cccccc"><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="#cccccc"><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="#f1e8de"><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}}
+ end
+ def banner_band
+ %{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#cccccc"><a href="#{url_site}/" target="_top">#{png_home}</a>#{table_close}}
+ end
+ def banner_home_guide
+ end
+ #% credits
+ def credits_splash
+ %{<center><table summary="credits" align="center"bgcolor="#ffffff"><tr><td><font color="#666666">***</font></center></td></tr></table></center>}
+ end
+ end
+ class TeX
+ def header_center
+ "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
+ end
+ def home_url
+ "\\href{#{@vz.url_site}/}{www.gnu.org}"
+ end
+ def home
+ "\\href{#{@vz.url_site}/}{GNU - Free Software Foundation}"
+ end
+ def owner_chapter
+ "Document owner details"
+ end
+ end
+end
diff --git a/data/v4/samples/_sisu/skin/doc/skin_accelerando_stross.rb b/data/v4/samples/_sisu/skin/doc/skin_accelerando_stross.rb
new file mode 100644
index 0000000..75cf6dd
--- /dev/null
+++ b/data/v4/samples/_sisu/skin/doc/skin_accelerando_stross.rb
@@ -0,0 +1,91 @@
+# coding: utf-8
+=begin
+ * Name: SiSU - Simple information Structuring Universe - Structured information, Serialized Units
+ * Author: Ralph Amissah
+ * http://www.jus.uio.no/sisu
+ * http://www.jus.uio.no/sisu/SiSU/download
+ * Description: Skin prepared for Accelerando, Charles Stross
+ * License: Same as SiSU see http://www.jus.uio.no/sisu
+ * Notes: Site default appearance variables set in defaults.rb
+ Generic site wide modifications set here scribe_skin.rb, and this file required by other "scribes" instead of defaults.rb
+=end
+module SiSU_Viz
+ require SiSU_lib + '/defaults'
+ class Skin
+ #% path
+ def path_root # the only parameter that cannot be changed here
+ './sisu/'
+ end
+ def path_rel
+ '../'
+ end
+ #% url
+ def url_home
+ 'http://www.accelerando.org'
+ end
+ def url_txt # text to go with url usually stripped url
+ 'www.accelerando.org'
+ end
+ #% color
+ def color_band1
+ '"#ffffff"'
+ end
+ #% text
+ def text_hp
+ 'www.accelerando.org'
+ end
+ def text_home
+ 'Accelerando'
+ end
+ #% icon
+ def icon_home_button
+ 'accelerando_stross.png'
+ end
+ def icon_home_banner
+ icon_home_button
+ end
+ #% banner
+ def banner_home_button
+ %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor=#{color_white}><a href="#{url_home}">#{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=#{color_white}><a href="#{url_home}" target="_top">#{png_home}</a></td><td width="40%"><center><table summary="buttons" border="1" cellpadding="3" cellspacing="0"><tr><td align="center" bgcolor="#f1e8de"><font face="arial" size="2"><a href="toc.html" target="_top">&nbsp;This&nbsp;text&nbsp;sub-&nbsp;<br />&nbsp;Table&nbsp;of&nbsp;Contents&nbsp;</a></font>#{table_close}</center></td><td width="20%">&nbsp;#{table_close}}
+ end
+ def banner_band
+ %{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor=#{color_white}><a href="#{url_home}" target="_top">#{png_home}</a>#{table_close}}
+ end
+ #% credits
+ def credits_splash
+ %{<table summary="credits" align="center" bgcolor="#ffffff"><tr><td><font color="black"><center>
+<a href="http://www.accelerando.org">The author's original pdf is available</a> at<br /><a href="http://www.accelerando.org">www.accelerando.org</a><br />
+available at<br /><a href="www.amazon.com/gp/product/0441014151">Amazon.com</a> and <br />
+<a href="http://search.barnesandnoble.com/booksearch/isbnInquiry.asp?isbn=0441014151">Barnes & Noble</a><br />
+This book is Copyright Charles Stross © 2005<br />
+Under a Creative Commons License,<br />
+Attribution-NonCommercial-NoDerivs 2.0:<br />
+* Attribution. You must attribute the work in the manner specified by the author or licensor;<br />
+* Noncommercial. You may not use this work for commercial purposes;<br />
+* No Derivative Works. You may not alter, transform, or build upon this work;<br />
+* For any reuse or distribution, you must make clear to others the license terms of this work.
+<br />
+&lt;<a href="http://creativecommons.org/licenses/by-nc-nd/2.0/">http://creativecommons.org/licenses/by-nc-nd/2.0/</a>&gt;<br />
+These SiSU presentations of Accelerando are done with the kind permission of the author Charles Stross
+</center></font></td></tr></table>}
+ end
+ end
+ class TeX
+ def header_center
+ "\\chead{\\href{#{@vz.url_home}}{www.accelerando.org}}"
+ end
+ def home_url
+ "\\href{#{@vz.url_home}}{www.accelerando.org}"
+ end
+ def home
+ "\\href{#{@vz.url_home}}{Accelerando}"
+ end
+ def owner_chapter
+ "Document owner details"
+ end
+ end
+end
+__END__
diff --git a/data/v4/samples/_sisu/skin/doc/skin_content.rb b/data/v4/samples/_sisu/skin/doc/skin_content.rb
new file mode 100644
index 0000000..9ca3c0a
--- /dev/null
+++ b/data/v4/samples/_sisu/skin/doc/skin_content.rb
@@ -0,0 +1,95 @@
+# coding: utf-8
+=begin
+ * Name: SiSU - Simple information Structuring Universe - Structured information, Serialized Units
+ * Author: Ralph Amissah
+ * http://www.jus.uio.no/sisu
+ * http://www.jus.uio.no/sisu/SiSU/download
+ * Description: Skin prepared for Little Brother, Cory Doctorow
+ * License: Same as SiSU see http://www.jus.uio.no/sisu
+ * Notes: Site default appearance variables set in defaults.rb
+ Generic site wide modifications set here scribe_skin.rb, and this file required by other "scribes" instead of defaults.rb
+=end
+module SiSU_Viz
+ require SiSU_lib + '/defaults'
+ class Skin
+ #% path
+ def path_root # the only parameter that cannot be changed here
+ './sisu/'
+ end
+ def path_rel
+ '../'
+ end
+ #% url
+ def url_home
+ 'http://craphound.com/content'
+ end
+ def url_author
+ 'http://craphound.com'
+ end
+ def url_txt # text to go with url usually stripped url
+ 'craphound.com/content'
+ end
+ #% color
+ def color_band1
+ '"#ffffff"'
+ end
+ #% text
+ def text_hp
+ 'craphound.com/content'
+ end
+ def text_home
+ 'CONTENT'
+ end
+ #% icon
+ def icon_home_button
+ 'content_doctorow.png'
+ end
+ def icon_home_banner
+ icon_home_button
+ end
+ #% banner
+ def banner_home_button
+ %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor=#{color_white}><a href="#{url_home}">#{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=#{color_white}><a href="#{url_home}" target="_top">#{png_home}</a></td><td width="40%"><center><table summary="buttons" border="1" cellpadding="3" cellspacing="0"><tr><td align="center" bgcolor="#f1e8de"><font face="arial" size="2"><a href="toc.html" target="_top">&nbsp;This&nbsp;text&nbsp;sub-&nbsp;<br />&nbsp;Table&nbsp;of&nbsp;Contents&nbsp;</a></font>#{table_close}</center></td><td width="20%">&nbsp;#{table_close}}
+ end
+ def banner_band
+ %{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff">
+ <p class="tiny_left"><a href="#{url_home}/" target="_top">CONTENT</a></p>
+ <p class="tiny_left"><a href="#{url_author}/" target="_top">Cory Doctorow</a></p>
+ #{table_close}}
+ end
+ #% credits
+ def credits_splash
+ %{<table summary="credits" align="center" bgcolor="#ffffff"><tr><td><font color="black"><center>
+<a href="http://craphound.com/content">The author's original pdf is available</a> at<br /><a href="http://craphound.com/content">craphound.com/content</a><br />
+available at<br /><a href="http://www.amazon.com/Content-Selected-Technology-Creativity-Copyright/dp/1892391813">Amazon.com</a> and <br />
+<a href="http://search.barnesandnoble.com/Content/Cory-Doctorow/e/9781892391810/?itm=1&USRI=content+cory+doctorow">Barnes & Noble</a><br />
+This book is Copyright Cory Doctorow © 2008<br />
+Under a Creative Commons License,<br />
+Attribution-NonCommercial-NoDerivs 3.0:<br />
+* Attribution — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work);<br />
+* Noncommercial. You may not use this work for commercial purposes;<br />
+* Share Alike - If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.
+<br />
+&lt;<a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">http://creativecommons.org/licenses/by-nc-sa/3.0/</a>&gt;<br />
+</center></font></td></tr></table>}
+ end
+ end
+ class TeX
+ def header_center
+ "\\chead{\\href{#{@vz.url_home}}{craphound.com/content}}"
+ end
+ def home_url
+ "\\href{#{@vz.url_home}}{craphound.com/content}"
+ end
+ def home
+ "\\href{#{@vz.url_home}}{CONTENT}"
+ end
+ def owner_chapter
+ "Document owner details"
+ end
+ end
+end
+__END__
diff --git a/data/v4/samples/_sisu/skin/doc/skin_di_von_hippel.rb b/data/v4/samples/_sisu/skin/doc/skin_di_von_hippel.rb
new file mode 100644
index 0000000..3448e58
--- /dev/null
+++ b/data/v4/samples/_sisu/skin/doc/skin_di_von_hippel.rb
@@ -0,0 +1,78 @@
+# coding: utf-8
+=begin
+ * Name: SiSU - Simple information Structuring Universe - Structured information, Serialized Units
+ * Author: Ralph Amissah
+ * http://www.jus.uio.no/sisu
+ * http://www.jus.uio.no/sisu/SiSU/download
+ * Description: Skin prepared for Democratizing Innovation, Eric von Hippel
+ * License: Same as SiSU see http://www.jus.uio.no/sisu
+ * Notes: Site default appearance variables set in defaults.rb
+ Generic site wide modifications set here scribe_skin.rb, and this file required by other "scribes" instead of defaults.rb
+=end
+module SiSU_Viz
+ require SiSU_lib + '/defaults'
+ class Skin
+ #def path_root # the only parameter that cannot be changed here
+ # './sisu/'
+ #end
+ #def rel
+ # '../'
+ #end
+ def url_home
+ 'http://web.mit.edu/evhippel/www/'
+ #'http://web.mit.edu/evhippel/www/democ1.htm'
+ end
+ def url_txt # text to go with url usually stripped url
+ 'web.mit.edu/evhippel/www/'
+ end
+ def color_band1
+ '"#ffffff"'
+ end
+ def txt_hp
+ 'web.mit.edu/evhippel/www/'
+ end
+ def txt_home
+ 'Eric von Hippel'
+ end
+ def icon_home_button
+ 'di_evh.png'
+ end
+ def icon_home_banner
+ icon_home_button
+ end
+ def banner_home_button
+ %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor=#{color_white}><a href="#{url_home}">#{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=#{color_white}><a href="#{url_home}" target="_top">#{png_home}</a></td><td width="40%"><center><table summary="buttons" border="1" cellpadding="3" cellspacing="0"><tr><td align="center" bgcolor="#f1e8de"><font face="arial" size="2"><a href="toc.html" target="_top">&nbsp;This&nbsp;text&nbsp;sub-&nbsp;<br />&nbsp;Table&nbsp;of&nbsp;Contents&nbsp;</a></font>#{table_close}</center></td><td width="20%">&nbsp;#{table_close}}
+ end
+ def banner_band
+ %{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor=#{color_white}><a href="#{url_home}" target="_top">#{png_home}</a>#{table_close}}
+ end
+ def credits_splash
+ %{<table summary="credits" align="center" bgcolor="#ffffff"><tr><td><font color="black"><center>
+<a href="http://web.mit.edu/evhippel/www/democ1.htm">The original pdf is available online</a> at<br /><a href="http://web.mit.edu/evhippel/www/">web.mit.edu/evhippel/www/</a><br />
+<a href="http://web.mit.edu/evhippel/www/democ1.htm"><img border="0" align="center" src="../_sisu/image_local/di_evh.png" alt=""></a><br />
+available at<br /><a href="http://www.amazon.com/exec/obidos/tg/detail/-/0262720477/">Amazon.com</a> and <br />
+<a href="http://search.barnesandnoble.com/booksearch/isbnInquiry.asp?isbn=0262720477">Barnes & Noble</a><br />
+This book is Copyright Eric von Hippel © 2005<br />
+Under a Creative Commons License, License: Attribution-Noncommercial-No Derivative Works (CC-BY-NC-ND) 2.0
+<a href="http://creativecommons.org/licenses/by-nc-nd/2.0/">http://creativecommons.org/licenses/by-nc-nd/2.0/</a></center></font></td></tr></table>}
+ end
+ end
+ class TeX
+ def header_center
+ "\\chead{\\href{#{@vz.url_home}}{web.mit.edu/evhippel/www/}}"
+ end
+ def home_url
+ "\\href{#{@vz.url_home}}{web.mit.edu/evhippel/www/}"
+ end
+ def home
+ "\\href{#{@vz.url_home}}{Eric von Hippel}"
+ end
+ def owner_chapter
+ "Document owner details"
+ end
+ end
+end
+__END__
diff --git a/data/v4/samples/_sisu/skin/doc/skin_for_the_win.rb b/data/v4/samples/_sisu/skin/doc/skin_for_the_win.rb
new file mode 100644
index 0000000..6d82e6c
--- /dev/null
+++ b/data/v4/samples/_sisu/skin/doc/skin_for_the_win.rb
@@ -0,0 +1,94 @@
+# coding: utf-8
+=begin
+ * Name: SiSU - Simple information Structuring Universe - Structured information, Serialized Units
+ * Author: Ralph Amissah
+ * http://www.jus.uio.no/sisu
+ * http://www.jus.uio.no/sisu/SiSU/download
+ * Description: Skin prepared for Little Brother, Cory Doctorow
+ * License: Same as SiSU see http://www.jus.uio.no/sisu
+ * Notes: Site default appearance variables set in defaults.rb
+ Generic site wide modifications set here scribe_skin.rb, and this file required by other "scribes" instead of defaults.rb
+=end
+module SiSU_Viz
+ require SiSU_lib + '/defaults'
+ class Skin
+ #% path
+ def path_root # the only parameter that cannot be changed here
+ './sisu/'
+ end
+ def path_rel
+ '../'
+ end
+ #% url
+ def url_home
+ 'http://craphound.com/ftw'
+ end
+ def url_author
+ 'http://craphound.com'
+ end
+ def url_txt # text to go with url usually stripped url
+ 'craphound.com/ftw'
+ end
+ #% color
+ def color_band1
+ '"#ffffff"'
+ end
+ #% text
+ def text_hp
+ 'craphound.com/ftw'
+ end
+ def text_home
+ 'For The Win'
+ end
+ #% icon
+ def icon_home_button
+ 'for_the_win_doctorow.png'
+ end
+ def icon_home_banner
+ icon_home_button
+ end
+ #% banner
+ def banner_home_button
+ %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor=#{color_white}><a href="#{url_home}">#{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=#{color_white}><a href="#{url_home}" target="_top">#{png_home}</a></td><td width="40%"><center><table summary="buttons" border="1" cellpadding="3" cellspacing="0"><tr><td align="center" bgcolor="#f1e8de"><font face="arial" size="2"><a href="toc.html" target="_top">&nbsp;This&nbsp;text&nbsp;sub-&nbsp;<br />&nbsp;Table&nbsp;of&nbsp;Contents&nbsp;</a></font>#{table_close}</center></td><td width="20%">&nbsp;#{table_close}}
+ end
+ def banner_band
+ %{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff">
+ <p class="tiny_left"><a href="#{url_home}/" target="_top">For The Win</a></p>
+ <p class="tiny_left"><a href="#{url_author}/" target="_top">Cory Doctorow</a></p>
+ #{table_close}}
+ end
+ #def banner_band
+ # %{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor=#{color_white}><a href="#{url_home}" target="_top">#{png_home}</a>#{table_close}}
+ #end
+ #% credits
+ def credits_splash
+ %{<table summary="credits" align="center" bgcolor="#ffffff"><tr><td><font color="black"><center>
+<a href="http://craphound.com/ftw">The author's original pdf is available</a> at<br /><a href="http://craphound.com/ftw">craphound.com/ftw</a><br />
+available at<br /><a href="http://www.amazon.com/Win-Cory-Doctorow/dp/0765322161">Amazon.com</a> and <br />
+<a href="http://search.barnesandnoble.com/For-the-Win/Cory-Doctorow/e/9780765322166">Barnes & Noble</a><br />
+This book is Copyright Cory Doctorow © 2010<br />
+Under a Creative Commons License,<br />
+Attribution-NonCommercial-NoDerivs 3.0:<br />
+&lt;<a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">http://creativecommons.org/licenses/by-nc-sa/3.0/</a>&gt;<br />
+</center></font></td></tr></table>}
+ end
+ end
+ class TeX
+ def header_center
+ "\\chead{\\href{#{@vz.url_home}}{craphound.com/ftw}}"
+ end
+ def home_url
+ "\\href{#{@vz.url_home}}{craphound.com/ftw}"
+ end
+ def home
+ "\\href{#{@vz.url_home}}{For The Win}"
+ end
+ def owner_chapter
+ "Document owner details"
+ end
+ end
+end
+__END__
diff --git a/data/v4/samples/_sisu/skin/doc/skin_gnu.rb b/data/v4/samples/_sisu/skin/doc/skin_gnu.rb
new file mode 100644
index 0000000..8ac3822
--- /dev/null
+++ b/data/v4/samples/_sisu/skin/doc/skin_gnu.rb
@@ -0,0 +1,88 @@
+# coding: utf-8
+=begin
+ * Name: SiSU - Simple information Structuring Universe - Structured information, Serialized Units
+ * Author: Ralph Amissah
+ * http://www.jus.uio.no/sisu
+ * http://www.jus.uio.no/sisu/SiSU/download
+ * Description: Free Software Foundation, Gnu sisu skin
+ * License: Same as SiSU see http://www.jus.uio.no/sisu
+ * Notes: Site default appearance variables set in defaults.rb
+ Generic site wide modifications set here scribe_skin.rb, and this file required by other "scribes" instead of defaults.rb
+=end
+module SiSU_Viz
+ require SiSU_lib + '/defaults'
+ class Skin
+ #% widget
+ def widget_promo
+ # ['sisu_icon','sisu','sisu_search_libre','open_society','fsf','ruby']
+ end
+ #% home
+ def home_index
+ end
+ def home_toc
+ end
+ #% path
+ def path_root
+ './sisu/' # the only parameter that cannot be changed here
+ end
+ def path_rel
+ '../'
+ end
+ #% url
+ def url_home
+ 'http://www.fsf.org'
+ end
+ def url_site # used in pdf header
+ 'http://www.fsf.org'
+ end
+ def url_txt # text to go with url usually stripped url
+ 'www.fsf.org'
+ end
+ def url_home_url
+ '../index.html'
+ end
+ # color
+ def color_band1
+ '"#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/"
+ 'Free Software Foundation'
+ end
+ #% icon
+ def icon_home_button
+ 'philosophical_gnu.png'
+ end
+ def icon_home_banner
+ icion_home_button
+ end
+ #% banner
+ def banner_home_button
+ %{<table border="0" summary="home button" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#000070"><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="#000070"><a href="#{url_site}/" target="_top">#{png_home}</a>#{table_close}</td><td width="60%"><center><table summary="buttons" border="1" cellpadding="3" cellspacing="0"><tr><td align="center" bgcolor="#f1e8de"><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></td><td width="20%">&nbsp;#{table_close}}
+ end
+ 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
+ end
+ class TeX
+ def header_center
+ "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
+ end
+ def home_url
+ "\\href{#{@vz.url_site}/}{www.fsf.org}"
+ end
+ def home
+ "\\href{#{@vz.url_site}/}{Free Software Foundation}"
+ end
+ def owner_chapter
+ "Document owner details"
+ end
+ end
+end
diff --git a/data/v4/samples/_sisu/skin/doc/skin_lessig.rb b/data/v4/samples/_sisu/skin/doc/skin_lessig.rb
new file mode 100644
index 0000000..0e2be20
--- /dev/null
+++ b/data/v4/samples/_sisu/skin/doc/skin_lessig.rb
@@ -0,0 +1,78 @@
+# coding: utf-8
+=begin
+ * Name: SiSU - Simple information Structuring Universe - Structured information, Serialized Units
+ * Author: Ralph Amissah
+ * http://www.jus.uio.no/sisu
+ * http://www.jus.uio.no/sisu/SiSU/download
+ * Description: Skin prepared for Free Culture, Lawrence Lessig
+ * arch-tag: skin for an individual document set (lessig - freeculture)
+ * License: Same as SiSU see http://www.jus.uio.no/sisu
+ * $Date$
+ * $Id$
+ * Notes: Site default appearance variables set in defaults.rb
+ Generic site wide modifications set here scribe_skin.rb, and this file required by other "scribes" instead of defaults.rb
+=end
+module SiSU_Viz
+ require SiSU_lib + '/defaults'
+ class Skin
+ #def path_root # the only parameter that cannot be changed here
+ # './sisu/'
+ #end
+ #def path_rel
+ # '../'
+ #end
+ #def url_hp # used by wmap, get rid of ie make it seek home instead
+ # 'http://www.free-culture.cc/'
+ #end
+ def url_home
+ 'http://www.free-culture.cc'
+ end
+ def url_txt # text to go with url usually stripped url
+ 'www.lessig.org'
+ end
+ #def url_root_http
+ #root server path info, used in document information
+ #end
+ def color_band1
+ '"#000000"'
+ end
+ def txt_hp
+ 'www.lessig.org'
+ end
+ def txt_home
+ 'Lawrence Lessig'
+ end
+ def icon_home_button
+ 'freeculture.home.png'
+ end
+ def icon_home_banner
+ icon_home_button
+ end
+ def banner_home_button
+ %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor=#{color_black}><a href="#{url_home}">#{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=#{color_black}><a href="#{url_home}" target="_top">#{png_home}</a></td><td width="40%"><center><table summary="buttons" border="1" cellpadding="3" cellspacing="0"><tr><td align="center" bgcolor="#f1e8de"><font face="arial" size="2"><a href="toc.html" target="_top">&nbsp;This&nbsp;text&nbsp;sub-&nbsp;<br />&nbsp;Table&nbsp;of&nbsp;Contents&nbsp;</a></font>#{table_close}</center></td><td width="20%">&nbsp;#{table_close}}
+ end
+ def banner_band
+ %{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor=#{color_black}><a href="#{url_home}" target="_top">#{png_home}</a>#{table_close}}
+ end
+ def credits_splash
+ %{<table summary="credits" align="center" bgcolor="#ffffff"><tr><td><font color="black"><center><img border="0" align="center" src="../_sisu/image_local/freeculture_bcode.png" alt="Free Culture Bar Code"><br />Available at Amazon.com<br /><a href="http://www.amazon.com/exec/obidos/tg/detail/-/1594200068/"><img border="0" align="center" src="../_sisu/image_local/freeculture_book.png" alt="Free Culture at Amazon.com"></a><br />This book is Copyright Lawrence Lessig © 2004<br />Under a Creative Commons License, that permits non-commercial use of this work, provided attribution is given.<br />See <a href="http://www.free-culture.cc/">http://www.free-culture.cc/</a><br /><a href="mailto://lessig@pobox.com">lessig@pobox.com</a></center></font></td></tr></table>}
+ end
+ end
+ class TeX
+ def header_center
+ "\\chead{\\href{#{@vz.url_home}}{lessig.org}}"
+ end
+ def home_url
+ "\\href{#{@vz.url_home}}{lessig.org}"
+ end
+ def home
+ "\\href{#{@vz.url_home}}{Lawrence Lessig}"
+ end
+ def owner_chapter
+ "Document owner details"
+ end
+ end
+end
diff --git a/data/v4/samples/_sisu/skin/doc/skin_little_brother.rb b/data/v4/samples/_sisu/skin/doc/skin_little_brother.rb
new file mode 100644
index 0000000..751fba0
--- /dev/null
+++ b/data/v4/samples/_sisu/skin/doc/skin_little_brother.rb
@@ -0,0 +1,89 @@
+# coding: utf-8
+=begin
+ * Name: SiSU - Simple information Structuring Universe - Structured information, Serialized Units
+ * Author: Ralph Amissah
+ * http://www.jus.uio.no/sisu
+ * http://www.jus.uio.no/sisu/SiSU/download
+ * Description: Skin prepared for Little Brother, Cory Doctorow
+ * License: Same as SiSU see http://www.jus.uio.no/sisu
+ * Notes: Site default appearance variables set in defaults.rb
+ Generic site wide modifications set here scribe_skin.rb, and this file required by other "scribes" instead of defaults.rb
+=end
+module SiSU_Viz
+ require SiSU_lib + '/defaults'
+ class Skin
+ #% path
+ def path_root # the only parameter that cannot be changed here
+ './sisu/'
+ end
+ def path_rel
+ '../'
+ end
+ #% url
+ def url_home
+ 'http://craphound.com/littlebrother'
+ end
+ def url_txt # text to go with url usually stripped url
+ 'craphound.com/littlebrother'
+ end
+ #% color
+ def color_band1
+ '"#ffffff"'
+ end
+ #% text
+ def text_hp
+ 'craphound.com/littlebrother'
+ end
+ def text_home
+ 'Little Brother'
+ end
+ #% icon
+ def icon_home_button
+ 'little_brother_doctorow.png'
+ end
+ def icon_home_banner
+ icon_home_button
+ end
+ #% banner
+ def banner_home_button
+ %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor=#{color_white}><a href="#{url_home}">#{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=#{color_white}><a href="#{url_home}" target="_top">#{png_home}</a></td><td width="40%"><center><table summary="buttons" border="1" cellpadding="3" cellspacing="0"><tr><td align="center" bgcolor="#f1e8de"><font face="arial" size="2"><a href="toc.html" target="_top">&nbsp;This&nbsp;text&nbsp;sub-&nbsp;<br />&nbsp;Table&nbsp;of&nbsp;Contents&nbsp;</a></font>#{table_close}</center></td><td width="20%">&nbsp;#{table_close}}
+ end
+ def banner_band
+ %{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor=#{color_white}><a href="#{url_home}" target="_top">#{png_home}</a>#{table_close}}
+ end
+ #% credits
+ def credits_splash
+ %{<table summary="credits" align="center" bgcolor="#ffffff"><tr><td><font color="black"><center>
+<a href="http://craphound.com/littlebrother">The author's original pdf is available</a> at<br /><a href="http://craphound.com/littlebrother">craphound.com/littlebrother</a><br />
+available at<br /><a href="http://www.amazon.com/Little-Brother-Cory-Doctorow/dp/B002IT5OMA">Amazon.com</a> and <br />
+<a href="http://search.barnesandnoble.com/Little-Brother/Cory-Doctorow/e/9780765319852">Barnes & Noble</a><br />
+This book is Copyright Cory Doctorow © 2008<br />
+Under a Creative Commons License,<br />
+Attribution-NonCommercial-NoDerivs 3.0:<br />
+* Attribution — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work);<br />
+* Noncommercial. You may not use this work for commercial purposes;<br />
+* Share Alike - If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.
+<br />
+&lt;<a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">http://creativecommons.org/licenses/by-nc-sa/3.0/</a>&gt;<br />
+</center></font></td></tr></table>}
+ end
+ end
+ class TeX
+ def header_center
+ "\\chead{\\href{#{@vz.url_home}}{craphound.com/littlebrother}}"
+ end
+ def home_url
+ "\\href{#{@vz.url_home}}{craphound.com/littlebrother}"
+ end
+ def home
+ "\\href{#{@vz.url_home}}{Little Brother}"
+ end
+ def owner_chapter
+ "Document owner details"
+ end
+ end
+end
+__END__
diff --git a/data/v4/samples/_sisu/skin/doc/skin_magic_kingdom.rb b/data/v4/samples/_sisu/skin/doc/skin_magic_kingdom.rb
new file mode 100644
index 0000000..b000239
--- /dev/null
+++ b/data/v4/samples/_sisu/skin/doc/skin_magic_kingdom.rb
@@ -0,0 +1,94 @@
+# coding: utf-8
+=begin
+ * Name: SiSU - Simple information Structuring Universe - Structured information, Serialized Units
+ * Author: Ralph Amissah
+ * http://www.jus.uio.no/sisu
+ * http://www.jus.uio.no/sisu/SiSU/download
+ * Description: Skin prepared for Little Brother, Cory Doctorow
+ * License: Same as SiSU see http://www.jus.uio.no/sisu
+ * Notes: Site default appearance variables set in defaults.rb
+ Generic site wide modifications set here scribe_skin.rb, and this file required by other "scribes" instead of defaults.rb
+=end
+module SiSU_Viz
+ require SiSU_lib + '/defaults'
+ class Skin
+ #% path
+ def path_root # the only parameter that cannot be changed here
+ './sisu/'
+ end
+ def path_rel
+ '../'
+ end
+ #% url
+ def url_home
+ 'http://craphound.com/down'
+ end
+ def url_author
+ 'http://craphound.com'
+ end
+ def url_txt # text to go with url usually stripped url
+ 'craphound.com/down'
+ end
+ #% color
+ def color_band1
+ '"#ffffff"'
+ end
+ #% text
+ def text_hp
+ 'craphound.com/down'
+ end
+ def text_home
+ 'Down and Out in the Magic Kingdom'
+ end
+ #% icon
+ def icon_home_button
+ 'magic_kingdom_doctorow.png'
+ end
+ def icon_home_banner
+ icon_home_button
+ end
+ #% banner
+ def banner_home_button
+ %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor=#{color_white}><a href="#{url_home}">#{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=#{color_white}><a href="#{url_home}" target="_top">#{png_home}</a></td><td width="40%"><center><table summary="buttons" border="1" cellpadding="3" cellspacing="0"><tr><td align="center" bgcolor="#f1e8de"><font face="arial" size="2"><a href="toc.html" target="_top">&nbsp;This&nbsp;text&nbsp;sub-&nbsp;<br />&nbsp;Table&nbsp;of&nbsp;Contents&nbsp;</a></font>#{table_close}</center></td><td width="20%">&nbsp;#{table_close}}
+ end
+ def banner_band
+ %{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff">
+ <p class="tiny_left"><a href="#{url_home}/" target="_top">Down and Out in the Magic Kingdom</a></p>
+ <p class="tiny_left"><a href="#{url_author}/" target="_top">Cory Doctorow</a></p>
+ #{table_close}}
+ end
+ #def banner_band
+ # %{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor=#{color_white}><a href="#{url_home}" target="_top">#{png_home}</a>#{table_close}}
+ #end
+ #% credits
+ def credits_splash
+ %{<table summary="credits" align="center" bgcolor="#ffffff"><tr><td><font color="black"><center>
+<a href="http://craphound.com/down">The author's original pdf is available</a> at<br /><a href="http://craphound.com/down">craphound.com/down</a><br />
+available at<br /><a href="http://www.amazon.com/Down-Magic-Kingdom-Cory-Doctorow/dp/076530953X">Amazon.com</a> and <br />
+<a href="http://search.barnesandnoble.com/Down-and-Out-in-the-Magic-Kingdom/Cory-Doctorow/e/9780765309532">Barnes & Noble</a><br />
+This book is Copyright Cory Doctorow © 2003<br />
+Under a Creative Commons License,<br />
+Attribution-NonCommercial-ShareAlike 1.0<br />
+&lt;<a href="http://creativecommons.org/licenses/by-nc-sa/1.0/">http://creativecommons.org/licenses/by-nc-sa/1.0/</a>&gt;<br />
+</center></font></td></tr></table>}
+ end
+ end
+ class TeX
+ def header_center
+ "\\chead{\\href{#{@vz.url_home}}{craphound.com/down}}"
+ end
+ def home_url
+ "\\href{#{@vz.url_home}}{craphound.com/down}"
+ end
+ def home
+ "\\href{#{@vz.url_home}}{Down and Out in the Magic Kingdom}"
+ end
+ def owner_chapter
+ "Document owner details"
+ end
+ end
+end
+__END__
diff --git a/data/v4/samples/_sisu/skin/doc/skin_rms.rb b/data/v4/samples/_sisu/skin/doc/skin_rms.rb
new file mode 100644
index 0000000..0f3e7d3
--- /dev/null
+++ b/data/v4/samples/_sisu/skin/doc/skin_rms.rb
@@ -0,0 +1,101 @@
+# coding: utf-8
+=begin
+ * Name: SiSU - Simple information Structuring Universe - Structured information, Serialized Units
+ * Author: Ralph Amissah
+ * http://www.jus.uio.no/sisu
+ * http://www.jus.uio.no/sisu/SiSU/download
+ * Description: Document skin used for Free as in Freedom
+ * License: Same as SiSU see http://www.jus.uio.no/sisu
+ * Notes: Site default appearance variables set in defaults.rb
+ Generic site wide modifications set here scribe_skin.rb, and this file required by other "scribes" instead of defaults.rb
+=end
+module SiSU_Viz
+ require "#{SiSU_lib}/defaults"
+ class Skin
+ #% promo
+ def promo_promo
+ ['sisu_icon','sisu','sisu_search_libre','open_society','fsf','ruby']
+ end
+ ##% home
+ #def home_index
+ #end
+ #def home_toc
+ #end
+ ##% path
+ #def path_root # the only parameter that cannot be changed here
+ # './sisu/'
+ #end
+ #def path_rel
+ # '../'
+ #end
+ #% url
+ def url_home
+ 'http://www.gnu.org'
+ end
+ def url_site # used in pdf header
+ 'http://www.gnu.org'
+ end
+ def url_txt # text to go with url usually stripped url
+ 'www.gnu.org'
+ end
+ def url_home_url
+ '../index.html'
+ end
+ #def url_root_http
+ #root server path info, used in document information
+ #end
+ #% color
+ def color_band1
+ '"#cccccc"'
+ #'"#000070"'
+ end
+ #% txt
+ def txt_hp
+ 'Free as in Freedom'
+ 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/"
+ 'Free as in Freedom'
+ end
+ #% icon
+ def icon_home_button
+ 'free_as_in_freedom.png'
+ end
+ def icon_home_banner
+ icon_home_button
+ end
+ #% banner
+ def banner_home_button
+ %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#cccccc"><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="#cccccc"><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="#f1e8de"><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}}
+ end
+ def banner_band
+ %{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#cccccc"><a href="#{url_site}/" target="_top">#{png_home}</a>#{table_close}}
+ end
+ def banner_home_guide
+ end
+ #% credits
+ def insert_levitating_gnu #used locally this skin only
+ %{<center><a href="http://www.fsf.org/"><img border="0" height="133" width="135" src="#{url_path_image_base}/levitating_gnu.png" alt="RMS/FSF - Levitating Gnu --&gt;" /></a></center>}
+ end
+ def credits_splash
+ %{<center><table summary="credits" align="center"bgcolor="#ffffff"><tr><td><font color="#666666">#{insert_levitating_gnu}</font></center></td></tr></table></center>}
+ end
+ end
+ class TeX
+ def header_center
+ "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
+ end
+ def home_url
+ "\\href{#{@vz.url_site}/}{www.gnu.org}"
+ end
+ def home
+ "\\href{#{@vz.url_site}/}{GNU - Free Software Foundation}"
+ end
+ def owner_chapter
+ "Document owner details"
+ end
+ end
+end
diff --git a/data/v4/samples/_sisu/skin/doc/skin_rms2.rb b/data/v4/samples/_sisu/skin/doc/skin_rms2.rb
new file mode 100644
index 0000000..c97c5b8
--- /dev/null
+++ b/data/v4/samples/_sisu/skin/doc/skin_rms2.rb
@@ -0,0 +1,106 @@
+# coding: utf-8
+=begin
+ * Name: SiSU - Simple information Structuring Universe - Structured information, Serialized Units
+ * Author: Ralph Amissah
+ * http://www.jus.uio.no/sisu
+ * http://www.jus.uio.no/sisu/SiSU/download
+ * Description: Document skin used for Free as in Freedom
+ * License: Same as SiSU see http://www.jus.uio.no/sisu
+ * Notes: Site default appearance variables set in defaults.rb
+ Generic site wide modifications set here scribe_skin.rb, and this file required by other "scribes" instead of defaults.rb
+=end
+module SiSU_Viz
+ require "#{SiSU_lib}/defaults"
+ class Skin
+ #% promo
+ def promo_promo
+ ['sisu_icon','sisu','sisu_search_libre','open_society','fsf','ruby']
+ end
+ ##% home
+ #def home_index
+ #end
+ #def home_toc
+ #end
+ ##% path
+ #def path_root # the only parameter that cannot be changed here
+ # './sisu/'
+ #end
+ #def path_rel
+ # '../'
+ #end
+ #% url
+ def url_home
+ 'http://www.fsf.org'
+ end
+ def url_site # used in pdf header
+ 'http://www.fsf.org'
+ end
+ def url_txt # text to go with url usually stripped url
+ 'www.fsf.org'
+ end
+ def url_home_url
+ '../index.html'
+ end
+ #def url_root_http
+ #root server path info, used in document information
+ #end
+ #% color
+ def color_band1
+ '"#cccccc"'
+ #'"#000070"'
+ end
+ #% txt
+ def txt_hp
+ 'Free as in Freedom'
+ 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/"
+ 'Free as in Freedom'
+ end
+ #% icon
+ def icon_home_button
+ 'free_as_in_freedom.png'
+ end
+ def icon_home_banner
+ icon_home_button
+ end
+ #% banner
+ def banner_home_button
+ %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#cccccc"><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="#cccccc"><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="#f1e8de"><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}}
+ end
+ def banner_band
+ %{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff">
+ <p class="tiny_left"><a href="#{url_site}/" target="_top">Free as in Freedom</a></p>
+ <p class="tiny_left"><a href="#{url_site}/" target="_top">Richard Stallman and the Free Software Revolution</a></p>
+ <p class="tiny_left"><a href="http://en.wikipedia.org/wiki/Sam_Williams_(American_journalist)" target="_top">Sam Williams</a></p>
+ <p class="tiny_left"><a href="http://en.wikipedia.org/wiki/Richard_M._Stallman" target="_top">Richard M. Stallman</a></p>
+ #{table_close}}
+ end
+ def banner_home_guide
+ end
+ #% credits
+ def insert_levitating_gnu #used locally this skin only
+ %{<center><a href="http://www.fsf.org/"><img border="0" height="133" width="135" src="#{url_path_image_base}/levitating_gnu.png" alt="RMS/FSF - Levitating Gnu --&gt;" /></a></center>}
+ end
+ def credits_splash
+ %{<center><table summary="credits" align="center"bgcolor="#ffffff"><tr><td><font color="#666666">#{insert_levitating_gnu}</font></center></td></tr></table></center>}
+ end
+ end
+ class TeX
+ def header_center
+ "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
+ end
+ def home_url
+ "\\href{#{@vz.url_site}/}{www.gnu.org}"
+ end
+ def home
+ "\\href{#{@vz.url_site}/}{GNU - Free Software Foundation}"
+ end
+ def owner_chapter
+ "Document owner details"
+ end
+ end
+end
diff --git a/data/v4/samples/_sisu/skin/doc/skin_vs_david_bollier.rb b/data/v4/samples/_sisu/skin/doc/skin_vs_david_bollier.rb
new file mode 100644
index 0000000..d357797
--- /dev/null
+++ b/data/v4/samples/_sisu/skin/doc/skin_vs_david_bollier.rb
@@ -0,0 +1,77 @@
+# coding: utf-8
+=begin
+ * Name: SiSU - Simple information Structuring Universe - Structured information, Serialized Units
+ * Author: Ralph Amissah
+ * http://www.jus.uio.no/sisu
+ * http://www.jus.uio.no/sisu/SiSU/download
+ * Description: Skin prepared for Viral Spiral, David Bollier
+ * License: Same as SiSU see http://www.jus.uio.no/sisu
+ * Notes: Site default appearance variables set in defaults.rb
+ Generic site wide modifications set here scribe_skin.rb, and this file required by other "scribes" instead of defaults.rb
+=end
+module SiSU_Viz
+ require SiSU_lib + '/defaults'
+ class Skin
+ def url_home
+ 'http://viralspiral.cc/'
+ end
+ def url_txt # text to go with url usually stripped url
+ 'viralspiral.cc'
+ end
+ def url_author
+ 'http://www.bollier.org/'
+ end
+ def color_band1
+ '"#ffffff"'
+ end
+ def txt_hp
+ 'viralspiral.cc'
+ end
+ def txt_home
+ 'David Bollier'
+ end
+ def icon_home_button
+ ''
+ end
+ def icon_home_banner
+ icon_home_button
+ end
+ def banner_home_button
+ %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor=#{color_white}><a href="#{url_home}">#{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=#{color_white}><a href="#{url_home}" target="_top">#{png_home}</a></td><td width="40%"><center><table summary="buttons" border="1" cellpadding="3" cellspacing="0"><tr><td align="center" bgcolor="#f1e8de"><font face="arial" size="2"><a href="toc.html" target="_top">&nbsp;This&nbsp;text&nbsp;sub-&nbsp;<br />&nbsp;Table&nbsp;of&nbsp;Contents&nbsp;</a></font>#{table_close}</center></td><td width="20%">&nbsp;#{table_close}}
+ end
+ def banner_band
+ %{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff">
+ <p class="tiny_left"><a href="#{url_site}/" target="_top">Viral Spiral</a></p>
+ <p class="tiny_left"><a href="#{url_author}/" target="_top">David Bollier</a></p>
+ #{table_close}}
+ end
+ def credits_splash
+ %{<table summary="credits" align="center" bgcolor="#ffffff"><tr><td><font color="black"><center>
+<a href="#{url_home}">Viral Spiral, David Bollier</a><br />
+<a href="#{url_home}">The original pdf is available online</a> at<br /><a href="#{url_home}">#{url_txt}</a><br />
+available at<br /><a href="http://www.amazon.com/Viral-Spiral-Commoners-Digital-Republic/dp/1595583963">Amazon.com</a> and <br />
+<a href="http://search.barnesandnoble.com/booksearch/isbnInquiry.asp?isbn=1595583963">Barnes & Noble</a><br />
+This book is Copyright David Bollier © 2008<br />
+Under a Creative Commons License, License: Attribution-Noncommercial Works (CC-BY-NC) 3.0
+<a href="http://creativecommons.org/licenses/by-nc/3.0/">http://creativecommons.org/licenses/by-nc/3.0/</a></center></font></td></tr></table>}
+ end
+ end
+ class TeX
+ def header_center
+ "\\chead{\\href{#{@vz.url_home}}{#{@vz.url_txt}}}"
+ end
+ def home_url
+ "\\href{#{@vz.url_home}}{#{@vz.url_txt}}"
+ end
+ def home
+ "\\href{#{@vz.url_home}}{David Bollier}"
+ end
+ def owner_chapter
+ "Document owner details"
+ end
+ end
+end
+__END__
diff --git a/data/v4/samples/_sisu/skin/doc/skin_wayner.rb b/data/v4/samples/_sisu/skin/doc/skin_wayner.rb
new file mode 100644
index 0000000..cfc761e
--- /dev/null
+++ b/data/v4/samples/_sisu/skin/doc/skin_wayner.rb
@@ -0,0 +1,95 @@
+# coding: utf-8
+=begin
+ * Name: SiSU - Simple information Structuring Universe - Structured information, Serialized Units
+ * Author: Ralph Amissah
+ * http://www.jus.uio.no/sisu
+ * http://www.jus.uio.no/sisu/SiSU/download
+ * Description: Document skin for "Free For All"
+ * arch-tag: skin for an individual document set (wayner)
+ * License: Same as SiSU see http://www.jus.uio.no/sisu
+ * $Date$
+ * $Id$
+ * Notes: Site default appearance variables set in defaults.rb
+ Generic site wide modifications set here scribe_skin.rb, and this file required by other "scribes" instead of defaults.rb
+=end
+module SiSU_Viz
+ require "#{SiSU_lib}/defaults"
+ class Skin
+ #% path
+ def path_root # the only parameter that cannot be changed here
+ './sisu/'
+ end
+ def path_rel
+ '../'
+ end
+ #% url
+ #def url_hp # used by wmap, get rid of ie make it seek home instead
+ # 'http://www.wayner.org/books/ffa/'
+ #end
+ def url_home
+ 'http://www.wayner.org/books/ffa/'
+ end
+ def url_txt # text to go with url usually stripped url
+ 'www.wayner.org'
+ end
+ #def url_root_http
+ #root server path info, used in document information
+ #end
+ #% color
+ def color_band1
+ '"#000070"'
+ end
+ #% txt
+ def txt_hp
+ 'www.wayner.org'
+ end
+ def txt_home
+ 'Peter Wayner'
+ end
+ #% icon
+ def icon_home_button
+ 'wayner.home.png'
+ end
+ def icon_home_banner
+ icon_home_button
+ end
+ def icon_next
+ 'arrow_next_blue.png'
+ end
+ def icon_previous
+ 'arrow_prev_blue.png'
+ end
+ def icon_up
+ 'arrow_up_blue.png'
+ end
+ #% banner
+ def banner_home_button
+ %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor=#{color_yellow_dark}><a href="#{url_home}">#{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=#{color_yellow_dark}><a href="#{url_home}" target="_top">#{png_home}</a></td></tr></table></td><td width="60%"><center><center><table summary="buttons" border="1" cellpadding="3" cellspacing="0"><tr><td align="center" bgcolor="#f1e8de"><font face="arial" size="2"><a href="toc.html" target="_top">&nbsp;This&nbsp;text&nbsp;sub-&nbsp;<br />&nbsp;Table&nbsp;of&nbsp;Contents&nbsp;</a></font></td></tr></table></center></center></td><td width="20%">&nbsp;</td></tr></table>}
+ end
+ def banner_band
+ %{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor=#{color_yellow_dark}><a href="#{url_home}" target="_top">#{png_home}</a>#{table_close}}
+ end
+ #% credits
+ def credits_splash
+ %{<table summary="credits" align="center"bgcolor="#ffffff"><tr><td><font color="black"><center>Available at Amazon.com<br /><a href="http://www.amazon.com/exec/obidos/tg/detail/-/0066620503/"><img border="0" align="center" src="../_sisu/image/free.for.all.png" alt="Free For All at Amazon.com"></a><br />This book is Copyright © 2000 by Peter Wayner.<br />See <a href="http://www.wayner.org/books/ffa/">http://www.wayner.org/books/ffa/</a><br /><a href="mailto://p3@wayner.org">p3@wayner.org</a></center></font></td></tr></table>}
+ end
+ end
+ class TeX
+ def header_center
+ "\\chead{\\href{#{@vz.url_home}}{www.wayner.org}}"
+ end
+ def home_url
+ "\\href{#{@vz.url_home}}{www.wayner.org}"
+ end
+ def home
+ "\\href{#{@vz.url_home}}{Peter Wayner}"
+ end
+ def owner_chapter
+ "Document owner details"
+ end
+ end
+end
+__END__
diff --git a/data/v4/samples/_sisu/skin/doc/skin_won_benkler.rb b/data/v4/samples/_sisu/skin/doc/skin_won_benkler.rb
new file mode 100644
index 0000000..f883045
--- /dev/null
+++ b/data/v4/samples/_sisu/skin/doc/skin_won_benkler.rb
@@ -0,0 +1,78 @@
+# coding: utf-8
+=begin
+ * Name: SiSU - Simple information Structuring Universe - Structured information, Serialized Units
+ * Author: Ralph Amissah
+ * http://www.jus.uio.no/sisu
+ * http://www.jus.uio.no/sisu/SiSU/download
+ * Description: Skin prepared for The Wealth of Networks, Yochai Benkler
+ * License: Same as SiSU see http://www.jus.uio.no/sisu
+ * Notes: Site default appearance variables set in defaults.rb
+ Generic site wide modifications set here scribe_skin.rb, and this file required by other "scribes" instead of defaults.rb
+=end
+module SiSU_Viz
+ require SiSU_lib + '/defaults'
+ class Skin
+ #def path_root # the only parameter that cannot be changed here
+ # './sisu/'
+ #end
+ #def rel
+ # '../'
+ #end
+ def url_home
+ 'http://cyber.law.harvard.edu/wealth_of_networks/Main_Page'
+ #'http://www.benkler.org'
+ end
+ def url_txt # text to go with url usually stripped url
+ 'www.benkler.org'
+ end
+ def color_band1
+ '"#ffffff"'
+ end
+ def txt_hp
+ 'www.benkler.org'
+ end
+ def txt_home
+ 'Yochai Benkler'
+ end
+ def icon_home_button
+ 'won_benkler.png'
+ end
+ def icon_home_banner
+ icon_home_button
+ end
+ def banner_home_button
+ %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor=#{color_white}><a href="#{url_home}">#{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=#{color_white}><a href="#{url_home}" target="_top">#{png_home}</a></td><td width="40%"><center><table summary="buttons" border="1" cellpadding="3" cellspacing="0"><tr><td align="center" bgcolor="#f1e8de"><font face="arial" size="2"><a href="toc.html" target="_top">&nbsp;This&nbsp;text&nbsp;sub-&nbsp;<br />&nbsp;Table&nbsp;of&nbsp;Contents&nbsp;</a></font>#{table_close}</center></td><td width="20%">&nbsp;#{table_close}}
+ end
+ def banner_band
+ %{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor=#{color_white}><a href="#{url_home}" target="_top">#{png_home}</a>#{table_close}}
+ end
+ def credits_splash
+ %{<table summary="credits" align="center" bgcolor="#ffffff"><tr><td><font color="black"><center>
+<a href="http://www.benkler.org/wonchapters.html">The original pdf is available online</a> at<br /><a href="http://www.benkler.org/">www.benkler.org</a><br />
+<a href="http://www.benkler.org/wealth_of_networks/index.php/Main_Page"><img border="0" align="center" src="../_sisu/image_local/won_benkler_book.png" alt="available at Amazon.com"></a><br />
+available at<br /><a href="http://www.amazon.com/exec/obidos/tg/detail/-/0300110561/">Amazon.com</a> and <br />
+<a href="http://search.barnesandnoble.com/booksearch/isbnInquiry.asp?isbn=0300110561">Barnes & Noble</a><br />
+This book is Copyright Yochai Benkler © 2006<br />
+Under a Creative Commons License, that permits non-commercial use of this work, provided attribution is given.<br />
+<a href="http://creativecommons.org/licenses/by-nc-sa/2.5/">http://creativecommons.org/licenses/by-nc-sa/2.5/</a></center></font></td></tr></table>}
+ end
+ end
+ class TeX
+ def header_center
+ "\\chead{\\href{#{@vz.url_home}}{www.benkler.org}}"
+ end
+ def home_url
+ "\\href{#{@vz.url_home}}{www.benkler.org}"
+ end
+ def home
+ "\\href{#{@vz.url_home}}{Yochai Benkler}"
+ end
+ def owner_chapter
+ "Document owner details"
+ end
+ end
+end
+__END__