Author: jkreps
Date: Tue Aug 13 03:20:28 2013
New Revision: 1513330

URL: http://svn.apache.org/r1513330
Log:
Misc. site fixes.

Modified:
    kafka/site/08/design.html
    kafka/site/08/documentation.html
    kafka/site/08/tools.html
    kafka/site/includes/header.html

Modified: kafka/site/08/design.html
URL: 
http://svn.apache.org/viewvc/kafka/site/08/design.html?rev=1513330&r1=1513329&r2=1513330&view=diff
==============================================================================
--- kafka/site/08/design.html (original)
+++ kafka/site/08/design.html Tue Aug 13 03:20:28 2013
@@ -128,7 +128,7 @@ Scalable persistence allows for the poss
 <p>
 In the case of Hadoop we parallelize the data load by splitting the load over 
individual map tasks, one for each node/topic/partition combination, allowing 
full parallelism in the loading. Hadoop provides the task management, and tasks 
which fail can restart without danger of duplicate data&mdash;they simply 
restart from their original position.
 
-<h3>4.6 Message Delivery Semantics</h3>
+<h3><a id="semantics">4.6 Message Delivery Semantics</a></h3>
 <p>
 Now that we understand a little about how producers and consumers work, let's 
discuss the semantic guarantees Kafka provides between producer and consumer. 
Clearly there are multiple possible message delivery guarantees that could be 
provided:
 <ul>

Modified: kafka/site/08/documentation.html
URL: 
http://svn.apache.org/viewvc/kafka/site/08/documentation.html?rev=1513330&r1=1513329&r2=1513330&view=diff
==============================================================================
--- kafka/site/08/documentation.html (original)
+++ kafka/site/08/documentation.html Tue Aug 13 03:20:28 2013
@@ -67,11 +67,6 @@
                                </ul>
                </ul>
        <li><a href="#tools">7. Tools</a>
-               <ul>
-                       <li><a href="#mirroringdata">7.1 Mirroring data between 
clusters</a>
-                       <li><a href="#networklayer">7.2 Administrative tools</a>
-               </ul>
-       <li><a href="#migrationtool">8. Upgrading from 0.7</a>
 </ul>
 
 <h2><a id="gettingStarted">1. Getting Started</a></h2>

Modified: kafka/site/08/tools.html
URL: 
http://svn.apache.org/viewvc/kafka/site/08/tools.html?rev=1513330&r1=1513329&r2=1513330&view=diff
==============================================================================
--- kafka/site/08/tools.html (original)
+++ kafka/site/08/tools.html Tue Aug 13 03:20:28 2013
@@ -1,7 +1,7 @@
-<h3><a id="mirroringdata">7.1 Mirroring data between clusters</a></h3>
+<h4>Mirroring data between clusters</h4>
 We have a tool that runs a continuous copy between two clusters. The clusters 
are completely independent and the topology need not match (you can have a 
different number of brokers and a different number of partitions). Offsets and 
partitioning are currently not preserved by this tool as it is meant for 
geographical replication rather than backup.
 
 Documentation <a 
href="https://cwiki.apache.org/confluence/display/KAFKA/Kafka+mirroring+%28MirrorMaker%29";>here</a>.
 
-<h3><a id="networklayer"> 7.2 Administrative tools</a></h3>
+<h4>Administrative tools</h4>
 A set of tools for managing an 0.8 cluster is described in <a 
href="https://cwiki.apache.org/confluence/display/KAFKA/Replication+tools";>here</a>.

Modified: kafka/site/includes/header.html
URL: 
http://svn.apache.org/viewvc/kafka/site/includes/header.html?rev=1513330&r1=1513329&r2=1513330&view=diff
==============================================================================
--- kafka/site/includes/header.html (original)
+++ kafka/site/includes/header.html Tue Aug 13 03:20:28 2013
@@ -54,7 +54,6 @@
                                                <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="http://www.apache.org/licenses";>license</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>


Reply via email to