Author: edwardyoon
Date: Fri Jul 3 06:14:05 2015
New Revision: 1688950
URL: http://svn.apache.org/r1688950
Log:
Add recent news
Modified:
hama/trunk/src/site/resources/css/site.css
hama/trunk/src/site/xdoc/index.xml
Modified: hama/trunk/src/site/resources/css/site.css
URL:
http://svn.apache.org/viewvc/hama/trunk/src/site/resources/css/site.css?rev=1688950&r1=1688949&r2=1688950&view=diff
==============================================================================
--- hama/trunk/src/site/resources/css/site.css (original)
+++ hama/trunk/src/site/resources/css/site.css Fri Jul 3 06:14:05 2015
@@ -52,3 +52,24 @@ pre {
width: 95%;
margin: 20px 20px 20px 20px;
}
+
+.green {
+ color: #0f7355;
+ width: 95%;
+ margin: 30px 20px 20px 20px;
+ border: 1px solid #0f7355;
+ background: #edf7f4;
+ background-color: #edf7f4;
+}
+
+.green a:link, .green a:active, .green a:visited { color: #0a4d39; }
+.green a:hover { color: #888800; }
+.green h3 {
+ margin-top:5px;
+ padding: 0px 0px 0px 0px;
+ border: 0px;
+ color: #74240f;
+ background-color: #edf7f4;
+ font-weight: bold;
+ font-size: 17px;
+}
Modified: hama/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/src/site/xdoc/index.xml?rev=1688950&r1=1688949&r2=1688950&view=diff
==============================================================================
--- hama/trunk/src/site/xdoc/index.xml (original)
+++ hama/trunk/src/site/xdoc/index.xml Fri Jul 3 06:14:05 2015
@@ -24,13 +24,19 @@ xsi:schemaLocation="http://maven.apache.
<section name=""></section>
<p>
- Apache Hama<sup>TM</sup> is a general BSP computing engine on top of
Hadoop, which was established in 2012 as a Top-Level Project of The Apache
Software Foundation.
- It provides High-Performance computing engine for performing massive
scientific and iterative algorithms on existing open source or enterprise
Hadoop cluster,
- such as Matrix, Graph, and Machine Learning.
+ <img src="./images/hama_art_arthur_300x220.png" width="250" align="left"
style="margin-right:15px;margin-bottom:5px;" /> Apache Hama<sup>TM</sup> is a
general BSP computing engine on top of Hadoop, which was established in 2012 as
a Top-Level Project of The Apache Software Foundation.
+ <br/><br/>It provides High-Performance computing engine for performing
massive scientific and iterative algorithms on existing open source or
enterprise Hadoop cluster,
+ such as Matrix, Graph, and Machine Learning.<br/>
</p>
- <div align="center"><img src="./images/hama_art_arthur_300x220.png"/>
- </div>
+ <div class="green">
+ <h3 align="center">Recent News</h3>
+ <ul>
+ <li>Jun 14, 2015: release 0.7.0 available [<a
href="downloads.html">downloads</a>]</li>
+ <li>Jun 11, 2015: Minho Kim was added as a committer.</li>
+ </ul>
+ </div>
+
<subsection name="Getting Started"></subsection>
<p>
Start by installing Hama on a Hadoop cluster.