You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2015/11/26 13:13:41 UTC

[2/2] flink-web git commit: Add link to powered by wiki page; reactive GA tracking

Add link to powered by wiki page; reactive GA tracking


Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/a7ea99b1
Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/a7ea99b1
Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/a7ea99b1

Branch: refs/heads/asf-site
Commit: a7ea99b1d35c7f63236734b10fb216af02c8fc9c
Parents: 0e401f7
Author: Robert Metzger <rm...@apache.org>
Authored: Thu Nov 26 13:13:15 2015 +0100
Committer: Robert Metzger <rm...@apache.org>
Committed: Thu Nov 26 13:13:15 2015 +0100

----------------------------------------------------------------------
 _includes/navbar.html                           |  1 +
 _layouts/base.html                              |  6 ++-
 content/blog/index.html                         |  7 +++-
 content/blog/page2/index.html                   |  7 +++-
 content/blog/page3/index.html                   |  7 +++-
 content/blog/page4/index.html                   |  7 +++-
 content/community.html                          |  7 +++-
 content/contribute-code.html                    |  7 +++-
 content/contribute-documentation.html           |  7 +++-
 content/downloads.html                          | 44 +++++++++++---------
 content/faq.html                                |  7 +++-
 content/features.html                           |  7 +++-
 content/how-to-contribute.html                  |  7 +++-
 content/improve-website.html                    |  7 +++-
 content/index.html                              |  7 +++-
 content/material.html                           |  7 +++-
 content/news/2012/08/21/release02.html          |  7 +++-
 content/news/2012/10/15/icde2013.html           |  7 +++-
 content/news/2012/11/12/btw2013demo.html        |  7 +++-
 content/news/2012/11/21/previewICDE2013.html    |  7 +++-
 content/news/2013/03/27/www-demo-paper.html     |  7 +++-
 content/news/2013/10/21/cikm2013-paper.html     |  7 +++-
 .../2013/12/13/humboldt-innovation-award.html   |  7 +++-
 .../2014/01/10/stratosphere-hadoop-summit.html  |  7 +++-
 .../news/2014/01/12/0.4-migration-guide.html    |  7 +++-
 .../2014/01/13/stratosphere-release-0.4.html    |  7 +++-
 .../26/optimizer_plan_visualization_tool.html   |  7 +++-
 content/news/2014/01/28/querying_mongodb.html   |  7 +++-
 .../18/amazon-elastic-mapreduce-cloud-yarn.html |  7 +++-
 ...stratosphere-google-summer-of-code-2014.html |  7 +++-
 .../16/stratosphere-goes-apache-incubator.html  |  7 +++-
 content/news/2014/05/31/release-0.5.html        |  7 +++-
 content/news/2014/08/26/release-0.6.html        |  7 +++-
 content/news/2014/09/26/release-0.6.1.html      |  7 +++-
 content/news/2014/10/03/upcoming_events.html    |  7 +++-
 content/news/2014/11/04/release-0.7.0.html      |  7 +++-
 .../news/2014/11/18/hadoop-compatibility.html   |  7 +++-
 content/news/2015/01/06/december-in-flink.html  |  7 +++-
 content/news/2015/01/21/release-0.8.html        |  7 +++-
 content/news/2015/02/04/january-in-flink.html   |  7 +++-
 content/news/2015/02/09/streaming-example.html  |  7 +++-
 .../news/2015/03/02/february-2015-in-flink.html |  7 +++-
 .../peeking-into-Apache-Flinks-Engine-Room.html |  7 +++-
 content/news/2015/04/07/march-in-flink.html     |  7 +++-
 .../2015/04/13/release-0.9.0-milestone1.html    |  7 +++-
 .../05/11/Juggling-with-Bits-and-Bytes.html     |  7 +++-
 .../news/2015/05/14/Community-update-April.html |  7 +++-
 .../announcing-apache-flink-0.9.0-release.html  |  7 +++-
 .../2015/08/24/introducing-flink-gelly.html     |  7 +++-
 content/news/2015/09/01/release-0.9.1.html      |  7 +++-
 content/news/2015/09/03/flink-forward.html      |  7 +++-
 content/news/2015/09/16/off-heap-memory.html    |  7 +++-
 content/news/2015/11/16/release-0.10.0.html     |  7 +++-
 content/privacy-policy.html                     |  7 +++-
 content/project.html                            |  7 +++-
 downloads.md                                    | 37 ++++++++--------
 56 files changed, 308 insertions(+), 144 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/_includes/navbar.html
----------------------------------------------------------------------
diff --git a/_includes/navbar.html b/_includes/navbar.html
index 811a3d4..b0b07ba 100644
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -85,6 +85,7 @@
                 <li><a href="{{ site.baseurl }}/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="{{ site.baseurl }}/community.html#source-code">Source Code</a></li>
                 <li><a href="{{ site.baseurl }}/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/_layouts/base.html
----------------------------------------------------------------------
diff --git a/_layouts/base.html b/_layouts/base.html
index 2c1b390..44872b2 100644
--- a/_layouts/base.html
+++ b/_layouts/base.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="{{ site.baseurl }}/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -47,8 +51,6 @@
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="{{ site.baseurl }}/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/blog/index.html
----------------------------------------------------------------------
diff --git a/content/blog/index.html b/content/blog/index.html
index d98401a..c875a44 100644
--- a/content/blog/index.html
+++ b/content/blog/index.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -717,8 +722,6 @@ release is a preview release that contains known issues.</p>
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/blog/page2/index.html
----------------------------------------------------------------------
diff --git a/content/blog/page2/index.html b/content/blog/page2/index.html
index e92811b..864d6fa 100644
--- a/content/blog/page2/index.html
+++ b/content/blog/page2/index.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -714,8 +719,6 @@ and offers a new API including definition of flexible windows.</p>
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/blog/page3/index.html
----------------------------------------------------------------------
diff --git a/content/blog/page3/index.html b/content/blog/page3/index.html
index 1584296..fb97520 100644
--- a/content/blog/page3/index.html
+++ b/content/blog/page3/index.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -712,8 +717,6 @@ academic and open source project that Flink originates from.</p>
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/blog/page4/index.html
----------------------------------------------------------------------
diff --git a/content/blog/page4/index.html b/content/blog/page4/index.html
index 940f2ac..4653c23 100644
--- a/content/blog/page4/index.html
+++ b/content/blog/page4/index.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -713,8 +718,6 @@ We demonstrate our optimizer and a job submission client that allows users to pe
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/community.html
----------------------------------------------------------------------
diff --git a/content/community.html b/content/community.html
index da7a8fe..076bbf1 100644
--- a/content/community.html
+++ b/content/community.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -652,8 +657,6 @@ See Suneel Marthi’s <a href="http://www.slideshare.net/FlinkForward/suneel-mar
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/contribute-code.html
----------------------------------------------------------------------
diff --git a/content/contribute-code.html b/content/contribute-code.html
index 68eee16..7da75ce 100644
--- a/content/contribute-code.html
+++ b/content/contribute-code.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -495,8 +500,6 @@ before its release. Only builds that pass all tests are published here.</p>
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/contribute-documentation.html
----------------------------------------------------------------------
diff --git a/content/contribute-documentation.html b/content/contribute-documentation.html
index 9e863b4..80b9aba 100644
--- a/content/contribute-documentation.html
+++ b/content/contribute-documentation.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -234,8 +239,6 @@
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/downloads.html
----------------------------------------------------------------------
diff --git a/content/downloads.html b/content/downloads.html
index f6ab963..8a112db 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -155,7 +160,8 @@
 <script type="text/javascript">
 $( document ).ready(function() {
   // Handler for .ready() called.
-  $('.ga-track').on('click', function() {
+  $('.ga-track').click( function () {
+    console.log("tracking " + $(this).attr('id'))
     // we just use the element id for tracking with google analytics
     ga('send', 'event', 'button', 'click', $(this).attr('id'));
   });
@@ -197,32 +203,32 @@ pick the Hadoop 1 version.</p>
 <tbody>
     <tr>
     <th>Hadoop 1.2.1</th>
-    <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.0/flink-0.10.0-bin-hadoop1-scala_2.10.tgz">Download</a></td>
+    <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.0/flink-0.10.0-bin-hadoop1-scala_2.10.tgz" class="ga-track" id="download-hadoop1">Download</a></td>
     <td></td>
     </tr>
 
     <tr>
     <th>Hadoop 2.3.0</th>
-    <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.0/flink-0.10.0-bin-hadoop2-scala_2.10.tgz">Download</a></td>
-    <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.0/flink-0.10.0-bin-hadoop2-scala_2.11.tgz">Download</a></td>
+    <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.0/flink-0.10.0-bin-hadoop2-scala_2.10.tgz" class="ga-track" id="download-hadoop2">Download</a></td>
+    <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.0/flink-0.10.0-bin-hadoop2-scala_2.11.tgz" class="ga-track" id="download-hadoop2_211">Download</a></td>
     </tr>
 
     <tr>
     <th>Hadoop 2.4.1</th>
-    <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.0/flink-0.10.0-bin-hadoop24-scala_2.10.tgz">Download</a></td>
-    <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.0/flink-0.10.0-bin-hadoop24-scala_2.11.tgz">Download</a></td>
+    <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.0/flink-0.10.0-bin-hadoop24-scala_2.10.tgz" class="ga-track" id="download-hadoop24">Download</a></td>
+    <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.0/flink-0.10.0-bin-hadoop24-scala_2.11.tgz" class="ga-track" id="download-hadoop24_211">Download</a></td>
     </tr>
 
     <tr>
     <th>Hadoop 2.6.0</th>
-    <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.0/flink-0.10.0-bin-hadoop26-scala_2.10.tgz">Download</a></td>
-    <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.0/flink-0.10.0-bin-hadoop26-scala_2.11.tgz">Download</a></td>
+    <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.0/flink-0.10.0-bin-hadoop26-scala_2.10.tgz" class="ga-track" id="download-hadoop26">Download</a></td>
+    <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.0/flink-0.10.0-bin-hadoop26-scala_2.11.tgz" class="ga-track" id="download-hadoop26_211">Download</a></td>
     </tr>
 
     <tr>
     <th>Hadoop 2.7.0</th>
-    <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.0/flink-0.10.0-bin-hadoop27-scala_2.10.tgz">Download</a></td>
-    <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.0/flink-0.10.0-bin-hadoop27-scala_2.11.tgz">Download</a></td>
+    <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.0/flink-0.10.0-bin-hadoop27-scala_2.10.tgz" class="ga-track" id="download-hadoop27">Download</a></td>
+    <td><a href="http://www.apache.org/dyn/closer.lua/flink/flink-0.10.0/flink-0.10.0-bin-hadoop27-scala_2.11.tgz" class="ga-track" id="download-hadoop27_211">Download</a></td>
     </tr>
 
     
@@ -269,14 +275,14 @@ pick the Hadoop 1 version.</p>
 <h2 id="all-releases">All releases</h2>
 
 <ul>
-  <li>Flink 0.9.1 (<a href="http://archive.apache.org/dist/flink/flink-0.9.1/">Jars</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.9/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.9/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.9/api/scala/index.html">ScalaDocs</a>)</li>
-  <li>Flink 0.9.0 (<a href="http://archive.apache.org/dist/flink/flink-0.9.0/">Jars</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.9/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.9/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.9/api/scala/index.html">ScalaDocs</a>)</li>
-  <li>Flink 0.9.0-milestone-1 (<a href="http://archive.apache.org/dist/flink/flink-0.9.0-milestone-1/">Jars</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.9/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.9/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.9/api/scala/index.html">ScalaDocs</a>)</li>
-  <li>Flink 0.8.1 (<a href="http://archive.apache.org/dist/flink/flink-0.8.1/">Jars</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8.1/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8.1/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8.1/api/scala/index.html">ScalaDocs</a>)</li>
-  <li>Flink 0.8.0 (<a href="http://archive.apache.org/dist/flink/flink-0.8.0/">Jars</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8.0/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8.0/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8.0/api/scala/index.html">ScalaDocs</a>)</li>
-  <li>Flink 0.7.0-incubating (<a href="http://archive.apache.org/dist/incubator/flink/flink-0.7.0-incubating/">Jars</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.7/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.7/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.7/api/scala/index.html">ScalaDocs</a>)</li>
-  <li>Flink 0.6.1-incubating (<a href="http://archive.apache.org/dist/incubator/flink/flink-0.6.1-incubating/">Jars</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.6.1/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.6.1/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.6.1/api/scala/index.html">ScalaDocs</a>)</li>
-  <li>Flink 0.6-incubating (<a href="http://archive.apache.org/dist/incubator/flink/">Jars</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.6/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.6/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.6/api/scala/index.html">ScalaDocs</a>)</li>
+  <li>Flink 0.9.1 (<a href="http://archive.apache.org/dist/flink/flink-0.9.1/">Binaries</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.9/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.9/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.9/api/scala/index.html">ScalaDocs</a>)</li>
+  <li>Flink 0.9.0 (<a href="http://archive.apache.org/dist/flink/flink-0.9.0/">Binaries</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.9/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.9/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.9/api/scala/index.html">ScalaDocs</a>)</li>
+  <li>Flink 0.9.0-milestone-1 (<a href="http://archive.apache.org/dist/flink/flink-0.9.0-milestone-1/">Binaries</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.9/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.9/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.9/api/scala/index.html">ScalaDocs</a>)</li>
+  <li>Flink 0.8.1 (<a href="http://archive.apache.org/dist/flink/flink-0.8.1/">Binaries</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8.1/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8.1/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8.1/api/scala/index.html">ScalaDocs</a>)</li>
+  <li>Flink 0.8.0 (<a href="http://archive.apache.org/dist/flink/flink-0.8.0/">Binaries</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8.0/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8.0/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.8.0/api/scala/index.html">ScalaDocs</a>)</li>
+  <li>Flink 0.7.0-incubating (<a href="http://archive.apache.org/dist/incubator/flink/flink-0.7.0-incubating/">Binaries</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.7/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.7/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.7/api/scala/index.html">ScalaDocs</a>)</li>
+  <li>Flink 0.6.1-incubating (<a href="http://archive.apache.org/dist/incubator/flink/flink-0.6.1-incubating/">Binaries</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.6.1/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.6.1/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.6.1/api/scala/index.html">ScalaDocs</a>)</li>
+  <li>Flink 0.6-incubating (<a href="http://archive.apache.org/dist/incubator/flink/">Binaries</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.6/">Docs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.6/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.6/api/scala/index.html">ScalaDocs</a>)</li>
   <li>Stratosphere 0.5.1 (<a href="http://ci.apache.org/projects/flink/flink-docs-release-0.5.1/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.5.1/api/scala/index.html">ScalaDocs</a>)</li>
   <li>Stratosphere 0.5 (<a href="http://ci.apache.org/projects/flink/flink-docs-release-0.5/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.5/api/scala/index.html">ScalaDocs</a>)</li>
   <li>Stratosphere 0.4 (<a href="http://ci.apache.org/projects/flink/flink-docs-release-0.4/api/java">Javadocs</a>, <a href="http://ci.apache.org/projects/flink/flink-docs-release-0.4/api/scala/index.html">ScalaDocs</a>)</li>
@@ -296,8 +302,6 @@ pick the Hadoop 1 version.</p>
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/faq.html
----------------------------------------------------------------------
diff --git a/content/faq.html b/content/faq.html
index d90b364..da6ab71 100644
--- a/content/faq.html
+++ b/content/faq.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -627,8 +632,6 @@ Hadoop’s counters, but are more powerful.</p>
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/features.html
----------------------------------------------------------------------
diff --git a/content/features.html b/content/features.html
index a7060db..2432a98 100644
--- a/content/features.html
+++ b/content/features.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -459,8 +464,6 @@
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/how-to-contribute.html
----------------------------------------------------------------------
diff --git a/content/how-to-contribute.html b/content/how-to-contribute.html
index e03fa4f..bd73865 100644
--- a/content/how-to-contribute.html
+++ b/content/how-to-contribute.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -326,8 +331,6 @@
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/improve-website.html
----------------------------------------------------------------------
diff --git a/content/improve-website.html b/content/improve-website.html
index 2de850d..ff0ec59 100644
--- a/content/improve-website.html
+++ b/content/improve-website.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -277,8 +282,6 @@ git checkout asf-site
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 69049e8..129628a 100644
--- a/content/index.html
+++ b/content/index.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -289,8 +294,6 @@
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/material.html
----------------------------------------------------------------------
diff --git a/content/material.html b/content/material.html
index 7423013..1a8f41a 100644
--- a/content/material.html
+++ b/content/material.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -315,8 +320,6 @@
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2012/08/21/release02.html
----------------------------------------------------------------------
diff --git a/content/news/2012/08/21/release02.html b/content/news/2012/08/21/release02.html
index 8e835e8..8f1c53e 100644
--- a/content/news/2012/08/21/release02.html
+++ b/content/news/2012/08/21/release02.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -193,8 +198,6 @@
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2012/10/15/icde2013.html
----------------------------------------------------------------------
diff --git a/content/news/2012/10/15/icde2013.html b/content/news/2012/10/15/icde2013.html
index 967e18e..8fd3299 100644
--- a/content/news/2012/10/15/icde2013.html
+++ b/content/news/2012/10/15/icde2013.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -194,8 +199,6 @@ We demonstrate our optimizer and a job submission client that allows users to pe
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2012/11/12/btw2013demo.html
----------------------------------------------------------------------
diff --git a/content/news/2012/11/12/btw2013demo.html b/content/news/2012/11/12/btw2013demo.html
index 2208446..7893cf8 100644
--- a/content/news/2012/11/12/btw2013demo.html
+++ b/content/news/2012/11/12/btw2013demo.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -192,8 +197,6 @@ Analyzing big data sets as they occur in modern business and science application
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2012/11/21/previewICDE2013.html
----------------------------------------------------------------------
diff --git a/content/news/2012/11/21/previewICDE2013.html b/content/news/2012/11/21/previewICDE2013.html
index 0ae2956..56f35fb 100644
--- a/content/news/2012/11/21/previewICDE2013.html
+++ b/content/news/2012/11/21/previewICDE2013.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -187,8 +192,6 @@ The demo shows how static code analysis can be leveraged to reordered UDF operat
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2013/03/27/www-demo-paper.html
----------------------------------------------------------------------
diff --git a/content/news/2013/03/27/www-demo-paper.html b/content/news/2013/03/27/www-demo-paper.html
index 2387ac8..33bb024 100644
--- a/content/news/2013/03/27/www-demo-paper.html
+++ b/content/news/2013/03/27/www-demo-paper.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -191,8 +196,6 @@ The importance of social-media platforms and online communities - in business as
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2013/10/21/cikm2013-paper.html
----------------------------------------------------------------------
diff --git a/content/news/2013/10/21/cikm2013-paper.html b/content/news/2013/10/21/cikm2013-paper.html
index 3849abd..bac77a9 100644
--- a/content/news/2013/10/21/cikm2013-paper.html
+++ b/content/news/2013/10/21/cikm2013-paper.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -225,8 +230,6 @@ in the majority of cases.</p>
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2013/12/13/humboldt-innovation-award.html
----------------------------------------------------------------------
diff --git a/content/news/2013/12/13/humboldt-innovation-award.html b/content/news/2013/12/13/humboldt-innovation-award.html
index a9d2892..f4a9069 100644
--- a/content/news/2013/12/13/humboldt-innovation-award.html
+++ b/content/news/2013/12/13/humboldt-innovation-award.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -196,8 +201,6 @@
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2014/01/10/stratosphere-hadoop-summit.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/10/stratosphere-hadoop-summit.html b/content/news/2014/01/10/stratosphere-hadoop-summit.html
index ecea0f7..f2b1da8 100644
--- a/content/news/2014/01/10/stratosphere-hadoop-summit.html
+++ b/content/news/2014/01/10/stratosphere-hadoop-summit.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -186,8 +191,6 @@
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2014/01/12/0.4-migration-guide.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/12/0.4-migration-guide.html b/content/news/2014/01/12/0.4-migration-guide.html
index 3b8541d..c5c1f2d 100644
--- a/content/news/2014/01/12/0.4-migration-guide.html
+++ b/content/news/2014/01/12/0.4-migration-guide.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -262,8 +267,6 @@ For a complete overview of the renamings, have a look at <a href="https://github
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2014/01/13/stratosphere-release-0.4.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/13/stratosphere-release-0.4.html b/content/news/2014/01/13/stratosphere-release-0.4.html
index 90f173f..6eb519a 100644
--- a/content/news/2014/01/13/stratosphere-release-0.4.html
+++ b/content/news/2014/01/13/stratosphere-release-0.4.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -255,8 +260,6 @@ Follow <a href="/docs/0.4/setup/yarn.html">our guide</a> on how to start a Strat
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2014/01/26/optimizer_plan_visualization_tool.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/26/optimizer_plan_visualization_tool.html b/content/news/2014/01/26/optimizer_plan_visualization_tool.html
index c5010d5..3552a6e 100644
--- a/content/news/2014/01/26/optimizer_plan_visualization_tool.html
+++ b/content/news/2014/01/26/optimizer_plan_visualization_tool.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -204,8 +209,6 @@
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2014/01/28/querying_mongodb.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/28/querying_mongodb.html b/content/news/2014/01/28/querying_mongodb.html
index c83351e..12bb733 100644
--- a/content/news/2014/01/28/querying_mongodb.html
+++ b/content/news/2014/01/28/querying_mongodb.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -277,8 +282,6 @@ You can now press the “Run” button and see how Stratosphere executes the lit
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html b/content/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html
index 15cded3..1a85b88 100644
--- a/content/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html
+++ b/content/news/2014/02/18/amazon-elastic-mapreduce-cloud-yarn.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -366,8 +371,6 @@ Inspect the result in HDFS using:</p>
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2014/02/24/stratosphere-google-summer-of-code-2014.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/24/stratosphere-google-summer-of-code-2014.html b/content/news/2014/02/24/stratosphere-google-summer-of-code-2014.html
index e862834..3d437b1 100644
--- a/content/news/2014/02/24/stratosphere-google-summer-of-code-2014.html
+++ b/content/news/2014/02/24/stratosphere-google-summer-of-code-2014.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -193,8 +198,6 @@ Applying students can use our wiki (create a new page) to create a project propo
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2014/04/16/stratosphere-goes-apache-incubator.html
----------------------------------------------------------------------
diff --git a/content/news/2014/04/16/stratosphere-goes-apache-incubator.html b/content/news/2014/04/16/stratosphere-goes-apache-incubator.html
index 0f9950f..f05b42b 100644
--- a/content/news/2014/04/16/stratosphere-goes-apache-incubator.html
+++ b/content/news/2014/04/16/stratosphere-goes-apache-incubator.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -188,8 +193,6 @@
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2014/05/31/release-0.5.html
----------------------------------------------------------------------
diff --git a/content/news/2014/05/31/release-0.5.html b/content/news/2014/05/31/release-0.5.html
index 772cda8..f565812 100644
--- a/content/news/2014/05/31/release-0.5.html
+++ b/content/news/2014/05/31/release-0.5.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -265,8 +270,6 @@
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2014/08/26/release-0.6.html
----------------------------------------------------------------------
diff --git a/content/news/2014/08/26/release-0.6.html b/content/news/2014/08/26/release-0.6.html
index 41fd94c..3cfbee5 100644
--- a/content/news/2014/08/26/release-0.6.html
+++ b/content/news/2014/08/26/release-0.6.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -259,8 +264,6 @@ robust, as well as breaking API changes.</p>
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2014/09/26/release-0.6.1.html
----------------------------------------------------------------------
diff --git a/content/news/2014/09/26/release-0.6.1.html b/content/news/2014/09/26/release-0.6.1.html
index f786337..508dedd 100644
--- a/content/news/2014/09/26/release-0.6.1.html
+++ b/content/news/2014/09/26/release-0.6.1.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -190,8 +195,6 @@ of the system. We suggest all users of Flink to work with this newest version.</
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2014/10/03/upcoming_events.html
----------------------------------------------------------------------
diff --git a/content/news/2014/10/03/upcoming_events.html b/content/news/2014/10/03/upcoming_events.html
index ea8fa09..30f65bb 100644
--- a/content/news/2014/10/03/upcoming_events.html
+++ b/content/news/2014/10/03/upcoming_events.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -275,8 +280,6 @@ properties, some algorithms)</p>
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2014/11/04/release-0.7.0.html
----------------------------------------------------------------------
diff --git a/content/news/2014/11/04/release-0.7.0.html b/content/news/2014/11/04/release-0.7.0.html
index 6d2e4f5..155a820 100644
--- a/content/news/2014/11/04/release-0.7.0.html
+++ b/content/news/2014/11/04/release-0.7.0.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -248,8 +253,6 @@
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a7ea99b1/content/news/2014/11/18/hadoop-compatibility.html
----------------------------------------------------------------------
diff --git a/content/news/2014/11/18/hadoop-compatibility.html b/content/news/2014/11/18/hadoop-compatibility.html
index 28773ad..c8b4a0a 100644
--- a/content/news/2014/11/18/hadoop-compatibility.html
+++ b/content/news/2014/11/18/hadoop-compatibility.html
@@ -17,6 +17,10 @@
     <!-- Blog RSS feed -->
     <link href="/blog/feed.xml" rel="alternate" type="application/rss+xml" title="Apache Flink Blog: RSS feed" />
 
+    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+    <!-- We need to load Jquery in the header for custom google analytics event tracking-->
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
@@ -114,6 +118,7 @@
                 <li><a href="/community.html#third-party-packages">Third Party Packages</a></li>
                 <li><a href="/community.html#source-code">Source Code</a></li>
                 <li><a href="/community.html#people">People</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/FLINK/Powered+by+Flink"><small><span class="glyphicon glyphicon-new-window"></span></small> Powered by Flink</a></li>
 
                 <!-- Contribute -->
                 <li class="divider"></li>
@@ -263,8 +268,6 @@
 
     </div><!-- /.container -->
 
-    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
     <script src="/js/codetabs.js"></script>