You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2007/02/03 01:44:23 UTC

svn commit: r502816 - in /incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides: tug.application.xml tug.cas_multiplier.xml tug.fc.xml tug.multi_views.xml

Author: schor
Date: Fri Feb  2 16:44:22 2007
New Revision: 502816

URL: http://svn.apache.org/viewvc?view=rev&rev=502816
Log:
No Jira - add section ids to get rid of warning messages

Modified:
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.application.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.cas_multiplier.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.multi_views.xml

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.application.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.application.xml?view=diff&rev=502816&r1=502815&r2=502816
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.application.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.application.xml Fri Feb  2 16:44:22 2007
@@ -1525,7 +1525,7 @@
         the client may have gone away - and it <quote>cleans up</quote>, releasing any resources it is holding. The
         next call to process on the service will cause the client to re-establish its connection with the service
         (some additional overhead).</para>
-      <section>
+      <section id="ugr.tug.setting_client_timeout">
         <title>Setting the Client Timeout</title>
         <para>The way to set the client timeout is different depending on what deployment mode you use in your CPE (if
           any).</para>
@@ -1579,7 +1579,8 @@
             targetptr="ugr.ref.xml.cpe_descriptor.descriptor.cas_processors.individual.error_handling"/>
           ) for details. </para>
       </section>
-      <section>
+      
+      <section id="ugr.tug.setting_server_socket_timeout">
         <title>Setting the Server Socket Timeout</title>
         <para>The Server Socket Timeout applies only to Vinci services, and is specified in the Vinci deployment
           descriptor as discussed in section <xref
@@ -1600,7 +1601,7 @@
   &lt;/service&gt;
 
 &lt;/deployment&gt;</programlisting>
-          </para>
+         </para>
         
         <para>The server socket timeout here is set to <literal>120000</literal> milliseconds, or two minutes.
           This parameter specifies how long the service will wait between requests to process something. After this

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.cas_multiplier.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.cas_multiplier.xml?view=diff&rev=502816&r1=502815&r2=502816
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.cas_multiplier.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.cas_multiplier.xml Fri Feb  2 16:44:22 2007
@@ -533,8 +533,9 @@
     <title>Calling a CAS Multiplier from an Application</title>
     <titleabbrev>Applications: Calling CAS Multipliers</titleabbrev>    
     
-    <section>
+    <section id="ugr.tug.cm.retrieving_output_cases">
       <title>Retrieving Output CASes from the CAS Multiplier</title>
+      <titleabbrev>Output CASes</titleabbrev>
       <para>The <literal>AnalysisEngine</literal> interface has the following methods that allow you to
         interact with CAS Multiplier:
         <itemizedlist>
@@ -588,8 +589,9 @@
         output CASes will be produced. There is currently no error recovery mechanism that will allow processing to
         continue after an exception.</para>
     </section>
-    <section>
-      <title>Using a CAS Multiplier with other Analysis Engines</title>      
+    <section id="ugr.tug.cm.using_cm_with_other_aes">
+      <title>Using a CAS Multiplier with other Analysis Engines</title> 
+      <titleabbrev>CAS Multipliers with other AEs</titleabbrev>     
       <para>In your application you can take the output CASes from a CAS Multiplier and pass them to
         the <literal>process</literal> method of other Analysis Engines.  However there are some
         special considerations regarding the Type System of these CASes.</para>
@@ -657,7 +659,7 @@
     
     <section id="ugr.tug.cm.overview_of_how_to_merge_cases">
       <title>Overview of How to Merge CASes</title>
-      <titleabbrev>Merginging Overview</titleabbrev>      
+      <titleabbrev>CAS Merging Overview</titleabbrev>      
       
       <orderedlist>
         <listitem>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml?view=diff&rev=502816&r1=502815&r2=502816
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.fc.xml Fri Feb  2 16:44:22 2007
@@ -273,6 +273,7 @@
   
   <section id="ugr.tug.fc.adding_fc_to_aggregate">
     <title>Adding a Flow Controller to an Aggregate Analysis Engine</title>
+    <titleabbrev>Adding Flow Controller to an Aggregate</titleabbrev>
     
     <para>To use a Flow Controller you must add it to an Aggregate Analysis Engine. You can only
       have one Flow Controller per Aggregate Analysis Engine. In the Component Descriptor
@@ -318,6 +319,7 @@
   
   <section id="ugr.tug.fc.adding_fc_to_cpe">
     <title>Adding a Flow Controller to a Collection Processing Engine</title>
+    <titleabbrev>Adding Flow Controller to CPE</titleabbrev>
     
     <para>Flow Controllers cannot be added directly to Collection Processing Engines. To
       use a Flow Controller in a CPE you first need to wrap the part of your CPE that requires

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.multi_views.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.multi_views.xml?view=diff&rev=502816&r1=502815&r2=502816
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.multi_views.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tutorials_and_users_guides/tug.multi_views.xml Fri Feb  2 16:44:22 2007
@@ -333,6 +333,7 @@
     
     <section id="ugr.tug.mvs.specifying_cas_view_for_single_view">
       <title>Specifying the CAS View for a Single-View Component</title>
+      <titleabbrev>CAS View for Single-View Parts</titleabbrev>
       
       <para>Single-View components receive a Sofa named <quote>_InitialView</quote>, or
         a Sofa that is mapped to this name.</para>
@@ -652,6 +653,7 @@
   
   <section id="ugr.tug.mvs.sofa_incompatibilities_v1_v2">
     <title>Sofa Incompatibilities between UIMA version 1 and version 2</title>
+    <titleabbrev>Sofa Incompatibilities: V1 and V2</titleabbrev>
     
     <para>The major change for version 2 is related to the support of Single-View components
       and applications. Given an analysis engine, <literal>ae</literal>, the API