Author: dennisl Date: Mon Jan 26 21:59:33 2009 New Revision: 737882 URL: http://svn.apache.org/viewvc?rev=737882&view=rev Log: o Remove inherited stuff. o Use the 1.1 version of the skin.
Modified: maven/doxia/doxia/branches/doxia-1.0.x/src/site/site.xml Modified: maven/doxia/doxia/branches/doxia-1.0.x/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0.x/src/site/site.xml?rev=737882&r1=737881&r2=737882&view=diff ============================================================================== --- maven/doxia/doxia/branches/doxia-1.0.x/src/site/site.xml (original) +++ maven/doxia/doxia/branches/doxia-1.0.x/src/site/site.xml Mon Jan 26 21:59:33 2009 @@ -22,43 +22,19 @@ --> <project> - <bannerLeft> - <name>Doxia</name> - <src>images/apache-maven-project-2.png</src> - </bannerLeft> - <bannerRight> - <src>images/maven-logo-2.gif</src> - </bannerRight> - <publishDate format="d MMM yyyy" position="right" /> <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-stylus-skin</artifactId> - <version>1.0.1</version> + <version>1.1</version> </skin> <body> - <links> - <item name="Apache" href="http://www.apache.org/"/> - <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/> - <item name="Maven 2.x" href="http://maven.apache.org/"/> - <item name="SCM" href="http://maven.apache.org/scm"/> - <item name="Wagon" href="http://maven.apache.org/wagon"/> - <item name="JXR" href="http://maven.apache.org/jxr"/> - <item name="Doxia" href="http://maven.apache.org/doxia"/> - </links> - - <head> - <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> - </script> - <script type="text/javascript"> - _uacct = "UA-140879-1"; - urchinTracker(); - </script> - </head> + <breadcrumbs> + <item name="Maven" href="http://maven.apache.org/index.html" /> + <item name="Doxia" href="http://maven.apache.org/doxia/index.html" /> + </breadcrumbs> <menu ref="modules"/> - <menu ref="reports"/> - </body> </project>