You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2012/11/29 23:55:06 UTC

svn commit: r1415431 - /incubator/onami/trunk/spi/src/site/site.xml

Author: simonetripodi
Date: Thu Nov 29 22:55:06 2012
New Revision: 1415431

URL: http://svn.apache.org/viewvc?rev=1415431&view=rev
Log:
spi site descriptor updated according to what is already defined in the attached site.xml to the parent 

Modified:
    incubator/onami/trunk/spi/src/site/site.xml

Modified: incubator/onami/trunk/spi/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/spi/src/site/site.xml?rev=1415431&r1=1415430&r2=1415431&view=diff
==============================================================================
--- incubator/onami/trunk/spi/src/site/site.xml (original)
+++ incubator/onami/trunk/spi/src/site/site.xml Thu Nov 29 22:55:06 2012
@@ -17,28 +17,21 @@
 -->
 <project name="${project.name}">
 
-  <custom>
-    <fluidoSkin>
-      <gitHub>
-        <projectId>99soft/gspi</projectId>
-        <ribbonOrientation>right</ribbonOrientation>
-        <ribbonColor>red</ribbonColor>
-      </gitHub>
-    </fluidoSkin>
-  </custom>
-
   <body>
-    <menu name="${project.name}">
+    <menu name="Apache Onami™ SPI">
       <item name="Home" href="index.html" />
       <item name="Load Modules" href="modules.html" />
       <item name="Bind Services" href="services.html" />
       <item name="API doc" href="apidocs/index.html" />
     </menu>
 
-    <menu name="External Links">
-      <item name="Project Page" href="https://github.com/99soft/gspi" />
-      <item name="Google Guice" href="http://code.google.com/p/google-guice/" />
-    </menu>
+    <menu ref="reports" />
+
+    <footer>
+      <div class="row span12">
+        Apache Onami, Apache Onami SPI, Apache, the Apache feather logo, and the Apache Onami 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>
   </body>
 
 </project>