crossley 2003/04/07 21:28:53
Modified: src/resources/fresh-site/src/documentation skinconf.xml
src/resources/fresh-site/src/documentation/resources/images
group-logo.gif project-logo.gif
Log:
Prevent another calamity with a user forgetting to change the copyright notice.
Revision Changes Path
1.9 +4 -4 xml-forrest/src/resources/fresh-site/src/documentation/skinconf.xml
Index: skinconf.xml
===================================================================
RCS file: /home/cvs/xml-forrest/src/resources/fresh-site/src/documentation/skinconf.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- skinconf.xml 18 Mar 2003 08:50:39 -0000 1.8
+++ skinconf.xml 8 Apr 2003 04:28:49 -0000 1.9
@@ -82,15 +82,15 @@
<host-logo></host-logo>
<!-- The following are used to construct a copyright statement -->
- <year>2002</year>
- <vendor>The Apache Software Foundation.</vendor>
+ <year>2003</year>
+ <vendor>The Acme Software Foundation.</vendor>
<!-- Some skins use this to form a 'breadcrumb trail' of links. If you don't
want these, set the attributes to blank. The DTD purposefully requires them.
-->
<trail>
- <link1 name="apache" href="http://www.apache.org/"/>
- <link2 name="xml.apache" href="http://xml.apache.org/"/>
+ <link1 name="myGroup" href="http://www.apache.org/"/>
+ <link2 name="myProject" href="http://xml.apache.org/"/>
<link3 name="" href=""/>
</trail>
1.2 +12 -53 xml-forrest/src/resources/fresh-site/src/documentation/resources/images/group-logo.gif
<<Binary file>>
1.2 +2 -15 xml-forrest/src/resources/fresh-site/src/documentation/resources/images/project-logo.gif
<<Binary file>>
|