aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/v3/samples/_sisu/skin
diff options
context:
space:
mode:
Diffstat (limited to 'data/v3/samples/_sisu/skin')
-rw-r--r--data/v3/samples/_sisu/skin/dir/skin_sisu.rb99
-rw-r--r--data/v3/samples/_sisu/skin/doc/skin_2bits.rb80
-rw-r--r--data/v3/samples/_sisu/skin/doc/skin_accelerando_stross.rb91
-rw-r--r--data/v3/samples/_sisu/skin/doc/skin_content.rb95
-rw-r--r--data/v3/samples/_sisu/skin/doc/skin_di_von_hippel.rb78
-rw-r--r--data/v3/samples/_sisu/skin/doc/skin_for_the_win.rb94
-rw-r--r--data/v3/samples/_sisu/skin/doc/skin_gnu.rb88
-rw-r--r--data/v3/samples/_sisu/skin/doc/skin_lessig.rb78
-rw-r--r--data/v3/samples/_sisu/skin/doc/skin_little_brother.rb89
-rw-r--r--data/v3/samples/_sisu/skin/doc/skin_magic_kingdom.rb94
-rw-r--r--data/v3/samples/_sisu/skin/doc/skin_rms.rb101
-rw-r--r--data/v3/samples/_sisu/skin/doc/skin_rms2.rb106
-rw-r--r--data/v3/samples/_sisu/skin/doc/skin_vs_david_bollier.rb77
-rw-r--r--data/v3/samples/_sisu/skin/doc/skin_wayner.rb95
-rw-r--r--data/v3/samples/_sisu/skin/doc/skin_won_benkler.rb78
-rw-r--r--data/v3/samples/_sisu/skin/site/skin_sisu.rb99
-rw-r--r--data/v3/samples/_sisu/skin/yml/list.yml32
-rw-r--r--data/v3/samples/_sisu/skin/yml/promo.yml239
18 files changed, 0 insertions, 1713 deletions
diff --git a/data/v3/samples/_sisu/skin/dir/skin_sisu.rb b/data/v3/samples/_sisu/skin/dir/skin_sisu.rb
deleted file mode 100644
index bd2e2a5..0000000
--- a/data/v3/samples/_sisu/skin/dir/skin_sisu.rb
+++ /dev/null
@@ -1,99 +0,0 @@
-# coding: utf-8
-=begin
- * Name: SiSU information Structuring Universe - Structured information, Serialized Units
- * Author: Ralph@Amissah.com
- * http://www.jus.uio.no/sisu
- * http://www.jus.uio.no/sisu/SiSU/download
- * Description: Document skin for SiSU descriptive pages, ...
- * 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_search
- true
- end
- def widget_promo
-#put s "#{__LINE__} #{__FILE__}"
- #['sisu','ruby','sisu_search_libre','ruby','open_society']
- end
- #% path
- def path_root
-#puts "#{__LINE__} #{__FILE__}"
- './sisu/' # the only parameter that cannot be changed here
- end
- def path_rel
-#puts "#{__LINE__} #{__FILE__}"
- '../'
- end
- #% url
- def url_home
-#puts "#{__LINE__} #{__FILE__}"
- 'http://www.jus.uio.no/sisu/'
- end
- def url_site # used in pdf header
-#puts "#{__LINE__} #{__FILE__}"
- 'http://www.jus.uio.no/sisu'
- end
- def url_txt # text to go with url usually stripped url
-#puts "#{__LINE__} #{__FILE__}"
- 'www.jus.uio.no/sisu/'
- end
- def url_home_url
-#puts "#{__LINE__} #{__FILE__}"
- '../index.html'
- end
- #def url_root_http
- #root server path info, used in document information
- #end
- #% color
- def color_band1
- '"#ffffff"'
- end
- def color_band2
- '"#ffffff"'
- end
- #% text
- def text_hp
- ' SiSU'
- end
- def text_home
- 'SiSU'
- end
- #% icon
- def icon_home_button
- 'sisu.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="#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}}
- end
- 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
- 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.jus.uio.no/sisu/}"
- end
- def home
- "\\href{#{@vz.url_site}/}{Ralph Amissah}"
- end
- def owner_chapter
- 'Document owner details'
- end
- end
-end
-__END__
diff --git a/data/v3/samples/_sisu/skin/doc/skin_2bits.rb b/data/v3/samples/_sisu/skin/doc/skin_2bits.rb
deleted file mode 100644
index 4cee523..0000000
--- a/data/v3/samples/_sisu/skin/doc/skin_2bits.rb
+++ /dev/null
@@ -1,80 +0,0 @@
-# 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/v3/samples/_sisu/skin/doc/skin_accelerando_stross.rb b/data/v3/samples/_sisu/skin/doc/skin_accelerando_stross.rb
deleted file mode 100644
index 75cf6dd..0000000
--- a/data/v3/samples/_sisu/skin/doc/skin_accelerando_stross.rb
+++ /dev/null
@@ -1,91 +0,0 @@
-# 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/v3/samples/_sisu/skin/doc/skin_content.rb b/data/v3/samples/_sisu/skin/doc/skin_content.rb
deleted file mode 100644
index 9ca3c0a..0000000
--- a/data/v3/samples/_sisu/skin/doc/skin_content.rb
+++ /dev/null
@@ -1,95 +0,0 @@
-# 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/v3/samples/_sisu/skin/doc/skin_di_von_hippel.rb b/data/v3/samples/_sisu/skin/doc/skin_di_von_hippel.rb
deleted file mode 100644
index 3448e58..0000000
--- a/data/v3/samples/_sisu/skin/doc/skin_di_von_hippel.rb
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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/v3/samples/_sisu/skin/doc/skin_for_the_win.rb b/data/v3/samples/_sisu/skin/doc/skin_for_the_win.rb
deleted file mode 100644
index 6d82e6c..0000000
--- a/data/v3/samples/_sisu/skin/doc/skin_for_the_win.rb
+++ /dev/null
@@ -1,94 +0,0 @@
-# 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/v3/samples/_sisu/skin/doc/skin_gnu.rb b/data/v3/samples/_sisu/skin/doc/skin_gnu.rb
deleted file mode 100644
index 8ac3822..0000000
--- a/data/v3/samples/_sisu/skin/doc/skin_gnu.rb
+++ /dev/null
@@ -1,88 +0,0 @@
-# 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/v3/samples/_sisu/skin/doc/skin_lessig.rb b/data/v3/samples/_sisu/skin/doc/skin_lessig.rb
deleted file mode 100644
index 0e2be20..0000000
--- a/data/v3/samples/_sisu/skin/doc/skin_lessig.rb
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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/v3/samples/_sisu/skin/doc/skin_little_brother.rb b/data/v3/samples/_sisu/skin/doc/skin_little_brother.rb
deleted file mode 100644
index 751fba0..0000000
--- a/data/v3/samples/_sisu/skin/doc/skin_little_brother.rb
+++ /dev/null
@@ -1,89 +0,0 @@
-# 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/v3/samples/_sisu/skin/doc/skin_magic_kingdom.rb b/data/v3/samples/_sisu/skin/doc/skin_magic_kingdom.rb
deleted file mode 100644
index b000239..0000000
--- a/data/v3/samples/_sisu/skin/doc/skin_magic_kingdom.rb
+++ /dev/null
@@ -1,94 +0,0 @@
-# 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/v3/samples/_sisu/skin/doc/skin_rms.rb b/data/v3/samples/_sisu/skin/doc/skin_rms.rb
deleted file mode 100644
index 0f3e7d3..0000000
--- a/data/v3/samples/_sisu/skin/doc/skin_rms.rb
+++ /dev/null
@@ -1,101 +0,0 @@
-# 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/v3/samples/_sisu/skin/doc/skin_rms2.rb b/data/v3/samples/_sisu/skin/doc/skin_rms2.rb
deleted file mode 100644
index c97c5b8..0000000
--- a/data/v3/samples/_sisu/skin/doc/skin_rms2.rb
+++ /dev/null
@@ -1,106 +0,0 @@
-# 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/v3/samples/_sisu/skin/doc/skin_vs_david_bollier.rb b/data/v3/samples/_sisu/skin/doc/skin_vs_david_bollier.rb
deleted file mode 100644
index d357797..0000000
--- a/data/v3/samples/_sisu/skin/doc/skin_vs_david_bollier.rb
+++ /dev/null
@@ -1,77 +0,0 @@
-# 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/v3/samples/_sisu/skin/doc/skin_wayner.rb b/data/v3/samples/_sisu/skin/doc/skin_wayner.rb
deleted file mode 100644
index cfc761e..0000000
--- a/data/v3/samples/_sisu/skin/doc/skin_wayner.rb
+++ /dev/null
@@ -1,95 +0,0 @@
-# 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/v3/samples/_sisu/skin/doc/skin_won_benkler.rb b/data/v3/samples/_sisu/skin/doc/skin_won_benkler.rb
deleted file mode 100644
index f883045..0000000
--- a/data/v3/samples/_sisu/skin/doc/skin_won_benkler.rb
+++ /dev/null
@@ -1,78 +0,0 @@
-# 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__
diff --git a/data/v3/samples/_sisu/skin/site/skin_sisu.rb b/data/v3/samples/_sisu/skin/site/skin_sisu.rb
deleted file mode 100644
index bd2e2a5..0000000
--- a/data/v3/samples/_sisu/skin/site/skin_sisu.rb
+++ /dev/null
@@ -1,99 +0,0 @@
-# coding: utf-8
-=begin
- * Name: SiSU information Structuring Universe - Structured information, Serialized Units
- * Author: Ralph@Amissah.com
- * http://www.jus.uio.no/sisu
- * http://www.jus.uio.no/sisu/SiSU/download
- * Description: Document skin for SiSU descriptive pages, ...
- * 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_search
- true
- end
- def widget_promo
-#put s "#{__LINE__} #{__FILE__}"
- #['sisu','ruby','sisu_search_libre','ruby','open_society']
- end
- #% path
- def path_root
-#puts "#{__LINE__} #{__FILE__}"
- './sisu/' # the only parameter that cannot be changed here
- end
- def path_rel
-#puts "#{__LINE__} #{__FILE__}"
- '../'
- end
- #% url
- def url_home
-#puts "#{__LINE__} #{__FILE__}"
- 'http://www.jus.uio.no/sisu/'
- end
- def url_site # used in pdf header
-#puts "#{__LINE__} #{__FILE__}"
- 'http://www.jus.uio.no/sisu'
- end
- def url_txt # text to go with url usually stripped url
-#puts "#{__LINE__} #{__FILE__}"
- 'www.jus.uio.no/sisu/'
- end
- def url_home_url
-#puts "#{__LINE__} #{__FILE__}"
- '../index.html'
- end
- #def url_root_http
- #root server path info, used in document information
- #end
- #% color
- def color_band1
- '"#ffffff"'
- end
- def color_band2
- '"#ffffff"'
- end
- #% text
- def text_hp
- '&nbsp;SiSU'
- end
- def text_home
- 'SiSU'
- end
- #% icon
- def icon_home_button
- 'sisu.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="#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}}
- end
- 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
- 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.jus.uio.no/sisu/}"
- end
- def home
- "\\href{#{@vz.url_site}/}{Ralph Amissah}"
- end
- def owner_chapter
- 'Document owner details'
- end
- end
-end
-__END__
diff --git a/data/v3/samples/_sisu/skin/yml/list.yml b/data/v3/samples/_sisu/skin/yml/list.yml
deleted file mode 100644
index e02a153..0000000
--- a/data/v3/samples/_sisu/skin/yml/list.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-sisu:
- site:
- - sisu
-open_society:
- site:
- - vs
- - twon
- - fc
- - content
- - di
- - faif
- - twobits
- - ffa
- - catb
- - littlebrother
- - magickingdom
- - ftw
-sisu_icon:
- site:
- - sisu_icon
-ruby:
- site:
- - ruby_logo
-fsf:
- site:
- - fsf
-gpl:
- site:
- - gpl
-sisu_search_libre:
- search:
- - sisu_books_libre_sisusearch
diff --git a/data/v3/samples/_sisu/skin/yml/promo.yml b/data/v3/samples/_sisu/skin/yml/promo.yml
deleted file mode 100644
index a52f874..0000000
--- a/data/v3/samples/_sisu/skin/yml/promo.yml
+++ /dev/null
@@ -1,239 +0,0 @@
-# Author: ralph@amissah.com
-site:
- sisu_icon:
- url: SiSU
- image: sisu.png
- blurb: ~
- sisu:
- title: SiSU
- url: index.html
- blurb: ~
- links:
- -
- title: What does SiSU do? Summary
- url: SiSU/1.html#summary
- -
- title: SiSU Book Samples and Markup Examples
- url: SiSU/examples.html
- -
- title: Manual
- url: http://sisudoc.org/sisu/sisu_manual/
- -
- title: Markup
- url: http://sisudoc.org/sisu/sisu_markup/
- -
- title: Commands
- url: http://sisudoc.org/sisu/sisu_commands/
- -
- title: SiSU Download
- url: SiSU/download.html
- -
- title: SiSU Changelog
- url: SiSU/changelog.html
- blurb: ~
- -
- title: output by Author
- url: sisu_site_metadata/harvest_authors.html
- -
- title: output by Topic
- url: sisu_site_metadata/harvest_topics.html
- -
- title: Wikipedia entry
- url: http://en.wikipedia.org/wiki/SiSU
- blurb: ~
- -
- title: Freshmeat
- url: http://freshmeat.net/projects/sisu/
- -
- title: Ruby Application Archive
- url: http://raa.ruby-lang.org/project/sisu/
- vs:
- title: Viral Spiral
- subtitle: How the Commoners Built a Digital Republic of Their Own
- author: David Bollier
- year: 2009
- url: viral_spiral.david_bollier
- links:
- -
- title: Source Wiki
- url: http://viralspiral.cc/
- twon:
- title: The Wealth of Networks
- subtitle: How Social Production Transforms Markets and Freedom
- author: Yochai Benkler
- year: 2006
- url: the_wealth_of_networks.yochai_benkler
- links:
- -
- title: Wikipedia entry
- url: http://en.wikipedia.org/wiki/The_Wealth_of_Networks
- -
- title: Source Wiki
- url: http://www.benkler.org/wealth_of_networks/index.php/Main_Page
- fc:
- title: Free Culture
- subtitle: How Big Media Uses Technology and the Law to Lock Down Culture and Control Creativity
- author: Lawrence Lessig
- year: 2004
- url: free_culture.lawrence_lessig
- links:
- -
- title: Wikipedia entry
- url: http://en.wikipedia.org/wiki/Free_Culture_%28book%29
- -
- title: Creative Commons
- url: http://creativecommons.org/
- -
- title: Source
- url: http://www.free-culture.cc/
- di:
- title: Democratizing Innovation
- author: Eric von Hippel
- year: 2005
- url: democratizing_innovation.eric_von_hippel
- links:
- -
- title: Wikipedia entry
- url: http://en.wikipedia.org/wiki/Democratizing_Innovation
- -
- title: Source
- url: http://web.mit.edu/evhippel/www/democ1.htm
- faif:
- title: Free As In Freedom
- subtitle: Richard Stallman's Crusade for Free Software
- author: Sam Williams
- year: 2002
- url: free_as_in_freedom.richard_stallman_crusade_for_free_software.sam_williams
- links:
- -
- title: Wikipedia entry
- url: http://en.wikipedia.org/wiki/Free_as_in_Freedom:_Richard_Stallman%27s_Crusade_for_Free_Software
- -
- title: Source
- url: http://faifzilla.org/
- -
- title: FSF
- url: http://www.fsf.org/
- -
- title: FSF Wikipedia
- url: http://en.wikipedia.org/wiki/Free_Software_Foundation
- -
- title: GPL
- url: http://www.gnu.org/copyleft/gpl.html
- -
- title: GPL Wikipedia
- url: http://en.wikipedia.org/wiki/GNU_General_Public_License
- twobits:
- title: Two Bits
- subtitle: The Cultural Significance of Free Software
- author: Christopher Kelty
- year: 2008
- url: two_bits.christopher_kelty
- links:
- -
- title: Home
- url: http://twobits.net
- ffa:
- title: Free For All
- subtitle: How Linux and the Free Software Movement Undercut the High Tech Titans
- author: Peter Wayner
- year: 2002
- url: free_for_all.peter_wayner
- links:
- -
- title: Source
- url: http://www.wayner.org/books/ffa/
- catb:
- title: The Cathedral & the Bazaar
- subtitle: Musings on Linux and Open Source by an Accidental Revolutionary
- author: Erik S. Raymond
- year: 1999
- url: the_cathedral_and_the_bazaar.eric_s_raymond
- links:
- -
- title: Wikipedia entry
- url: http://en.wikipedia.org/wiki/Cathedral_and_the_bazaar
- -
- title: Source
- url: http://www.catb.org/~esr/writings/cathedral-bazaar/cathedral-bazaar/
- fsf:
- title: Free Software Foundation
- subtitle: FSF
- url: http://www.fsf.org/
- links:
- -
- title: Wikipedia entry
- url: http://en.wikipedia.org/wiki/Free_Software_Foundation
- -
- title: GPL
- subtitle: GNU General Public License
- url: http://www.gnu.org/copyleft/gpl.html
- gpl:
- title: GNU General Public License
- subtitle: GPL
- url: http://www.gnu.org/copyleft/gpl.html
- links:
- -
- title: Wikipedia entry
- url: http://en.wikipedia.org/wiki/GNU_General_Public_License
- -
- title: GPL 3
- url: http://gplv3.fsf.org/
- -
- title: Software License List
- url: http://www.fsf.org/licensing/licenses/
- content:
- title: CONTENT
- subtitle: Selected Essays on Technology, Creativity, Copyright and the Future of the Future
- author: Cory Doctorow
- year: 2008
- url: content.cory_doctorow
- links:
- -
- title: Home
- url: http://craphound.com/content
- -
- title: Wikipedia entry
- url: http://en.wikipedia.org/wiki/Cory_Doctorow
- magickingdom:
- title: Down and Out in the Magic Kingdom
- author: Cory Doctorow
- year: 2003
- url: down_and_out_in_the_magic_kingdom.cory_doctorow
- links:
- -
- title: Home
- url: http://craphound.com/down
- -
- title: Wikipedia entry
- url: http://en.wikipedia.org/wiki/Down_and_Out_in_the_Magic_Kingdom
- littlebrother:
- title: Little Brother
- author: Cory Doctorow
- year: 2008
- url: little_brother.cory_doctorow
- links:
- -
- title: Home
- url: http://craphound.com/littlebrother
- -
- title: Wikipedia entry
- url: http://en.wikipedia.org/wiki/Little_Brother_(Cory_Doctorow_novel)
- ftw:
- title: For the Win
- author: Cory Doctorow
- year: 2008
- url: for_the_win.cory_doctorow
- links:
- -
- title: Home
- url: http://craphound.com/ftw
- -
- title: Wikipedia entry
- url: http://en.wikipedia.org/wiki/For_The_Win_(Cory_Doctorow_novel)
-search:
- sisu_books_libre_sisusearch:
- type: sisusearch
- action: http://search.sisudoc.org
- target: _top
- db: sisu