From 862ae536f63e2d2b32a93945d208882e0c6daa81 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 6 Feb 2010 17:45:35 -0500 Subject: use data/v1/samples as directory --- data/v1/samples/_sisu/skin/dir/skin_sisu.rb | 98 +++ data/v1/samples/_sisu/skin/doc/skin_2bits.rb | 79 +++ .../_sisu/skin/doc/skin_accelerando_stross.rb | 90 +++ data/v1/samples/_sisu/skin/doc/skin_gnu.rb | 87 +++ data/v1/samples/_sisu/skin/doc/skin_gutenberg.rb | 215 ++++++ data/v1/samples/_sisu/skin/doc/skin_lessig.rb | 77 +++ data/v1/samples/_sisu/skin/doc/skin_rms.rb | 100 +++ data/v1/samples/_sisu/skin/doc/skin_wayner.rb | 94 +++ data/v1/samples/_sisu/skin/doc/skin_won_benkler.rb | 76 +++ data/v1/samples/_sisu/skin/site/skin_sisu.rb | 98 +++ data/v1/samples/_sisu/skin/yml/list.yml | 23 + data/v1/samples/_sisu/skin/yml/promo.yml | 142 ++++ data/v1/samples/_sisu/skin/yml/skin_countries.yaml | 482 ++++++++++++++ data/v1/samples/_sisu/skin/yml/skin_country.yaml | 735 +++++++++++++++++++++ .../v1/samples/_sisu/skin/yml/skin_lexAddress.yaml | 207 ++++++ 15 files changed, 2603 insertions(+) create mode 100644 data/v1/samples/_sisu/skin/dir/skin_sisu.rb create mode 100644 data/v1/samples/_sisu/skin/doc/skin_2bits.rb create mode 100644 data/v1/samples/_sisu/skin/doc/skin_accelerando_stross.rb create mode 100644 data/v1/samples/_sisu/skin/doc/skin_gnu.rb create mode 100644 data/v1/samples/_sisu/skin/doc/skin_gutenberg.rb create mode 100644 data/v1/samples/_sisu/skin/doc/skin_lessig.rb create mode 100644 data/v1/samples/_sisu/skin/doc/skin_rms.rb create mode 100644 data/v1/samples/_sisu/skin/doc/skin_wayner.rb create mode 100644 data/v1/samples/_sisu/skin/doc/skin_won_benkler.rb create mode 100644 data/v1/samples/_sisu/skin/site/skin_sisu.rb create mode 100644 data/v1/samples/_sisu/skin/yml/list.yml create mode 100644 data/v1/samples/_sisu/skin/yml/promo.yml create mode 100644 data/v1/samples/_sisu/skin/yml/skin_countries.yaml create mode 100644 data/v1/samples/_sisu/skin/yml/skin_country.yaml create mode 100644 data/v1/samples/_sisu/skin/yml/skin_lexAddress.yaml (limited to 'data/v1/samples/_sisu/skin') diff --git a/data/v1/samples/_sisu/skin/dir/skin_sisu.rb b/data/v1/samples/_sisu/skin/dir/skin_sisu.rb new file mode 100644 index 0000000..ad1d42a --- /dev/null +++ b/data/v1/samples/_sisu/skin/dir/skin_sisu.rb @@ -0,0 +1,98 @@ +=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 + %{
#{png_home}
\n} + end + def banner_home_and_index_buttons + %{
#{png_home}#{table_close}
 This text sub- 
 Table of Contents 
#{table_close}
 #{table_close}} + end + def banner_band + %{
#{png_home}#{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/v1/samples/_sisu/skin/doc/skin_2bits.rb b/data/v1/samples/_sisu/skin/doc/skin_2bits.rb new file mode 100644 index 0000000..cc822d9 --- /dev/null +++ b/data/v1/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 + %{
#{png_home}
\n} + end + def banner_home_and_index_buttons + %{
#{png_home}#{table_close}
 This text sub- 
 Table of Contents 
#{table_close}
 #{table_close}} + end + def banner_band + %{
#{png_home}#{table_close}} + end + def banner_home_guide + end + #% credits + def credits_splash + %{
***
} + 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/samples/_sisu/skin/doc/skin_accelerando_stross.rb b/data/v1/samples/_sisu/skin/doc/skin_accelerando_stross.rb new file mode 100644 index 0000000..b014d38 --- /dev/null +++ b/data/v1/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 + %{
#{png_home}
\n} + end + def banner_home_and_index_buttons + %{
#{png_home}
 This text sub- 
 Table of Contents 
#{table_close}
 #{table_close}} + end + def banner_band + %{
#{png_home}#{table_close}} + end + #% credits + def credits_splash + %{
+The author's original pdf is available at
www.accelerando.org
+available at
Amazon.com and
+Barnes & Noble
+This book is Copyright Charles Stross © 2005
+Under a Creative Commons License,
+Attribution-NonCommercial-NoDerivs 2.0:
+* Attribution. You must attribute the work in the manner specified by the author or licensor;
+* Noncommercial. You may not use this work for commercial purposes;
+* No Derivative Works. You may not alter, transform, or build upon this work;
+* For any reuse or distribution, you must make clear to others the license terms of this work. +
+<http://creativecommons.org/licenses/by-nc-nd/2.0/>
+These SiSU presentations of Accelerando are done with the kind permission of the author Charles Stross +
} + 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/samples/_sisu/skin/doc/skin_gnu.rb b/data/v1/samples/_sisu/skin/doc/skin_gnu.rb new file mode 100644 index 0000000..e998624 --- /dev/null +++ b/data/v1/samples/_sisu/skin/doc/skin_gnu.rb @@ -0,0 +1,87 @@ +=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 + %{
#{png_home}
\n} + end + def banner_home_and_index_buttons + %{
#{png_home}#{table_close}
 This text sub- 
 Table of Contents 
#{table_close}
 #{table_close}} + end + def banner_band + %{
#{png_home}#{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/v1/samples/_sisu/skin/doc/skin_gutenberg.rb b/data/v1/samples/_sisu/skin/doc/skin_gutenberg.rb new file mode 100644 index 0000000..47d2d28 --- /dev/null +++ b/data/v1/samples/_sisu/skin/doc/skin_gutenberg.rb @@ -0,0 +1,215 @@ +=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 sample prepared for Gutenberg Project (first used with "War and Peace") + * 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.gutenberg.net' + end + def url_txt # text to go with url usually stripped url + 'www.gutenberg.net' + end + #% txt + def txt_hp + 'www.gutenberg.net' + end + def txt_home + 'Gutenberg Project' + end + #% icon + def icon_home_button + 'gutenberg.home.png' + end + def icon_home_banner + icon_home_button + end + #% banner + def banner_home_button + %{
#{png_home}
\n} + end + def banner_home_and_index_buttons + %{
#{png_home}
 This text sub- 
 Table of Contents 
 
} + end + def banner_band + %{
#{png_home}#{table_close}} + end + #% credits + def credits_splash + %{
Gutenberg Project
Courtesy of The Gutenberg Project
} + end + end + class TeX + def header_center + "\\chead{\\href{#{@vz.url_home}}{www.gutenberg.net}}" + end + def home_url + "\\href{#{@vz.url_home}}{www.gutenberg.net}" + end + def home + "\\href{#{@vz.url_home}}{Gutenberg Project}" + end + def owner_chapter + "Document owner details" + end + end + class Inserts + def insert1 +< + +CONTENTS + end + end +end + diff --git a/data/v1/samples/_sisu/skin/doc/skin_lessig.rb b/data/v1/samples/_sisu/skin/doc/skin_lessig.rb new file mode 100644 index 0000000..465af85 --- /dev/null +++ b/data/v1/samples/_sisu/skin/doc/skin_lessig.rb @@ -0,0 +1,77 @@ +=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 + %{
#{png_home}
\n} + end + def banner_home_and_index_buttons + %{
#{png_home}
 This text sub- 
 Table of Contents 
#{table_close}
 #{table_close}} + end + def banner_band + %{
#{png_home}#{table_close}} + end + def credits_splash + %{
Free Culture Bar Code
Available at Amazon.com
Free Culture at Amazon.com
This book is Copyright Lawrence Lessig © 2004
Under a Creative Commons License, that permits non-commercial use of this work, provided attribution is given.
See http://www.free-culture.cc/
lessig@pobox.com
} + 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/v1/samples/_sisu/skin/doc/skin_rms.rb b/data/v1/samples/_sisu/skin/doc/skin_rms.rb new file mode 100644 index 0000000..95f936a --- /dev/null +++ b/data/v1/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 + %{
#{png_home}
\n} + end + def banner_home_and_index_buttons + %{
#{png_home}#{table_close}
 This text sub- 
 Table of Contents 
#{table_close}
 #{table_close}} + end + def banner_band + %{
#{png_home}#{table_close}} + end + def banner_home_guide + end + #% credits + def insert_levitating_gnu #used locally this skin only + %{
RMS/FSF - Levitating Gnu -->
} + end + def credits_splash + %{
#{insert_levitating_gnu}
} + 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/samples/_sisu/skin/doc/skin_wayner.rb b/data/v1/samples/_sisu/skin/doc/skin_wayner.rb new file mode 100644 index 0000000..64c5413 --- /dev/null +++ b/data/v1/samples/_sisu/skin/doc/skin_wayner.rb @@ -0,0 +1,94 @@ +=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 + %{
#{png_home}
\n} + end + def banner_home_and_index_buttons + %{
#{png_home}
 This text sub- 
 Table of Contents 
 
} + end + def banner_band + %{
#{png_home}#{table_close}} + end + #% credits + def credits_splash + %{
Available at Amazon.com
Free For All at Amazon.com
This book is Copyright © 2000 by Peter Wayner.
See http://www.wayner.org/books/ffa/
p3@wayner.org
} + 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/v1/samples/_sisu/skin/doc/skin_won_benkler.rb b/data/v1/samples/_sisu/skin/doc/skin_won_benkler.rb new file mode 100644 index 0000000..2798214 --- /dev/null +++ b/data/v1/samples/_sisu/skin/doc/skin_won_benkler.rb @@ -0,0 +1,76 @@ +=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://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 + %{
#{png_home}
\n} + end + def banner_home_and_index_buttons + %{
#{png_home}
 This text sub- 
 Table of Contents 
#{table_close}
 #{table_close}} + end + def banner_band + %{
#{png_home}#{table_close}} + end + def credits_splash + %{
+The original pdf is available online at
www.benkler.org
+available at Amazon.com
+available at
Amazon.com and
+Barnes & Noble
+This book is Copyright Yochai Benkler © 2006
+Under a Creative Commons License, that permits non-commercial use of this work, provided attribution is given.
+http://creativecommons.org/licenses/by-nc-sa/2.5/
} + 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/v1/samples/_sisu/skin/site/skin_sisu.rb b/data/v1/samples/_sisu/skin/site/skin_sisu.rb new file mode 100644 index 0000000..ad1d42a --- /dev/null +++ b/data/v1/samples/_sisu/skin/site/skin_sisu.rb @@ -0,0 +1,98 @@ +=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 + %{
#{png_home}
\n} + end + def banner_home_and_index_buttons + %{
#{png_home}#{table_close}
 This text sub- 
 Table of Contents 
#{table_close}
 #{table_close}} + end + def banner_band + %{
#{png_home}#{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/v1/samples/_sisu/skin/yml/list.yml b/data/v1/samples/_sisu/skin/yml/list.yml new file mode 100644 index 0000000..1deded8 --- /dev/null +++ b/data/v1/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/samples/_sisu/skin/yml/promo.yml b/data/v1/samples/_sisu/skin/yml/promo.yml new file mode 100644 index 0000000..88497d4 --- /dev/null +++ b/data/v1/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/samples/_sisu/skin/yml/skin_countries.yaml b/data/v1/samples/_sisu/skin/yml/skin_countries.yaml new file mode 100644 index 0000000..a68903e --- /dev/null +++ b/data/v1/samples/_sisu/skin/yml/skin_countries.yaml @@ -0,0 +1,482 @@ +# arch-tag: yaml country list +# Author: Ralph@Amissah.com +# License: Same as SiSU see http://www.jus.uio.no/sisu +id: AF + name: Afghanistan +id: AL + name: Albania +id: DZ + name: Algeria +id: AS + name: American Samoa +id: AD + name: Andorra +id: AO + name: Angola +id: AI + name: Anguilla +id: AQ + name: Antarctica +id: AG + name: Antigua and Barbuda +id: AR + name: Argentina +id: AM + name: Armenia +id: AW + name: Aruba +id: AU + name: Australia +id: AT + name: Austria +id: AZ + name: Azerbaijan +id: BS + name: Bahamas +id: BH + name: Bahrain +id: BD + name: Bangladesh +id: BB + name: Barbados +id: BY + name: Belarus +id: BE + name: Belgium +id: BZ + name: Belize +id: BJ + name: Benin +id: BM + name: Bermuda +id: BT + name: Bhutan +id: BO + name: Bolivia +id: BA + name: Bosnia and Herzegovina +id: BW + name: Botswana +id: BV + name: Bouvet Island +id: BR + name: Brazil +id: IO + name: British Indian Ocean Territory +id: BN + name: Brunei Darussalam +id: BG + name: Bulgaria +id: BF + name: Burkina Faso +id: BI + name: Burundi +id: KH + name: Cambodia +id: CM + name: Cameroon +id: CA + name: Canada +id: CV + name: Cape Verde +id: KY + name: Cayman Islands +id: CF + name: Central African Republic +id: TD + name: Chad +id: CL + name: Chile +id: CN + name: China +id: CX + name: Christmas Island +id: CC + name: Cocos (Keeling) Islands +id: CO + name: Colombia +id: KM + name: Comoros +id: CG + name: Congo +id: CK + name: Cook Islands +id: CR + name: Costa Rica +id: HR + name: Croatia (Hrvatska) +id: CU + name: Cuba +id: CY + name: Cyprus +id: CZ + name: Czech Republic +id: CS + name: Czechoslovakia +id: DK + name: Denmark +id: DJ + name: Djibouti +id: DM + name: Dominica +id: DO + name: Dominican Republic +id: TP + name: East Timor +id: EC + name: Ecuador +id: EG + name: Egypt +id: SV + name: El Salvador +id: GQ + name: Equatorial Guinea +id: ER + name: Eritrea +id: EE + name: Estonia +id: ET + name: Ethiopia +id: FK + name: Falkland Islands (Malvinas) +id: FO + name: Faroe Islands +id: FJ + name: Fiji +id: FI + name: Finland +id: FR + name: France +id: FX + name: France, Metroplitan +id: GF + name: French Guiana +id: PF + name: French Polynesia +id: TF + name: French Southern Territories +id: GA + name: Gabon +id: GM + name: Gambia +id: GE + name: Georgia +id: DE + name: Germany +id: GH + name: Ghana +id: GI + name: Gibraltar +id: GB + name: Great Britain (UK) +id: GR + name: Greece +id: GL + name: Greenland +id: GD + name: Grenada +id: GP + name: Guadeloupe +id: GU + name: Guam +id: GT + name: Guatemala +id: GN + name: Guinea +id: GW + name: Guinea-Bissau +id: GY + name: Guyana +id: HT + name: Haiti +id: HM + name: Heard and McDonald Islands +id: HN + name: Honduras +id: HK + name: Hong Kong +id: HU + name: Hungary +id: IS + name: Iceland +id: IN + name: India +id: ID + name: Indonesia +id: IR + name: Iran +id: IQ + name: Iraq +id: IE + name: Ireland +id: IL + name: Israel +id: IT + name: Italy +id: CI + name: Ivory Coast +id: JM + name: Jamaica +id: JP + name: Japan +id: JO + name: Jordan +id: KZ + name: Kazakhstan +id: KE + name: Kenya +id: KI + name: Kiribati +id: KP + name: Korea (North) +id: KR + name: Korea (South) +id: KW + name: Kuwait +id: KG + name: Kyrgyzstan +id: LA + name: Laos +id: LV + name: Latvia +id: LB + name: Lebanon +id: LS + name: Lesotho +id: LR + name: Liberia +id: LY + name: Libya +id: LI + name: Liechtenstein +id: LT + name: Lithuania +id: LU + name: Luxembourg +id: MO + name: Macau +id: ME + name: Macedonia +id: MG + name: Madagascar +id: MW + name: Malawi +id: MY + name: Malaysia +id: MV + name: Maldives +id: ML + name: Mali +id: MT + name: Malta +id: MB + name: Marshall Islands +id: MQ + name: Martinique +id: MR + name: Mauritania +id: MU + name: Mauritius +id: YT + name: Mayotte +id: MX + name: Mexico +id: FM + name: Micronesia +id: MD + name: Moldova +id: MC + name: Monaco +id: MN + name: Mongolia +id: MS + name: Montserrat +id: MA + name: Morocco +id: MZ + name: Mozambique +id: MM + name: Myanmar +id: NA + name: Namibia +id: NR + name: Nauru +id: NP + name: Nepal +id: NL + name: Netherlands +id: AN + name: Netherlands Antilles +id: NT + name: Neutral Zone +id: NC + name: New Caledonia +id: NZ + name: New Zealand (Aotearoa) +id: NI + name: Nicaragua +id: NE + name: Niger +id: NG + name: Nigeria +id: NU + name: Niue +id: NF + name: Norfolk Island +id: MP + name: Northern Mariana Islands +id: NO + name: Norway +id: OM + name: Oman +id: 00 + name: Other +id: PK + name: Pakistan +id: PW + name: Palau +id: PA + name: Panama +id: PG + name: Papua New Guinea +id: PY + name: Paraguay +id: PE + name: Peru +id: PH + name: Philippines +id: PN + name: Pitcairn +id: PL + name: Poland +id: PT + name: Portugal +id: PR + name: Puerto Rico +id: QA + name: Qatar +id: RE + name: Reunion +id: RO + name: Romania +id: RU + name: Russian Federation +id: RW + name: Rwanda +id: GS + name: S. Georgia and S. Sandwich Isls. +id: KN + name: Saint Kitts and Nevis +id: LC + name: Saint Lucia +id: VC + name: Saint Vincent and the Grenadines +id: WS + name: Samoa +id: SM + name: San Marino +id: ST + name: Sao Tome and Principe +id: SA + name: Saudi Arabia +id: SN + name: Senegal +id: SC + name: Seychelles +id: SL + name: Sierra Leone +id: SG + name: Singapore +id: SK + name: Slovak Republic +id: SI + name: Slovenia +id: SB + name: Solomon Islands +id: SO + name: Somalia +id: ZA + name: South Africa +id: ES + name: Spain +id: LK + name: Sri Lanka +id: SH + name: St. Helena +id: PM + name: St. Pierre and Miquelon +id: SD + name: Sudan +id: SR + name: Suriname +id: SJ + name: Svalbard and Jan Mayen Islands +id: SZ + name: Swaziland +id: SE + name: Sweden +id: CH + name: Switzerland +id: SY + name: Syria +id: TW + name: Taiwan +id: TJ + name: Tajikistan +id: TZ + name: Tanzania +id: TH + name: Thailand +id: TG + name: Togo +id: TK + name: Tokelau +id: TO + name: Tonga +id: TT + name: Trinidad and Tobago +id: TN + name: Tunisia +id: TR + name: Turkey +id: TM + name: Turkmenistan +id: TC + name: Turks and Caicos Islands +id: TV + name: Tuvalu +id: UM + name: US Minor Outlying Islands +id: SU + name: USSR (former) +id: UG + name: Uganda +id: UA + name: Ukraine +id: AE + name: United Arab Emirates +id: UK + name: United Kingdom +id: US + name: United States +id: UY + name: Uruguay +id: UZ + name: Uzbekistan +id: VU + name: Vanuatu +id: VA + name: Vatican City State (Holy See) +id: VE + name: Venezuela +id: VN + name: Viet Nam +id: VG + name: Virgin Islands (British) +id: VI + name: Virgin Islands (U.S.) +id: WF + name: Wallis and Futuna Islands +id: EH + name: Western Sahara + diff --git a/data/v1/samples/_sisu/skin/yml/skin_country.yaml b/data/v1/samples/_sisu/skin/yml/skin_country.yaml new file mode 100644 index 0000000..ebaf8ac --- /dev/null +++ b/data/v1/samples/_sisu/skin/yml/skin_country.yaml @@ -0,0 +1,735 @@ +# arch-tag: yaml country list array +# Author: Ralph@Amissah.com +# License: Same as SiSU see http://www.jus.uio.no/sisu +- + - AF + - Afghanistan +- + - AL + - Albania +- + - DZ + - Algeria +- + - AS + - American Samoa +- + - AD + - Andorra +- + - AO + - Angola +- + - AI + - Anguilla +- + - AQ + - Antarctica +- + - AG + - Antigua and Barbuda +- + - AR + - Argentina +- + - AM + - Armenia +- + - AW + - Aruba +- + - AU + - Australia +- + - AT + - Austria +- + - AZ + - Azerbaijan +- + - BS + - Bahamas +- + - BH + - Bahrain +- + - BD + - Bangladesh +- + - BB + - Barbados +- + - BY + - Belarus +- + - BE + - Belgium +- + - BZ + - Belize +- + - BJ + - Benin +- + - BM + - Bermuda +- + - BT + - Bhutan +- + - BO + - Bolivia +- + - BA + - Bosnia and Herzegovina +- + - BW + - Botswana +- + - BV + - Bouvet Island +- + - BR + - Brazil +- + - IO + - British Indian Ocean Territory +- + - BN + - Brunei Darussalam +- + - BG + - Bulgaria +- + - BF + - Burkina Faso +- + - BI + - Burundi +- + - KH + - Cambodia +- + - CM + - Cameroon +- + - CA + - Canada +- + - CV + - Cape Verde +- + - KY + - Cayman Islands +- + - CF + - Central African Republic +- + - TD + - Chad +- + - CL + - Chile +- + - CN + - China +- + - CX + - Christmas Island +- + - CC + - Cocos (Keeling) Islands +- + - CO + - Colombia +- + - KM + - Comoros +- + - CG + - Congo +- + - CK + - Cook Islands +- + - CR + - Costa Rica +- + - HR + - Croatia (Hrvatska) +- + - CU + - Cuba +- + - CY + - Cyprus +- + - CZ + - Czech Republic +- + - CS + - Czechoslovakia (former) +- + - DK + - Denmark +- + - DJ + - Djibouti +- + - DM + - Dominica +- + - DO + - Dominican Republic +- + - TP + - East Timor +- + - EC + - Ecuador +- + - EG + - Egypt +- + - SV + - El Salvador +- + - GQ + - Equatorial Guinea +- + - ER + - Eritrea +- + - EE + - Estonia +- + - ET + - Ethiopia +- + - FK + - Falkland Islands (Malvinas) +- + - FO + - Faroe Islands +- + - FJ + - Fiji +- + - FI + - Finland +- + - FR + - France +- + - FX + - France, Metropolitan +- + - GF + - French Guiana +- + - PF + - French Polynesia +- + - TF + - French Southern Territories +- + - GA + - Gabon +- + - GM + - Gambia +- + - GE + - Georgia +- + - DE + - Germany +- + - GH + - Ghana +- + - GI + - Gibraltar +- + - GB + - Great Britain (UK) +- + - GR + - Greece +- + - GL + - Greenland +- + - GD + - Grenada +- + - GP + - Guadeloupe +- + - GU + - Guam +- + - GT + - Guatemala +- + - GN + - Guinea +- + - GW + - Guinea-Bissau +- + - GY + - Guyana +- + - HT + - Haiti +- + - HM + - Heard and McDonald Islands +- + - HN + - Honduras +- + - HK + - Hong Kong +- + - HU + - Hungary +- + - IS + - Iceland +- + - IN + - India +- + - ID + - Indonesia +- + - IR + - Iran +- + - IQ + - Iraq +- + - IE + - Ireland +- + - IL + - Israel +- + - IT + - Italy +- + - CI + - Ivory Coast +- + - JM + - Jamaica +- + - JP + - Japan +- + - JO + - Jordan +- + - KZ + - Kazakhstan +- + - KE + - Kenya +- + - KI + - Kiribati +- + - KP + - Korea (North) +- + - KR + - Korea (South) +- + - KW + - Kuwait +- + - KG + - Kyrgyzstan +- + - LA + - Laos +- + - LV + - Latvia +- + - LB + - Lebanon +- + - LS + - Lesotho +- + - LR + - Liberia +- + - LY + - Libya +- + - LI + - Liechtenstein +- + - LT + - Lithuania +- + - LU + - Luxembourg +- + - MO + - Macau +- + - ME + - Macedonia +- + - MG + - Madagascar +- + - MW + - Malawi +- + - MY + - Malaysia +- + - MV + - Maldives +- + - ML + - Mali +- + - MT + - Malta +- + - MB + - Marshall Islands +- + - MQ + - Martinique +- + - MR + - Mauritania +- + - MU + - Mauritius +- + - YT + - Mayotte +- + - MX + - Mexico +- + - FM + - Micronesia +- + - MD + - Moldova +- + - MC + - Monaco +- + - MN + - Mongolia +- + - MS + - Montserrat +- + - MA + - Morocco +- + - MZ + - Mozambique +- + - MM + - Myanmar +- + - NA + - Namibia +- + - NR + - Nauru +- + - NP + - Nepal +- + - NL + - Netherlands +- + - AN + - Netherlands Antilles +- + - NT + - Neutral Zone +- + - NC + - New Caledonia +- + - NZ + - New Zealand (Aotearoa) +- + - NI + - Nicaragua +- + - NE + - Niger +- + - NG + - Nigeria +- + - NU + - Niue +- + - NF + - Norfolk Island +- + - MP + - Northern Mariana Islands +- + - 'NO' + - Norway +- + - OM + - Oman +- + - '00' + - Other +- + - PK + - Pakistan +- + - PW + - Palau +- + - PA + - Panama +- + - PG + - Papua New Guinea +- + - PY + - Paraguay +- + - PE + - Peru +- + - PH + - Philippines +- + - PN + - Pitcairn +- + - PL + - Poland +- + - PT + - Portugal +- + - PR + - Puerto Rico +- + - QA + - Qatar +- + - RE + - Reunion +- + - RO + - Romania +- + - RU + - Russian Federation +- + - RW + - Rwanda +- + - GS + - S. Georgia and S. Sandwich Isls. +- + - KN + - Saint Kitts and Nevis +- + - LC + - Saint Lucia +- + - VC + - Saint Vincent and the Grenadines +- + - WS + - Samoa +- + - SM + - San Marino +- + - ST + - Sao Tome and Principe +- + - SA + - Saudi Arabia +- + - SN + - Senegal +- + - SC + - Seychelles +- + - SL + - Sierra Leone +- + - SG + - Singapore +- + - SK + - Slovak Republic +- + - SI + - Slovenia +- + - SB + - Solomon Islands +- + - SO + - Somalia +- + - ZA + - South Africa +- + - ES + - Spain +- + - LK + - Sri Lanka +- + - SH + - St. Helena +- + - PM + - St. Pierre and Miquelon +- + - SD + - Sudan +- + - SR + - Suriname +- + - SJ + - Svalbard and Jan Mayen Islands +- + - SZ + - Swaziland +- + - SE + - Sweden +- + - CH + - Switzerland +- + - SY + - Syria +- + - TW + - Taiwan +- + - TJ + - Tajikistan +- + - TZ + - Tanzania +- + - TH + - Thailand +- + - TG + - Togo +- + - TK + - Tokelau +- + - TO + - Tonga +- + - TT + - Trinidad and Tobago +- + - TN + - Tunisia +- + - TR + - Turkey +- + - TM + - Turkmenistan +- + - TC + - Turks and Caicos Islands +- + - TV + - Tuvalu +- + - UM + - US Minor Outlying Islands +- + - SU + - USSR (former) +- + - UG + - Uganda +- + - UA + - Ukraine +- + - AE + - United Arab Emirates +- + - UK + - United Kingdom +- + - US + - United States +- + - UY + - Uruguay +- + - UZ + - Uzbekistan +- + - VU + - Vanuatu +- + - VA + - Vatican City State (Holy See) +- + - VE + - Venezuela +- + - VN + - Viet Nam +- + - VG + - Virgin Islands (British) +- + - VI + - Virgin Islands (U.S.) +- + - WF + - Wallis and Futuna Islands +- + - EH + - Western Sahara +- + - YE + - Yemen +- + - YU + - Yugoslavia +- + - ZR + - Zaire +- + - ZM + - Zambia +- + - ZW + - Zimbabwe diff --git a/data/v1/samples/_sisu/skin/yml/skin_lexAddress.yaml b/data/v1/samples/_sisu/skin/yml/skin_lexAddress.yaml new file mode 100644 index 0000000..6e49b54 --- /dev/null +++ b/data/v1/samples/_sisu/skin/yml/skin_lexAddress.yaml @@ -0,0 +1,207 @@ +# arch-tag: yaml addresses used on lexmercatoria +# Author: Ralph@Amissah.com +# License: Same as SiSU see http://www.jus.uio.no/sisu +address: + un: "United Nations\n + UN Headquarters\n + First Avenu at 46th Street\n + New York\, NY 10017\n + web: www.unsystem.org\n + web: www.un.org\n\n + UN Publications\n + tel: 1 800 253-9646\n + web: www.un.org/Pubs/sales.htm\n + e-mail publications@un.org\n\n" + uncitral: "UNCITRAL Secretariat\n + P.O. Box 500\n + Vienna International Centre\n + A-1400 Vienna\n + Austria\n\n + tel: (43-1)21345-4060 or 4061\n + fax: (43-1) 21345-5813\n + telex: 135612 unoa\n + web: www.uncitral.org\n + e-mail uncitral@uncitral.org\n\n + UN Publications\n + tel: 1 800 253-9646\n + web: www.un.org/Pubs/sales.htm\n + e-mail publications@un.org\n\n + web: www.unsystem.org\n + web: www.un.org\n\n + United Nations\n + UN Headquarters\n + First Avenu at 46th Street\n + New York, NY 10017\n + web: www.unsystem.org\n + web: www.un.org\n\n" + unece: "United Nations Economic Commission for Europe\n + Information Office\n + Palais des Nations\n + CH-1211 Geneva 10\n + Switzerland\n + tel: +41 22 971 44 44\n + fax: +41 22 917 05 05\n + web: www.unece.org\n + e-mail info.ece@unece.org\n\n + United Nations\n + UN Headquarters\n + First Avenu at 46th Street\n + New York, NY 10017\n + web: www.unsystem.org\n + web: www.un.org\n\n + UN Publications\n + tel: 1 800 253-9646\n + web: www.un.org/Pubs/sales.htm\n + e-mail publications@un.org\n\n" + unidroit: "UNIDROIT\n + (The International Institute for the Unification of Private Law)\n + 28 Via Panisperna,\n + 00184 Rome\nItaly\n\n + tel.: (39-06) 696 211\n + fax: (39-06) 699 41394\n + web: http://www.unidroit.org/\n + e-mail: unidroit.rome@unidroit.org" + icc: "International Chamber of Commerce (ICC),\n + The world business organization, + 38, Cours Albert 1er,\n + 75008 Paris - France.\n\n + tel: +33 1 49 53 28 28\n + fax: +33 1 49 53 28 59\n + e-mail: icc@iccwbo.org\n\n + ICC Publishing SA (Paris),\n + SA, 38 Cours Albert ler,\n + 75008 Paris,\n + France.\n\n + tel: +33 1 49 53 29 23\n + tel: +33 1 49 53 28 89\n + fax: +33 1 49 53 29 02\n + e-mail: pub@iccwbo.org\n\n + ICC Publishing, Inc. (New York)\n + 156, Fifth Avenue, Suite 417,\n + New York, N.Y. 10010,\n + United States.\n\n + tel: +1 212 206 1150\n + fax: +1 212 633 6025\n + e-mail: info@iccpub.net\n\n + ICC International Court of Arbitration,\n + 38, Cours Albert ler,\n + 75008 Paris,\n + France.\n\n + tel: +33 1 49 53 28 28\n + fax: +33 1 49 53 29 33\n + e-mail: arb@iccwbo.org" + hcpil: "Permanent Bureau of the Hague Conference on Private International Law\n + 6 Scheveningseweg\n + 2517 KT The Hague\n + Netherlands\n + tel.: (31/70) 363.33.03\n + fax: (31/70) 360.48.67\n + cable: CODIP \n + web: www.hcch.net" + moftec: "No. 2 Dong Chang''an Avenue,\n + Beijing,\nChina 100731\n\n + tel: (010) 6519 8114\n + fax: (010) 6519 8039\n + e-mail: moftec@moftec.gov.cn\n + web: www.moftec.gov.cn:7777/search.wct?ChannelID=8115\n + web: www.moftec.com" + china: "No. 2 Dong Chang''an Avenue,\n + Beijing,\nChina 100731\n\n + tel: (010) 6519 8114\n + fax: (010) 6519 8039\n + e-mail: moftec@moftec.gov.cn\n + web: www.moftec.gov.cn:7777/search.wct?ChannelID=8115\n + web: www.moftec.com" + eu_pil: "For more information, write to the Secretary of the Commission: Matthias E. STORME, Zuidbroek 49, B-9030 GENT (BELGIUM)\n\n + fax: +32-9-236 24 40\n + e-mail frw.storme.m@ufsia.ac.be or Matthias.Storme@rug.ac.be\n + web: www.ufsia.ac.be/~estorme/CECL.html" + wto: "World Trade Organization Centre\n + William Rappard,\n + Rue de Lausanne 154,\n + CH 1211 Geneva 21,\n + Switzerland\n\n + tel: (41-22) 739 51 11\n + fax: (41-22) 731 42 06\n + web: www.wto.org\n + e-mail: enquiries@wto.org" + wta: "World Trade Organization Centre\n + William Rappard,\n + Rue de Lausanne 154,\n + CH 1211 Geneva 21,\n + Switzerland\n\n + tel: (41-22) 739 51 11\n + fax: (41-22) 731 42 06\n + web: www.wto.org\n + e-mail: enquiries@wto.org" + icsid: "ICSID - International Centre for Settlement of Investment Disputes\n + 1818 H Street, N.W.,\n + Washington, D.C. 20433,\n + U.S.A.\n\n + tel: (1 202) 458-1534\n + fax: (1 202) 522-2615\n + web: www.worldbank.org/icsid/\n" + wipo: "World Intellectual Property Organisation\n + The WIPO headquarters is in Geneva, Switzerland, near the Place des Nations.\n + 34, chemin des Colombettes,\n + Geneva.\n\n + P.O. Box 18, CH-1211 Geneva 20\n + tel: 41-22 730 9111\n + fax: 41-22 733 5428\n\n + Mailing address:\nWIPO\n + P.O. Box 18, CH-1211\n + Geneva 20\n\n + web: www.wipo.org\n\n + WIPO has a Liaison Office at the United Nations in New York, U.S.A.\n + Address: 2,\n + United Nations Plaza,\n + Room 560,\n + New York, N.Y. 10017\n\n + tel: (1-212) 963-6813\n + fax: (1-212) 963 4801 \n\n + e-mail: WIPO.mail@wipo.int for matters of general interest\n + DEVCO.mail@wipo.int for development cooperation matters\n + PCT.mail@wipo.int for PCT (Patent Cooperation Treaty) matters\n + INTREG.mail@wipo.int for international trademark and design registration matters\n + ARBITER.mail@wipo.int for arbitration and mediation matters\n + PUBLICATIONS.mail@wipo.int for ordering publications\n + PERSONNEL.mail@wipo.int for personnel matters" + unctad: ~ + lcia: "The International Dispute Resolution Centre\n + LCIA,\n + 8 Breams Buildings,\n + Chancery Lane,\n + London EC4A 1HP\n + England\n\n + tel: (44) 0(207) 405 8008\n + fax: (44) 0(207) 405 8009\n + web: www.wto.org\n + e-mail: lcia@lcia-arbitration.com" + american.arbitration.association: ~ + milan.chamber.of.commerce: "The Chamber of National and International Arbitration of Milan\n + Milan Chamber of Commerce,\n + Palazzo Mezzanotte - Piazza Affari,\n + 6 - 20123 Milano,\n + Italy\n\n + tel: 39 2 8515.4536-4444-4515\n + fax: 39 2 8515.4384\n + web: www.mi.camcom.it/eng/arbitration.chamber/\n + e-mail: camera.arbitrale@mi.camcom.it" + afreximbank: "African Export-Import Bank\n + World Trade Center,\n + 1191 Corniche El-Nil,\n + Cairo 11221,\n + Egypt\n + web: www.afreximbank.com\n + tel: 202 580 1800\n + fax: 202 578 0276\n + e-mail: info@afreximbank.com\n\n" + amissah: "Ralph Amissah\n + 10 Cameron Court,\n + Princes Way,\n + London SW19 6QY,\n + England\n + web: www.amissah.com\n + tel: 44 20 8789 3452\n + e-mail: ralph@amissah.com\n\n" + -- cgit v1.2.3