From b44d71f63fce067c22cee5f6396e0da923747602 Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph@amissah.com>
Date: Mon, 30 Jul 2007 15:23:05 +0100
Subject: replace tabs with spaces

---
 conf/sisu/skin/dir/skin_sisu.rb      | 10 +++++-----
 conf/sisu/skin/doc/skin_gnu.rb       | 14 +++++++-------
 conf/sisu/skin/doc/skin_gutenberg.rb |  6 +++---
 conf/sisu/skin/doc/skin_kdissert.rb  | 14 +++++++-------
 conf/sisu/skin/doc/skin_sisu.rb      | 10 +++++-----
 conf/sisu/skin/site/skin_sisu.rb     | 10 +++++-----
 6 files changed, 32 insertions(+), 32 deletions(-)

(limited to 'conf')

diff --git a/conf/sisu/skin/dir/skin_sisu.rb b/conf/sisu/skin/dir/skin_sisu.rb
index 5bf3532b..ad1d42a6 100644
--- a/conf/sisu/skin/dir/skin_sisu.rb
+++ b/conf/sisu/skin/dir/skin_sisu.rb
@@ -57,7 +57,7 @@ module SiSU_Viz
     end
     #% text
     def text_hp
-    	'&nbsp;SiSU'
+      '&nbsp;SiSU'
     end
     def text_home
       'SiSU'
@@ -71,7 +71,7 @@ module SiSU_Viz
     end
     #% banner
     def banner_home_button
-  	  %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/">#{png_home}</a></td></tr></table>\n}
+      %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/">#{png_home}</a></td></tr></table>\n}
     end
     def banner_home_and_index_buttons
       %{<table><tr><td width="20%"><table summary="home and index buttons" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/" target="_top">#{png_home}</a>#{table_close}</td><td width="60%"><center><center><table summary="buttons" border="1" cellpadding="3" cellspacing="0"><tr><td align="center" bgcolor="#ffffff"><font face="arial" size="2"><a href="toc" target="_top">&nbsp;This&nbsp;text&nbsp;sub-&nbsp;<br />&nbsp;Table&nbsp;of&nbsp;Contents&nbsp;</a></font>#{table_close}</center></center></td><td width="20%">&nbsp;#{table_close}}
@@ -82,13 +82,13 @@ module SiSU_Viz
   end
   class TeX
     def header_center
-	    "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
+      "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
     end
     def home_url
-	    "\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}"
+      "\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}"
     end
     def home
-	    "\\href{#{@vz.url_site}/}{Ralph Amissah}"
+      "\\href{#{@vz.url_site}/}{Ralph Amissah}"
     end
     def owner_chapter
       'Document owner details'
diff --git a/conf/sisu/skin/doc/skin_gnu.rb b/conf/sisu/skin/doc/skin_gnu.rb
index 42411e09..52c9f7af 100644
--- a/conf/sisu/skin/doc/skin_gnu.rb
+++ b/conf/sisu/skin/doc/skin_gnu.rb
@@ -46,11 +46,11 @@ module SiSU_Viz
     end
     #% txt
     def txt_hp
-    	'Free Software Foundation'
+      'Free Software Foundation'
     end
     def txt_home                                                                     # this should be the name of the site eg. Lex Mercatoria or if you prefer to see a url the url in text form copy & ...
       #"www.jus.uio.no/sisu/"
-    	'Free Software Foundation'
+      'Free Software Foundation'
     end
     #% icon
     def icon_home_button
@@ -61,10 +61,10 @@ module SiSU_Viz
     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}
+      %{<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}}
+      %{<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}}
@@ -72,13 +72,13 @@ module SiSU_Viz
   end
   class TeX
     def header_center
-	    "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
+      "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
     end
     def home_url
-	    "\\href{#{@vz.url_site}/}{www.fsf.org}"
+      "\\href{#{@vz.url_site}/}{www.fsf.org}"
     end
     def home
-	    "\\href{#{@vz.url_site}/}{Free Software Foundation}"
+      "\\href{#{@vz.url_site}/}{Free Software Foundation}"
     end
     def owner_chapter
       "Document owner details"
diff --git a/conf/sisu/skin/doc/skin_gutenberg.rb b/conf/sisu/skin/doc/skin_gutenberg.rb
index daeeba89..59ee2d2d 100644
--- a/conf/sisu/skin/doc/skin_gutenberg.rb
+++ b/conf/sisu/skin/doc/skin_gutenberg.rb
@@ -56,13 +56,13 @@ module SiSU_Viz
   end
   class TeX
     def header_center
-	    "\\chead{\\href{#{@vz.url_home}}{www.gutenberg.net}}"
+      "\\chead{\\href{#{@vz.url_home}}{www.gutenberg.net}}"
     end
     def home_url
-	    "\\href{#{@vz.url_home}}{www.gutenberg.net}"
+      "\\href{#{@vz.url_home}}{www.gutenberg.net}"
     end
     def home
-	    "\\href{#{@vz.url_home}}{Gutenberg Project}"
+      "\\href{#{@vz.url_home}}{Gutenberg Project}"
     end
     def owner_chapter
       "Document owner details"
diff --git a/conf/sisu/skin/doc/skin_kdissert.rb b/conf/sisu/skin/doc/skin_kdissert.rb
index 129c6c13..55c010f3 100644
--- a/conf/sisu/skin/doc/skin_kdissert.rb
+++ b/conf/sisu/skin/doc/skin_kdissert.rb
@@ -41,11 +41,11 @@ module SiSU_Viz
     end
     #% txt
     def txt_hp
-    	'Kdissert, Document Mapping'
+      '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/"
-    	'SiSU (document prepared using Kdissert)'
+      'SiSU (document prepared using Kdissert)'
     end
     #% icon
     def icon_home_button
@@ -56,10 +56,10 @@ module SiSU_Viz
     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_hp}/">#{png_home}</a></td></tr></table>\n}
+      %{<table border="0" summary="home button" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#000070"><a href="#{url_hp}/">#{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_hp}/" 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}}
+      %{<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_hp}/" 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="#ffffff"><a href="#{url_hp}/" target="_top">#{png_home}</a>#{table_close}}
@@ -69,13 +69,13 @@ module SiSU_Viz
   end
   class TeX
     def header_center
-	    "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
+      "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
     end
     def home_url
-	    "\\href{#{@vz.url_site}/}{www.fsf.org}"
+      "\\href{#{@vz.url_site}/}{www.fsf.org}"
     end
     def home
-	    "\\href{#{@vz.url_site}/}{Free Software Foundation}"
+      "\\href{#{@vz.url_site}/}{Free Software Foundation}"
     end
     def owner_chapter
       "Document owner details"
diff --git a/conf/sisu/skin/doc/skin_sisu.rb b/conf/sisu/skin/doc/skin_sisu.rb
index 5bf3532b..ad1d42a6 100644
--- a/conf/sisu/skin/doc/skin_sisu.rb
+++ b/conf/sisu/skin/doc/skin_sisu.rb
@@ -57,7 +57,7 @@ module SiSU_Viz
     end
     #% text
     def text_hp
-    	'&nbsp;SiSU'
+      '&nbsp;SiSU'
     end
     def text_home
       'SiSU'
@@ -71,7 +71,7 @@ module SiSU_Viz
     end
     #% banner
     def banner_home_button
-  	  %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/">#{png_home}</a></td></tr></table>\n}
+      %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/">#{png_home}</a></td></tr></table>\n}
     end
     def banner_home_and_index_buttons
       %{<table><tr><td width="20%"><table summary="home and index buttons" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/" target="_top">#{png_home}</a>#{table_close}</td><td width="60%"><center><center><table summary="buttons" border="1" cellpadding="3" cellspacing="0"><tr><td align="center" bgcolor="#ffffff"><font face="arial" size="2"><a href="toc" target="_top">&nbsp;This&nbsp;text&nbsp;sub-&nbsp;<br />&nbsp;Table&nbsp;of&nbsp;Contents&nbsp;</a></font>#{table_close}</center></center></td><td width="20%">&nbsp;#{table_close}}
@@ -82,13 +82,13 @@ module SiSU_Viz
   end
   class TeX
     def header_center
-	    "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
+      "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
     end
     def home_url
-	    "\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}"
+      "\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}"
     end
     def home
-	    "\\href{#{@vz.url_site}/}{Ralph Amissah}"
+      "\\href{#{@vz.url_site}/}{Ralph Amissah}"
     end
     def owner_chapter
       'Document owner details'
diff --git a/conf/sisu/skin/site/skin_sisu.rb b/conf/sisu/skin/site/skin_sisu.rb
index 5bf3532b..a9fce5d0 100644
--- a/conf/sisu/skin/site/skin_sisu.rb
+++ b/conf/sisu/skin/site/skin_sisu.rb
@@ -57,7 +57,7 @@ module SiSU_Viz
     end
     #% text
     def text_hp
-    	'&nbsp;SiSU'
+     '&nbsp;SiSU'
     end
     def text_home
       'SiSU'
@@ -71,7 +71,7 @@ module SiSU_Viz
     end
     #% banner
     def banner_home_button
-  	  %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/">#{png_home}</a></td></tr></table>\n}
+      %{<table summary="home button" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/">#{png_home}</a></td></tr></table>\n}
     end
     def banner_home_and_index_buttons
       %{<table><tr><td width="20%"><table summary="home and index buttons" border="0" cellpadding="3" cellspacing="0"><tr><td align="left" bgcolor="#ffffff"><a href="#{url_site}/" target="_top">#{png_home}</a>#{table_close}</td><td width="60%"><center><center><table summary="buttons" border="1" cellpadding="3" cellspacing="0"><tr><td align="center" bgcolor="#ffffff"><font face="arial" size="2"><a href="toc" target="_top">&nbsp;This&nbsp;text&nbsp;sub-&nbsp;<br />&nbsp;Table&nbsp;of&nbsp;Contents&nbsp;</a></font>#{table_close}</center></center></td><td width="20%">&nbsp;#{table_close}}
@@ -82,13 +82,13 @@ module SiSU_Viz
   end
   class TeX
     def header_center
-	    "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
+      "\\chead{\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}}"
     end
     def home_url
-	    "\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}"
+      "\\href{#{@vz.url_site}/}{www.jus.uio.no/sisu/}"
     end
     def home
-	    "\\href{#{@vz.url_site}/}{Ralph Amissah}"
+      "\\href{#{@vz.url_site}/}{Ralph Amissah}"
     end
     def owner_chapter
       'Document owner details'
-- 
cgit v1.2.3