You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/06/10 08:42:51 UTC

svn commit: r1348535 - in /creadur/whisker/trunk: pom.xml src/site/site.xml

Author: rdonkin
Date: Sun Jun 10 06:42:51 2012
New Revision: 1348535

URL: http://svn.apache.org/viewvc?rev=1348535&view=rev
Log:
Links integrating Whisker documentation into the rest of Creadur, which might even work now...

Modified:
    creadur/whisker/trunk/pom.xml
    creadur/whisker/trunk/src/site/site.xml

Modified: creadur/whisker/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/pom.xml?rev=1348535&r1=1348534&r2=1348535&view=diff
==============================================================================
--- creadur/whisker/trunk/pom.xml (original)
+++ creadur/whisker/trunk/pom.xml Sun Jun 10 06:42:51 2012
@@ -123,6 +123,7 @@
 	        <configuration>
 	          <outputEncoding>${project.build.sourceEncoding}</outputEncoding>
 	          <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
+	          <relativizeDecorationLinks>false</relativizeDecorationLinks>
 	          <!-- reporting plugins are configured according to new mvn3 standard -->
 	          <reportPlugins>
 	            <plugin>
@@ -245,7 +246,7 @@
   
   <name>Apache Whisker</name>
   <description>Apache Whisker wrangles legal documentation for composed applications.</description>
-  <url>http://creadur.apache.org/whisker</url>
+  <url>http://creadur.apache.org/whisker/</url>
   <inceptionYear>2011</inceptionYear>
   
   <licenses>

Modified: creadur/whisker/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/src/site/site.xml?rev=1348535&r1=1348534&r2=1348535&view=diff
==============================================================================
--- creadur/whisker/trunk/src/site/site.xml (original)
+++ creadur/whisker/trunk/src/site/site.xml Sun Jun 10 06:42:51 2012
@@ -19,14 +19,20 @@
 -->
 <project name="Apache Whisker">
   <body>
-    <menu name='Apache Whisker'>
+    <breadcrumbs>
+      <item name="Apache" href="http://www.apache.org/"/>
+      <item name="Creadur" href="http://creadur.apache.org/"/>
+      <item name="Whisker" href="http://creadur.apache.org/whisker/"/>
+    </breadcrumbs>
+  
+    <menu name='Apache Whisker' inherit="bottom">
        <item name='Introducing Whisker' href='index.html'/>
        <item name='Meta Data' href='meta-data.html'/>
        <item name='Maven Plugin' href='apache-whisker-plugin4maven/index.html'/>
        <item name='Command Line' href='apache-whisker-cli/index.html'/>
     </menu>
     
-    <menu name="Apache Creadur">
+    <menu name="Apache Creadur" inherit="bottom">
 		<item name='Project Home' href="http://creadur.apache.org"/>
 		<item name='Apache Rat' href="http://creadur.apache.org/rat"/>  
 		<item name='Apache Tentacles' href="http://creadur.apache.org/tentacles"/>