You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by si...@apache.org on 2011/12/07 09:23:56 UTC

svn commit: r1211328 - /cocoon/cocoon3/trunk/cocoon-docs/src/site/site.xml

Author: simonetripodi
Date: Wed Dec  7 08:23:56 2011
New Revision: 1211328

URL: http://svn.apache.org/viewvc?rev=1211328&view=rev
Log:
added project schema, added trademark footer

Modified:
    cocoon/cocoon3/trunk/cocoon-docs/src/site/site.xml

Modified: cocoon/cocoon3/trunk/cocoon-docs/src/site/site.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-docs/src/site/site.xml?rev=1211328&r1=1211327&r2=1211328&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-docs/src/site/site.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-docs/src/site/site.xml Wed Dec  7 08:23:56 2011
@@ -18,7 +18,10 @@
   under the License.
 -->
 <!-- $Id$ -->
-<project name="Cocoon 3">
+<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
+  name="Cocoon 3">
+
   <skin>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-thien-maven-site-skin</artifactId>
@@ -44,5 +47,11 @@
       <item name="Issue Tracking" href="https://issues.apache.org/jira/browse/COCOON3" />
       <item name="Download" href="download.html" />
     </menu>
+
+    <footer>
+      <div>
+      Apache Cocoon, Apache, the Apache feather logo, and the Apache Cocoon project logos are trademarks of The Apache Software Foundation.
+      All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+    </footer>
   </body>
 </project>