You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jk...@apache.org on 2011/08/02 21:40:19 UTC

svn commit: r1153253 - in /incubator/kafka/site: includes/header.html index.html styles.css

Author: jkreps
Date: Tue Aug  2 19:40:18 2011
New Revision: 1153253

URL: http://svn.apache.org/viewvc?rev=1153253&view=rev
Log:
Add mandatory disclimer and incubator logo.


Modified:
    incubator/kafka/site/includes/header.html
    incubator/kafka/site/index.html
    incubator/kafka/site/styles.css

Modified: incubator/kafka/site/includes/header.html
URL: http://svn.apache.org/viewvc/incubator/kafka/site/includes/header.html?rev=1153253&r1=1153252&r2=1153253&view=diff
==============================================================================
--- incubator/kafka/site/includes/header.html (original)
+++ incubator/kafka/site/includes/header.html Tue Aug  2 19:40:18 2011
@@ -16,7 +16,10 @@
 		<div>
 			<div id="header" style="overflow: hidden">
 				<div>
-					<div class="title">Apache Kafka</div>
+					<a href="http://incubator.apache.org">
+						<img style="float: right; margin: 5px" src="http://incubator.apache.org/images/apache-incubator-logo.png"/>
+					</a>
+					<div class="title"><a href="index.html">Apache Kafka</a></div>
 					<div class="subtitle">A high-throughput distributed messaging system.</div>
 				</div>
 			</div>
@@ -24,7 +27,7 @@
 				<ul>
 					<li><a href="downloads.html">download</a></li>
 					<li><a href="code.html">code</a></li>
-					<li><a href="javadoc/current">api docs</a></li>
+					<li><a href="api-docs/0.6">api docs</a></li>
 					<li><a href="quickstart.html">quickstart</a></li>
 					<li><a href="design.html">design</a></li>
 					<li><a href="configuration.html">configuration</a></li>

Modified: incubator/kafka/site/index.html
URL: http://svn.apache.org/viewvc/incubator/kafka/site/index.html?rev=1153253&r1=1153252&r2=1153253&view=diff
==============================================================================
--- incubator/kafka/site/index.html (original)
+++ incubator/kafka/site/index.html Tue Aug  2 19:40:18 2011
@@ -17,8 +17,8 @@ Kafka provides a publish-subscribe solut
 The use for activity stream processing makes Kafka comparable to <a href="https://github.com/facebook/scribe">Facebook's Scribe</a> or <a href="https://github.com/cloudera/flume">Cloudera's Flume</a>, though the architecture and primitives are very different for these systems and make Kafka more comparable to a traditional messaging system. See our <a href="design.php">design</a> page for more details.	
 </p>
 
-<p>
-Kafka has recently become an Apache Incubator project. You can reach us <a href="contact.php">here<a/>.
-</p>
+<i>
+Apache Kafka is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Chris Douglas. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+</i>
 
 <!--#include virtual="includes/footer.html" -->

Modified: incubator/kafka/site/styles.css
URL: http://svn.apache.org/viewvc/incubator/kafka/site/styles.css?rev=1153253&r1=1153252&r2=1153253&view=diff
==============================================================================
--- incubator/kafka/site/styles.css (original)
+++ incubator/kafka/site/styles.css Tue Aug  2 19:40:18 2011
@@ -18,13 +18,17 @@ a {
 	text-decoration: none;
 }
 #header {
-	xmargin: 3em -2em 1em 0;
-	padding: 1.2em 0 1.2em 3em;
+	xmargin: 2em -2em 1em 0;
+	padding: 1.0em 0 1.0em 3.0em;
 	border-width: 0px;
 	background-color: #2e4a8e;
 	xwidth: 80%;
 	min-width: 900px;
 }
+#header a {
+	color: white;
+	text-decoration: none;
+}
 .title {
 	color: white;
 	font-size: 24pt;