Author: ahart
Date: Mon May  6 20:11:23 2013
New Revision: 1479693

URL: http://svn.apache.org/r1479693
Log:
Fix spurious characters in output on main index page, minor spelling fixes.

Modified:
    gora/site/trunk/content/index.md

Modified: gora/site/trunk/content/index.md
URL: 
http://svn.apache.org/viewvc/gora/site/trunk/content/index.md?rev=1479693&r1=1479692&r2=1479693&view=diff
==============================================================================
--- gora/site/trunk/content/index.md (original)
+++ gora/site/trunk/content/index.md Mon May  6 20:11:23 2013
@@ -15,7 +15,7 @@ Title: Welcome to Apache Gora™
       <a href="http://www.apache.org/licenses/LICENSE-2.0.html";>Apache 
Software License v2.0</a>.
     </p>
     <p>
-      <a href="{{base}}downloads.html" class="btn btn-primary 
btn-large">Download »</a>
+      <a href="{{base}}downloads.html" class="btn btn-primary 
btn-large">Download</a>
     </p>
   </div>
 </div>
@@ -25,7 +25,7 @@ Gora graduated from the Apache incubator
 ## Quick shortcuts
 I would like to ...
 
-* ... [download Gora](/downloads.html) <a href="{{base}}downloads.html" 
class="btn btn-primary btn-large">Download »</a>
+* ... [download Gora](/downloads.html) <a href="{{base}}downloads.html" 
class="btn btn-primary btn-large">Download</a>
 * ... [use Gora with Maven or Ivy](/downloads.html#Maven and Ivy)
 * ... [find out more about Gora](/about.html)
 * ... [see who's involved](/credits.html)
@@ -104,7 +104,7 @@ I would like to ...
         <p>Some time ago, the Apache Gora development team made the decision 
to support Hector as the 
         primary Apache Cassandra client. This decision enables Gora to build 
on the expressiveness offered by the 
         Hector API, some features include:
-        <li>high level, simple object oriented interface to cassandra. </li>
+        <li>high level, simple object oriented interface to Cassandra. </li>
         <li>failover behavior on the client side.</li>
         <li>connection pooling for improved performance and scalability.</li>
         <li>JMX counters for monitoring and management.</li>
@@ -114,9 +114,9 @@ I would like to ...
         <li>automatic discovery of additional hosts in the cluster.</li>
         <li>suspension of hosts for a short period of time after several 
timeouts.</li>
         <li>simple ORM layer that works.</li>
-        <li>a type-safe approach to dealing with Apache Cassandra’s 
data model.</li>
-        As an Apache community we value community over code, this move is 
definately a step in the right direction towards
-        bringing together two diverse communities, whilst during process 
undoubtably making both Apache Gora and Hector better 
+        <li>a type-safe approach to dealing with Apache Cassandra's data 
model.</li>
+        As an Apache community we value community over code, this move is 
definitely a step in the right direction towards
+        bringing together two diverse communities, whilst during process 
undoubtedly making both Apache Gora and Hector better 
         technologies. Here at Gora we look forward to working with the Hector 
community.
         </p>
       </section>


Reply via email to