Author: sebb
Date: Fri Mar 4 03:03:53 2011
New Revision: 1076929
URL: http://svn.apache.org/viewvc?rev=1076929&view=rev
Log:
Synchronise with commons-parent
Modified:
commons/proper/commons-site/trunk/src/site/site.xml
Modified: commons/proper/commons-site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-site/trunk/src/site/site.xml?rev=1076929&r1=1076928&r2=1076929&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/src/site/site.xml (original)
+++ commons/proper/commons-site/trunk/src/site/site.xml Fri Mar 4 03:03:53 2011
@@ -37,7 +37,7 @@
</links>
<menu name="Commons">
<item name="Home" href="/index.html"/>
- <item name="License" href="/license.html"/>
+ <item name="License" href="http://www.apache.org/licenses/"/>
<item name="Mailing Lists" href="/mail-lists.html"/>
<item name="PMC" href="/team-list.html"/>
<item name="Components" href="/components.html" collapse="true">
@@ -126,6 +126,8 @@
<item name="Sandbox" href="http://svn.apache.org/viewvc/commons/sandbox/"/>
<item name="Dormant" href="http://svn.apache.org/viewvc/commons/dormant/"/>
</menu>
+
+ <!-- Should agree with commons-parent -->
<menu name="General Information">
<item name="Volunteering" href="/volunteering.html" />
<item name="Contributing Patches" href="/patches.html" />
@@ -133,6 +135,8 @@
<item name="Releasing Components" href="/releases/index.html" />
<item name="Wiki" href="http://wiki.apache.org/commons/FrontPage"
/>
</menu>
+
+ <!-- Should agree with commons-parent -->
<menu name="ASF">
<item name="How the ASF works" href="http://www.apache.org/foundation/how-it-works.html"
/>
<item name="Get Involved" href="http://www.apache.org/foundation/getinvolved.html"
/>
@@ -141,4 +145,22 @@
<item name="Thanks" href="http://www.apache.org/foundation/thanks.html"
/>
</menu>
</body>
+
+ <poweredBy>
+ <!-- Add ApacheCon logo -->
+ <logo name="ApacheCon" href="http://www.apache.org/events/current-event.html"
+ img="http://www.apache.org/events/current-event-125x125.png"/>
+ <!-- Keep the default logo as well -->
+ <logo name="Maven" href="http://maven.apache.org/"
+ img="http://maven.apache.org/images/logos/maven-feather.png"/>
+ </poweredBy>
+
+ <!-- layout should agree with commons-parent (content will differ) -->
+ <custom>
+ <footer>
+ <div class="center">
+ Apache Commons, Commons, Apache, the Apache feather logo, and the Apache Commons project
logos are trademarks of The Apache Software Foundation.
+ All other marks mentioned may be trademarks or registered trademarks of their respective
owners.</div>
+ </footer>
+ </custom>
</project>
|