Author: simonetripodi
Date: Thu Oct 13 16:32:10 2011
New Revision: 1182962

URL: http://svn.apache.org/viewvc?rev=1182962&view=rev
Log:
improving the site layout playing with external links and breadcrumbs

Modified:
    incubator/directmemory/trunk/pom.xml
    incubator/directmemory/trunk/src/site/site.xml
    incubator/directmemory/trunk/src/site/xdoc/index.xml

Modified: incubator/directmemory/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1182962&r1=1182961&r2=1182962&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Thu Oct 13 16:32:10 2011
@@ -32,7 +32,7 @@ under the License.
   <version>0.5.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Apache DirectMemory :: Parent</name>
+  <name>Apache DirectMemory</name>
   <description>Apache DirectMemory Cache :: Parent pom</description>
   <url>http://incubator.apache.org/directmemory/</url>
   <inceptionYear>2011</inceptionYear>

Modified: incubator/directmemory/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/incubator/directmemory/trunk/src/site/site.xml?rev=1182962&r1=1182961&r2=1182962&view=diff
==============================================================================
--- incubator/directmemory/trunk/src/site/site.xml (original)
+++ incubator/directmemory/trunk/src/site/site.xml Thu Oct 13 16:32:10 2011
@@ -37,10 +37,13 @@
   </skin>
 
   <body>
-    <breadcrumbs position="left">
+    <links>
       <item name="Apache" href="http://www.apache.org/"; />
       <item name="Apache Incubator" href="http://incubator.apache.org"; />
-      <item name="Apache Directmemory" 
href="http://incubator.apache.org/directmemory"; />
+    </links>
+
+    <breadcrumbs position="left">
+      <item name="Apache DirectMemory" 
href="http://incubator.apache.org/directmemory"; />
     </breadcrumbs>
 
     <menu ref="reports" />

Modified: incubator/directmemory/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/incubator/directmemory/trunk/src/site/xdoc/index.xml?rev=1182962&r1=1182961&r2=1182962&view=diff
==============================================================================
--- incubator/directmemory/trunk/src/site/xdoc/index.xml (original)
+++ incubator/directmemory/trunk/src/site/xdoc/index.xml Thu Oct 13 16:32:10 
2011
@@ -19,7 +19,7 @@
   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
 
   <properties>
-    <title>Apache DirectMemory</title>
+    <title>Home</title>
     <author email="[email protected]">Apache DirectMemory 
Documentation Team</author>
   </properties>
 


Reply via email to