You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gw...@apache.org on 2016/10/04 22:56:19 UTC

[3/6] kafka-site git commit: new design

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/1b8cdf48/contributing.html
----------------------------------------------------------------------
diff --git a/contributing.html b/contributing.html
index 79ea302..82f492a 100644
--- a/contributing.html
+++ b/contributing.html
@@ -1,47 +1,54 @@
 <!--#include virtual="includes/header.html" -->
-
-<h1>How To Contribute</h1>
-
-We are always very happy to have contributions, whether for trivial cleanups or big new features.
-<p>
-If you don't know Java or Scala you can still contribute to the project. An important area is the <a href="https://cwiki.apache.org/confluence/display/KAFKA/Clients">clients</a>. We want to have high quality, well documented clients for each programming language. These, as well as the surrounding <a href="https://cwiki.apache.org/confluence/display/KAFKA/Ecosystem">ecosystem</a> of integration tools that people use with Kafka, are critical aspects of the project.
-<p>
-Nor is code the only way to contribute to the project. We strongly value documentation and gladly accept improvements to the documentation.
-
-<h2>Contributing A Code Change</h2>
-
-To submit a change for inclusion, please do the following:
-
-<ul>
-	<li>If the change is non-trivial please include some unit tests that cover the new functionality.</li>
-	<li>If you are introducing a completely new feature or API it is a good idea to start a wiki and get consensus on the basic design first.</li>
-	<li>Make sure you have observed the recommendations in the <a href="coding-guide.html">style guide</a>.</li>
-	<li>Follow the detailed instructions in <a href="https://cwiki.apache.org/confluence/display/KAFKA/Contributing+Code+Changes">Contributing Code Changes</a>.</li>
-	<li>Note that if the change is related to user-facing protocols / interface / configs, etc, you need to make the corresponding change on the documentation as well. For wiki page changes feel free to edit the page content directly (you may need to contact us to get the permission first if it is your first time to edit on wiki);  website docs live in the code repo under `docs` so that changes to that can be done in the same PR as changes to the code. Website doc change instructions are given below.
-	<li>It is our job to follow up on patches in a timely fashion. <a href="mailto: dev@kafka.apache.org">Nag us</a> if we aren't doing our job (sometimes we drop things).</li>
-</ul>
-
-<h2>Contributing A Change To The Website</h2>
-
-To submit a change for inclusion please do the following:
-
-<ul>
-       <li>Follow the instructions in <a href="https://cwiki.apache.org/confluence/display/KAFKA/Contributing+Website+Documentation+Changes">Contributing Website Changes</a>.</li>
-       <li>It is our job to follow up on patches in a timely fashion. <a href="mailto: dev@kafka.apache.org">Nag us</a> if we aren't doing our job (sometimes we drop things). If the patch needs improvement, the reviewer will mark the jira back to "In Progress" after reviewing.</li>
-</ul>
-
-<h2>Finding A Project To Work On</h2>
-
-The easiest way to get started working with the code base is to pick up a really easy JIRA and work on that. This will help you get familiar with the code base, build system, review process, etc. We flag these kind of starter bugs <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20KAFKA%20AND%20labels%20%3D%20newbie%20AND%20status%20%3D%20Open">here</a>.
-<p>
-Please contact us to be added the contributor list. After that you can assign yourself to the JIRA ticket you have started working on so others will notice.
-</p>
-<p>
-Once you have gotten through the basic process of checking in code, you may want to move on to a more substantial project. We try to curate this kind of project as well, and you can find these <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20KAFKA%20AND%20labels%20%3D%20project%20AND%20status%20%3D%20Open">here</a>.
-</p>
-
-<h2>Becoming a Committer</h2>
-
-We are always interested in adding new contributors. What we look for a series of contributions, good taste, and an ongoing interest in the project. If you are interested in becoming a committer, let one of the existing committers know and they can help guide you through the process.
+<!--#include virtual="includes/top.html" -->
+<div class="content">
+	<!--#include virtual="includes/nav.html" -->
+	<div class="right">
+		<h1>How to contribute</h1>
+		<p>We are always very happy to have contributions, whether for trivial cleanups or big new features.</p>
+		<p>
+		If you don't know Java or Scala you can still contribute to the project. An important area is the <a href="https://cwiki.apache.org/confluence/display/KAFKA/Clients">clients</a>. We want to have high quality, well documented clients for each programming language. These, as well as the surrounding <a href="https://cwiki.apache.org/confluence/display/KAFKA/Ecosystem">ecosystem</a> of integration tools that people use with Kafka, are critical aspects of the project.
+		<p>
+		Nor is code the only way to contribute to the project. We strongly value documentation and gladly accept improvements to the documentation.
+
+		<h2>Contributing A Code Change</h2>
+
+		To submit a change for inclusion, please do the following:
+
+		<ul>
+			<li>If the change is non-trivial please include some unit tests that cover the new functionality.</li>
+			<li>If you are introducing a completely new feature or API it is a good idea to start a wiki and get consensus on the basic design first.</li>
+			<li>Make sure you have observed the recommendations in the <a href="coding-guide.html">style guide</a>.</li>
+			<li>Follow the detailed instructions in <a href="https://cwiki.apache.org/confluence/display/KAFKA/Contributing+Code+Changes">Contributing Code Changes</a>.</li>
+			<li>Note that if the change is related to user-facing protocols / interface / configs, etc, you need to make the corresponding change on the documentation as well. For wiki page changes feel free to edit the page content directly (you may need to contact us to get the permission first if it is your first time to edit on wiki);  website docs live in the code repo under `docs` so that changes to that can be done in the same PR as changes to the code. Website doc change instructions are given below.
+			<li>It is our job to follow up on patches in a timely fashion. <a href="mailto: dev@kafka.apache.org">Nag us</a> if we aren't doing our job (sometimes we drop things).</li>
+		</ul>
+
+		<h2>Contributing A Change To The Website</h2>
+
+		To submit a change for inclusion please do the following:
+
+		<ul>
+		       <li>Follow the instructions in <a href="https://cwiki.apache.org/confluence/display/KAFKA/Contributing+Website+Documentation+Changes">Contributing Website Changes</a>.</li>
+		       <li>It is our job to follow up on patches in a timely fashion. <a href="mailto: dev@kafka.apache.org">Nag us</a> if we aren't doing our job (sometimes we drop things). If the patch needs improvement, the reviewer will mark the jira back to "In Progress" after reviewing.</li>
+		</ul>
+
+		<h2>Finding A Project To Work On</h2>
+
+		The easiest way to get started working with the code base is to pick up a really easy JIRA and work on that. This will help you get familiar with the code base, build system, review process, etc. We flag these kind of starter bugs <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20KAFKA%20AND%20labels%20%3D%20newbie%20AND%20status%20%3D%20Open">here</a>.
+		<p>
+		Please contact us to be added the contributor list. After that you can assign yourself to the JIRA ticket you have started working on so others will notice.
+		</p>
+		<p>
+		Once you have gotten through the basic process of checking in code, you may want to move on to a more substantial project. We try to curate this kind of project as well, and you can find these <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20KAFKA%20AND%20labels%20%3D%20project%20AND%20status%20%3D%20Open">here</a>.
+		</p>
+
+		<h2>Becoming a Committer</h2>
+
+		We are always interested in adding new contributors. What we look for a series of contributions, good taste, and an ongoing interest in the project. If you are interested in becoming a committer, let one of the existing committers know and they can help guide you through the process.
+
+	<script>
+	// Show selected style on nav item
+	$(function() { $('.b-nav__project').addClass('selected'); });
+	</script>
 
 <!--#include virtual="includes/footer.html" -->

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/1b8cdf48/documentation.html
----------------------------------------------------------------------
diff --git a/documentation.html b/documentation.html
index 47fd10a..7812975 100644
--- a/documentation.html
+++ b/documentation.html
@@ -1,2 +1,15 @@
 <!-- should always link the the latest release's documentation -->
-<!--#include virtual="0100/documentation.html" -->
+<!--#include virtual="includes/header.html" -->
+<!--#include virtual="includes/top.html" -->
+<div class="content">
+	<!--#include virtual="includes/nav.html" -->
+	<div class="right">
+		<h1>Documentation</h1>
+    <!--#include virtual="0100/documentation.html" -->
+
+<!--#include virtual="includes/footer.html" -->
+
+<script>
+// Show selected style on nav item
+$(function() { $('.b-nav__docs').addClass('selected'); });
+</script>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/1b8cdf48/downloads.html
----------------------------------------------------------------------
diff --git a/downloads.html b/downloads.html
index c1ff9c9..979a124 100644
--- a/downloads.html
+++ b/downloads.html
@@ -1,287 +1,292 @@
 <!--#include virtual="includes/header.html" -->
+<!--#include virtual="includes/top.html" -->
+<div class="sub-header">
+	<h1>Download</h1>
+</div>
+<div class="content">
+	<!--#include virtual="includes/nav.html" -->
+	<div class="right">
+    <p>0.10.0.1 is the latest release. The current stable version is 0.10.0.1.</p>
 
-<h1>Releases</h1>
-0.10.0.1 is the latest release. The current stable version is 0.10.0.1.
+    <p>
+    You can verify your download by following these <a href="http://www.apache.org/info/verification.html">procedures</a> and using these <a href="http://kafka.apache.org/KEYS">KEYS</a>.
 
-<p>
-You can verify your download by following these <a href="http://www.apache.org/info/verification.html">procedures</a> and using these <a href="http://kafka.apache.org/KEYS">KEYS</a>.
-
-<h3>0.10.0.1</h3>
-<ul>
-  <li>
-    <a href="https://archive.apache.org/dist/kafka/0.10.0.1/RELEASE_NOTES.html">Release Notes</a>
-  </li>
-   <li>
-    Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.1/kafka-0.10.0.1-src.tgz">kafka-0.10.0.1-src.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.1/kafka-0.10.0.1-src.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.1/kafka-0.10.0.1-src.tgz.md5">md5</a>)
-  </li>
-   <li>
-    Binary downloads:
+    <h3>0.10.0.1</h3>
     <ul>
-      <li>Scala 2.10 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.1/kafka_2.10-0.10.0.1.tgz">kafka_2.10-0.10.0.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.1/kafka_2.10-0.10.0.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.1/kafka_2.10-0.10.0.1.tgz.md5">md5</a>)
+      <li>
+        <a href="https://archive.apache.org/dist/kafka/0.10.0.1/RELEASE_NOTES.html">Release Notes</a>
+      </li>
+       <li>
+        Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.1/kafka-0.10.0.1-src.tgz">kafka-0.10.0.1-src.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.1/kafka-0.10.0.1-src.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.1/kafka-0.10.0.1-src.tgz.md5">md5</a>)
       </li>
-      <li>Scala 2.11 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.1/kafka_2.11-0.10.0.1.tgz">kafka_2.11-0.10.0.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.1/kafka_2.11-0.10.0.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.1/kafka_2.11-0.10.0.1.tgz.md5">md5</a>)
+       <li>
+        Binary downloads:
+        <ul>
+          <li>Scala 2.10 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.1/kafka_2.10-0.10.0.1.tgz">kafka_2.10-0.10.0.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.1/kafka_2.10-0.10.0.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.1/kafka_2.10-0.10.0.1.tgz.md5">md5</a>)
+          </li>
+          <li>Scala 2.11 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.1/kafka_2.11-0.10.0.1.tgz">kafka_2.11-0.10.0.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.1/kafka_2.11-0.10.0.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.1/kafka_2.11-0.10.0.1.tgz.md5">md5</a>)
+          </li>
+        </ul>
+    We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.11 is recommended).
       </li>
     </ul>
-We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.11 is recommended).
-  </li>
-</ul>
 
-<h3>0.10.0.0</h3>
-<ul>
-  <li>
-    <a href="https://archive.apache.org/dist/kafka/0.10.0.0/RELEASE_NOTES.html">Release Notes</a>
-  </li>
-   <li>
-    Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.0/kafka-0.10.0.0-src.tgz">kafka-0.10.0.0-src.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.0/kafka-0.10.0.0-src.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.0/kafka-0.10.0.0-src.tgz.md5">md5</a>)
-  </li>
-   <li>
-    Binary downloads:
+    <h3>0.10.0.0</h3>
     <ul>
-      <li>Scala 2.10 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.0/kafka_2.10-0.10.0.0.tgz">kafka_2.10-0.10.0.0.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.0/kafka_2.10-0.10.0.0.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.0/kafka_2.10-0.10.0.0.tgz.md5">md5</a>)
+      <li>
+        <a href="https://archive.apache.org/dist/kafka/0.10.0.0/RELEASE_NOTES.html">Release Notes</a>
+      </li>
+       <li>
+        Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.0/kafka-0.10.0.0-src.tgz">kafka-0.10.0.0-src.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.0/kafka-0.10.0.0-src.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.0/kafka-0.10.0.0-src.tgz.md5">md5</a>)
       </li>
-      <li>Scala 2.11 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.0/kafka_2.11-0.10.0.0.tgz">kafka_2.11-0.10.0.0.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.0/kafka_2.11-0.10.0.0.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.0/kafka_2.11-0.10.0.0.tgz.md5">md5</a>)
+       <li>
+        Binary downloads:
+        <ul>
+          <li>Scala 2.10 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.0/kafka_2.10-0.10.0.0.tgz">kafka_2.10-0.10.0.0.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.0/kafka_2.10-0.10.0.0.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.0/kafka_2.10-0.10.0.0.tgz.md5">md5</a>)
+          </li>
+          <li>Scala 2.11 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.0/kafka_2.11-0.10.0.0.tgz">kafka_2.11-0.10.0.0.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.0/kafka_2.11-0.10.0.0.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.10.0.0/kafka_2.11-0.10.0.0.tgz.md5">md5</a>)
+          </li>
+        </ul>
+    We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.11 is recommended).
       </li>
     </ul>
-We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.11 is recommended).
-  </li>
-</ul>
 
-<h3>0.9.0.1</h3>
-<ul>
-  <li>
-    <a href="https://archive.apache.org/dist/kafka/0.9.0.1/RELEASE_NOTES.html">Release Notes</a>
-  </li>
-   <li>
-    Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.9.0.1/kafka-0.9.0.1-src.tgz">kafka-0.9.0.1-src.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.1/kafka-0.9.0.1-src.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.1/kafka-0.9.0.1-src.tgz.md5">md5</a>)
-  </li>
-   <li>
-    Binary downloads:
+    <h3>0.9.0.1</h3>
     <ul>
-      <li>Scala 2.10 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.9.0.1/kafka_2.10-0.9.0.1.tgz">kafka_2.10-0.9.0.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.1/kafka_2.10-0.9.0.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.1/kafka_2.10-0.9.0.1.tgz.md5">md5</a>)
+      <li>
+        <a href="https://archive.apache.org/dist/kafka/0.9.0.1/RELEASE_NOTES.html">Release Notes</a>
       </li>
-      <li>Scala 2.11 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.9.0.1/kafka_2.11-0.9.0.1.tgz">kafka_2.11-0.9.0.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.1/kafka_2.11-0.9.0.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.1/kafka_2.11-0.9.0.1.tgz.md5">md5</a>)
+       <li>
+        Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.9.0.1/kafka-0.9.0.1-src.tgz">kafka-0.9.0.1-src.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.1/kafka-0.9.0.1-src.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.1/kafka-0.9.0.1-src.tgz.md5">md5</a>)
+      </li>
+       <li>
+        Binary downloads:
+        <ul>
+          <li>Scala 2.10 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.9.0.1/kafka_2.10-0.9.0.1.tgz">kafka_2.10-0.9.0.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.1/kafka_2.10-0.9.0.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.1/kafka_2.10-0.9.0.1.tgz.md5">md5</a>)
+          </li>
+          <li>Scala 2.11 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.9.0.1/kafka_2.11-0.9.0.1.tgz">kafka_2.11-0.9.0.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.1/kafka_2.11-0.9.0.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.1/kafka_2.11-0.9.0.1.tgz.md5">md5</a>)
+          </li>
+        </ul>
+    We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.11 is recommended).
       </li>
     </ul>
-We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.11 is recommended).
-  </li>
-</ul>
-<h3>0.9.0.0</h3>
-<ul>
-  <li>
-    <a href="https://archive.apache.org/dist/kafka/0.9.0.0/RELEASE_NOTES.html">Release Notes</a>
-  </li>
-   <li>
-    Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.9.0.0/kafka-0.9.0.0-src.tgz">kafka-0.9.0.0-src.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.0/kafka-0.9.0.0-src.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.0/kafka-0.9.0.0-src.tgz.md5">md5</a>)
-  </li>
-   <li>
-    Binary downloads:
+    <h3>0.9.0.0</h3>
     <ul>
-      <li>Scala 2.10 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.9.0.0/kafka_2.10-0.9.0.0.tgz">kafka_2.10-0.9.0.0.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.0/kafka_2.10-0.9.0.0.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.0/kafka_2.10-0.9.0.0.tgz.md5">md5</a>)
+      <li>
+        <a href="https://archive.apache.org/dist/kafka/0.9.0.0/RELEASE_NOTES.html">Release Notes</a>
+      </li>
+       <li>
+        Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.9.0.0/kafka-0.9.0.0-src.tgz">kafka-0.9.0.0-src.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.0/kafka-0.9.0.0-src.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.0/kafka-0.9.0.0-src.tgz.md5">md5</a>)
       </li>
-      <li>Scala 2.11 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.9.0.0/kafka_2.11-0.9.0.0.tgz">kafka_2.11-0.9.0.0.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.0/kafka_2.11-0.9.0.0.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.0/kafka_2.11-0.9.0.0.tgz.md5">md5</a>)
+       <li>
+        Binary downloads:
+        <ul>
+          <li>Scala 2.10 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.9.0.0/kafka_2.10-0.9.0.0.tgz">kafka_2.10-0.9.0.0.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.0/kafka_2.10-0.9.0.0.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.0/kafka_2.10-0.9.0.0.tgz.md5">md5</a>)
+          </li>
+          <li>Scala 2.11 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.9.0.0/kafka_2.11-0.9.0.0.tgz">kafka_2.11-0.9.0.0.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.0/kafka_2.11-0.9.0.0.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.9.0.0/kafka_2.11-0.9.0.0.tgz.md5">md5</a>)
+          </li>
+        </ul>
+    We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.11 is recommended).
       </li>
     </ul>
-We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.11 is recommended).
-  </li>
-</ul>
-<h3>0.8.2.2</h3>
-<ul>
-  <li>
-    <a href="https://archive.apache.org/dist/kafka/0.8.2.2/RELEASE_NOTES.html">Release Notes</a>
-  </li>
-   <li>
-    Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.2/kafka-0.8.2.2-src.tgz">kafka-0.8.2.2-src.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka-0.8.2.2-src.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka-0.8.2.2-src.tgz.md5">md5</a>)
-  </li>
-   <li>
-    Binary downloads:
+    <h3>0.8.2.2</h3>
     <ul>
-      <li>Scala 2.9.1 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.2/kafka_2.9.1-0.8.2.2.tgz">kafka_2.9.1-0.8.2.2.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.9.1-0.8.2.2.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.9.1-0.8.2.2.tgz.md5">md5</a>)
+      <li>
+        <a href="https://archive.apache.org/dist/kafka/0.8.2.2/RELEASE_NOTES.html">Release Notes</a>
       </li>
-      <li>Scala 2.9.2 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.2/kafka_2.9.2-0.8.2.2.tgz">kafka_2.9.2-0.8.2.2.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.9.2-0.8.2.2.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.9.2-0.8.2.2.tgz.md5">md5</a>)
+       <li>
+        Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.2/kafka-0.8.2.2-src.tgz">kafka-0.8.2.2-src.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka-0.8.2.2-src.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka-0.8.2.2-src.tgz.md5">md5</a>)
       </li>
-      <li>Scala 2.10 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.2/kafka_2.10-0.8.2.2.tgz">kafka_2.10-0.8.2.2.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.10-0.8.2.2.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.10-0.8.2.2.tgz.md5">md5</a>)
-      </li>
-      <li>Scala 2.11 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.2/kafka_2.11-0.8.2.2.tgz">kafka_2.11-0.8.2.2.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.11-0.8.2.2.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.11-0.8.2.2.tgz.md5">md5</a>)
+       <li>
+        Binary downloads:
+        <ul>
+          <li>Scala 2.9.1 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.2/kafka_2.9.1-0.8.2.2.tgz">kafka_2.9.1-0.8.2.2.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.9.1-0.8.2.2.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.9.1-0.8.2.2.tgz.md5">md5</a>)
+          </li>
+          <li>Scala 2.9.2 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.2/kafka_2.9.2-0.8.2.2.tgz">kafka_2.9.2-0.8.2.2.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.9.2-0.8.2.2.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.9.2-0.8.2.2.tgz.md5">md5</a>)
+          </li>
+          <li>Scala 2.10 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.2/kafka_2.10-0.8.2.2.tgz">kafka_2.10-0.8.2.2.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.10-0.8.2.2.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.10-0.8.2.2.tgz.md5">md5</a>)
+          </li>
+          <li>Scala 2.11 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.2/kafka_2.11-0.8.2.2.tgz">kafka_2.11-0.8.2.2.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.11-0.8.2.2.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.2/kafka_2.11-0.8.2.2.tgz.md5">md5</a>)
+          </li>
+        </ul>
+    We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.10 is recommended).
       </li>
     </ul>
-We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.10 is recommended).
-  </li>
-</ul>
-<h3>0.8.2.1</h3>
-<ul>
-  <li>
-    <a href="https://archive.apache.org/dist/kafka/0.8.2.1/RELEASE_NOTES.html">Release Notes</a>
-  </li>
-   <li>
-    Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.1/kafka-0.8.2.1-src.tgz">kafka-0.8.2.1-src.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.1/kafka-0.8.2.1-src.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.1/kafka-0.8.2.1-src.tgz.md5">md5</a>)
-  </li>
-   <li>
-    Binary downloads:
+    <h3>0.8.2.1</h3>
     <ul>
-      <li>Scala 2.9.1 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.1/kafka_2.9.1-0.8.2.1.tgz">kafka_2.9.1-0.8.2.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.1/kafka_2.9.1-0.8.2.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.1/kafka_2.9.1-0.8.2.1.tgz.md5">md5</a>)
-      </li>
-      <li>Scala 2.9.2 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.1/kafka_2.9.2-0.8.2.1.tgz">kafka_2.9.2-0.8.2.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.1/kafka_2.9.2-0.8.2.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.1/kafka_2.9.2-0.8.2.1.tgz.md5">md5</a>)
+      <li>
+        <a href="https://archive.apache.org/dist/kafka/0.8.2.1/RELEASE_NOTES.html">Release Notes</a>
       </li>
-      <li>Scala 2.10 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.1/kafka_2.10-0.8.2.1.tgz">kafka_2.10-0.8.2.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.1/kafka_2.10-0.8.2.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.1/kafka_2.10-0.8.2.1.tgz.md5">md5</a>)
+       <li>
+        Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.1/kafka-0.8.2.1-src.tgz">kafka-0.8.2.1-src.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.1/kafka-0.8.2.1-src.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.1/kafka-0.8.2.1-src.tgz.md5">md5</a>)
       </li>
-      <li>Scala 2.11 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.1/kafka_2.11-0.8.2.1.tgz">kafka_2.11-0.8.2.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.1/kafka_2.11-0.8.2.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.1/kafka_2.11-0.8.2.1.tgz.md5">md5</a>)
+       <li>
+        Binary downloads:
+        <ul>
+          <li>Scala 2.9.1 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.1/kafka_2.9.1-0.8.2.1.tgz">kafka_2.9.1-0.8.2.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.1/kafka_2.9.1-0.8.2.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.1/kafka_2.9.1-0.8.2.1.tgz.md5">md5</a>)
+          </li>
+          <li>Scala 2.9.2 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.1/kafka_2.9.2-0.8.2.1.tgz">kafka_2.9.2-0.8.2.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.1/kafka_2.9.2-0.8.2.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.1/kafka_2.9.2-0.8.2.1.tgz.md5">md5</a>)
+          </li>
+          <li>Scala 2.10 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.1/kafka_2.10-0.8.2.1.tgz">kafka_2.10-0.8.2.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.1/kafka_2.10-0.8.2.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.1/kafka_2.10-0.8.2.1.tgz.md5">md5</a>)
+          </li>
+          <li>Scala 2.11 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.1/kafka_2.11-0.8.2.1.tgz">kafka_2.11-0.8.2.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.1/kafka_2.11-0.8.2.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.1/kafka_2.11-0.8.2.1.tgz.md5">md5</a>)
+          </li>
+        </ul>
+    We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.10 is recommended).
       </li>
     </ul>
-We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.10 is recommended).
-  </li>
-</ul>
-<h3>0.8.2.0</h3>
-<ul>
-  <li>
-    <a href="https://archive.apache.org/dist/kafka/0.8.2.0/RELEASE_NOTES.html">Release Notes</a>
-  </li>
-   <li>
-    Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.0/kafka-0.8.2.0-src.tgz">kafka-0.8.2.0-src.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.0/kafka-0.8.2.0-src.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.0/kafka-0.8.2.0-src.tgz.md5">md5</a>)
-  </li>
-   <li>
-    Binary downloads:
+    <h3>0.8.2.0</h3>
     <ul>
-      <li>Scala 2.9.1 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.0/kafka_2.9.1-0.8.2.0.tgz">kafka_2.9.1-0.8.2.0.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.0/kafka_2.9.1-0.8.2.0.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.0/kafka_2.9.1-0.8.2.0.tgz.md5">md5</a>)
-      </li>
-      <li>Scala 2.9.2 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.0/kafka_2.9.2-0.8.2.0.tgz">kafka_2.9.2-0.8.2.0.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.0/kafka_2.9.2-0.8.2.0.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.0/kafka_2.9.2-0.8.2.0.tgz.md5">md5</a>)
+      <li>
+        <a href="https://archive.apache.org/dist/kafka/0.8.2.0/RELEASE_NOTES.html">Release Notes</a>
       </li>
-      <li>Scala 2.10 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.0/kafka_2.10-0.8.2.0.tgz">kafka_2.10-0.8.2.0.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.0/kafka_2.10-0.8.2.0.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.0/kafka_2.10-0.8.2.0.tgz.md5">md5</a>)
+       <li>
+        Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.0/kafka-0.8.2.0-src.tgz">kafka-0.8.2.0-src.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.0/kafka-0.8.2.0-src.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.0/kafka-0.8.2.0-src.tgz.md5">md5</a>)
       </li>
-      <li>Scala 2.11 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.0/kafka_2.11-0.8.2.0.tgz">kafka_2.11-0.8.2.0.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.0/kafka_2.11-0.8.2.0.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.0/kafka_2.11-0.8.2.0.tgz.md5">md5</a>)
+       <li>
+        Binary downloads:
+        <ul>
+          <li>Scala 2.9.1 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.0/kafka_2.9.1-0.8.2.0.tgz">kafka_2.9.1-0.8.2.0.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.0/kafka_2.9.1-0.8.2.0.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.0/kafka_2.9.1-0.8.2.0.tgz.md5">md5</a>)
+          </li>
+          <li>Scala 2.9.2 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.0/kafka_2.9.2-0.8.2.0.tgz">kafka_2.9.2-0.8.2.0.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.0/kafka_2.9.2-0.8.2.0.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.0/kafka_2.9.2-0.8.2.0.tgz.md5">md5</a>)
+          </li>
+          <li>Scala 2.10 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.0/kafka_2.10-0.8.2.0.tgz">kafka_2.10-0.8.2.0.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.0/kafka_2.10-0.8.2.0.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.0/kafka_2.10-0.8.2.0.tgz.md5">md5</a>)
+          </li>
+          <li>Scala 2.11 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2.0/kafka_2.11-0.8.2.0.tgz">kafka_2.11-0.8.2.0.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.0/kafka_2.11-0.8.2.0.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2.0/kafka_2.11-0.8.2.0.tgz.md5">md5</a>)
+          </li>
+        </ul>
+    We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.10 is recommended).
       </li>
     </ul>
-We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.10 is recommended).
-  </li>
-</ul>
-<h3>0.8.2-beta</h3>
-<ul>
-  <li>
-    <a href="https://archive.apache.org/dist/kafka/0.8.2-beta/RELEASE_NOTES.html">Release Notes</a>
-  </li>
-   <li>
-    Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2-beta/kafka-0.8.2-beta-src.tgz">kafka-0.8.2-beta-src.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2-beta/kafka-0.8.2-beta-src.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2-beta/kafka-0.8.2-beta-src.tgz.md5">md5</a>)
-  </li>
-   <li>
-    Binary downloads:
+    <h3>0.8.2-beta</h3>
     <ul>
-      <li>Scala 2.9.1 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2-beta/kafka_2.9.1-0.8.2-beta.tgz">kafka_2.9.1-0.8.2-beta.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2-beta/kafka_2.9.1-0.8.2-beta.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2-beta/kafka_2.9.1-0.8.2-beta.tgz.md5">md5</a>)
+      <li>
+        <a href="https://archive.apache.org/dist/kafka/0.8.2-beta/RELEASE_NOTES.html">Release Notes</a>
       </li>
-      <li>Scala 2.9.2 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2-beta/kafka_2.9.2-0.8.2-beta.tgz">kafka_2.9.2-0.8.2-beta.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2-beta/kafka_2.9.2-0.8.2-beta.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2-beta/kafka_2.9.2-0.8.2-beta.tgz.md5">md5</a>)
+       <li>
+        Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2-beta/kafka-0.8.2-beta-src.tgz">kafka-0.8.2-beta-src.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2-beta/kafka-0.8.2-beta-src.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2-beta/kafka-0.8.2-beta-src.tgz.md5">md5</a>)
       </li>
-      <li>Scala 2.10 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2-beta/kafka_2.10-0.8.2-beta.tgz">kafka_2.10-0.8.2-beta.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2-beta/kafka_2.10-0.8.2-beta.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2-beta/kafka_2.10-0.8.2-beta.tgz.md5">md5</a>)
-      </li>
-      <li>Scala 2.11 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2-beta/kafka_2.11-0.8.2-beta.tgz">kafka_2.11-0.8.2-beta.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2-beta/kafka_2.11-0.8.2-beta.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2-beta/kafka_2.11-0.8.2-beta.tgz.md5">md5</a>)
+       <li>
+        Binary downloads:
+        <ul>
+          <li>Scala 2.9.1 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2-beta/kafka_2.9.1-0.8.2-beta.tgz">kafka_2.9.1-0.8.2-beta.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2-beta/kafka_2.9.1-0.8.2-beta.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2-beta/kafka_2.9.1-0.8.2-beta.tgz.md5">md5</a>)
+          </li>
+          <li>Scala 2.9.2 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2-beta/kafka_2.9.2-0.8.2-beta.tgz">kafka_2.9.2-0.8.2-beta.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2-beta/kafka_2.9.2-0.8.2-beta.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2-beta/kafka_2.9.2-0.8.2-beta.tgz.md5">md5</a>)
+          </li>
+          <li>Scala 2.10 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2-beta/kafka_2.10-0.8.2-beta.tgz">kafka_2.10-0.8.2-beta.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2-beta/kafka_2.10-0.8.2-beta.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2-beta/kafka_2.10-0.8.2-beta.tgz.md5">md5</a>)
+          </li>
+          <li>Scala 2.11 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.2-beta/kafka_2.11-0.8.2-beta.tgz">kafka_2.11-0.8.2-beta.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2-beta/kafka_2.11-0.8.2-beta.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.2-beta/kafka_2.11-0.8.2-beta.tgz.md5">md5</a>)
+          </li>
+        </ul>
+    We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.10 is recommended).
       </li>
     </ul>
-We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.10 is recommended).
-  </li>
-</ul>
-<h3>0.8.1.1 Release</h3>
-<ul>
-  <li>
-    <a href="https://archive.apache.org/dist/kafka/0.8.1.1/RELEASE_NOTES.html">Release Notes</a>
-  </li>
-   <li>
-    Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.1.1/kafka-0.8.1.1-src.tgz">kafka-0.8.1.1-src.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.1.1/kafka-0.8.1.1-src.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.1.1/kafka-0.8.1.1-src.tgz.md5">md5</a>)
-  </li>
-   <li>
-    Binary downloads:
+    <h3>0.8.1.1 Release</h3>
     <ul>
-      <li>Scala 2.8.0 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.1.1/kafka_2.8.0-0.8.1.1.tgz">kafka_2.8.0-0.8.1.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.1.1/kafka_2.8.0-0.8.1.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.1.1/kafka_2.8.0-0.8.1.1.tgz.md5">md5</a>)
-      </li>
-      <li>Scala 2.9.1 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.1.1/kafka_2.9.1-0.8.1.1.tgz">kafka_2.9.1-0.8.1.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.1.1/kafka_2.9.1-0.8.1.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.1.1/kafka_2.9.1-0.8.1.1.tgz.md5">md5</a>)
+      <li>
+        <a href="https://archive.apache.org/dist/kafka/0.8.1.1/RELEASE_NOTES.html">Release Notes</a>
       </li>
-      <li>Scala 2.9.2 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.1.1/kafka_2.9.2-0.8.1.1.tgz">kafka_2.9.2-0.8.1.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.1.1/kafka_2.9.2-0.8.1.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.1.1/kafka_2.9.2-0.8.1.1.tgz.md5">md5</a>)
+       <li>
+        Source download: <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.1.1/kafka-0.8.1.1-src.tgz">kafka-0.8.1.1-src.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.1.1/kafka-0.8.1.1-src.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.1.1/kafka-0.8.1.1-src.tgz.md5">md5</a>)
       </li>
-      <li>Scala 2.10 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.1.1/kafka_2.10-0.8.1.1.tgz">kafka_2.10-0.8.1.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.1.1/kafka_2.10-0.8.1.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.1.1/kafka_2.10-0.8.1.1.tgz.md5">md5</a>)
+       <li>
+        Binary downloads:
+        <ul>
+          <li>Scala 2.8.0 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.1.1/kafka_2.8.0-0.8.1.1.tgz">kafka_2.8.0-0.8.1.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.1.1/kafka_2.8.0-0.8.1.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.1.1/kafka_2.8.0-0.8.1.1.tgz.md5">md5</a>)
+          </li>
+          <li>Scala 2.9.1 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.1.1/kafka_2.9.1-0.8.1.1.tgz">kafka_2.9.1-0.8.1.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.1.1/kafka_2.9.1-0.8.1.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.1.1/kafka_2.9.1-0.8.1.1.tgz.md5">md5</a>)
+          </li>
+          <li>Scala 2.9.2 - <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.1.1/kafka_2.9.2-0.8.1.1.tgz">kafka_2.9.2-0.8.1.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.1.1/kafka_2.9.2-0.8.1.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.1.1/kafka_2.9.2-0.8.1.1.tgz.md5">md5</a>)
+          </li>
+          <li>Scala 2.10 &nbsp;- <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.1.1/kafka_2.10-0.8.1.1.tgz">kafka_2.10-0.8.1.1.tgz</a> (<a href="https://dist.apache.org/repos/dist/release/kafka/0.8.1.1/kafka_2.10-0.8.1.1.tgz.asc">asc</a>, <a href="https://dist.apache.org/repos/dist/release/kafka/0.8.1.1/kafka_2.10-0.8.1.1.tgz.md5">md5</a>)
+          </li>
+        </ul>
+    We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.9.2 is recommended).
       </li>
     </ul>
-We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.9.2 is recommended).
-  </li>
-</ul>
 
-<h3>Older Releases</h3>
-	<h4>0.8.1 Release</h4>
-	<ul>
-		<li>
-			<a href="https://archive.apache.org/dist/kafka/0.8.1/RELEASE_NOTES.html">Release Notes</a>
-		</li>
-	 	<li>
-			Source download: <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka-0.8.1-src.tgz">kafka-0.8.1-src.tgz</a> (<a href="https://archive.apache.org/dist/kafka/0.8.1/kafka-0.8.1-src.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka-0.8.1-src.tgz.md5">md5</a>)
-		</li>
-	 	<li>
-			Binary downloads:
-			<ul>
-				<li>Scala 2.8.0 - <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.8.0-0.8.1.tgz">kafka_2.8.0-0.8.1.tgz</a> (<a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.8.0-0.8.1.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.8.0-0.8.1.tgz.md5">md5</a>)
-				</li>
-				<li>Scala 2.8.2 - <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.8.2-0.8.1.tgz">kafka_2.8.2-0.8.1.tgz</a> (<a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.8.2-0.8.1.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.8.2-0.8.1.tgz.md5">md5</a>)
-				</li>
-				<li>Scala 2.9.1 - <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.9.1-0.8.1.tgz">kafka_2.9.1-0.8.1.tgz</a> (<a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.9.1-0.8.1.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.9.1-0.8.1.tgz.md5">md5</a>)
-				</li>
-				<li>Scala 2.9.2 - <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.9.2-0.8.1.tgz">kafka_2.9.2-0.8.1.tgz</a> (<a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.9.2-0.8.1.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.9.2-0.8.1.tgz.md5">md5</a>)
-				</li>
-				<li>Scala 2.10 - <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.10-0.8.1.tgz">kafka_2.10-0.8.1.tgz</a> (<a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.10-0.8.1.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.10-0.8.1.tgz.md5">md5</a>)
-				</li>
-			</ul>
-	We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.9.2 is recommended).
-		</li>
-	</ul>
-	<h4>0.8.0 Release</h4>
-	<ul>
-		<li>
-			<a href="https://archive.apache.org/dist/kafka/0.8.0/RELEASE_NOTES.html">Release Notes</a>
-		</li>
-	 	<li>
-			Source download: <a href="https://archive.apache.org/dist/kafka/0.8.0/kafka-0.8.0-src.tgz">kafka-0.8.0-src.tgz</a> (<a href="https://archive.apache.org/dist/kafka/0.8.0/kafka-0.8.0-src.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/0.8.0/0.8.0/kafka-0.8.0-src.tgz.md5">md5</a>)
-		</li>
-	 	<li>
-			Binary download: <a href="https://archive.apache.org/dist/kafka/0.8.0/kafka_2.8.0-0.8.0.tar.gz">kafka_2.8.0-0.8.0.tar.gz</a> (<a href="https://archive.apache.org/dist/kafka/0.8.0/kafka_2.8.0-0.8.0.tar.gz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/0.8.0/kafka_2.8.0-0.8.0.tar.gz.md5">md5</a>)
-		</li>
-	</ul>
-	<h4>0.8.0 Beta1 Release</h4>
-	<ul>
-		<li>
-			<a href="https://archive.apache.org/dist/kafka/RELEASE_NOTES.html">Release Notes</a>
-		</li>
-	 	<li>
-			Source download: <a href="https://archive.apache.org/dist/kafka/kafka-0.8.0-beta1-src.tgz">kafka-0.8.0-beta1-src.tgz</a> (<a href="https://archive.apache.org/dist/kafka/kafka-0.8.0-beta1-src.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/kafka-0.8.0-beta1-src.tgz.md5">md5</a>)
-		</li>
-	 	<li>
-			Binary download: <a href="https://archive.apache.org/dist/kafka/kafka_2.8.0-0.8.0-beta1.tgz">kafka_2.8.0-0.8.0-beta1.tgz</a> (<a href="https://archive.apache.org/dist/kafka/kafka_2.8.0-0.8.0-beta1.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/kafka_2.8.0-0.8.0-beta1.tgz.md5">md5</a>)
-		</li>
-	</ul>
+    <h3>Older Releases</h3>
+    	<h4>0.8.1 Release</h4>
+    	<ul>
+    		<li>
+    			<a href="https://archive.apache.org/dist/kafka/0.8.1/RELEASE_NOTES.html">Release Notes</a>
+    		</li>
+    	 	<li>
+    			Source download: <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka-0.8.1-src.tgz">kafka-0.8.1-src.tgz</a> (<a href="https://archive.apache.org/dist/kafka/0.8.1/kafka-0.8.1-src.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka-0.8.1-src.tgz.md5">md5</a>)
+    		</li>
+    	 	<li>
+    			Binary downloads:
+    			<ul>
+    				<li>Scala 2.8.0 - <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.8.0-0.8.1.tgz">kafka_2.8.0-0.8.1.tgz</a> (<a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.8.0-0.8.1.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.8.0-0.8.1.tgz.md5">md5</a>)
+    				</li>
+    				<li>Scala 2.8.2 - <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.8.2-0.8.1.tgz">kafka_2.8.2-0.8.1.tgz</a> (<a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.8.2-0.8.1.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.8.2-0.8.1.tgz.md5">md5</a>)
+    				</li>
+    				<li>Scala 2.9.1 - <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.9.1-0.8.1.tgz">kafka_2.9.1-0.8.1.tgz</a> (<a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.9.1-0.8.1.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.9.1-0.8.1.tgz.md5">md5</a>)
+    				</li>
+    				<li>Scala 2.9.2 - <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.9.2-0.8.1.tgz">kafka_2.9.2-0.8.1.tgz</a> (<a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.9.2-0.8.1.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.9.2-0.8.1.tgz.md5">md5</a>)
+    				</li>
+    				<li>Scala 2.10 - <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.10-0.8.1.tgz">kafka_2.10-0.8.1.tgz</a> (<a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.10-0.8.1.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/0.8.1/kafka_2.10-0.8.1.tgz.md5">md5</a>)
+    				</li>
+    			</ul>
+    	We build for multiple versions of Scala. This only matters if you are using Scala and you want a version built for the same Scala version you use. Otherwise any version should work (2.9.2 is recommended).
+    		</li>
+    	</ul>
+    	<h4>0.8.0 Release</h4>
+    	<ul>
+    		<li>
+    			<a href="https://archive.apache.org/dist/kafka/0.8.0/RELEASE_NOTES.html">Release Notes</a>
+    		</li>
+    	 	<li>
+    			Source download: <a href="https://archive.apache.org/dist/kafka/0.8.0/kafka-0.8.0-src.tgz">kafka-0.8.0-src.tgz</a> (<a href="https://archive.apache.org/dist/kafka/0.8.0/kafka-0.8.0-src.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/0.8.0/0.8.0/kafka-0.8.0-src.tgz.md5">md5</a>)
+    		</li>
+    	 	<li>
+    			Binary download: <a href="https://archive.apache.org/dist/kafka/0.8.0/kafka_2.8.0-0.8.0.tar.gz">kafka_2.8.0-0.8.0.tar.gz</a> (<a href="https://archive.apache.org/dist/kafka/0.8.0/kafka_2.8.0-0.8.0.tar.gz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/0.8.0/kafka_2.8.0-0.8.0.tar.gz.md5">md5</a>)
+    		</li>
+    	</ul>
+    	<h4>0.8.0 Beta1 Release</h4>
+    	<ul>
+    		<li>
+    			<a href="https://archive.apache.org/dist/kafka/RELEASE_NOTES.html">Release Notes</a>
+    		</li>
+    	 	<li>
+    			Source download: <a href="https://archive.apache.org/dist/kafka/kafka-0.8.0-beta1-src.tgz">kafka-0.8.0-beta1-src.tgz</a> (<a href="https://archive.apache.org/dist/kafka/kafka-0.8.0-beta1-src.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/kafka-0.8.0-beta1-src.tgz.md5">md5</a>)
+    		</li>
+    	 	<li>
+    			Binary download: <a href="https://archive.apache.org/dist/kafka/kafka_2.8.0-0.8.0-beta1.tgz">kafka_2.8.0-0.8.0-beta1.tgz</a> (<a href="https://archive.apache.org/dist/kafka/kafka_2.8.0-0.8.0-beta1.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/kafka_2.8.0-0.8.0-beta1.tgz.md5">md5</a>)
+    		</li>
+    	</ul>
 
-	<h4>0.7.2 Release</h4>
-	<ul>
-	        <li>
-	                <a href="https://archive.apache.org/dist/kafka/old_releases/kafka-0.7.2-incubating/RELEASE-NOTES.html">Release Notes</a>
-	        </li>
-	        <li>
-	                Download: <a href="http://archive.apache.org/dist/kafka/old_releases/kafka-0.7.2-incubating/kafka-0.7.2-incubating-src.tgz">kafka-0.7.2-incubating-src.tgz</a> (<a href="https://archive.apache.org/dist/kafka/old_releases/kafka-0.7.2-incubating/kafka-0.7.2-incubating-src.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/old_releases/kafka-0.7.2-incubating/kafka-0.7.2-incubating-src.tgz.md5">md5</a>)
-	        </li>
-	</ul>
+    	<h4>0.7.2 Release</h4>
+    	<ul>
+    	        <li>
+    	                <a href="https://archive.apache.org/dist/kafka/old_releases/kafka-0.7.2-incubating/RELEASE-NOTES.html">Release Notes</a>
+    	        </li>
+    	        <li>
+    	                Download: <a href="http://archive.apache.org/dist/kafka/old_releases/kafka-0.7.2-incubating/kafka-0.7.2-incubating-src.tgz">kafka-0.7.2-incubating-src.tgz</a> (<a href="https://archive.apache.org/dist/kafka/old_releases/kafka-0.7.2-incubating/kafka-0.7.2-incubating-src.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/old_releases/kafka-0.7.2-incubating/kafka-0.7.2-incubating-src.tgz.md5">md5</a>)
+    	        </li>
+    	</ul>
 
-	<h4>0.7.1 Release</h4>
-	<ul>
-		<li>
-			<a href="https://archive.apache.org/dist/kafka/old_releases/kafka-0.7.1-incubating/RELEASE-NOTES.html">Release Notes</a>
-		</li>
-	 	<li>
-			Download: <a href="http://archive.apache.org/dist/kafka/old_releases/kafka-0.7.1-incubating/kafka-0.7.1-incubating-src.tgz">kafka-0.7.1-incubating-src.tgz</a> (<a href="https://archive.apache.org/dist/kafka/old_releases/kafka-0.7.1-incubating/kafka-0.7.1-incubating-src.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/old_releases/kafka-0.7.1-incubating/kafka-0.7.1-incubating-src.tgz.md5">md5</a>)
-		</li>
-	</ul>
+    	<h4>0.7.1 Release</h4>
+    	<ul>
+    		<li>
+    			<a href="https://archive.apache.org/dist/kafka/old_releases/kafka-0.7.1-incubating/RELEASE-NOTES.html">Release Notes</a>
+    		</li>
+    	 	<li>
+    			Download: <a href="http://archive.apache.org/dist/kafka/old_releases/kafka-0.7.1-incubating/kafka-0.7.1-incubating-src.tgz">kafka-0.7.1-incubating-src.tgz</a> (<a href="https://archive.apache.org/dist/kafka/old_releases/kafka-0.7.1-incubating/kafka-0.7.1-incubating-src.tgz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/old_releases/kafka-0.7.1-incubating/kafka-0.7.1-incubating-src.tgz.md5">md5</a>)
+    		</li>
+    	</ul>
 
-	<h4>0.7.0 Release</h4>
-	<ul>
-		<li>
-			<a href="https://archive.apache.org/dist/kafka/old_releases/kafka-0.7.0-incubating/RELEASE-NOTES.html">Release Notes</a>
-		</li>
-	 	<li>
-			Download: <a href="http://archive.apache.org/dist/kafka/old_releases/kafka-0.7.0-incubating/kafka-0.7.0-incubating-src.tar.gz">kafka-0.7.0-incubating-src.tar.gz</a> (<a href="	kafka-0.7.0-incubating/kafka-0.7.0-incubating-src.tar.gz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/old_releases/kafka-0.7.0-incubating/kafka-0.7.0-incubating-src.tar.gz.md5">md5</a>)
-		</li>
-	</ul>
-<p>
-You can download releases previous to 0.7.0-incubating <a href="http://sna-projects.com/kafka/downloads.php">here</a>.
-</p>
+    	<h4>0.7.0 Release</h4>
+    	<ul>
+    		<li>
+    			<a href="https://archive.apache.org/dist/kafka/old_releases/kafka-0.7.0-incubating/RELEASE-NOTES.html">Release Notes</a>
+    		</li>
+    	 	<li>
+    			Download: <a href="http://archive.apache.org/dist/kafka/old_releases/kafka-0.7.0-incubating/kafka-0.7.0-incubating-src.tar.gz">kafka-0.7.0-incubating-src.tar.gz</a> (<a href="	kafka-0.7.0-incubating/kafka-0.7.0-incubating-src.tar.gz.asc">asc</a>, <a href="https://archive.apache.org/dist/kafka/old_releases/kafka-0.7.0-incubating/kafka-0.7.0-incubating-src.tar.gz.md5">md5</a>)
+    		</li>
+    	</ul>
+    <p>
+    You can download releases previous to 0.7.0-incubating <a href="http://sna-projects.com/kafka/downloads.php">here</a>.
+    </p>
 
 <!--#include virtual="includes/footer.html" -->

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/1b8cdf48/images/kafka_diagram.png
----------------------------------------------------------------------
diff --git a/images/kafka_diagram.png b/images/kafka_diagram.png
new file mode 100644
index 0000000..c047563
Binary files /dev/null and b/images/kafka_diagram.png differ

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/1b8cdf48/images/kafka_logo.png
----------------------------------------------------------------------
diff --git a/images/kafka_logo.png b/images/kafka_logo.png
index 507f71c..dca56f6 100644
Binary files a/images/kafka_logo.png and b/images/kafka_logo.png differ

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/1b8cdf48/images/logo.png
----------------------------------------------------------------------
diff --git a/images/logo.png b/images/logo.png
new file mode 100644
index 0000000..0de768b
Binary files /dev/null and b/images/logo.png differ

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/1b8cdf48/images/twitter_logo.png
----------------------------------------------------------------------
diff --git a/images/twitter_logo.png b/images/twitter_logo.png
new file mode 100644
index 0000000..1520cce
Binary files /dev/null and b/images/twitter_logo.png differ

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/1b8cdf48/includes/footer.html
----------------------------------------------------------------------
diff --git a/includes/footer.html b/includes/footer.html
index 3dc3c44..df3fbb6 100644
--- a/includes/footer.html
+++ b/includes/footer.html
@@ -1,9 +1,49 @@
+				</div>
+			</div>
 		</div>
-		<div id="footer">
-			<a href="http://www.apache.org">
-				<img class="feather" src="/images/feather-small.png" alt="Apache Feather">
-			</a>
-		</div>
+		<div class="footer">
+			<div class="footer__inner">
+				<span class="footer__legal">Apache Kafka, Kafka, Apache, and the Kafka logo are trademarks of The Apache Software Foundation.</span>
+				<a class="apache-feather" target="_blank" href="http://www.apache.org">
+					<img width="40" src="/images/feather-small.png" alt="Apache Feather">
+				</a>
+			</div>
 		</div>
 	</body>
-</html>
\ No newline at end of file
+
+	<script>
+		$(function() {
+			// Helper classes for nav
+			$('nav').mouseenter(function(){
+				$(this).addClass('hovering');
+			});
+			$('nav').mouseleave(function(){
+				$(this).removeClass('hovering');
+			});
+
+			// Initialize sticky elements on the page
+			if($(window).width() > 650) {
+				$('.b-sticky-nav').stick_in_parent({offset_top: 40});
+			}
+
+			// On window resize check to see if stuff should be unstuck
+			window.onresize = function(event) {
+			  if($(window).width() <= 650) {
+			    $('.b-sticky-nav').trigger("sticky_kit:detach")
+			  } else {
+			    $('.b-sticky-nav').stick_in_parent({offset_top: 40});
+			  }
+			};
+		});
+	</script>
+	<script>
+		(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+		(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+		m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+		})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+		ga('create', 'UA-7818013-4', 'apache.org');
+		ga('send', 'pageview');
+
+	</script>
+</html>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/1b8cdf48/includes/header.html
----------------------------------------------------------------------
diff --git a/includes/header.html b/includes/header.html
index 1a64e1f..db0e12e 100644
--- a/includes/header.html
+++ b/includes/header.html
@@ -4,75 +4,18 @@
 		<title>Apache Kafka</title>
 		<link rel='stylesheet' href='/styles.css' type='text/css'>
 		<link rel="icon" type="image/gif" href="/images/apache_feather.gif">
-		<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic' rel='stylesheet' type='text/css'>
 		<meta name="robots" content="index,follow" />
 		<meta name="language" content="en" />
 		<meta name="keywords" content="apache kafka messaging queuing distributed stream processing">
 		<meta name="description" content="Apache Kafka: A Distributed Streaming Platform.">
 		<meta http-equiv='Content-Type' content='text/html;charset=utf-8' />
+		<meta name="viewport" content="initial-scale = 1.0,maximum-scale = 1.0" />
 		<meta property="og:title" value="Kafka" />
 		<meta property="og:image" value="" />
 		<meta property="og:description" value="Apache Kafka: A Distributed Streaming Platform." />
 		<meta property="og:site_name" value="Apache Kafka" />
 		<meta property="og:type" value="website" />
-		<script>
-		  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-		  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-		  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-		  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-		  ga('create', 'UA-7818013-4', 'apache.org');
-		  ga('send', 'pageview');
-
-		</script>
+		<link href="https://fonts.googleapis.com/css?family=Cutive+Mono|Roboto:400,700,900" rel="stylesheet">
+		<script src="/js/jquery.min.js"></script>
+		<script src="/js/jquery.sticky-kit.min.js"></script>
 	</head>
-	<body>
-		<div id="everything">
-		<div id="header">
-				<table>
-					<tr>
-						<td><a href="/"><img src="/images/kafka_logo.png"></a></td>
-						<td class="title">
-							<a href="/">Apache Kafka</a>
-							<br>
-							<span class="subtitle"><a href="/">A distributed streaming platform.</a></span>
-						</td>
-					</tr>
-				</table>
-		</div>
-		<div class="lsidebar">
-			<ul>
-				<li><a href="/downloads.html">download</a></li>
-				<li><a href="/intro.html">introduction</a></li>
-				<li><a href="/uses.html">uses</a></li>
-				<li><a href="/documentation.html">documentation</a></li>
-				<li><a href="/quickstart.html">quickstart</a>
-				<li><a href="/performance.html">performance</a></li>
-				<li><a href="https://cwiki.apache.org/confluence/display/KAFKA/Clients">clients</a></li>
-				<li><a href="https://cwiki.apache.org/confluence/display/KAFKA/Ecosystem">ecosystem</a></li>
-				<li><a href="/project-security.html">security</a></li>
-				<li><a href="https://cwiki.apache.org/confluence/display/KAFKA/FAQ">faq</a></li>
-				<li>project
-					<ul>
-						<li><a href="https://twitter.com/apachekafka">twitter</a></li>
-						<li><a href="https://cwiki.apache.org/confluence/display/KAFKA">wiki</a></li>
-						<li><a href="https://issues.apache.org/jira/browse/KAFKA">bugs</a></li>
-						<li><a href="/contact.html">mailing&nbsp;lists</a></li>
-						<li><a href="/committers.html">committers</a></li>
-						<li><a href="https://cwiki.apache.org/confluence/display/KAFKA/Powered+By">powered&nbsp;by</a></li>
-						<li><a href="https://cwiki.apache.org/confluence/display/KAFKA/Kafka+papers+and+presentations">papers&nbsp;&amp;&nbsp;talks</a></li>
-					</ul>
-				</li>
-				<li>developers
-					<ul>
-						<li><a href="/code.html">code</a></li>
-						<li><a href="http://cwiki.apache.org/confluence/display/KAFKA/Projects">projects</a></li>
-						<li><a href="/contributing.html">contributing</a></li>
-						<li><a href="/coding-guide.html">coding&nbsp;guide</a></li>
-						<li><a href="/protocol.html">protocol&nbsp;guide</a></li>
-						<li><a href="https://builds.apache.org">unit&nbsp;tests</a></li>
-					</ul>
-				</li>
-			</ul>
-		</div>
-	<div class='content'>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/1b8cdf48/includes/nav.html
----------------------------------------------------------------------
diff --git a/includes/nav.html b/includes/nav.html
new file mode 100644
index 0000000..0e31310
--- /dev/null
+++ b/includes/nav.html
@@ -0,0 +1,34 @@
+<nav class="b-sticky-nav">
+  <div class="nav-scroller">
+    <div class="nav__inner">
+      <a class="b-nav__home nav__item" href="/">home</a>
+      <a class="b-nav__intro nav__item" href="/intro.html">introduction</a>
+      <a class="b-nav__quickstart nav__item" href="/quickstart.html">quickstart</a>
+      <a class="b-nav__uses nav__item" href="/uses.html">use cases</a>
+      <a class="b-nav__docs nav__item" href="/documentation.html">documentation</a>
+      <a class="b-nav__performance nav__item" href="/performance.html">performance</a>
+      <a class="b-nav__poweredby nav__item" target="_blank" href="https://cwiki.apache.org/confluence/display/KAFKA/Powered+By">powered by</a>
+      <a class="b-nav__project nav__item" href="/project.html">project info</a>
+      <a class="b-nav__ecosystem nav__item" href="https://cwiki.apache.org/confluence/display/KAFKA/Ecosystem" target="_blank">ecosystem</a>
+      <a class="b-nav__clients nav__item" href="https://cwiki.apache.org/confluence/display/KAFKA/Clients" target="_blank">clients</a>
+      <a class="b-nav__contact nav__item" href="/contact.html">contact</a>
+      <a class="btn" href="/downloads.html">download</a>
+      <div class="social-links">
+        <a class="twitter" href="https://twitter.com/apachekafka" target="_blank">@apachekafka</a>
+      </div>
+    </div>
+  </div>
+  <div class="navindicator">
+    <div class="b-nav__home navindicator__item"></div>
+    <div class="b-nav__intro navindicator__item"></div>
+    <div class="b-nav__quickstart navindicator__item"></div>
+    <div class="b-nav__uses navindicator__item"></div>
+    <div class="b-nav__docs navindicator__item"></div>
+    <div class="b-nav__performance navindicator__item"></div>
+    <div class="b-nav__poweredby navindicator__item"></div>
+    <div class="b-nav__project navindicator__item"></div>
+    <div class="b-nav__ecosystem navindicator__item"></div>
+    <div class="b-nav__clients navindicator__item"></div>
+    <div class="b-nav__contact navindicator__item"></div>
+  </div>
+</nav>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/1b8cdf48/includes/top.html
----------------------------------------------------------------------
diff --git a/includes/top.html b/includes/top.html
new file mode 100644
index 0000000..a9cbc8d
--- /dev/null
+++ b/includes/top.html
@@ -0,0 +1,5 @@
+<body>
+	<div class="main">
+		<div class="header">
+			<a href="/"><img width="325" height="97" class="logo" src="/images/logo.png"></a>
+		</div>

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/1b8cdf48/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 7ffc4d7..66989dc 100644
--- a/index.html
+++ b/index.html
@@ -1,16 +1,33 @@
 <!--#include virtual="includes/header.html" -->
+<!--#include virtual="includes/top.html" -->
+<div class="content">
+	<!--#include virtual="includes/nav.html" -->
+	<div class="right">
+		<div class="desc">
+			<div class="desc-item">
+				<h2>Publish &amp; subscribe</h2>
+				<p>to streams of data like a messaging system</p>
+			</div>
+			<div class="desc-item">
+				<h2>Process</h2>
+				<p>streams of data efficiently and in real time</p>
+			</div>
+			<div class="desc-item">
+				<h2>Store</h2>
+				<p>streams of data safely in a distributed replicated cluster</p>
+			</div>
+		</div>
+		<div class="index">
+			<img width="451" height="435" class="kafka-diagram" src="/images/kafka_diagram.png">
+			<div class="callout">
+				<p>Kafka is used for building real-time data pipelines and streaming apps. It is horizontally scalable, fault-tolerant, wicked fast, and runs in production in thousands of companies.</p>
+				<a class="btn btn--secondary btn--sm callout__action" href="/intro.html">Learn more</a>
+			</div>
+		</div>
 
-<div class="index">
-	<div style="float: right">
-	   <img src="images/kafka-apis.png" style="width:300px">
-    </div>
-Apache Kafka is a distributed streaming platform. It lets you...
-<ul>
-	<li><big>Publish and subscribe</big> to streams of data like a messaging system
-	<li><big>Store</big> streams of data in a distributed, replicated cluster
-	<li><big>Process</big> streams of data in real-time
-</ul>
-Kafka is used for building real-time data pipelines and streaming apps. It is horizontally scalable, fault-tolerant, wicked fast, and runs in production in thousands of companies. You can learn more about it <a href="/intro.html">here</a>.
-</div>
+<script>
+// Show selected style on nav item
+$(function() { $('.b-nav__home').addClass('selected'); });
+</script>
 
 <!--#include virtual="includes/footer.html" -->

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/1b8cdf48/intro.html
----------------------------------------------------------------------
diff --git a/intro.html b/intro.html
index 5c6c2dd..51dc268 100644
--- a/intro.html
+++ b/intro.html
@@ -1,5 +1,14 @@
 <!--#include virtual="includes/header.html" -->
-
+<!--#include virtual="includes/top.html" -->
+<div class="content">
+  <!--#include virtual="includes/nav.html" -->
+  <div class="right">
+		<h1>Introduction</h1>
 <!--#include virtual="0100/introduction.html" -->
 
 <!--#include virtual="includes/footer.html" -->
+
+<script>
+// Show selected style on nav item
+$(function() { $('.b-nav__intro').addClass('selected'); });
+</script>