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 2013/04/03 09:18:50 UTC

svn commit: r1463844 - in /hama/trunk: CHANGES.txt src/site/resources/css/site.css src/site/site.xml src/site/xdoc/index.xml

Author: edwardyoon
Date: Wed Apr  3 07:18:49 2013
New Revision: 1463844

URL: http://svn.apache.org/r1463844
Log:
HAMA-748: Website Skin Update

Modified:
    hama/trunk/CHANGES.txt
    hama/trunk/src/site/resources/css/site.css
    hama/trunk/src/site/site.xml
    hama/trunk/src/site/xdoc/index.xml

Modified: hama/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hama/trunk/CHANGES.txt?rev=1463844&r1=1463843&r2=1463844&view=diff
==============================================================================
--- hama/trunk/CHANGES.txt (original)
+++ hama/trunk/CHANGES.txt Wed Apr  3 07:18:49 2013
@@ -4,6 +4,14 @@ Release 0.7 (unreleased changes)
 
   NEW FEATURES
 
+  BUG FIXES
+
+  IMPROVEMENTS
+
+Release 0.6.1 - April 01, 2013
+
+  NEW FEATURES
+
    HAMA-737: Add graph output writer (tjungblut)	   
    HAMA-736: Add one pass graph generator (tjungblut)
    HAMA-722: Messaging queue should construct sender and receiver queue. (surajsmenon)

Modified: hama/trunk/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/hama/trunk/src/site/resources/css/site.css?rev=1463844&r1=1463843&r2=1463844&view=diff
==============================================================================
--- hama/trunk/src/site/resources/css/site.css (original)
+++ hama/trunk/src/site/resources/css/site.css Wed Apr  3 07:18:49 2013
@@ -48,6 +48,11 @@ ul {
  margin-left:10px; 
 }
 
+#bodyColumn {
+  margin-left: 10px;
+  margin-right: 10px;
+}
+
 .green {
  color: #0f7355;
  width: 95%;

Modified: hama/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/hama/trunk/src/site/site.xml?rev=1463844&r1=1463843&r2=1463844&view=diff
==============================================================================
--- hama/trunk/src/site/site.xml (original)
+++ hama/trunk/src/site/site.xml Wed Apr  3 07:18:49 2013
@@ -28,16 +28,21 @@
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.2.2</version>
+    <version>1.3.0</version>
   </skin>
 
+  <custom>
+    <fluidoSkin>
+      <topBarEnabled>true</topBarEnabled>
+      <sideBarEnabled>false</sideBarEnabled>
+    </fluidoSkin>
+  </custom>
+
   <body>
     <links position="left">
       <item name="Wiki" href="http://wiki.apache.org/hama" />
-      <item name="Blog" href="http://blogs.apache.org/hama/" />
       <item name="JIRA" href="http://issues.apache.org/jira/browse/HAMA" />
-      <item name="SVN" href="http://svn.apache.org/repos/asf/hama/" />
-      <item name="Twitter" href="http://twitter.com/apachehama" />
+      <item name="Hama Twitter" href="http://twitter.com/apachehama" />
     </links>
 
     <breadcrumbs position="left">

Modified: hama/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/hama/trunk/src/site/xdoc/index.xml?rev=1463844&r1=1463843&r2=1463844&view=diff
==============================================================================
--- hama/trunk/src/site/xdoc/index.xml (original)
+++ hama/trunk/src/site/xdoc/index.xml Wed Apr  3 07:18:49 2013
@@ -19,7 +19,7 @@
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
   <properties></properties>
-  <title>a Bulk Synchronous Parallel computing framework on top of Hadoop</title>
+  <title>a general BSP framework on top of Hadoop</title>
   <body>
 
     <section name="Apache Hama"></section>