diff options
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/sisu/sisurc.yml | 10 | ||||
| -rw-r--r-- | conf/sisu/skin/dir/skin_sisu.rb | 8 | ||||
| -rw-r--r-- | conf/sisu/skin/doc/skin_gnu.rb | 4 | ||||
| -rw-r--r-- | conf/sisu/skin/doc/skin_gutenberg.rb | 4 | ||||
| -rw-r--r-- | conf/sisu/skin/doc/skin_kdissert.rb | 4 | ||||
| -rw-r--r-- | conf/sisu/skin/doc/skin_sisu.rb | 8 | ||||
| -rw-r--r-- | conf/sisu/skin/site/skin_sisu.rb | 8 | ||||
| -rw-r--r-- | conf/sisu/skin/yml/skin_countries.yml | 2 | ||||
| -rw-r--r-- | conf/sisu/skin/yml/skin_country.yml | 2 | ||||
| -rw-r--r-- | conf/sisu/version.yml | 6 | 
10 files changed, 28 insertions, 28 deletions
diff --git a/conf/sisu/sisurc.yml b/conf/sisu/sisurc.yml index df2f153d..753af124 100644 --- a/conf/sisu/sisurc.yml +++ b/conf/sisu/sisurc.yml @@ -1,17 +1,17 @@  # Name: SiSU - Simple information Structuring Universe - Structured information, Serialized Units  # Author: Ralph@Amissah.com -# Description: Site wide envionment defaults set here  +# Description: Site wide envionment defaults set here  # arch-tag: system environment info / resource configuration file, for sisu  # License: GPL 2 or later -#   this file should be configured and live in  +#   this file should be configured and live in  #      /etc/sisu     #per environment settings, overridden by:  #      ~/.sisu       #per user settings, overridden by:  #     ./_sisu/config #per local directory settings  # $Date$  # $Id$ -# Notes: implemented 2004w03  +# Notes: implemented 2004w03  #   Site environment configuration file -#   this file should be configured and live in  +#   this file should be configured and live in  #      /etc/sisu     #per environment settings, overridden by:  #      ~/.sisu       #per user settings, overridden by:  #     ./_sisu        #per local markup directory settings @@ -86,7 +86,7 @@ default:  #    port:       "**"  #% possible values ~, true, false, or command instruction e.g. editor: 'gvim -c :R -c :S'.  #will only ignore if value set to false, absence or nil will not remove program as should operate without rc file -#ie in case of ~ will ignore and use hard coded defaults within program), true, false, or command instruction e.g. editor: 'gvim -c :R -c :S'  +#ie in case of ~ will ignore and use hard coded defaults within program), true, false, or command instruction e.g. editor: 'gvim -c :R -c :S'  #on value true system defaults used, to change, e.g. editor specify  permission_set:    zap:          false diff --git a/conf/sisu/skin/dir/skin_sisu.rb b/conf/sisu/skin/dir/skin_sisu.rb index 66786cea..3e27c1d2 100644 --- a/conf/sisu/skin/dir/skin_sisu.rb +++ b/conf/sisu/skin/dir/skin_sisu.rb @@ -3,7 +3,7 @@   * 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, ...  + * 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 @@ -35,7 +35,7 @@ module SiSU_Viz      end      def url_site                                                                     # used in pdf header  #puts "#{__LINE__} #{__FILE__}" -      'http://www.jus.uio.no/sisu'  +      'http://www.jus.uio.no/sisu'      end      def url_txt                                                                      # text to go with url usually stripped url  #puts "#{__LINE__} #{__FILE__}" @@ -50,7 +50,7 @@ module SiSU_Viz      #end      #% color      def color_band1 -      '"#ffffff"'       +      '"#ffffff"'      end      def color_band2        '"#ffffff"' @@ -60,7 +60,7 @@ module SiSU_Viz      	' SiSU'      end      def text_home -      'SiSU'  +      'SiSU'      end      #% icon      def icon_home_button diff --git a/conf/sisu/skin/doc/skin_gnu.rb b/conf/sisu/skin/doc/skin_gnu.rb index 4c35120e..62497cfd 100644 --- a/conf/sisu/skin/doc/skin_gnu.rb +++ b/conf/sisu/skin/doc/skin_gnu.rb @@ -42,14 +42,14 @@ module SiSU_Viz      end      # color      def color_band1 -      '"#000070"'       +      '"#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/"  +      #"www.jus.uio.no/sisu/"      	'Free Software Foundation'      end      #% icon diff --git a/conf/sisu/skin/doc/skin_gutenberg.rb b/conf/sisu/skin/doc/skin_gutenberg.rb index 4014d624..bd7d9961 100644 --- a/conf/sisu/skin/doc/skin_gutenberg.rb +++ b/conf/sisu/skin/doc/skin_gutenberg.rb @@ -3,7 +3,7 @@   * 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")  + * 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 @@ -13,7 +13,7 @@ module SiSU_Viz    class Skin      #% path      def path_root                                                                     # the only parameter that cannot be changed here -      './sisu/'   +      './sisu/'      end      def path_rel        '../' diff --git a/conf/sisu/skin/doc/skin_kdissert.rb b/conf/sisu/skin/doc/skin_kdissert.rb index 87d371f2..3d8c0485 100644 --- a/conf/sisu/skin/doc/skin_kdissert.rb +++ b/conf/sisu/skin/doc/skin_kdissert.rb @@ -37,14 +37,14 @@ module SiSU_Viz      end      #% color      def color_band1 -      '"#ffffff"'       +      '"#ffffff"'      end      #% txt      def txt_hp      	'Kdissert, Document Mapping'      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/"  +      #"www.jus.uio.no/sisu/"      	'SiSU (document prepared using Kdissert)'      end      #% icon diff --git a/conf/sisu/skin/doc/skin_sisu.rb b/conf/sisu/skin/doc/skin_sisu.rb index 66786cea..3e27c1d2 100644 --- a/conf/sisu/skin/doc/skin_sisu.rb +++ b/conf/sisu/skin/doc/skin_sisu.rb @@ -3,7 +3,7 @@   * 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, ...  + * 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 @@ -35,7 +35,7 @@ module SiSU_Viz      end      def url_site                                                                     # used in pdf header  #puts "#{__LINE__} #{__FILE__}" -      'http://www.jus.uio.no/sisu'  +      'http://www.jus.uio.no/sisu'      end      def url_txt                                                                      # text to go with url usually stripped url  #puts "#{__LINE__} #{__FILE__}" @@ -50,7 +50,7 @@ module SiSU_Viz      #end      #% color      def color_band1 -      '"#ffffff"'       +      '"#ffffff"'      end      def color_band2        '"#ffffff"' @@ -60,7 +60,7 @@ module SiSU_Viz      	' SiSU'      end      def text_home -      'SiSU'  +      'SiSU'      end      #% icon      def icon_home_button diff --git a/conf/sisu/skin/site/skin_sisu.rb b/conf/sisu/skin/site/skin_sisu.rb index 66786cea..3e27c1d2 100644 --- a/conf/sisu/skin/site/skin_sisu.rb +++ b/conf/sisu/skin/site/skin_sisu.rb @@ -3,7 +3,7 @@   * 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, ...  + * 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 @@ -35,7 +35,7 @@ module SiSU_Viz      end      def url_site                                                                     # used in pdf header  #puts "#{__LINE__} #{__FILE__}" -      'http://www.jus.uio.no/sisu'  +      'http://www.jus.uio.no/sisu'      end      def url_txt                                                                      # text to go with url usually stripped url  #puts "#{__LINE__} #{__FILE__}" @@ -50,7 +50,7 @@ module SiSU_Viz      #end      #% color      def color_band1 -      '"#ffffff"'       +      '"#ffffff"'      end      def color_band2        '"#ffffff"' @@ -60,7 +60,7 @@ module SiSU_Viz      	' SiSU'      end      def text_home -      'SiSU'  +      'SiSU'      end      #% icon      def icon_home_button diff --git a/conf/sisu/skin/yml/skin_countries.yml b/conf/sisu/skin/yml/skin_countries.yml index a68903e1..179b9978 100644 --- a/conf/sisu/skin/yml/skin_countries.yml +++ b/conf/sisu/skin/yml/skin_countries.yml @@ -1,4 +1,4 @@ -# arch-tag: yaml country list  +# arch-tag: yaml country list  # Author: Ralph@Amissah.com  # License: Same as SiSU see http://www.jus.uio.no/sisu  id: AF diff --git a/conf/sisu/skin/yml/skin_country.yml b/conf/sisu/skin/yml/skin_country.yml index ebaf8ace..dc835465 100644 --- a/conf/sisu/skin/yml/skin_country.yml +++ b/conf/sisu/skin/yml/skin_country.yml @@ -1,4 +1,4 @@ -# arch-tag: yaml country list array  +# arch-tag: yaml country list array  # Author: Ralph@Amissah.com  # License: Same as SiSU see http://www.jus.uio.no/sisu  - diff --git a/conf/sisu/version.yml b/conf/sisu/version.yml index 7bb8794c..20528cc6 100644 --- a/conf/sisu/version.yml +++ b/conf/sisu/version.yml @@ -1,5 +1,5 @@  ---  -:date: "2007-06-02" +:date: "2007-06-14" +:version: 0.54.0  :project: SiSU -:version: 0.53.0 -:date_stamp: 2007w22/6 +:date_stamp: 2007w24/4  | 
