Author: jbellis
Date: Sun Mar  3 17:03:57 2013
New Revision: 1452066

URL: http://svn.apache.org/r1452066
Log:
swap Durable and YoureInControl sections to balance column depth better

Modified:
    cassandra/site/publish/index.html
    cassandra/site/src/content/index.html

Modified: cassandra/site/publish/index.html
URL: 
http://svn.apache.org/viewvc/cassandra/site/publish/index.html?rev=1452066&r1=1452065&r2=1452066&view=diff
==============================================================================
--- cassandra/site/publish/index.html (original)
+++ cassandra/site/publish/index.html Sun Mar  3 17:03:57 2013
@@ -114,7 +114,7 @@
   <div class="span-8">
     <ul class="biglist">
       <li><b>Performant</b>
-        <p>Cassandra <a 
href="http://vldb.org/pvldb/vol5/p1724_tilmannrabl_vldb2012.pdf";>consistently</a>
 <a 
href="http://www.datastax.com/resources/whitepapers/benchmarking-top-nosql-databases";>outperforms</a>
 popular NoSQL alternatives in independent benchmarks, primarily because of <a 
href="http://www.datastax.com/dev/blog/2012-in-review-performance";>fundamental 
architectural choices</a>.
+        <p>Cassandra <a 
href="http://vldb.org/pvldb/vol5/p1724_tilmannrabl_vldb2012.pdf";>consistently</a>
 <a 
href="http://www.datastax.com/resources/whitepapers/benchmarking-top-nosql-databases";>outperforms</a>
 popular NoSQL alternatives in benchmarks and <a 
href="http://blog.markedup.com/2013/02/cassandra-hive-and-hadoop-how-we-picked-our-analytics-stack/";>real
 applications</a>, primarily because of <a 
href="http://www.datastax.com/dev/blog/2012-in-review-performance";>fundamental 
architectural choices</a>.
         </p>
       </li>
       <li>
@@ -124,24 +124,24 @@
         </p>
       </li>
       <li>
-        <b>You're in Control</b>
-        <p>Choose between synchronous or asynchronous replication for each 
update. Highly available asynchronous operations are optimized with features 
like <a href="http://wiki.apache.org/cassandra/HintedHandoff";>Hinted 
Handoff</a> and <a href="http://wiki.apache.org/cassandra/ReadRepair";>Read 
Repair</a>.</p>
+        <b>Durable</b>
+        <p>Cassandra is <a 
href="http://wiki.apache.org/cassandra/Durability";>suitable for applications 
that can't afford to lose data</a>, even when an entire data center goes down.
+        </p>
       </li>
   </div>
   <div class="span-8 last">
     <ul class="biglist">
       <li>
+        <b>You're in Control</b>
+        <p>Choose between synchronous or asynchronous replication for each 
update. Highly available asynchronous operations are optimized with features 
like <a href="http://wiki.apache.org/cassandra/HintedHandoff";>Hinted 
Handoff</a> and <a href="http://wiki.apache.org/cassandra/ReadRepair";>Read 
Repair</a>.</p>
+      </li>
+      <li>
         <b>Elastic</b>
         <p>
         Read and write throughput both increase linearly as new machines are 
added, with no downtime or interruption to applications.
         </p>
       </li>
       <li>
-        <b>Durable</b>
-        <p>Cassandra is <a 
href="http://wiki.apache.org/cassandra/Durability";>suitable for applications 
that can't afford to lose data</a>, even when an entire data center goes down.
-        </p>
-      </li>
-      <li>
         <b>Professionally Supported</b>
         <p>Cassandra support contracts and services are available from <a 
href="http://wiki.apache.org/cassandra/ThirdPartySupport";>third parties</a>.
         </p>

Modified: cassandra/site/src/content/index.html
URL: 
http://svn.apache.org/viewvc/cassandra/site/src/content/index.html?rev=1452066&r1=1452065&r2=1452066&view=diff
==============================================================================
--- cassandra/site/src/content/index.html (original)
+++ cassandra/site/src/content/index.html Sun Mar  3 17:03:57 2013
@@ -70,24 +70,24 @@
         </p>
       </li>
       <li>
-        <b>You're in Control</b>
-        <p>Choose between synchronous or asynchronous replication for each 
update. Highly available asynchronous operations are optimized with features 
like <a href="http://wiki.apache.org/cassandra/HintedHandoff";>Hinted 
Handoff</a> and <a href="http://wiki.apache.org/cassandra/ReadRepair";>Read 
Repair</a>.</p>
+        <b>Durable</b>
+        <p>Cassandra is <a 
href="http://wiki.apache.org/cassandra/Durability";>suitable for applications 
that can't afford to lose data</a>, even when an entire data center goes down.
+        </p>
       </li>
   </div>
   <div class="span-8 last">
     <ul class="biglist">
       <li>
+        <b>You're in Control</b>
+        <p>Choose between synchronous or asynchronous replication for each 
update. Highly available asynchronous operations are optimized with features 
like <a href="http://wiki.apache.org/cassandra/HintedHandoff";>Hinted 
Handoff</a> and <a href="http://wiki.apache.org/cassandra/ReadRepair";>Read 
Repair</a>.</p>
+      </li>
+      <li>
         <b>Elastic</b>
         <p>
         Read and write throughput both increase linearly as new machines are 
added, with no downtime or interruption to applications.
         </p>
       </li>
       <li>
-        <b>Durable</b>
-        <p>Cassandra is <a 
href="http://wiki.apache.org/cassandra/Durability";>suitable for applications 
that can't afford to lose data</a>, even when an entire data center goes down.
-        </p>
-      </li>
-      <li>
         <b>Professionally Supported</b>
         <p>Cassandra support contracts and services are available from <a 
href="http://wiki.apache.org/cassandra/ThirdPartySupport";>third parties</a>.
         </p>


Reply via email to