You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/11/05 16:58:44 UTC

svn commit: r592051 - in /myfaces/tobago/trunk: core/src/site/site.xml src/site/site.xml

Author: bommel
Date: Mon Nov  5 07:58:39 2007
New Revision: 592051

URL: http://svn.apache.org/viewvc?rev=592051&view=rev
Log:
Required links on all ASF PMC Pages

Modified:
    myfaces/tobago/trunk/core/src/site/site.xml
    myfaces/tobago/trunk/src/site/site.xml

Modified: myfaces/tobago/trunk/core/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/site/site.xml?rev=592051&r1=592050&r2=592051&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/site/site.xml (original)
+++ myfaces/tobago/trunk/core/src/site/site.xml Mon Nov  5 07:58:39 2007
@@ -45,5 +45,12 @@
     ${modules}
     ${reports}
 
+
+    <menu name="Foundation">
+      <item name="ASF" href="http://apache.org/" />
+      <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html" />
+      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html" />
+    </menu>
+
   </body>
 </project>

Modified: myfaces/tobago/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/site.xml?rev=592051&r1=592050&r2=592051&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/site.xml (original)
+++ myfaces/tobago/trunk/src/site/site.xml Mon Nov  5 07:58:39 2007
@@ -60,10 +60,17 @@
       <item name="API Documentation" href="http://myfaces.apache.org/tobago/documentation.html" />
       <item name="Release Checklist" href="http://myfaces.apache.org/tobago/release-checklist.html" />
     </menu>
-    
+
     ${parentProject}
     ${modules}
     ${reports}
+
+
+    <menu name="Foundation">
+      <item name="ASF" href="http://apache.org/" />
+      <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html" />
+      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html" />
+    </menu>
 
   </body>
 </project>