You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by jg...@apache.org on 2011/11/14 05:11:07 UTC

svn commit: r1201599 - in /incubator/giraph/trunk: CHANGELOG src/site/site.xml

Author: jghoman
Date: Mon Nov 14 04:11:06 2011
New Revision: 1201599

URL: http://svn.apache.org/viewvc?rev=1201599&view=rev
Log:
GIRAPH-79: Change the menu layout of the site. (hyunsik)

Modified:
    incubator/giraph/trunk/CHANGELOG
    incubator/giraph/trunk/src/site/site.xml

Modified: incubator/giraph/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/incubator/giraph/trunk/CHANGELOG?rev=1201599&r1=1201598&r2=1201599&view=diff
==============================================================================
--- incubator/giraph/trunk/CHANGELOG (original)
+++ incubator/giraph/trunk/CHANGELOG Mon Nov 14 04:11:06 2011
@@ -1,6 +1,8 @@
 Giraph Change Log
 
 Release 0.70.0 - unreleased
+  
+  GIRAPH-79. Change the menu layout of the site. (hyunsik via jghoman)
 
   GIRAPH-75: Create sections on how to get involved and how 
   to generate patches on website. (jghoman)

Modified: incubator/giraph/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/giraph/trunk/src/site/site.xml?rev=1201599&r1=1201598&r2=1201599&view=diff
==============================================================================
--- incubator/giraph/trunk/src/site/site.xml (original)
+++ incubator/giraph/trunk/src/site/site.xml Mon Nov 14 04:11:06 2011
@@ -36,7 +36,35 @@
       <item name="Apache Incubator" href="http://incubator.apache.org/" />
       <item name="Giraph" href="http://incubator.apache.org/giraph/"/>
     </breadcrumbs>
+    
+    <menu name="Giraph">
+      <item name="About" href="http://incubator.apache.org/giraph/index.html"/>
+      <item name="Wiki" href="https://cwiki.apache.org/confluence/display/GIRAPH" />
+    </menu>
 
-    <menu ref="reports"/> 
+    <menu name="Project Information" inherit="top">
+      <item name="Summary" href="http://incubator.apache.org/giraph/project-summary.html" />
+      <item name="Team" href="http://incubator.apache.org/giraph/team-list.html" />
+      <item name="Mailing Lists" href="http://incubator.apache.org/giraph/mail-lists.html" />
+      <item name="License" href="http://www.apache.org/licenses/" />
+      <item name="Issue Tracking" href="http://incubator.apache.org/giraph/issue-tracking.html" />
+      <item name="Source Repository" href="http://incubator.apache.org/giraph/source-repository.html" />
+      <item name="Dependencies" href="http://incubator.apache.org/giraph/dependencies.html" />
+      <item name="Reports" href="http://incubator.apache.org/giraph/project-reports.html" collapse="true">
+        <item name="Surefire Report" href="http://incubator.apache.org/giraph/surefire-report.html" />
+        <item name="Checkstyle Results" href="http://incubator.apache.org/giraph/checkstyle.html" />
+        <item name="Jdepend" href="http://incubator.apache.org/giraph/jdepend-report.html" />
+        <item name="Cobertura Test Coverage" href="http://incubator.apache.org/giraph/cobertura/index.html" />
+        <item name="Tag List" href="http://incubator.apache.org/giraph/taglist.html" />
+        <item name="Source Xref" href="http://incubator.apache.org/giraph/xref/index.html" />
+        <item name="Test Source Xref" href="http://incubator.apache.org/giraph/xref-test/index.html" />
+      </item>
+    </menu>
+    
+    <menu name="Documentation">
+      <item name="Quick Start Guide" href="https://cwiki.apache.org/confluence/display/GIRAPH/Quick+Start+Guide"/>
+      <item name="Shortest Paths Example" href="https://cwiki.apache.org/confluence/display/GIRAPH/Shortest+Paths+Example"/>
+      <item name="Javadoc" href="apidocs/index.html"/>
+    </menu> 
   </body>
 </project>