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 22:19:26 UTC

svn commit: r1054294 - in /maven/doxia: doxia-sitetools/trunk/src/site/site.xml doxia-tools/trunk/src/site/site.xml

Author: ltheussl
Date: Sat Jan  1 21:19:25 2011
New Revision: 1054294

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

Modified:
    maven/doxia/doxia-sitetools/trunk/src/site/site.xml
    maven/doxia/doxia-tools/trunk/src/site/site.xml

Modified: maven/doxia/doxia-sitetools/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/src/site/site.xml?rev=1054294&r1=1054293&r2=1054294&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/src/site/site.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/src/site/site.xml Sat Jan  1 21:19:25 2011
@@ -21,13 +21,18 @@
  */
  -->
 
-<project>
+<project name="Doxia Site Tools" 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="Doxia Site Tools" href="http://maven.apache.org/doxia/doxia-sitetools/index.html" />
+    </breadcrumbs>
+
     <menu name="Downloads" inherit="bottom">
       <item name="Download ${project.name}" href="http://maven.apache.org/doxia/downloads.html"/>
     </menu>

Modified: maven/doxia/doxia-tools/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/src/site/site.xml?rev=1054294&r1=1054293&r2=1054294&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/src/site/site.xml (original)
+++ maven/doxia/doxia-tools/trunk/src/site/site.xml Sat Jan  1 21:19:25 2011
@@ -21,12 +21,24 @@
  */
  -->
 
-<project 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">
+<project name="Doxia Tools" 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>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>
     <breadcrumbs>
-      <!-- TODO: This breadcrumb should be removed when it has been solved in the parent -->
-      <item name="Maven" href="http://maven.apache.org/index.html" />
       <item name="Doxia" href="http://maven.apache.org/doxia/index.html" />
+      <item name="Doxia Tools" href="http://maven.apache.org/doxia/doxia-tools/index.html" />
     </breadcrumbs>
 
     <menu name="Downloads" inherit="bottom">