Author: vsiveton
Date: Sat Dec 4 13:48:13 2010
New Revision: 1042175
URL: http://svn.apache.org/viewvc?rev=1042175&view=rev
Log:
o added misc section for ApacheTMProject Branding Requirements
Modified:
shindig/site/trunk/src/site/site.xml
Modified: shindig/site/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/shindig/site/trunk/src/site/site.xml?rev=1042175&r1=1042174&r2=1042175&view=diff
==============================================================================
--- shindig/site/trunk/src/site/site.xml (original)
+++ shindig/site/trunk/src/site/site.xml Sat Dec 4 13:48:13 2010
@@ -19,9 +19,9 @@ specific language governing permissions
under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+<project xmlns="http://maven.apache.org/DECORATION/1.0.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
http://maven.apache.org/xsd/decoration-1.0.0.xsd"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.1
http://maven.apache.org/xsd/decoration-1.0.1.xsd"
name="Shindig">
<bannerLeft>
<name>${project.name}</name>
@@ -93,6 +93,12 @@ under the License.
<item name="The Shindig Team" href="/team-list.html"/>
</menu>
+ <menu name="Misc">
+ <item name="Apache" href="http://www.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>
+
<menu ref="reports" inherit="bottom" />
</body>
</project>