Modified: incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual.xml
URL: 
http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual.xml?rev=434517&r1=434516&r2=434517&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/manual.xml Thu Aug 
24 13:41:12 2006
@@ -36,17 +36,17 @@
     <!ENTITY supported_databases.xml SYSTEM "supported_databases.xml">
 ]>
 <book id="manual">
-  <bookinfo>
-    <title>OpenJPA Developers Guide</title>
-  </bookinfo>
+    <bookinfo>
+        <title>OpenJPA Developers Guide</title>
+    </bookinfo>
 
-  <part id="introduction">
-    <title>Introduction</title>
+    <part id="introduction">
+        <title>Introduction</title>
         &openjpa_intro.xml;
-  </part>
+    </part>
 
-  <part id="jpa_overview">
-    <title>Java Persistence API</title>
+    <part id="jpa_overview">
+        <title>Java Persistence API</title>
         &jpa_overview_intro.xml;
         &jpa_overview_why.xml;
         &jpa_overview_arch.xml;
@@ -60,15 +60,15 @@
         &jpa_overview_sqlquery.xml;
         &jpa_overview_mapping.xml;
         &jpa_overview_conclusion.xml;
-  </part>
+    </part>
 
-  <part id="tutorials">
-    <title>Tutorials</title>
+    <part id="tutorials">
+        <title>Tutorials</title>
         &jpa_tutorials.xml;
-  </part>
+    </part>
 
-  <part id="ref_guide">
-    <title>OpenJPA <phrase>JPA</phrase> Reference Guide</title>
+    <part id="ref_guide">
+        <title>OpenJPA <phrase>JPA</phrase> Reference Guide</title>
         &ref_guide_intro.xml;
         &ref_guide_conf.xml;
         &ref_guide_logging.xml;
@@ -82,13 +82,13 @@
         &ref_guide_remote.xml;
         &ref_guide_integration.xml;
         &ref_guide_optimization.xml;
-  </part>
+    </part>
 
-  <part id="samples_guide_part">
-    <title>OpenJPA <phrase>JPA</phrase> Samples</title>
+    <part id="samples_guide_part">
+        <title>OpenJPA <phrase>JPA</phrase> Samples</title>
         &samples_guide.xml;
-  </part>
+    </part>
 
-        &jpa_resources.xml;
-        &supported_databases.xml;
+    &jpa_resources.xml;
+    &supported_databases.xml;
 </book>

Modified: 
incubator/openjpa/trunk/openjpa-project/src/doc/manual/openjpa_intro.xml
URL: 
http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/src/doc/manual/openjpa_intro.xml?rev=434517&r1=434516&r2=434517&view=diff
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/src/doc/manual/openjpa_intro.xml 
(original)
+++ incubator/openjpa/trunk/openjpa-project/src/doc/manual/openjpa_intro.xml 
Thu Aug 24 13:41:12 2006
@@ -1,61 +1,62 @@
-
-    <chapter id="openjpa_intro">
-      <title>OpenJPA <phrase>JPA</phrase></title>
-      <indexterm zone="openjpa_intro">
-        <primary>OpenJPA <phrase>JPA</phrase></primary>
-      </indexterm>
-      <para>
-  OpenJPA is Apache's implementation of Sun's
-  <phrase>Java Persistence API (JPA) specification</phrase>
-  
-  
-  for the transparent persistence of Java objects.
-  This document provides an overview of
-  <phrase>the JPA standard</phrase>
-  
-  
-  and technical details on the use of OpenJPA <phrase>JPA</phrase>.
-  </para>
-      <para>
-  To quickly get started with JPA, you may want to begin at
-  <xref linkend="jpa_tutorial"/>.
-  If you would prefer to start with an introduction to the concepts of JPA,
-  begin with <xref linkend="jpa_overview_intro"/>.
-  </para>
-      <section id="openjpa_intro_about">
-        <title>About This Document</title>
-        <para>
-    This document is intended for OpenJPA users.  It is divided into several 
-    parts:
+<chapter id="openjpa_intro">
+    <title>
+        OpenJPA 
+        <phrase>
+            JPA
+        </phrase>
+    </title>
+    <indexterm zone="openjpa_intro">
+        <primary>
+            OpenJPA 
+            <phrase>
+                JPA
+            </phrase>
+        </primary>
+    </indexterm>
+    <para>
+OpenJPA is Apache's implementation of Sun's <phrase>Java Persistence API (JPA)
+specification</phrase> for the transparent persistence of Java objects. This
+document provides an overview of <phrase>the JPA standard</phrase> and 
technical
+details on the use of OpenJPA.
     </para>
-        <itemizedlist>
-          <listitem>
-            <para>
-        The <link linkend="jpa_overview_intro">JPA Overview</link> 
-        describes the fundamentals of JPA.
-        </para>
-          </listitem>
-          <listitem>
-            <para>
-        In the <link linkend="tutorials">OpenJPA <phrase>JPA</phrase> 
-        Tutorials</link> you will develop simple persistent applications
-        using OpenJPA.  Through the tutorials' hands-on approach, you
-        will become comfortable with the core tools and development
-        processes under OpenJPA <phrase>JPA</phrase>.
-        </para>
-          </listitem>
-          <listitem>
-            <para>
-        The <link linkend="ref_guide_intro">OpenJPA <phrase>JPA</phrase> 
-        Reference Guide</link> contains detailed documentation on all 
-        aspects of OpenJPA <phrase>JPA</phrase>.  Browse through this guide to 
-        familiarize yourself with the many advanced features and 
-        customization opportunities OpenJPA provides.  Later, you can use 
-        the guide when you need details on a specific aspect of OpenJPA 
-        <phrase>JPA</phrase>.
+    <para>
+To quickly get started with JPA, you may want to begin at
+<xref linkend="jpa_tutorial"></xref>. If you would prefer to start with an
+introduction to the concepts of JPA, begin with
+<xref linkend="jpa_overview_intro"></xref>.
+    </para>
+    <section id="openjpa_intro_about">
+        <title>
+            About This Document
+        </title>
+        <para>
+This document is intended for OpenJPA users. It is divided into several parts:
         </para>
-          </listitem>
+        <itemizedlist>
+            <listitem>
+                <para>
+The <link linkend="jpa_overview_intro">JPA Overview</link> describes the
+fundamentals of JPA.
+                </para>
+            </listitem>
+            <listitem>
+                <para>
+In the <link linkend="tutorials">OpenJPA <phrase>JPA</phrase> Tutorials</link>
+you will develop simple persistent applications using OpenJPA. Through the
+tutorials' hands-on approach, you will become comfortable with the core tools
+and development processes under OpenJPA <phrase>JPA</phrase>.
+                </para>
+            </listitem>
+            <listitem>
+                <para>
+The <link linkend="ref_guide_intro">OpenJPA <phrase>JPA</phrase> Reference 
Guide
+</link> contains detailed documentation on all aspects of OpenJPA <phrase>JPA
+</phrase>. Browse through this guide to familiarize yourself with the many
+advanced features and customization opportunities OpenJPA provides. Later, you
+can use the guide when you need details on a specific aspect of OpenJPA 
<phrase>
+JPA</phrase>.
+                </para>
+            </listitem>
         </itemizedlist>
-      </section>
-
-    </chapter>
+    </section>
+</chapter>


Reply via email to