Author: lewismc
Date: Thu Feb 16 15:27:06 2012
New Revision: 1245022

URL: http://svn.apache.org/viewvc?rev=1245022&view=rev
Log:
commit to address small typos in /current/docs.

Modified:
    gora/trunk/docs/src/content/xdocs/quickstart.xml
    gora/trunk/docs/src/content/xdocs/tutorial.xml

Modified: gora/trunk/docs/src/content/xdocs/quickstart.xml
URL: 
http://svn.apache.org/viewvc/gora/trunk/docs/src/content/xdocs/quickstart.xml?rev=1245022&r1=1245021&r2=1245022&view=diff
==============================================================================
--- gora/trunk/docs/src/content/xdocs/quickstart.xml (original)
+++ gora/trunk/docs/src/content/xdocs/quickstart.xml Thu Feb 16 15:27:06 2012
@@ -33,7 +33,7 @@
 
   <section>
    <title> Download </title>
-   <p> First you need to check out the most stable Gora release through the 
official Apache Gora release page <a href="ext:releases">here</a>.</a>  
+   <p> First you need to check out the most stable Gora release through the 
official Apache Gora release page <a href="ext:releases">here</a>.</p>  
    <p>For those who would like to use a development version Gora or simply 
wish to work with the bleeding edge, instructions for how to check out the 
source code using svn or git can be found 
    <a href="ext:vcs">here</a>. 
    </p>
@@ -114,33 +114,33 @@
     to your project by adding the following lines to your <code>pom.xml</code> 
file: </p>
 
     <p>
-    <code>
-       <dependency>
-               <groupId>org.apache.gora</groupId>
-               <artifactId>gora-hbase</artifactId>
-               <version>${version}</version>
-       </dependency>
-    </code><br/>
-    <code>
-       <dependency>
-               <groupId>org.apache.gora</groupId>
-               <artifactId>gora-cassandra</artifactId>
-               <version>${version}</version>
-       </dependency>
-    </code><br/>
-    <code>
-       <dependency>
-               <groupId>org.apache.gora</groupId>
-               <artifactId>gora-sql</artifactId>
-               <version>${version}</version>
-       </dependency>
-    </code>
+    <source>
+       &lt;dependency&gt;
+               &lt;groupId>org.apache.gora&lt;/groupId&gt;
+               &lt;artifactId>gora-hbase&lt;/artifactId&gt;
+               &lt;version>${version}&lt;/version&gt;
+       &lt;/dependency&gt;
+    </source><br/>
+    <source>
+       &lt;dependency&gt;
+               &lt;groupId>org.apache.gora&lt;/groupId&gt;
+               &lt;artifactId>gora-cassandra&lt;/artifactId&gt;
+               &lt;version>${version}&lt;/version&gt;
+       &lt;/dependency&gt;
+    </source><br/>
+    <source>
+       &lt;dependency&gt;
+               &lt;groupId>org.apache.gora&lt;/groupId&gt;
+               &lt;artifactId>gora-sql&lt;/artifactId&gt;
+               &lt;version>${version}&lt;/version&gt;
+       &lt;/dependency&gt;
+    </source>
     </p>
 
     <p><b>N.B.</b> The <code>${version}</code> variable should be replaced by 
the most stable Gora release.</p>
     
     <p>Only add the modules <code>gora-hbase, gora-cassandra, gora-sql</code>
-    that you will use.
+    that you will use.</p>
   </section>
 
   <section>

Modified: gora/trunk/docs/src/content/xdocs/tutorial.xml
URL: 
http://svn.apache.org/viewvc/gora/trunk/docs/src/content/xdocs/tutorial.xml?rev=1245022&r1=1245021&r2=1245022&view=diff
==============================================================================
--- gora/trunk/docs/src/content/xdocs/tutorial.xml (original)
+++ gora/trunk/docs/src/content/xdocs/tutorial.xml Thu Feb 16 15:27:06 2012
@@ -1175,7 +1175,7 @@ ROW                          COLUMN+CELL
     <p>The source code for the projects using Gora can also be checked out as 
a reference. <a href="ext:nutch">Apache Nutch</a> is 
     one of the first class users of Gora; so looking into how Nutch uses Gora 
is always a good idea.
     </p>
-    <p> Please feel free to grab our <a 
href="http://gora.apache.org/images/powered-by-gora.png";>poweredBy</a> sticker 
and embedded it in anything backed by Apache Gora.
+    <p> Please feel free to grab our <a 
href="http://gora.apache.org/images/powered-by-gora.png";>poweredBy</a> sticker 
and embedded it in anything backed by Apache Gora.</p>
   </section>
 
   <section>


Reply via email to