diff options
author | Ralph Amissah <ralph@amissah.com> | 2007-08-19 02:41:50 +0100 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2007-08-19 02:41:50 +0100 |
commit | a19b7494c87f05c895bb3cc76969ad9af0bf6c08 (patch) | |
tree | 3c7a44eb9e012e70346b7ec2ffec06aaae1b6418 /lib/sisu/v0/defaults.rb | |
parent | sisu-0.56.2 + md5s (diff) |
sisu-0.56.3 minor update, small fixes
* manifest make file-type descriptions simpler to understand
* copyright restricted to rights tag, unless none, in which case rights tag
gets creator information
* copyright mark picked up in rights if 'Copyright (C)' is used
* tex/pdf url matching semi-colon following url
* endnote heading, apply tag to exclude numbering and segment heading where
there is no segment
* html scroll endnote text minor fix
* initialize site structure, make copy site images default (sisu -CC)
Diffstat (limited to 'lib/sisu/v0/defaults.rb')
-rw-r--r-- | lib/sisu/v0/defaults.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v0/defaults.rb b/lib/sisu/v0/defaults.rb index a3a19988..3d5a7c40 100644 --- a/lib/sisu/v0/defaults.rb +++ b/lib/sisu/v0/defaults.rb @@ -1327,7 +1327,7 @@ WOK <a href="#{url_sisu}" #{js_sisu}> <b>#{v[:project]}</b> </a> - <sup>©</sup> Ralph Amissah. + Copyright <sup>©</sup> Ralph Amissah 1997, current #{@date.year_static}. All Rights Reserved. <br /> @@ -1356,7 +1356,7 @@ WOK <br />Standard SiSU meta-markup syntax, and the <br />Standard SiSU <u>object citation numbering</u> and system, (object/text positioning system) <br /> - <sup>©</sup> Ralph Amissah 1997, current #{@date.year_static}. + Copyright <sup>©</sup> Ralph Amissah 1997, current #{@date.year_static}. All Rights Reserved. </font></p> </td></tr> |