aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/v1/sisu_markup_samples/samples/_sisu/skin
diff options
context:
space:
mode:
Diffstat (limited to 'data/v1/sisu_markup_samples/samples/_sisu/skin')
-rw-r--r--data/v1/sisu_markup_samples/samples/_sisu/skin/dir/skin_sisu.rb14
-rw-r--r--data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_2bits.rb79
-rw-r--r--data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_accelerando_stross.rb90
-rw-r--r--data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_gnu.rb2
-rw-r--r--data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_gutenberg.rb6
-rw-r--r--data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_rms.rb100
-rw-r--r--data/v1/sisu_markup_samples/samples/_sisu/skin/site/skin_sisu.rb14
-rw-r--r--data/v1/sisu_markup_samples/samples/_sisu/skin/yml/list.yml23
-rw-r--r--data/v1/sisu_markup_samples/samples/_sisu/skin/yml/promo.yml142
-rw-r--r--data/v1/sisu_markup_samples/samples/_sisu/skin/yml/skin_countries.yaml (renamed from data/v1/sisu_markup_samples/samples/_sisu/skin/yaml/skin_countries.yaml)0
-rw-r--r--data/v1/sisu_markup_samples/samples/_sisu/skin/yml/skin_country.yaml (renamed from data/v1/sisu_markup_samples/samples/_sisu/skin/yaml/skin_country.yaml)0
-rw-r--r--data/v1/sisu_markup_samples/samples/_sisu/skin/yml/skin_lexAddress.yaml (renamed from data/v1/sisu_markup_samples/samples/_sisu/skin/yaml/skin_lexAddress.yaml)0
12 files changed, 448 insertions, 22 deletions
diff --git a/data/v1/sisu_markup_samples/samples/_sisu/skin/dir/skin_sisu.rb b/data/v1/sisu_markup_samples/samples/_sisu/skin/dir/skin_sisu.rb
index 6dbc2c4..ad1d42a 100644
--- a/data/v1/sisu_markup_samples/samples/_sisu/skin/dir/skin_sisu.rb
+++ b/data/v1/sisu_markup_samples/samples/_sisu/skin/dir/skin_sisu.rb
@@ -57,7 +57,7 @@ module SiSU_Viz
end
#% text
def text_hp
- ' SiSU'
+ ' SiSU'
end
def text_home
'SiSU'
@@ -71,7 +71,7 @@ module SiSU_Viz
end
#% banner
def banner_home_button
- %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/">#{png_home}</a></td></tr></table>\n}
+ %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/">#{png_home}</a></td></tr></table>\n}
end
def banner_home_and_index_buttons
%{<table><tr><td width="20%"><table summary="home and index buttons" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/" target="_top">#{png_home}</a>#{table_close}</td><td width="60%"><center><center><table summary="buttons" border="1" cellpadding="3" cellspacing="0"><tr><td align="center" bgcolor="#ffffff"><font face="arial" size="2"><a href="toc" target="_top">&nbsp;This&nbsp;text&nbsp;sub-&nbsp;<br />&nbsp;Table&nbsp;of&nbsp;Contents&nbsp;</a></font>#{table_close}</center></center></td><td width="20%">&nbsp;#{table_close}}
@@ -79,20 +79,16 @@ module SiSU_Viz
def banner_band
%{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/" target="_top">#{png_home}</a>#{table_close}}
end
- #% stamp
- def stamp_stmp
- "\\copyright Ralph Amissah; license GPL 3 or later \\\\\n ralph@amissah.com \\\\\n www.jus.uio.no/sisu/"
- end
end
class TeX
def header_center
- "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
+ "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
end
def home_url
- "\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}"
+ "\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}"
end
def home
- "\\href{#{@vz.url_site}/}{Ralph Amissah}"
+ "\\href{#{@vz.url_site}/}{Ralph Amissah}"
end
def owner_chapter
'Document owner details'
diff --git a/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_2bits.rb b/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_2bits.rb
new file mode 100644
index 0000000..cc822d9
--- /dev/null
+++ b/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_2bits.rb
@@ -0,0 +1,79 @@
+=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/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_accelerando_stross.rb b/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_accelerando_stross.rb
new file mode 100644
index 0000000..b014d38
--- /dev/null
+++ b/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_accelerando_stross.rb
@@ -0,0 +1,90 @@
+=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/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_gnu.rb b/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_gnu.rb
index a5ea67e..e998624 100644
--- a/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_gnu.rb
+++ b/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_gnu.rb
@@ -46,7 +46,7 @@ module SiSU_Viz
end
#% txt
def txt_hp
- 'Free Software Foundation'
+ 'Free Software Foundation'
end
def txt_home # this should be the name of the site eg. Lex Mercatoria or if you prefer to see a url the url in text form copy & ...
#"www.jus.uio.no/sisu/"
diff --git a/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_gutenberg.rb b/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_gutenberg.rb
index 379fcce..47d2d28 100644
--- a/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_gutenberg.rb
+++ b/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_gutenberg.rb
@@ -56,13 +56,13 @@ module SiSU_Viz
end
class TeX
def header_center
- "\\chead{\\href{#{@vz.url_home}}{www.gutenberg.net}}"
+ "\\chead{\\href{#{@vz.url_home}}{www.gutenberg.net}}"
end
def home_url
- "\\href{#{@vz.url_home}}{www.gutenberg.net}"
+ "\\href{#{@vz.url_home}}{www.gutenberg.net}"
end
def home
- "\\href{#{@vz.url_home}}{Gutenberg Project}"
+ "\\href{#{@vz.url_home}}{Gutenberg Project}"
end
def owner_chapter
"Document owner details"
diff --git a/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_rms.rb b/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_rms.rb
new file mode 100644
index 0000000..95f936a
--- /dev/null
+++ b/data/v1/sisu_markup_samples/samples/_sisu/skin/doc/skin_rms.rb
@@ -0,0 +1,100 @@
+=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/v1/sisu_markup_samples/samples/_sisu/skin/site/skin_sisu.rb b/data/v1/sisu_markup_samples/samples/_sisu/skin/site/skin_sisu.rb
index 6dbc2c4..ad1d42a 100644
--- a/data/v1/sisu_markup_samples/samples/_sisu/skin/site/skin_sisu.rb
+++ b/data/v1/sisu_markup_samples/samples/_sisu/skin/site/skin_sisu.rb
@@ -57,7 +57,7 @@ module SiSU_Viz
end
#% text
def text_hp
- '&nbsp;SiSU'
+ '&nbsp;SiSU'
end
def text_home
'SiSU'
@@ -71,7 +71,7 @@ module SiSU_Viz
end
#% banner
def banner_home_button
- %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/">#{png_home}</a></td></tr></table>\n}
+ %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/">#{png_home}</a></td></tr></table>\n}
end
def banner_home_and_index_buttons
%{<table><tr><td width="20%"><table summary="home and index buttons" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/" target="_top">#{png_home}</a>#{table_close}</td><td width="60%"><center><center><table summary="buttons" border="1" cellpadding="3" cellspacing="0"><tr><td align="center" bgcolor="#ffffff"><font face="arial" size="2"><a href="toc" target="_top">&nbsp;This&nbsp;text&nbsp;sub-&nbsp;<br />&nbsp;Table&nbsp;of&nbsp;Contents&nbsp;</a></font>#{table_close}</center></center></td><td width="20%">&nbsp;#{table_close}}
@@ -79,20 +79,16 @@ module SiSU_Viz
def banner_band
%{<table summary="band" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/" target="_top">#{png_home}</a>#{table_close}}
end
- #% stamp
- def stamp_stmp
- "\\copyright Ralph Amissah; license GPL 3 or later \\\\\n ralph@amissah.com \\\\\n www.jus.uio.no/sisu/"
- end
end
class TeX
def header_center
- "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
+ "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
end
def home_url
- "\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}"
+ "\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}"
end
def home
- "\\href{#{@vz.url_site}/}{Ralph Amissah}"
+ "\\href{#{@vz.url_site}/}{Ralph Amissah}"
end
def owner_chapter
'Document owner details'
diff --git a/data/v1/sisu_markup_samples/samples/_sisu/skin/yml/list.yml b/data/v1/sisu_markup_samples/samples/_sisu/skin/yml/list.yml
new file mode 100644
index 0000000..1deded8
--- /dev/null
+++ b/data/v1/sisu_markup_samples/samples/_sisu/skin/yml/list.yml
@@ -0,0 +1,23 @@
+sisu:
+ site:
+ - sisu
+open_society:
+ site:
+ - twon
+ - fc
+ - faif
+# - ffa
+ - catb
+sisu_icon:
+ site:
+ - sisu_icon
+fsf:
+ site:
+ - fsf
+gpl:
+ site:
+ - gpl
+sample_search:
+ search:
+ - sample
+
diff --git a/data/v1/sisu_markup_samples/samples/_sisu/skin/yml/promo.yml b/data/v1/sisu_markup_samples/samples/_sisu/skin/yml/promo.yml
new file mode 100644
index 0000000..88497d4
--- /dev/null
+++ b/data/v1/sisu_markup_samples/samples/_sisu/skin/yml/promo.yml
@@ -0,0 +1,142 @@
+# 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/2.html
+ -
+ title: SiSU Download
+ url: SiSU/download.html
+ -
+ title: SiSU Changelog
+ url: SiSU/changelog.html
+ blurb: ~
+ -
+ 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/
+ 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/
+ 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
+ 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/
+search:
+ sample:
+ action: http://search.sisudoc.org
+ target: _top
+ db: sisu
diff --git a/data/v1/sisu_markup_samples/samples/_sisu/skin/yaml/skin_countries.yaml b/data/v1/sisu_markup_samples/samples/_sisu/skin/yml/skin_countries.yaml
index a68903e..a68903e 100644
--- a/data/v1/sisu_markup_samples/samples/_sisu/skin/yaml/skin_countries.yaml
+++ b/data/v1/sisu_markup_samples/samples/_sisu/skin/yml/skin_countries.yaml
diff --git a/data/v1/sisu_markup_samples/samples/_sisu/skin/yaml/skin_country.yaml b/data/v1/sisu_markup_samples/samples/_sisu/skin/yml/skin_country.yaml
index ebaf8ac..ebaf8ac 100644
--- a/data/v1/sisu_markup_samples/samples/_sisu/skin/yaml/skin_country.yaml
+++ b/data/v1/sisu_markup_samples/samples/_sisu/skin/yml/skin_country.yaml
diff --git a/data/v1/sisu_markup_samples/samples/_sisu/skin/yaml/skin_lexAddress.yaml b/data/v1/sisu_markup_samples/samples/_sisu/skin/yml/skin_lexAddress.yaml
index 6e49b54..6e49b54 100644
--- a/data/v1/sisu_markup_samples/samples/_sisu/skin/yaml/skin_lexAddress.yaml
+++ b/data/v1/sisu_markup_samples/samples/_sisu/skin/yml/skin_lexAddress.yaml