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/06/16 17:37:49 UTC

svn commit: r668199 - in /incubator/uima/site/trunk/uima-website: docs/sandbox.html xdocs/sandbox.xml

Author: mbaessler
Date: Mon Jun 16 08:37:49 2008
New Revision: 668199

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

udpate Sandbox with documentation links

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

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

Modified: incubator/uima/site/trunk/uima-website/docs/sandbox.html
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/docs/sandbox.html?rev=668199&r1=668198&r2=668199&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/docs/sandbox.html (original)
+++ incubator/uima/site/trunk/uima-website/docs/sandbox.html Mon Jun 16 08:37:49 2008
@@ -273,6 +273,8 @@
 		  detects entities like email addresses, URLs, phone numbers, zip codes or any other entity 
 		  based on regular expressions and concepts. For each entity that was detected an annotation
 		  can be created or an already existing annotation can be updated with feature values.
+		   <a href="http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/RegularExpressionAnnotator/doc/pdf/RegexAnnotatorUserGuide.pdf">
+		  Click here to access the user documentation</a> for the Regular Expression Annotator.
 		  The Java source of the annotator can be accessed in the SVN repository at 
 		  <a class="external" href="http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/RegularExpressionAnnotator">
 		  http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/RegularExpressionAnnotator</a>.
@@ -292,9 +294,12 @@
       <tr><td>
         <blockquote>
                                     <p>
-		  The PEAR packaging ANT task component is a project to create UIMA PEAR packages automatically during a component build using 
-		  a custom <a class="external" href="http://ant.apache.org/">Apache ANT</a> task.
-		  With this task, users are able to build their components from the source and then package them automatically as UIMA PEAR package.
+		  The PEAR packaging ANT task component is a project to create UIMA PEAR packages automatically 
+		  during a component build using a custom 
+		  <a class="external" href="http://ant.apache.org/">Apache ANT</a> task. With this task, 
+		  users are able to build their components from the source and then package them 
+		  automatically as UIMA PEAR package. <a href="http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/PearPackagingAntTask/doc/pdf/PearPackagingAntTaskUserGuide.pdf">
+		  Click here to access the user documentation</a> for the PEAR packaging ANT task.
 		  The Java source of the PEAR packaging task can be accessed in the SVN repository at 
 		  <a class="external" href="http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/PearPackagingAntTask">
 		  http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/PearPackagingAntTask</a>. 
@@ -365,6 +370,8 @@
 		  The Dictionary Annotator is an Apache UIMA analysis engine that creates annotations based on word lists 
 		  that are compiled to simple dictionaries. The output annotation type for the annotations that are created
 		  and the input annotation type where the dictionary lookup is executed on, can be specified individually.
+		   <a href="http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/DictionaryAnnotator/doc/pdf/DictionaryAnnotatorUserGuide.pdf">
+		  Click here to access the user documentation</a> for the Dictionary Annotator.
 		  The Java source of the annotator can be accessed in the SVN repository at 
 		  <a class="external" href="http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/DictionaryAnnotator">
 		  http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/DictionaryAnnotator</a>.

Modified: incubator/uima/site/trunk/uima-website/xdocs/sandbox.xml
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/xdocs/sandbox.xml?rev=668199&r1=668198&r2=668199&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/xdocs/sandbox.xml (original)
+++ incubator/uima/site/trunk/uima-website/xdocs/sandbox.xml Mon Jun 16 08:37:49 2008
@@ -106,6 +106,8 @@
 		  detects entities like email addresses, URLs, phone numbers, zip codes or any other entity 
 		  based on regular expressions and concepts. For each entity that was detected an annotation
 		  can be created or an already existing annotation can be updated with feature values.
+		   <a href="http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/RegularExpressionAnnotator/doc/pdf/RegexAnnotatorUserGuide.pdf">
+		  Click here to access the user documentation</a> for the Regular Expression Annotator.
 		  The Java source of the annotator can be accessed in the SVN repository at 
 		  <a class="external" href="http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/RegularExpressionAnnotator">
 		  http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/RegularExpressionAnnotator</a>.
@@ -114,9 +116,12 @@
 
 	<subsection name='PEAR Packaging ANT Task' id="pear.package.task">
 		<p>
-		  The PEAR packaging ANT task component is a project to create UIMA PEAR packages automatically during a component build using 
-		  a custom <a class="external" href="http://ant.apache.org/">Apache ANT</a> task.
-		  With this task, users are able to build their components from the source and then package them automatically as UIMA PEAR package.
+		  The PEAR packaging ANT task component is a project to create UIMA PEAR packages automatically 
+		  during a component build using a custom 
+		  <a class="external" href="http://ant.apache.org/">Apache ANT</a> task. With this task, 
+		  users are able to build their components from the source and then package them 
+		  automatically as UIMA PEAR package. <a href="http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/PearPackagingAntTask/doc/pdf/PearPackagingAntTaskUserGuide.pdf">
+		  Click here to access the user documentation</a> for the PEAR packaging ANT task.
 		  The Java source of the PEAR packaging task can be accessed in the SVN repository at 
 		  <a class="external" href="http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/PearPackagingAntTask">
 		  http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/PearPackagingAntTask</a>. 
@@ -154,6 +159,8 @@
 		  The Dictionary Annotator is an Apache UIMA analysis engine that creates annotations based on word lists 
 		  that are compiled to simple dictionaries. The output annotation type for the annotations that are created
 		  and the input annotation type where the dictionary lookup is executed on, can be specified individually.
+		   <a href="http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/DictionaryAnnotator/doc/pdf/DictionaryAnnotatorUserGuide.pdf">
+		  Click here to access the user documentation</a> for the Dictionary Annotator.
 		  The Java source of the annotator can be accessed in the SVN repository at 
 		  <a class="external" href="http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/DictionaryAnnotator">
 		  http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/DictionaryAnnotator</a>.