You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2015/04/13 16:02:43 UTC

svn commit: r1673198 - in /flink: css/main/main.css downloads.md index.html

Author: uce
Date: Mon Apr 13 14:02:42 2015
New Revision: 1673198

URL: http://svn.apache.org/r1673198
Log:
Update website for 0.9.0-milestone release (w/o site directory)

Modified:
    flink/css/main/main.css
    flink/downloads.md
    flink/index.html

Modified: flink/css/main/main.css
URL: http://svn.apache.org/viewvc/flink/css/main/main.css?rev=1673198&r1=1673197&r2=1673198&view=diff
==============================================================================
--- flink/css/main/main.css (original)
+++ flink/css/main/main.css Mon Apr 13 14:02:42 2015
@@ -141,20 +141,20 @@ body {
 }
 
 .af-front-top-logo {
-	margin: 30px auto 50px auto;
-	width: 30%;
+	margin: 30px auto 30px auto;
+	width: 200px;
 }
 
 .af-front-top-headline1 {
 	color: #fff;
-	font-size: 3.6em;
+	font-size: 2em;
+	font-weight: bold;
 }
 
 .af-front-top-headline2 {
 	color: #fff;
-	font-size: 1.8em;
+	font-size: 1.6em;
 	font-weight: normal;
-	margin-top: 30px;
 }
 
 /* Front Top Buttons */

Modified: flink/downloads.md
URL: http://svn.apache.org/viewvc/flink/downloads.md?rev=1673198&r1=1673197&r2=1673198&view=diff
==============================================================================
--- flink/downloads.md (original)
+++ flink/downloads.md Mon Apr 13 14:02:42 2015
@@ -37,11 +37,27 @@ Apache Flink {{ site.FLINK_VERSION_STABL
   	<p>Pick this package if you plan to use Flink with Hadoop YARN.</p>
   </a>
   <a href="{{ site.FLINK_DOWNLOAD_URL_SOURCE }}" class="list-group-item ga-track" id="download-source">
-    <h4 class="list-group-item-heading"><i class="fa fa-download"></i> <strong>Flink {{ site.FLINK_VERSION_STABLE }} Source Release</strong></h4>
+    <h4 class="list-group-item-heading"><i class="fa fa-download"></i> <strong>Flink {{ site.FLINK_VERSION_STABLE }}</strong> Source Release</h4>
     <p>Review the source code or build Flink on your own, using this package</p>
   </a>
 </div>
 
+## Preview
+
+This **milestone release** is a preview of the upcoming {{site.FLINK_VERSION_LATEST_SHORT}} release. Check out the announcement for all the details.
+
+<div class="list-group">
+  <a href="http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.0-milestone-1/flink-0.9.0-milestone-1-bin-hadoop1.tgz" id="download-hadoop1" class="list-group-item ga-track">
+    <h4 class="list-group-item-heading"><i class="fa fa-download"></i> <strong>Flink 0.9.0-milestone-1</strong> for Hadoop 1</h4>
+  </a>
+  <a href="http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.0-milestone-1/flink-0.9.0-milestone-1-bin-hadoop2.tgz" id="download-hadoop2" class="list-group-item ga-track">
+    <h4 class="list-group-item-heading"><i class="fa fa-download"></i> <strong>Flink 0.9.0-milestone-1</strong> for Hadoop 2 and YARN</h4>
+  </a>
+  <a href="http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.0-milestone-1/flink-0.9.0-milestone-1-src.tgz" class="list-group-item ga-track" id="download-source">
+    <h4 class="list-group-item-heading"><i class="fa fa-download"></i> <strong>Flink 0.9.0-milestone-1</strong> Source Release</h4>
+  </a>
+</div>
+
 ### Maven Dependencies
 
 You can add the following dependencies to your `pom.xml` to include Apache Flink in your project.

Modified: flink/index.html
URL: http://svn.apache.org/viewvc/flink/index.html?rev=1673198&r1=1673197&r2=1673198&view=diff
==============================================================================
--- flink/index.html (original)
+++ flink/index.html Mon Apr 13 14:02:42 2015
@@ -209,13 +209,13 @@ layout: none
               <div class="col-md-6 col-md-offset-3">
               <div class="row">
                 <div class="col-md-6">
-                    <a href="http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-bin-hadoop2.tgz" title="Download 0.8.1" class="af-btn af-btn-large af-btn-orange">
-                        Download
+                    <a href="downloads.html#stable" title="Download 0.8.1" class="af-btn af-btn-large af-btn-orange">
+                        Download {{ site.FLINK_VERSION_STABLE }} (Stable)
                     </a>
                 </div>
                 <div class="col-md-6">
-                    <a href="https://github.com/apache/flink" title="View on GitHub" target="blank" class="af-btn af-btn-large af-btn-blue">
-                        View on Github
+                    <a href="downloads.html#preview" title="Download 0.9.0-milestone-1" class="af-btn af-btn-large af-btn-blue">
+                        Download 0.9.0 (Preview)
                     </a>
                 </div>
             </div>