You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2015/07/06 08:36:59 UTC

svn commit: r1689320 - in /hama/trunk/src/site: site.xml xdoc/hama_on_clouds.xml xdoc/index.xml

Author: edwardyoon
Date: Mon Jul  6 06:36:59 2015
New Revision: 1689320

URL: http://svn.apache.org/r1689320
Log:
Remove hama_on_clouds page

Removed:
    hama/trunk/src/site/xdoc/hama_on_clouds.xml
Modified:
    hama/trunk/src/site/site.xml
    hama/trunk/src/site/xdoc/index.xml

Modified: hama/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/hama/trunk/src/site/site.xml?rev=1689320&r1=1689319&r2=1689320&view=diff
==============================================================================
--- hama/trunk/src/site/site.xml (original)
+++ hama/trunk/src/site/site.xml Mon Jul  6 06:36:59 2015
@@ -74,13 +74,10 @@
 
     <menu name="Documentation">
       <item name="Getting Started" href="getting_started_with_hama.html" />
-      <item name="Hama on Clouds" href="hama_on_clouds.html" />
       <item name="Run Examples" href="run_examples.html" />
       <item name="BSP tutorial" href="hama_bsp_tutorial.html" />
       <item name="Graph tutorial" href="hama_graph_tutorial.html" />
-      <item name="Presentations" href="http://wiki.apache.org/hama/Presentations" />
-      <item name="Research Papers" href="http://wiki.apache.org/hama/Articles" />
-      <item name="Books" href="http://wiki.apache.org/hama/Books" />
+      <item name="Wiki for more details" href="http://wiki.apache.org/hama" />
     </menu>
 
     <menu name="Art works">

Modified: hama/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/hama/trunk/src/site/xdoc/index.xml?rev=1689320&r1=1689319&r2=1689320&view=diff
==============================================================================
--- hama/trunk/src/site/xdoc/index.xml (original)
+++ hama/trunk/src/site/xdoc/index.xml Mon Jul  6 06:36:59 2015
@@ -62,7 +62,6 @@ xsi:schemaLocation="http://maven.apache.
       <ul>
         <li><a href="downloads.html">Download</a> Hama from the release page.</li>
         <li><a href="getting_started_with_hama.html">Getting Started</a> with Hama.</li>
-        <li><a href="hama_on_clouds.html">Launch a Hama cluster</a> on Clouds.</li>
         <li>Programming Tutorials<ul>
             <li><a href="hama_bsp_tutorial.html">BSP Programming.</a></li>
             <li><a href="hama_graph_tutorial.html">Vertex-centric Programming.</a></li>