You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by lt...@apache.org on 2011/01/01 21:30:02 UTC

svn commit: r1054285 - /maven/doxia/doxia/trunk/src/site/site.xml

Author: ltheussl
Date: Sat Jan  1 20:30:01 2011
New Revision: 1054285

URL: http://svn.apache.org/viewvc?rev=1054285&view=rev
Log:
add breadcrumbs

Modified:
    maven/doxia/doxia/trunk/src/site/site.xml

Modified: maven/doxia/doxia/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/src/site/site.xml?rev=1054285&r1=1054284&r2=1054285&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/src/site/site.xml (original)
+++ maven/doxia/doxia/trunk/src/site/site.xml Sat Jan  1 20:30:01 2011
@@ -21,13 +21,18 @@
  */
  -->
 
-<project>
+<project name="Doxia" xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+
   <bannerLeft>
-    <name>Doxia</name>
+    <name>Maven</name>
     <src>images/apache-maven-project-2.png</src>
+    <href>http://maven.apache.org/</href>
   </bannerLeft>
   <bannerRight>
+    <name>Doxia</name>
     <src>images/maven-logo-2.gif</src>
+    <href>http://maven.apache.org/doxia/</href>
   </bannerRight>
 
   <body>
@@ -40,6 +45,11 @@
       </script>
     </head>
 
+    <breadcrumbs>
+      <item name="Doxia" href="http://maven.apache.org/doxia/index.html"/>
+      <item name="Trunk" href="http://maven.apache.org/doxia/doxia/index.html"/>
+    </breadcrumbs>
+
     <menu name="Downloads" inherit="bottom">
       <item name="Download ${project.name}" href="http://maven.apache.org/doxia/downloads.html"/>
     </menu>