From 01d931582f308c17955412cf0fcd5984b768ee59 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 8 Feb 2010 09:27:33 -0500 Subject: "free as in freedom" minor markup detail --- ...reedom.richard_stallman_crusade_for_free_software.sam_williams.sst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/v1/samples/free_as_in_freedom.richard_stallman_crusade_for_free_software.sam_williams.sst b/data/v1/samples/free_as_in_freedom.richard_stallman_crusade_for_free_software.sam_williams.sst index 74b90a4..3509c45 100644 --- a/data/v1/samples/free_as_in_freedom.richard_stallman_crusade_for_free_software.sam_williams.sst +++ b/data/v1/samples/free_as_in_freedom.richard_stallman_crusade_for_free_software.sam_williams.sst @@ -68,7 +68,7 @@ One final note: this is a work of journalism, but it is also a work of technical Please address comments and questions concerning this book to the publisher: -poem{ +group{ O'Reilly & Associates, Inc. 1005 Gravenstein Highway North @@ -77,7 +77,7 @@ poem{ (707) 829-0515 (international/local) (707) 829-0104 (fax) -}poem +}group There is a web page for this book, which lists errata, examples, or any additional information. The site also includes a link to a forum where you can discuss the book with the author and other readers. You can access this site at: -- cgit v1.2.3 From 5c871cb73dc77155857a8a782e03db6052ac0e0a Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 8 Feb 2010 09:29:03 -0500 Subject: little brother, cory doctorow, skin, & copyright detail --- COPYRIGHT | 2 +- data/v1/README | 2 +- .../_sisu/image/little_brother_doctorow.png | Bin 0 -> 7159 bytes .../samples/_sisu/skin/doc/skin_little_brother.rb | 88 +++++++++++++++++++++ data/v1/samples/little_brother.cory_doctorow.sst | 4 +- 5 files changed, 92 insertions(+), 4 deletions(-) create mode 100644 data/v1/samples/_sisu/image/little_brother_doctorow.png create mode 100644 data/v1/samples/_sisu/skin/doc/skin_little_brother.rb diff --git a/COPYRIGHT b/COPYRIGHT index 72b02e5..1d61838 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -108,7 +108,7 @@ Text: Little Brother URL: Author: Cory Doctorow URL: -Copyright: Cory Doctorow +Copyright: Cory Doctorow, 2008 License: URL: diff --git a/data/v1/README b/data/v1/README index da80e1e..6b7f388 100644 --- a/data/v1/README +++ b/data/v1/README @@ -69,7 +69,7 @@ maintained and often that the works be used only non-commercially URL: Author: Cory Doctorow URL: - Copyright: Cory Doctorow + Copyright: Cory Doctorow, 2008 License: URL: diff --git a/data/v1/samples/_sisu/image/little_brother_doctorow.png b/data/v1/samples/_sisu/image/little_brother_doctorow.png new file mode 100644 index 0000000..af106a1 Binary files /dev/null and b/data/v1/samples/_sisu/image/little_brother_doctorow.png differ diff --git a/data/v1/samples/_sisu/skin/doc/skin_little_brother.rb b/data/v1/samples/_sisu/skin/doc/skin_little_brother.rb new file mode 100644 index 0000000..576aa4f --- /dev/null +++ b/data/v1/samples/_sisu/skin/doc/skin_little_brother.rb @@ -0,0 +1,88 @@ +=begin + * Name: SiSU - Simple information Structuring Universe - Structured information, Serialized Units + * Author: Ralph Amissah + * http://www.jus.uio.no/sisu + * http://www.jus.uio.no/sisu/SiSU/download + * Description: Skin prepared for Little Brother, Cory Doctorow + * License: Same as SiSU see http://www.jus.uio.no/sisu + * Notes: Site default appearance variables set in defaults.rb + Generic site wide modifications set here scribe_skin.rb, and this file required by other "scribes" instead of defaults.rb +=end +module SiSU_Viz + require SiSU_lib + '/defaults' + class Skin + #% path + def path_root # the only parameter that cannot be changed here + './sisu/' + end + def path_rel + '../' + end + #% url + def url_home + 'http://craphound.com/littlebrother' + end + def url_txt # text to go with url usually stripped url + 'craphound.com/littlebrother' + end + #% color + def color_band1 + '"#ffffff"' + end + #% text + def text_hp + 'craphound.com/littlebrother' + end + def text_home + 'Little Brother' + end + #% icon + def icon_home_button + 'little_brother_doctorow.png' + end + def icon_home_banner + icon_home_button + end + #% banner + def banner_home_button + %{
#{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
craphound.com/littlebrother
+available at
Amazon.com and
+Barnes & Noble
+This book is Copyright Cory Doctorow © 2008
+Under a Creative Commons License,
+Attribution-NonCommercial-NoDerivs 3.0:
+* Attribution — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work);
+* Noncommercial. You may not use this work for commercial purposes;
+* Share Alike - If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one. +
+<http://creativecommons.org/licenses/by-nc-sa/3.0/>
+
} + end + end + class TeX + def header_center + "\\chead{\\href{#{@vz.url_home}}{craphound.com/littlebrother}}" + end + def home_url + "\\href{#{@vz.url_home}}{craphound.com/littlebrother}" + end + def home + "\\href{#{@vz.url_home}}{Little Brother}" + end + def owner_chapter + "Document owner details" + end + end +end +__END__ diff --git a/data/v1/samples/little_brother.cory_doctorow.sst b/data/v1/samples/little_brother.cory_doctorow.sst index 6cb1597..3a2df5e 100644 --- a/data/v1/samples/little_brother.cory_doctorow.sst +++ b/data/v1/samples/little_brother.cory_doctorow.sst @@ -1,4 +1,4 @@ -% SiSU 0.72 +% SiSU 1.0 @title: Little Brother @@ -10,7 +10,7 @@ @level: break=1 -% @skin: skin_little_brother +@skin: skin_little_brother @links: { Little Brother home }http://craphound.com/littlebrother { Little Brother by Cory Doctrow @ SiSU }http://www.jus.uio.no/sisu/little_brother.cory_doctrow -- cgit v1.2.3