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/02/23 06:11:21 UTC

svn commit: r1661605 - in /hama/site/trunk: css/style.css index2.html

Author: edwardyoon
Date: Mon Feb 23 05:11:21 2015
New Revision: 1661605

URL: http://svn.apache.org/r1661605
Log:
Add new version

Added:
    hama/site/trunk/css/style.css
    hama/site/trunk/index2.html

Added: hama/site/trunk/css/style.css
URL: http://svn.apache.org/viewvc/hama/site/trunk/css/style.css?rev=1661605&view=auto
==============================================================================
--- hama/site/trunk/css/style.css (added)
+++ hama/site/trunk/css/style.css Mon Feb 23 05:11:21 2015
@@ -0,0 +1,30 @@
+body {
+  font: large/1.556 "Linux Libertine", Palatino, "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif; word-spacing: 0.1em; 
+}
+body a:link {
+  color: #74240f;
+}
+body a:visited {
+  color: #74240f;
+}
+body a:hover {
+  text-decoration: underline;
+  color: #888800;
+}
+ul {
+  margin-left: 1em; list-style-type: decimal;
+}
+.main {
+  text-align: left; width: 900px;
+}
+h1 {
+  font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif; font-size: 50; text-shadow: 0 0 1px #665; margin-bottom: 0em;
+}
+h2 {
+  font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif; font-size: 33; text-shadow: 0 0 1px #665; margin-bottom: 0em;
+}
+h3 {
+  font-family: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif; font-size: 27; text-shadow: 0 0 1px #665; margin-bottom: 0em;
+}
+
+

Added: hama/site/trunk/index2.html
URL: http://svn.apache.org/viewvc/hama/site/trunk/index2.html?rev=1661605&view=auto
==============================================================================
--- hama/site/trunk/index2.html (added)
+++ hama/site/trunk/index2.html Mon Feb 23 05:11:21 2015
@@ -0,0 +1,45 @@
+<!doctype html>
+<meta charset="utf-8">
+<title>Apache Hama - a general BSP computing engine on top of Hadoop</title>
+<link rel="stylesheet" href="./css/style.css" type="text/css" />
+</head>
+<body>
+<center>
+<div class="main" style="background-image: url(http://www.apache.org/images/feather-small.gif); background-repeat: no-repeat;">
+<div align="center">
+<h1>Apache Hama</h1>
+Big Data and High-Performance Computing
+</div>
+
+<br/>
+<font style="font-size:160%;">A</font>pache Hama 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.
+
+<div style="text-align:center;margin-top:20px;margin-bottom:20px;"><img src="images/hama_art_arthur_300x220.png" /></div>
+
+Use the links below to download Apache Hama releases from one of our mirrors. You should verify the integrity of the files using the signatures and checksums available from this page.
+<br/><br/>
+Apache Hama releases are available under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. See the NOTICE.txt file contained in each release artifact for applicable copyright attribution notices.
+<br/><br/>
+<ul>
+  <li><a href="http://www.apache.org/dyn/closer.cgi/hama">Download Hama</a> from the release page.</li>
+  <li><a href="http://wiki.apache.org/hama/GettingStarted">Getting Started</a> with Hama.
+    <ul>
+      <li>On <a href="http://wiki.apache.org/hama/GettingStartedMesos">Mesos</a> cluster</li>
+      <li>On <a href="http://wiki.apache.org/hama/GettingStartedYARN">YARN</a> cluster</li>
+    </ul>
+  </li>
+  <li>Launch a <a href="http://wiki.apache.org/hama/LaunchHamaUsingWhirr">Hama cluster on Clouds</a>.</li>
+  <li>Learn more about <a href="http://wiki.apache.org/hama">Hama and BSP</a> by reading the documentation.</li>
+</ul>
+
+<br/>
+<hr/>
+<font style="font-size:80%">
+Copyright © 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.<br/>
+Apache Hama, Apache, the Apache feather logo, and the Apache Hama project logos are trademarks of The Apache Software Foundation. 
+All other marks mentioned may be trademarks or registered trademarks of their respective owners.</font>
+</div>
+</center>
+</body>
+</html>
+