[gatein-commits] gatein SVN: r8088 - in epp/docs/branches/5.2/Reference_Guide-eXoJCR-1.14: en-US/modules/Advanced and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Nov 17 21:31:08 EST 2011


Author: smumford
Date: 2011-11-17 21:31:07 -0500 (Thu, 17 Nov 2011)
New Revision: 8088

Modified:
   epp/docs/branches/5.2/Reference_Guide-eXoJCR-1.14/en-US/modules/Advanced/eXoJCR.xml
   epp/docs/branches/5.2/Reference_Guide-eXoJCR-1.14/en-US/modules/Advanced/eXoJCR/jcr/searching/find-nodes-by-mixin-type.xml
   epp/docs/branches/5.2/Reference_Guide-eXoJCR-1.14/en-US/modules/Advanced/eXoJCR/jcr/searching/jcr-query-usecases.xml
   epp/docs/branches/5.2/Reference_Guide-eXoJCR-1.14/publican.cfg
Log:
Restructuring JCR chapter and remove Core, WS and FAQ sections

Modified: epp/docs/branches/5.2/Reference_Guide-eXoJCR-1.14/en-US/modules/Advanced/eXoJCR/jcr/searching/find-nodes-by-mixin-type.xml
===================================================================
--- epp/docs/branches/5.2/Reference_Guide-eXoJCR-1.14/en-US/modules/Advanced/eXoJCR/jcr/searching/find-nodes-by-mixin-type.xml	2011-11-17 21:39:57 UTC (rev 8087)
+++ epp/docs/branches/5.2/Reference_Guide-eXoJCR-1.14/en-US/modules/Advanced/eXoJCR/jcr/searching/find-nodes-by-mixin-type.xml	2011-11-18 02:31:07 UTC (rev 8088)
@@ -5,45 +5,24 @@
 ]>
 <section id="sect-Reference_Guide_eXo_JCR_1.14-Finding_Nodes_by_Mixin_Type">
     <title>Finding Nodes by Mixin Type</title>
-     <para>
-        Find all nodes in repository, that contain a mixin type "mix:title".
-    </para>
+        <formalpara>
+            <title>Task:</title>
+                <para>
+                    Find all nodes in repository, that contain a mixin type <literal>mix:title</literal>.
+                </para>
+        </formalpara>
+
      <section id="sect-Reference_Guide_eXo_JCR_1.14-Finding_Nodes_by_Mixin_Type-Repository_structure">
         <title>Repository structure:</title>
          <para>
             The repository contains nodes with different primary types and mixin types.
         </para>
-         <itemizedlist>
-            <listitem>
-                <para>
-                    root
-                </para>
-                 <itemizedlist>
-                    <listitem>
-                        <para>
-                            document1 primarytype = "nt:unstructured" mixintype = "mix:title"
-                        </para>
+<programlisting>root
+  ├── document1 primarytype = "nt:unstructured" mixintype = "mix:title"
+  ├── document2 primarytype = "nt:file" mixintype = "mix:lockable"
+  └── document3 primarytype = "nt:file" mixintype = "mix:title"
+</programlisting>
 
-                    </listitem>
-                     <listitem>
-                        <para>
-                            document2 primarytype = "nt:file" mixintype = "mix:lockable"
-                        </para>
-
-                    </listitem>
-                     <listitem>
-                        <para>
-                            document3 primarytype = "nt:file" mixintype = "mix:title"
-                        </para>
-
-                    </listitem>
-
-                </itemizedlist>
-
-            </listitem>
-
-        </itemizedlist>
-
     </section>
     
      <section id="sect-Reference_Guide_eXo_JCR_1.14-Finding_Nodes_by_Mixin_Type-Query_execution">

Modified: epp/docs/branches/5.2/Reference_Guide-eXoJCR-1.14/en-US/modules/Advanced/eXoJCR/jcr/searching/jcr-query-usecases.xml
===================================================================
--- epp/docs/branches/5.2/Reference_Guide-eXoJCR-1.14/en-US/modules/Advanced/eXoJCR/jcr/searching/jcr-query-usecases.xml	2011-11-17 21:39:57 UTC (rev 8087)
+++ epp/docs/branches/5.2/Reference_Guide-eXoJCR-1.14/en-US/modules/Advanced/eXoJCR/jcr/searching/jcr-query-usecases.xml	2011-11-18 02:31:07 UTC (rev 8088)
@@ -6,7 +6,7 @@
 <section id="sect-Reference_Guide_eXo_JCR_1.14-JCR_Query_Usecases">
     <title>JCR Query Usecases</title>
      <section id="sect-Reference_Guide_eXo_JCR_1.14-JCR_Query_Usecases-Intro">
-        <title>Intro</title>
+        <title>Introduction</title>
          <para>
             The JCR supports two query languages; JCR and XPath. A query, whether XPath or SQL, specifies a subset of nodes within a workspace, called the result set. The result set constitutes all the nodes in the workspace that meet the constraints stated in the query.
         </para>
@@ -84,7 +84,7 @@
                 Score may be increased for specified nodes, see <xref linkend="sect-Reference_Guide_eXo_JCR_1.14-Changing_Priority_of_Node" />
             </para>
              <para>
-                Also, see an example <xref linkend="sect-Reference_Guide_eXo_JCR_1.14-Ordering_by_Score" />
+                Also, see an example in <xref linkend="sect-Reference_Guide_eXo_JCR_1.14-Ordering_by_Score" />
             </para>
 
         </section>
@@ -92,7 +92,10 @@
 
     </section>
 
-     <section id="sect-Reference_Guide_eXo_JCR_1.14-JCR_Query_Usecases-Query_result_settings">
+    <!--DOCS NOTE: The following 'ToC' sections are not required in Publican builds if the publican.cfg parameter 
+    "generate_section_toc_level:" is set to "3" -->
+
+     <!-- <section id="sect-Reference_Guide_eXo_JCR_1.14-JCR_Query_Usecases-Query_result_settings">
         <title>Query result settings</title>
          <itemizedlist>
             <listitem>
@@ -318,7 +321,7 @@
 
         </itemizedlist>
 
-    </section>
+    </section> -->
     
      <section id="sect-Reference_Guide_eXo_JCR_1.14-JCR_Query_Usecases-Query_Examples">
         <title>Query Examples</title>

Modified: epp/docs/branches/5.2/Reference_Guide-eXoJCR-1.14/en-US/modules/Advanced/eXoJCR.xml
===================================================================
--- epp/docs/branches/5.2/Reference_Guide-eXoJCR-1.14/en-US/modules/Advanced/eXoJCR.xml	2011-11-17 21:39:57 UTC (rev 8087)
+++ epp/docs/branches/5.2/Reference_Guide-eXoJCR-1.14/en-US/modules/Advanced/eXoJCR.xml	2011-11-18 02:31:07 UTC (rev 8088)
@@ -4,7 +4,7 @@
 %BOOK_ENTITIES;
 ]>
 <chapter id="chap-Reference_Guide_eXo_JCR_1.14-eXo_JCR">
-    <title>eXo JCR</title>
+    <title><remark>Java Content Repository</remark></title>
      <!--<xi:include href="eXoJCR/eXoJCR/jcr.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />-->
       <xi:include href="eXoJCR/jcr/intro.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
      
@@ -40,6 +40,7 @@
      <xi:include href="eXoJCR/jcr/jbossts-transaction-service.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
      <xi:include href="eXoJCR/jcr/transaction-manager-lookup.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
      <xi:include href="eXoJCR/jcr/repository-creation-service.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+     
      <!--    search   --> 
      <xi:include href="eXoJCR/jcr/searching/jcr-query-usecases.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
      <xi:include href="eXoJCR/jcr/searching/searching-repository-content.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
@@ -71,20 +72,27 @@
      
      <!--    data container configs    --> 
      <xi:include href="eXoJCR/jcr/data-container.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+     
      <!--  <xi:include href="eXoJCR/jcr/data-container-howto.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />  --> 
+     
      <xi:include href="eXoJCR/jcr/db-cleaner-service.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
      
-     <!--    tuning guide 
+     <!--   tuning guide 
         DOC NOTE: Could possibly be moved to a specific Tuning Guide later   --> 
      <xi:include href="eXoJCR/jcr/performance-tuning-guide.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 
-      <!--#####################################################################################-->
-
-     <xi:include href="eXoJCR/core.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-     <xi:include href="eXoJCR/ws.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <!--JCR Core
+        DOC NOTE: This section seems to include items covered elsewhere in this guide, or things that are not relevant to EPP
+     <xi:include href="eXoJCR/core.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
+     
+     <!-- Web services 
+        DOC NOTE: Red Hat JBoss has two possible Web Services packages. No need to document the eXo offering:
+     <xi:include href="eXoJCR/ws.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />-->
+     
+     <!--GateIn and JCR -->
      <xi:include href="eXoJCR/jcr-with-gatein.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
     
-     <!--DOC NOTE: Commented FAQ section out as per advice from Philippe Aristote "Unfit for publication" -->
+     <!--DOC NOTE: Commented FAQ section out as per advice from Philippe Aristote; "Unfit for publication" -->
      <!--<xi:include href="eXoJCR/faq.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />-->
 </chapter>
 

Modified: epp/docs/branches/5.2/Reference_Guide-eXoJCR-1.14/publican.cfg
===================================================================
--- epp/docs/branches/5.2/Reference_Guide-eXoJCR-1.14/publican.cfg	2011-11-17 21:39:57 UTC (rev 8087)
+++ epp/docs/branches/5.2/Reference_Guide-eXoJCR-1.14/publican.cfg	2011-11-18 02:31:07 UTC (rev 8088)
@@ -3,11 +3,11 @@
 
 cvs_root: ":ext:cvs.devel.redhat.com:/cvs/dist"
 cvs_branch: "DOCS-RHEL-6"
-#show_remarks: 1
+show_remarks: 1
 cvs_pkg: "JBoss_Enterprise_Portal_Platform-Reference_Guide_eXo_JCR_1.14-5.2-web-__LANG__"
 xml_lang: "en-US"
 brand: JBoss
 debug: 1
 type: Book
 #toc_section_depth: 10
-
+generate_section_toc_level: 3
\ No newline at end of file



More information about the gatein-commits mailing list