You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by mb...@apache.org on 2008/05/07 10:05:37 UTC

svn commit: r654023 - in /incubator/uima/site/trunk/uima-website: docs/doc-uima-annotator.html xdocs/doc-uima-annotator.xml

Author: mbaessler
Date: Wed May  7 01:05:35 2008
New Revision: 654023

URL: http://svn.apache.org/viewvc?rev=654023&view=rev
Log:
UIMA-1013

udpate UIMA documentation links to version 2.2.2-incubating

https://issues.apache.org/jira/browse/UIMA-1013

Modified:
    incubator/uima/site/trunk/uima-website/docs/doc-uima-annotator.html
    incubator/uima/site/trunk/uima-website/xdocs/doc-uima-annotator.xml

Modified: incubator/uima/site/trunk/uima-website/docs/doc-uima-annotator.html
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/docs/doc-uima-annotator.html?rev=654023&r1=654022&r2=654023&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/docs/doc-uima-annotator.html (original)
+++ incubator/uima/site/trunk/uima-website/docs/doc-uima-annotator.html Wed May  7 01:05:35 2008
@@ -181,12 +181,12 @@
 					To work with this guide you need a working Eclipse installation with 
 					installed UIMA Eclipse plugins. If you haven't already installed Eclipse with
 					the UIMA plugins, please refer to the UIMA documentation  
-					<a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/overview_and_setup/overview_and_setup.html#ugr.ovv.eclipse_setup">
+					<a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/overview_and_setup/overview_and_setup.html#ugr.ovv.eclipse_setup">
 					Setting up the Eclipse IDE to work with UIMA</a> 
 					to install and set up your UIMA Eclipse environment. Please also install the UIMA examples
 					into your Eclipse workspace since we refer to some of these in this guide; this
           is explained in the same chapter at section
-					<a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/overview_and_setup/overview_and_setup.html#ugr.ovv.eclipse_setup.example_code">
+					<a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/overview_and_setup/overview_and_setup.html#ugr.ovv.eclipse_setup.example_code">
 					Setting up Eclipse to view Example Code</a>.
 					
 				</p>
@@ -208,11 +208,11 @@
 					The annotator we will create in this guide is very simple. It uses a simple 
 					regular expression to detect room numbers in text documents (it is the
 					same example as used in the UIMA documentation in the 
-					<a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae">
+					<a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae">
 					Annotator and Analysis Engine Developer's Guide</a>).
 					Although the task is very simple, it is sufficient to demonstrate
 					how to write an UIMA annotator.	For more detailed information about the annotator 
-					development, refer to the <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae">
+					development, refer to the <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae">
 					Annotator and Analysis Engine Developer's Guide</a>
 				</p>
                             </blockquote>
@@ -314,7 +314,7 @@
 				  resources that the annotator uses. The descriptor is also used by the UIMA framework 
 				  to load the annotator. Details about creating XML descriptors can also be found in the
 				  UIMA documentation at
-				  <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae.creating_xml_descriptor">
+				  <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae.creating_xml_descriptor">
 				  Creating the XML Descriptor</a>.
 				</p>
                                                 <p>
@@ -367,7 +367,7 @@
 				  meta information like, for example, the document language. Some more details about the UIMA
 				  type system and about the type system we will create for the RoomNumberAnnotator is available
 				  in the UIMA documentation in the chapter
-				   <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae.defining_types">
+				   <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae.defining_types">
 				   Defining Types</a>.
 				</p>
                                                 <p>
@@ -460,7 +460,7 @@
                                     <p>
 					In this section we will create the RoomNumberAnnotator source code. For more detailed 
 					information about this topic please refer to the UIMA documentation at chapter
-					<a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae.developing_annotator_code">
+					<a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae.developing_annotator_code">
 					Developing Your Annotator Code</a>
 				</p>
                                                 <p>
@@ -569,7 +569,7 @@
 				configured by the user. In our case this could be for example the used regular expressions used 
 				to detect the room numbers.	For more details about configuration parameters, please refer to the
 				UIMA documentation at chapter  
-				<a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae.configuration_parameters">
+				<a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae.configuration_parameters">
 				Configuration Parameters</a>.
 				</p>
                             </blockquote>
@@ -680,7 +680,7 @@
 				</p>
                                                 <p>
 				  For more details about the CAS Visual Debugger, please refer to the UIMA documentation 
-				  <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/tools/tools.html#ugr.tools.cvd">
+				  <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/tools/tools.html#ugr.tools.cvd">
 				CAS Visual Debugger</a>.
 				</p>
                             </blockquote>
@@ -704,7 +704,7 @@
 				  (Processing Engine ARchive) and contains all necessary information to run
 				  the wrapped annotator component. For details about the PEAR packaging 
 				  format please refer to the UIMA documentation chapter
-				  <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/references/references.html#ugr.ref.pear">
+				  <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/references/references.html#ugr.ref.pear">
 				  PEAR Reference</a>.
 				</p>
                                                 <p>
@@ -767,7 +767,7 @@
 				  that allows us to use the annotator component easily in different applications. 
 				  How we handle and use PEAR packages and how we install it to other applications is not part 
 				  of this guide, please refer to the UIMA documentation at the 
-				  <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/tools/tools.html#ugr.tools.pear.installer">
+				  <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/tools/tools.html#ugr.tools.pear.installer">
 				  PEAR Installer User's Guide</a> for additional information about this topic. 
 				</p>
                             </blockquote>

Modified: incubator/uima/site/trunk/uima-website/xdocs/doc-uima-annotator.xml
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/xdocs/doc-uima-annotator.xml?rev=654023&r1=654022&r2=654023&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/xdocs/doc-uima-annotator.xml (original)
+++ incubator/uima/site/trunk/uima-website/xdocs/doc-uima-annotator.xml Wed May  7 01:05:35 2008
@@ -45,12 +45,12 @@
 					To work with this guide you need a working Eclipse installation with 
 					installed UIMA Eclipse plugins. If you haven't already installed Eclipse with
 					the UIMA plugins, please refer to the UIMA documentation  
-					<a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/overview_and_setup/overview_and_setup.html#ugr.ovv.eclipse_setup">
+					<a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/overview_and_setup/overview_and_setup.html#ugr.ovv.eclipse_setup">
 					Setting up the Eclipse IDE to work with UIMA</a> 
 					to install and set up your UIMA Eclipse environment. Please also install the UIMA examples
 					into your Eclipse workspace since we refer to some of these in this guide; this
           is explained in the same chapter at section
-					<a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/overview_and_setup/overview_and_setup.html#ugr.ovv.eclipse_setup.example_code">
+					<a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/overview_and_setup/overview_and_setup.html#ugr.ovv.eclipse_setup.example_code">
 					Setting up Eclipse to view Example Code</a>.
 					
 				</p>
@@ -61,11 +61,11 @@
 					The annotator we will create in this guide is very simple. It uses a simple 
 					regular expression to detect room numbers in text documents (it is the
 					same example as used in the UIMA documentation in the 
-					<a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae">
+					<a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae">
 					Annotator and Analysis Engine Developer's Guide</a>).
 					Although the task is very simple, it is sufficient to demonstrate
 					how to write an UIMA annotator.	For more detailed information about the annotator 
-					development, refer to the <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae">
+					development, refer to the <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae">
 					Annotator and Analysis Engine Developer's Guide</a>
 				</p>
 			</subsection>
@@ -143,7 +143,7 @@
 				  resources that the annotator uses. The descriptor is also used by the UIMA framework 
 				  to load the annotator. Details about creating XML descriptors can also be found in the
 				  UIMA documentation at
-				  <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae.creating_xml_descriptor">
+				  <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae.creating_xml_descriptor">
 				  Creating the XML Descriptor</a>.
 				</p>
 				<p>
@@ -196,7 +196,7 @@
 				  meta information like, for example, the document language. Some more details about the UIMA
 				  type system and about the type system we will create for the RoomNumberAnnotator is available
 				  in the UIMA documentation in the chapter
-				   <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae.defining_types">
+				   <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae.defining_types">
 				   Defining Types</a>.
 				</p>
         <!--     schor edits to here  6:50 PM 4/24 -->
@@ -278,7 +278,7 @@
 				<p>
 					In this section we will create the RoomNumberAnnotator source code. For more detailed 
 					information about this topic please refer to the UIMA documentation at chapter
-					<a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae.developing_annotator_code">
+					<a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae.developing_annotator_code">
 					Developing Your Annotator Code</a>
 				</p>
 				<p>
@@ -387,7 +387,7 @@
 				configured by the user. In our case this could be for example the used regular expressions used 
 				to detect the room numbers.	For more details about configuration parameters, please refer to the
 				UIMA documentation at chapter  
-				<a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae.configuration_parameters">
+				<a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.aae.configuration_parameters">
 				Configuration Parameters</a>.
 				</p>
 			</subsection>
@@ -486,7 +486,7 @@
 				</p>
 				<p>
 				  For more details about the CAS Visual Debugger, please refer to the UIMA documentation 
-				  <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/tools/tools.html#ugr.tools.cvd">
+				  <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/tools/tools.html#ugr.tools.cvd">
 				CAS Visual Debugger</a>.
 				</p>
 			</subsection>
@@ -498,7 +498,7 @@
 				  (Processing Engine ARchive) and contains all necessary information to run
 				  the wrapped annotator component. For details about the PEAR packaging 
 				  format please refer to the UIMA documentation chapter
-				  <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/references/references.html#ugr.ref.pear">
+				  <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/references/references.html#ugr.ref.pear">
 				  PEAR Reference</a>.
 				</p>
 				<p>
@@ -561,7 +561,7 @@
 				  that allows us to use the annotator component easily in different applications. 
 				  How we handle and use PEAR packages and how we install it to other applications is not part 
 				  of this guide, please refer to the UIMA documentation at the 
-				  <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.1-incubating/docs/html/tools/tools.html#ugr.tools.pear.installer">
+				  <a href="http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/tools/tools.html#ugr.tools.pear.installer">
 				  PEAR Installer User's Guide</a> for additional information about this topic. 
 				</p>
 			</subsection>