From 627afc994042ab69618c0e981d2a470e9d48d708 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 2 Jul 2009 11:05:08 -0400 Subject: copyright date update and removed some white space --- lib/sisu/v0/defaults.rb | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'lib/sisu/v0/defaults.rb') diff --git a/lib/sisu/v0/defaults.rb b/lib/sisu/v0/defaults.rb index 61eb74b1..2f82c31e 100644 --- a/lib/sisu/v0/defaults.rb +++ b/lib/sisu/v0/defaults.rb @@ -70,6 +70,7 @@ module SiSU_Viz @fonts='verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman' # 'verdana, arial, georgia, tahoma, sans-serif, helvetica, "times new roman", times, roman' @dir=SiSU_Env::Info_env.new @date=SiSU_Env::Info_date.new #{@date.year} + @v=SiSU_Env::Info_version.new.get_version end #% glyph def glyph_bullet # • @@ -342,13 +343,11 @@ module SiSU_Viz end #% text #changed from txt to avoid naming conflicts #FOLLOW def txt_generator - v=SiSU_Env::Info_version.new.get_version - %{ + %{ } end def txt_generator_comment - v=SiSU_Env::Info_version.new.get_version - %{ } + %{ } end def txt_hp ' SiSU' @@ -1500,7 +1499,6 @@ WOK WOK end def widget_sisu - v=SiSU_Env::Info_version.new.get_version < @@ -1514,19 +1512,19 @@ WOK

Output generated by - #{v[:project]} + #{@v[:project]} - #{v[:version]} #{v[:date]} (#{v[:date_stamp]}) + #{@v[:version]} #{@v[:date]} (#{@v[:date_stamp]})
- #{v[:project]} + #{@v[:project]} Copyright © Ralph Amissah 1997, current #{@date.year_static}. All Rights Reserved.
- #{v[:project]} + #{@v[:project]} is software for document structuring, publishing and search,
@@ -1545,7 +1543,7 @@ WOK

- #{v[:project]} using: + #{@v[:project]} using:
Standard SiSU markup syntax,
Standard SiSU meta-markup syntax, and the
Standard SiSU object citation numbering and system, (object/text positioning system) @@ -1557,7 +1555,6 @@ WOK WOK end def widget_way_better - v=SiSU_Env::Info_version.new.get_version < @@ -1569,7 +1566,7 @@ WOK

- #{v[:project]} + #{@v[:project]} is released under GPLv3 @@ -1578,7 +1575,7 @@ WOK

- #{v[:project]}, developed using + #{@v[:project]}, developed using Ruby -- cgit v1.2.3