You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2006/07/16 20:32:48 UTC

svn commit: r422487 - in /tapestry/tapestry4/trunk: tapestry-annotations/src/site/site.xml tapestry-contrib/src/site/site.xml tapestry-framework/src/site/site.xml tapestry-portlet/src/site/site.xml

Author: jkuhnert
Date: Sun Jul 16 11:32:48 2006
New Revision: 422487

URL: http://svn.apache.org/viewvc?rev=422487&view=rev
Log:
Fixing navigation links

Added:
    tapestry/tapestry4/trunk/tapestry-annotations/src/site/site.xml   (with props)
    tapestry/tapestry4/trunk/tapestry-framework/src/site/site.xml   (with props)
Modified:
    tapestry/tapestry4/trunk/tapestry-contrib/src/site/site.xml
    tapestry/tapestry4/trunk/tapestry-portlet/src/site/site.xml

Added: tapestry/tapestry4/trunk/tapestry-annotations/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-annotations/src/site/site.xml?rev=422487&view=auto
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-annotations/src/site/site.xml (added)
+++ tapestry/tapestry4/trunk/tapestry-annotations/src/site/site.xml Sun Jul 16 11:32:48 2006
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<project name="Tapestry">
+    <bannerLeft>
+        <name>Tapestry Web Application Framework</name>
+        <href>http://tapestry.apache.org/</href>
+        <src>images/tapestry_banner.gif</src>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Software Foundation</name>
+        <href>http://www.apache.org</href>
+        <src>images/asf_logo_wide.gif</src>
+    </bannerRight>
+    
+    <skin>
+        <groupId>org.apache.tapestry</groupId>
+        <artifactId>maven-skin</artifactId>
+        <version>1.0-SNAPSHOT</version>
+    </skin>
+    
+    <publishDate format="dd MMM yyyy" />
+    
+    <body>
+        <links>
+            <item name="Tapestry" href="http://tapestry.apache.org/" />
+            <item name="Hivemind" href="http://jakarta.apache.org/hivemind/" />
+            <item name="Apache" href="http://www.apache.org/" />
+        </links>
+        
+        <head>
+            <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+            <script type="text/javascript">_uacct = "UA-400821-1"; urchinTracker();</script>
+            <link rel="shortcut icon" href="http://tapestry.apache.org/tapestry4.1/favicon.ico" />
+        </head>
+        
+        <menu ref="parent" />
+        
+        <menu name="Documentation">
+            <item name="Overview" href="/index.html" />
+        </menu>
+        
+        ${reports} 
+    </body>
+    
+</project>

Propchange: tapestry/tapestry4/trunk/tapestry-annotations/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: tapestry/tapestry4/trunk/tapestry-contrib/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-contrib/src/site/site.xml?rev=422487&r1=422486&r2=422487&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-contrib/src/site/site.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-contrib/src/site/site.xml Sun Jul 16 11:32:48 2006
@@ -35,12 +35,6 @@
         
         <menu ref="parent" />
         
-        <menu name="Quick Links" inherit="top" >
-            <item name="Home" href="/index.html" />
-            <item name="Download" href="http://tapestry.apache.org/tapestry4.1/download.html" />
-            <item name="Wiki" href="http://wiki.apache.org/tapestry/" />
-        </menu>
-        
         <menu name="Documentation">
                 
                 <item name="Overview" href="/index.html" />

Added: tapestry/tapestry4/trunk/tapestry-framework/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/site/site.xml?rev=422487&view=auto
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/site/site.xml (added)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/site/site.xml Sun Jul 16 11:32:48 2006
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<project name="Tapestry">
+    <bannerLeft>
+        <name>Tapestry Web Application Framework</name>
+        <href>http://tapestry.apache.org/</href>
+        <src>images/tapestry_banner.gif</src>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Software Foundation</name>
+        <href>http://www.apache.org</href>
+        <src>images/asf_logo_wide.gif</src>
+    </bannerRight>
+    
+    <skin>
+        <groupId>org.apache.tapestry</groupId>
+        <artifactId>maven-skin</artifactId>
+        <version>1.0-SNAPSHOT</version>
+    </skin>
+    
+    <publishDate format="dd MMM yyyy" />
+    
+    <body>
+        <links>
+            <item name="Tapestry" href="http://tapestry.apache.org/" />
+            <item name="Hivemind" href="http://jakarta.apache.org/hivemind/" />
+            <item name="Apache" href="http://www.apache.org/" />
+        </links>
+        
+        <head>
+            <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+            <script type="text/javascript">_uacct = "UA-400821-1"; urchinTracker();</script>
+            <link rel="shortcut icon" href="http://tapestry.apache.org/tapestry4.1/favicon.ico" />
+        </head>
+        
+        <menu ref="parent" />
+        
+        ${reports} 
+    </body>
+    
+</project>

Propchange: tapestry/tapestry4/trunk/tapestry-framework/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: tapestry/tapestry4/trunk/tapestry-portlet/src/site/site.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-portlet/src/site/site.xml?rev=422487&r1=422486&r2=422487&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-portlet/src/site/site.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-portlet/src/site/site.xml Sun Jul 16 11:32:48 2006
@@ -35,12 +35,6 @@
         
         <menu ref="parent" />
         
-        <menu name="Quick Links" inherit="top" >
-            <item name="Home" href="/index.html" />
-            <item name="Download" href="http://tapestry.apache.org/tapestry4.1/download.html" />
-            <item name="Wiki" href="http://wiki.apache.org/tapestry/" />
-        </menu>
-        
         <menu name="Documentation" >
             
             <item name="Overview" href="/index.html" />