aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/sisu_markup_samples/non-free/_sisu/skin
diff options
context:
space:
mode:
Diffstat (limited to 'data/sisu_markup_samples/non-free/_sisu/skin')
-rw-r--r--data/sisu_markup_samples/non-free/_sisu/skin/dir/skin_sisu.rb105
-rw-r--r--data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_gnu.rb96
-rw-r--r--data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_gutenberg.rb218
-rw-r--r--data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_lessig.rb80
-rw-r--r--data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_wayner.rb96
-rw-r--r--data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_won_benkler.rb78
-rw-r--r--data/sisu_markup_samples/non-free/_sisu/skin/site/skin_sisu.rb105
-rw-r--r--data/sisu_markup_samples/non-free/_sisu/skin/yaml/skin_countries.yaml482
-rw-r--r--data/sisu_markup_samples/non-free/_sisu/skin/yaml/skin_country.yaml735
-rw-r--r--data/sisu_markup_samples/non-free/_sisu/skin/yaml/skin_lexAddress.yaml207
10 files changed, 2202 insertions, 0 deletions
diff --git a/data/sisu_markup_samples/non-free/_sisu/skin/dir/skin_sisu.rb b/data/sisu_markup_samples/non-free/_sisu/skin/dir/skin_sisu.rb
new file mode 100644
index 0000000..66786ce
--- /dev/null
+++ b/data/sisu_markup_samples/non-free/_sisu/skin/dir/skin_sisu.rb
@@ -0,0 +1,105 @@
+=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
+ #% credits
+ def credits_splash
+ %{<center><table summary="credits" align="center"bgcolor="#ffffff"><tr><td>#{widget_sisu}#{widget_wayBetter}#{widget_browsers}#{widget_pdfviewers}</td></tr></table></center>}
+ end
+ #% stamp
+ def stamp_stmp
+ "\\copyright Ralph Amissah, released under the GPL \\\\\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/}}"
+ 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
diff --git a/data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_gnu.rb b/data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_gnu.rb
new file mode 100644
index 0000000..4c35120
--- /dev/null
+++ b/data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_gnu.rb
@@ -0,0 +1,96 @@
+=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
+ #% credits
+ def credits_splash
+ %{<center><table summary="credits" align="center"bgcolor="#ffffff"><tr><td>#{widget_sisu}#{widget_wayBetter}#{widget_browsers}#{widget_pdfviewers}#{table_close}</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.fsf.org}"
+ end
+ def home
+ "\\href{#{@vz.url_site}/}{Free Software Foundation}"
+ end
+ def owner_chapter
+ "Document owner details"
+ end
+ end
+ class Stamp
+ def stmp
+ "\\copyright Ralph Amissah to be released under the GPL (or QT License equivalent as to be decided) \\\\\n ralph@amissah.com \\\\\n www.jus.uio.no/sisu/"
+ end
+ end
+end
diff --git a/data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_gutenberg.rb b/data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_gutenberg.rb
new file mode 100644
index 0000000..0df9c7f
--- /dev/null
+++ b/data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_gutenberg.rb
@@ -0,0 +1,218 @@
+=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
+ %{<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><a href="http://www.gutenberg.net/"><img border="0" align="center" src="../_sisu/image_local/gutenberg_icon.png" alt="Gutenberg Project"><br />Courtesy of The Gutenberg Project</a><br />#{widget_sisu}</center></font></td></tr></table>}
+ 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
+ def stmp
+ "\\copyright Ralph Amissah, licence GPL \\\\\n www.jus.uio.no/sisu/"
+ end
+ end
+ class Inserts
+ def insert1
+<<CONTENTS
+
+3~ Project Gutenberg~#
+
+4~ Project Gutenberg Notes~#
+
+Copyright laws are changing all over the world, be sure to check the copyright laws for your country before posting these files!!~#
+
+Please take a look at the important information in this header. We encourage you to keep this file on your own disk, keeping an electronic path open for the next readers. Do not remove this.~#
+
+*{It must legally be the first thing seen when opening the book.}* In fact, our legal advisors said we can't even change margins.~#
+
+*{Welcome To The World of Free Plain Vanilla Electronic Texts}*~#
+
+*{Etexts Readable By Both Humans and By Computers, Since 1971}*~#
+
+*{These Etexts Prepared By Hundreds of Volunteers and Donations}*~#
+
+Information on contacting Project Gutenberg to get Etexts, and further information is included below. We need your donations.~#
+
+CONTENTS
+ end
+ def insert2 #note took out stop after http://promo.net/pg and created space after this url repeated in subsequent paragraph, as broke latex/pdf, think of modifying regexs for urls
+<<CONTENTS
+Project Gutenberg Etexts are usually created from multiple editions, all of which are in the Public Domain in the United States, unless a copyright notice is included. Therefore, we usually do NOT keep any of these books in compliance with any particular paper edition.~#
+
+We are now trying to release all our books one month in advance of the official release dates, leaving time for better editing.~#
+
+Please note: neither this list nor its contents are final till midnight of the last day of the month of any such announcement. The official release date of all Project Gutenberg Etexts is at Midnight, Central Time, of the last day of the stated month. A preliminary version may often be posted for suggestion, comment and editing by those who wish to do so. To be sure you have an up to date first edition [xxxxx10x.xxx] please check file sizes in the first week of the next month. Since our ftp program has a bug in it that scrambles the date [tried to fix and failed] a look at the file size will have to do, but we will try to see a new copy has at least one byte more or less.~#
+
+4~ Information about Project Gutenberg (one page)~#
+
+We produce about two million dollars for each hour we work. The time it takes us, a rather conservative estimate, is fifty hours to get any etext selected, entered, proofread, edited, copyright searched and analyzed, the copyright letters written, etc. This projected audience is one hundred million readers. If our value per text is nominally estimated at one dollar then we produce $2 million dollars per hour this year as we release thirty-six text files per month, or 432 more Etexts in 1999 for a total of 2000+ If these reach just 10% of the computerized population, then the total should reach over 200 billion Etexts given away this year.~#
+
+The Goal of Project Gutenberg is to Give Away One Trillion Etext Files by December 31, 2001. [10,000 x 100,000,000 = 1 Trillion] This is ten thousand titles each to one hundred million readers, which is only ~5% of the present number of computer users. At our revised rates of production, we will reach only one-third of that goal by the end of 2001, or about 3,333 Etexts unless we manage to get some real funding; currently our funding is mostly from Michael Hart's salary at Carnegie-Mellon University, and an assortment of sporadic gifts; this salary is only good for a few more years, so we are looking for something to replace it, as we don't want Project Gutenberg to be so dependent on one person.~#
+
+We need your donations more than ever!~#
+
+All donations should be made to "Project Gutenberg/CMU": and are tax deductible to the extent allowable by law. (CMU = Carnegie-Mellon University).~#
+
+For these and other matters, please mail to:~#
+
+Project Gutenberg~#
+
+P. O. Box 2782~#
+
+Champaign, IL 61825~#
+
+When all other email fails. . .try our Executive Director: Michael S. Hart hart@pobox.com forwards to hart@prairienet.org and archive.org if your mail bounces from archive.org, I will still see it, if it bounces from prairienet.org, better resend later on. . . .~#
+
+We would prefer to send you this information by email.~#
+
+******~#
+
+To access Project Gutenberg etexts, use any Web browser to view http://promo.net/pg This site lists Etexts by author and by title, and includes information about how to get involved with Project Gutenberg. You could also download our past Newsletters, or subscribe here. This is one of our major sites, please email hart@pobox.com, for a more complete list of our various sites.~#
+
+To go directly to the etext collections, use FTP or any Web browser to visit a Project Gutenberg mirror (mirror sites are available on 7 continents; mirrors are listed at http://promo.net/pg ).~#
+
+Mac users, do NOT point and click, typing works better.~#
+
+Example FTP session:~#
+
+ftp metalab.unc.edu~#
+
+login: anonymous~#
+
+password: your@login~#
+
+cd pub/docs/books/gutenberg~#
+
+cd etext90 through etext99 or etext00 through etext01, etc.~#
+
+dir [to see files]~#
+
+get or mget [to get files. . .set bin for zip files]~#
+
+GET GUTINDEX.?? [to get a year's listing of books, e.g., GUTINDEX.99]~#
+
+GET GUTINDEX.ALL [to get a listing of ALL books]~#
+
+***~#
+
+3~ Information prepared by the Project Gutenberg legal advisor** (three pages)~#
+
+4~ THE SMALL PRINT!**FOR PUBLIC DOMAIN ETEXTS~#
+
+Why is this "Small Print!" statement here? You know: lawyers. They tell us you might sue us if there is something wrong with your copy of this etext, even if you got it for free from someone other than us, and even if what's wrong is not our fault. So, among other things, this "Small Print!" statement disclaims most of our liability to you. It also tells you how you can distribute copies of this etext if you want to.~#
+
+5~ *BEFORE!* YOU USE OR READ THIS ETEXT~#
+
+By using or reading any part of this PROJECT GUTENBERG-tm etext, you indicate that you understand, agree to and accept this "Small Print!" statement. If you do not, you can receive a refund of the money (if any) you paid for this etext by sending a request within 30 days of receiving it to the person you got it from. If you received this etext on a physical medium (such as a disk), you must return it with your request.~#
+
+5~ ABOUT PROJECT GUTENBERG-TM ETEXTS~#
+
+This PROJECT GUTENBERG-tm etext, like most PROJECT GUTENBERG-tm etexts, is a "public domain" work distributed by Professor Michael S. Hart through the Project Gutenberg Association at Carnegie-Mellon University (the "Project"). Among other things, this means that no one owns a United States copyright on or for this work, so the Project (and you!) can copy and distribute it in the United States without permission and without paying copyright royalties. Special rules, set forth below, apply if you wish to copy and distribute this etext under the Project's "PROJECT GUTENBERG" trademark.~#
+
+To create these etexts, the Project expends considerable efforts to identify, transcribe and proofread public domain works. Despite these efforts, the Project's etexts and any medium they may be on may contain "Defects". Among other things, Defects may take the form of incomplete, inaccurate or corrupt data, transcription errors, a copyright or other intellectual property infringement, a defective or damaged disk or other etext medium, a computer virus, or computer codes that damage or cannot be read by your equipment.~#
+
+5~ LIMITED WARRANTY; DISCLAIMER OF DAMAGES~#
+
+But for the "Right of Replacement or Refund" described below, [1] the Project (and any other party you may receive this etext from as a PROJECT GUTENBERG-tm etext) disclaims all liability to you for damages, costs and expenses, including legal fees, and [2] YOU HAVE NO REMEDIES FOR NEGLIGENCE OR UNDER STRICT LIABILITY, OR FOR BREACH OF WARRANTY OR CONTRACT, INCLUDING BUT NOT LIMITED TO INDIRECT, CONSEQUENTIAL, PUNITIVE OR INCIDENTAL DAMAGES, EVEN IF YOU GIVE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.~#
+
+If you discover a Defect in this etext within 90 days of receiving it, you can receive a refund of the money (if any) you paid for it by sending an explanatory note within that time to the person you received it from. If you received it on a physical medium, you must return it with your note, and such person may choose to alternatively give you a replacement copy. If you received it electronically, such person may choose to alternatively give you a second opportunity to receive it electronically.~#
+
+THIS ETEXT IS OTHERWISE PROVIDED TO YOU "AS-IS". NO OTHER WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, ARE MADE TO YOU AS TO THE ETEXT OR ANY MEDIUM IT MAY BE ON, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.~#
+
+Some states do not allow disclaimers of implied warranties or the exclusion or limitation of consequential damages, so the above disclaimers and exclusions may not apply to you, and you may have other legal rights.~#
+
+5~ INDEMNITY~#
+
+You will indemnify and hold the Project, its directors, officers, members and agents harmless from all liability, cost and expense, including legal fees, that arise directly or indirectly from any of the following that you do or cause: [1] distribution of this etext, [2] alteration, modification, or addition to the etext, or [3] any Defect.~#
+
+5~ DISTRIBUTION UNDER "PROJECT GUTENBERG-tm"~#
+
+You may distribute copies of this etext electronically, or by disk, book or any other medium if you either delete this "Small Print!" and all other references to Project Gutenberg, or:~#
+
+*{[1]}* Only give exact copies of it. Among other things, this requires that you do not remove, alter or modify the etext or this "small print!" statement. You may however, if you wish, distribute this etext in machine readable binary, compressed, mark-up, or proprietary form, including any form resulting from conversion by word pro- cessing or hypertext software, but only so long as *{EITHER}*:~#
+
+_1 *{[*]}* The etext, when displayed, is clearly readable, and does *not* contain characters other than those intended by the author of the work, although tilde (~), asterisk (*) and underline (_) characters may be used to convey punctuation intended by the author, and additional characters may be used to indicate hypertext links; OR~#
+
+_1 *{[*]}* The etext may be readily converted by the reader at no expense into plain ASCII, EBCDIC or equivalent form by the program that displays the etext (as is the case, for instance, with most word processors); OR~#
+
+_1 *{[*]}* You provide, or agree to also provide on request at no additional cost, fee or expense, a copy of the etext in its original plain ASCII form (or in EBCDIC or other equivalent proprietary form).~#
+
+*{[2]}* Honor the etext refund and replacement provisions of this "Small Print!" statement.~#
+
+*{[3]}* Pay a trademark license fee to the Project of 20% of the net profits you derive calculated using the method you already use to calculate your applicable taxes. If you don't derive profits, no royalty is due. Royalties are payable to "Project Gutenberg Association/Carnegie-Mellon University" within the 60 days following each date you prepare (or were legally required to prepare) your annual (or equivalent periodic) tax return.~#
+
+5~ WHAT IF YOU *WANT* TO SEND MONEY EVEN IF YOU DON'T HAVE TO?~#
+
+The Project gratefully accepts contributions in money, time, scanning machines, OCR software, public domain etexts, royalty free copyright licenses, and every other sort of contribution you can think of. Money should be paid to "Project Gutenberg Association / Carnegie-Mellon University".~#
+
+We are planning on making some changes in our donation structure in 2000, so you might want to email me, hart@pobox.com beforehand.~#
+
+*END THE SMALL PRINT! FOR PUBLIC DOMAIN ETEXTS*Ver.04.29.93*END*~#
+
+<!pn!>
+
+CONTENTS
+ end
+ end
+end
+
diff --git a/data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_lessig.rb b/data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_lessig.rb
new file mode 100644
index 0000000..0a61c70
--- /dev/null
+++ b/data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_lessig.rb
@@ -0,0 +1,80 @@
+=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><br />#{widget_sisu}</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
+ def stmp
+ "\\copyright Ralph Amissah, licence GPL \\\\\n www.jus.uio.no/sisu/"
+ end
+ end
+end
diff --git a/data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_wayner.rb b/data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_wayner.rb
new file mode 100644
index 0000000..a1d1541
--- /dev/null
+++ b/data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_wayner.rb
@@ -0,0 +1,96 @@
+=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><br />#{widget_sisu}</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
+ def stmp
+ "\\copyright Ralph Amissah, licence GPL \\\\\n www.jus.uio.no/sisu/"
+ end
+ end
+end
diff --git a/data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_won_benkler.rb b/data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_won_benkler.rb
new file mode 100644
index 0000000..75c1f7d
--- /dev/null
+++ b/data/sisu_markup_samples/non-free/_sisu/skin/doc/skin_won_benkler.rb
@@ -0,0 +1,78 @@
+=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
+ %{<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><br />#{widget_sisu}</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
+ def stmp
+ "\\copyright Ralph Amissah, licence GPL \\\\\n www.jus.uio.no/sisu/"
+ end
+ end
+end
diff --git a/data/sisu_markup_samples/non-free/_sisu/skin/site/skin_sisu.rb b/data/sisu_markup_samples/non-free/_sisu/skin/site/skin_sisu.rb
new file mode 100644
index 0000000..66786ce
--- /dev/null
+++ b/data/sisu_markup_samples/non-free/_sisu/skin/site/skin_sisu.rb
@@ -0,0 +1,105 @@
+=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
+ #% credits
+ def credits_splash
+ %{<center><table summary="credits" align="center"bgcolor="#ffffff"><tr><td>#{widget_sisu}#{widget_wayBetter}#{widget_browsers}#{widget_pdfviewers}</td></tr></table></center>}
+ end
+ #% stamp
+ def stamp_stmp
+ "\\copyright Ralph Amissah, released under the GPL \\\\\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/}}"
+ 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
diff --git a/data/sisu_markup_samples/non-free/_sisu/skin/yaml/skin_countries.yaml b/data/sisu_markup_samples/non-free/_sisu/skin/yaml/skin_countries.yaml
new file mode 100644
index 0000000..a68903e
--- /dev/null
+++ b/data/sisu_markup_samples/non-free/_sisu/skin/yaml/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/sisu_markup_samples/non-free/_sisu/skin/yaml/skin_country.yaml b/data/sisu_markup_samples/non-free/_sisu/skin/yaml/skin_country.yaml
new file mode 100644
index 0000000..ebaf8ac
--- /dev/null
+++ b/data/sisu_markup_samples/non-free/_sisu/skin/yaml/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/sisu_markup_samples/non-free/_sisu/skin/yaml/skin_lexAddress.yaml b/data/sisu_markup_samples/non-free/_sisu/skin/yaml/skin_lexAddress.yaml
new file mode 100644
index 0000000..6e49b54
--- /dev/null
+++ b/data/sisu_markup_samples/non-free/_sisu/skin/yaml/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"
+