cziegeler 2003/03/12 02:17:40
Modified: src/webapp welcome.xml welcome.xslt
Log:
Using extended name in welcome page
Revision Changes Path
1.2 +1 -1 cocoon-2.1/src/webapp/welcome.xml
Index: welcome.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/welcome.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- welcome.xml 9 Mar 2003 00:10:42 -0000 1.1
+++ welcome.xml 12 Mar 2003 10:17:39 -0000 1.2
@@ -8,6 +8,6 @@
<welcome>
<message>
Congratulations! If you are reading this page, it means that
- your Cocoon installation was successful.
+ your Apache Cocoon installation was successful.
</message>
</welcome>
1.3 +3 -3 cocoon-2.1/src/webapp/welcome.xslt
Index: welcome.xslt
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/welcome.xslt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- welcome.xslt 11 Mar 2003 11:55:47 -0000 1.2
+++ welcome.xslt 12 Mar 2003 10:17:39 -0000 1.3
@@ -5,7 +5,7 @@
<xsl:template match="welcome">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <title>Welcome to Cocoon!</title>
+ <title>Welcome to Apache Cocoon!</title>
<!--
NOTE (SM): this meta tag reflects the *output* of the pipeline and not
the encoding of this file. I agree it's sort of an hack and it should
@@ -19,13 +19,13 @@
<link href="favicon.ico" rel="SHORTCUT ICON" />
</head>
<body>
- <h1>Welcome to Cocoon!</h1>
+ <h1>Welcome to Apache Cocoon!</h1>
<xsl:apply-templates/>
<p class="copyright">
Copyright � @year@ <a href="http://www.apache.org/">The Apache Software
Foundation</a>. All rights reserved.
</p>
<p class="block">
- <a href="http://cocoon.apache.org/"><img src="images/powered.gif"
alt="Powered by Cocoon"/></a>
+ <a href="http://cocoon.apache.org/"><img src="images/powered.gif"
alt="Powered by Apache Cocoon"/></a>
</p>
</body>
</html>