Author: jkreps
Date: Tue Aug 2 17:57:08 2011
New Revision: 1153224
URL: http://svn.apache.org/viewvc?rev=1153224&view=rev
Log:
Misc. tweaks.
Added:
incubator/kafka/site/code.html
Modified:
incubator/kafka/site/design.html
incubator/kafka/site/includes/header.html
incubator/kafka/site/projects.html
Added: incubator/kafka/site/code.html
URL: http://svn.apache.org/viewvc/incubator/kafka/site/code.html?rev=1153224&view=auto
==============================================================================
--- incubator/kafka/site/code.html (added)
+++ incubator/kafka/site/code.html Tue Aug 2 17:57:08 2011
@@ -0,0 +1,16 @@
+<!--#include virtual="includes/header.html" -->
+<h1>Getting the code</h1>
+<p>
+Our code is kept in subversion. You can check it out like this:
+</p>
+<pre>
+ svn co http://svn.apache.org/repos/asf/incubator/kafka/trunk kafka
+</pre>
+<p>
+To contribute a feature or bug fix, <a href="https://issues.apache.org/jira/browse/KAFKA">open
a JIRA ticket</a> describing the issue and attach your patch there.
+</p>
+<p>
+Pre-packaged releases are available <a href="downloads.html">here</>.
+</p>
+
+<!--#include virtual="includes/footer.html" -->
\ No newline at end of file
Modified: incubator/kafka/site/design.html
URL: http://svn.apache.org/viewvc/incubator/kafka/site/design.html?rev=1153224&r1=1153223&r2=1153224&view=diff
==============================================================================
--- incubator/kafka/site/design.html (original)
+++ incubator/kafka/site/design.html Tue Aug 2 17:57:08 2011
@@ -3,7 +3,7 @@
<h2>Why we built this</h2>
<p>
-Kafka is a messaging system that was built at LinkedIn to serve as the foundation for our
activity stream processing.
+Kafka is a messaging system that was originally developed at LinkedIn to serve as the foundation
for LinkedIn's activity stream processing pipeline.
</p>
<p>
Modified: incubator/kafka/site/includes/header.html
URL: http://svn.apache.org/viewvc/incubator/kafka/site/includes/header.html?rev=1153224&r1=1153223&r2=1153224&view=diff
==============================================================================
--- incubator/kafka/site/includes/header.html (original)
+++ incubator/kafka/site/includes/header.html Tue Aug 2 17:57:08 2011
@@ -23,14 +23,15 @@
<div class="lsidebar">
<ul>
<li><a href="downloads.html">download</a></li>
- <li><a href="https://github.com/kafka-dev/kafka">code</a></li>
- <li><a href="javadoc/current">javadoc</a></li>
+ <li><a href="code.html">code</a></li>
+ <li><a href="javadoc/current">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>
<li><a href="performance.html">performance</a></li>
<li><a href="projects.html">projects</a></li>
<li><a href="faq.html">faq</a></li>
+ <li><a href="https://cwiki.apache.org/confluence/display/KAFKA">wiki</li>
<li><a href="https://issues.apache.org/jira/browse/KAFKA">bugs</a></li>
<li><a href="contact.html">mailing lists</a></li>
<li><a href="http://test.project-voldemort.com:8080/">unit tests</a></li>
Modified: incubator/kafka/site/projects.html
URL: http://svn.apache.org/viewvc/incubator/kafka/site/projects.html?rev=1153224&r1=1153223&r2=1153224&view=diff
==============================================================================
--- incubator/kafka/site/projects.html (original)
+++ incubator/kafka/site/projects.html Tue Aug 2 17:57:08 2011
@@ -3,7 +3,7 @@
<h1>Current Work</h1>
<p>
- Below is a list of major projects we know people are currently pursuing. If you have thoughts
on these or want to help, please <a href="http://groups.google.com/group/kafka-dev">let
us know</a>.
+ Below is a list of major projects we know people are currently pursuing. If you have thoughts
on these or want to help, please <a href="mailto: kafka-dev@incubator.apache.org">let
us know</a>.
</p>
<h3>Improved Stream Processing Libraries</h3>
|