Revision: 14973
          http://gate.svn.sourceforge.net/gate/?rev=14973&view=rev
Author:   markagreenwood
Date:     2012-01-10 10:54:54 +0000 (Tue, 10 Jan 2012)
Log Message:
-----------
added descriptions to the creole XML files

Modified Paths:
--------------
    plugins/trunk/obsolete/Jape_Compiler/creole.xml
    plugins/trunk/obsolete/Montreal_Transducer/creole.xml
    plugins/trunk/obsolete/Ontology_OWLIM2/creole.xml
    plugins/trunk/obsolete/Tagger_TreeTagger/creole.xml
    plugins/trunk/obsolete/Web_Search_Google/creole.xml
    plugins/trunk/obsolete/Web_Search_Yahoo/creole.xml
    plugins/trunk/obsolete/apf-exporter/creole.xml
    plugins/trunk/obsolete/document-editor/creole.xml
    plugins/trunk/obsolete/html-documentformat/creole.xml
    plugins/trunk/obsolete/rasp/creole.xml

Modified: plugins/trunk/obsolete/Jape_Compiler/creole.xml
===================================================================
--- plugins/trunk/obsolete/Jape_Compiler/creole.xml     2012-01-10 08:47:28 UTC 
(rev 14972)
+++ plugins/trunk/obsolete/Jape_Compiler/creole.xml     2012-01-10 10:54:54 UTC 
(rev 14973)
@@ -1,6 +1,10 @@
 <?xml version="1.0"?>
 <!-- $Id$ -->
-<CREOLE-DIRECTORY ID="ontotext.JAPE Compiler" VERSION="1.0">
+<CREOLE-DIRECTORY
+  ID="ontotext.JAPE Compiler"
+  VERSION="1.0"
+  DESCRIPTION="A Haskell based JAPE-to-Java compiler, developed by Ontotext, 
which does not support many modern JAPE features.">
+
   <!-- Processing Resources -->
   <CREOLE>
     <!--creole.xml for Japec -->

Modified: plugins/trunk/obsolete/Montreal_Transducer/creole.xml
===================================================================
--- plugins/trunk/obsolete/Montreal_Transducer/creole.xml       2012-01-10 
08:47:28 UTC (rev 14972)
+++ plugins/trunk/obsolete/Montreal_Transducer/creole.xml       2012-01-10 
10:54:54 UTC (rev 14973)
@@ -2,7 +2,10 @@
 <!--  plamondl, 11/11/2003 -->
 <!-- $Id$ -->
 
-<CREOLE-DIRECTORY ID="ca.umontreal.iro.rali.gate.creole.Montreal Transducer" 
VERSION="1.0">
+<CREOLE-DIRECTORY
+  ID="ca.umontreal.iro.rali.gate.creole.Montreal Transducer"
+  VERSION="1.0"
+  DESCRIPTION="An alternative JAPE implementation, the benefits of which have 
now been merged into the standard JAPE transducer.">
 
 <CREOLE>
   <RESOURCE>

Modified: plugins/trunk/obsolete/Ontology_OWLIM2/creole.xml
===================================================================
--- plugins/trunk/obsolete/Ontology_OWLIM2/creole.xml   2012-01-10 08:47:28 UTC 
(rev 14972)
+++ plugins/trunk/obsolete/Ontology_OWLIM2/creole.xml   2012-01-10 10:54:54 UTC 
(rev 14973)
@@ -1,7 +1,11 @@
 <?xml version="1.0"?>
 <!-- $Id: creole.xml 10304 2009-03-25 11:13:06Z ian_roberts $ -->
 <!-- creole.xml directory file for GATE builtins -->
-<CREOLE-DIRECTORY ID="gate.OWLIM2 Based Ontology Plugin" VERSION="1.0"> 
+<CREOLE-DIRECTORY
+  ID="gate.OWLIM2 Based Ontology Plugin"
+  VERSION="1.0"
+  DESCRIPTION="Ontology based on Sesame1/OWLIM2. Deprecated but required for 
backwards compatibility with the pre-GATE 5.1 ontology implementation.">
+
   <CREOLE>
   <!-- Ontology -->      
 

Modified: plugins/trunk/obsolete/Tagger_TreeTagger/creole.xml
===================================================================
--- plugins/trunk/obsolete/Tagger_TreeTagger/creole.xml 2012-01-10 08:47:28 UTC 
(rev 14972)
+++ plugins/trunk/obsolete/Tagger_TreeTagger/creole.xml 2012-01-10 10:54:54 UTC 
(rev 14973)
@@ -1,5 +1,9 @@
 <?xml version="1.0"?>
 
-<CREOLE-DIRECTORY ID="gate.TreeTagger" VERSION="1.0">
+<CREOLE-DIRECTORY
+  ID="gate.TreeTagger"
+  VERSION="1.0"
+  DESCRIPTION="A wrapper around the TreeTagger. Replaced by the 
Tagger_Framework plugin.">
+
   <JAR SCAN="true">TreeTagger.jar</JAR>
 </CREOLE-DIRECTORY>

Modified: plugins/trunk/obsolete/Web_Search_Google/creole.xml
===================================================================
--- plugins/trunk/obsolete/Web_Search_Google/creole.xml 2012-01-10 08:47:28 UTC 
(rev 14972)
+++ plugins/trunk/obsolete/Web_Search_Google/creole.xml 2012-01-10 10:54:54 UTC 
(rev 14973)
@@ -1,6 +1,10 @@
 <?xml version="1.0"?>
 <!-- $Id$ -->
-<CREOLE-DIRECTORY ID="gate.Google Web Search" VERSION="1.0">
+<CREOLE-DIRECTORY
+  ID="gate.Google Web Search"
+  VERSION="1.0"
+  DESCRIPTION="Creates a corpus based on the results of a Google web search.">
+
   <CREOLE>   
    <!-- creole.xml for SearchPR -->
     <RESOURCE>

Modified: plugins/trunk/obsolete/Web_Search_Yahoo/creole.xml
===================================================================
--- plugins/trunk/obsolete/Web_Search_Yahoo/creole.xml  2012-01-10 08:47:28 UTC 
(rev 14972)
+++ plugins/trunk/obsolete/Web_Search_Yahoo/creole.xml  2012-01-10 10:54:54 UTC 
(rev 14973)
@@ -1,6 +1,10 @@
 <?xml version="1.0"?>
 <!-- $Id: creole.xml 2660 2006-06-21 10:19:27Z ian $  -->
-<CREOLE-DIRECTORY ID="gate.Yahoo! Web Search" VERSION="1.0">
+<CREOLE-DIRECTORY
+  ID="gate.Yahoo! Web Search"
+  VERSION="1.0"
+  DESCRIPTION="Creates a corpus based on the results of a Yahoo! web search.">
+
   <CREOLE>   
    <!-- creole.xml for YahooPR -->
     <RESOURCE>

Modified: plugins/trunk/obsolete/apf-exporter/creole.xml
===================================================================
--- plugins/trunk/obsolete/apf-exporter/creole.xml      2012-01-10 08:47:28 UTC 
(rev 14972)
+++ plugins/trunk/obsolete/apf-exporter/creole.xml      2012-01-10 10:54:54 UTC 
(rev 14973)
@@ -1,6 +1,10 @@
 <?xml version="1.0"?>
 <!-- $Id$ -->
-<CREOLE-DIRECTORY ID="gate.APF XML Exporter" VERSION="1.0">
+<CREOLE-DIRECTORY
+  ID="gate.APF XML Exporter"
+  VERSION="1.0"
+  DESCRIPTION="Supports exporting GATE annotations into the APF (Ace Pilot 
Format) required for ACE">
+
   <JAR>apf-exporter.jar</JAR>
   <CREOLE>
     <!-- creole.xml for the APF exporter -->

Modified: plugins/trunk/obsolete/document-editor/creole.xml
===================================================================
--- plugins/trunk/obsolete/document-editor/creole.xml   2012-01-10 08:47:28 UTC 
(rev 14972)
+++ plugins/trunk/obsolete/document-editor/creole.xml   2012-01-10 10:54:54 UTC 
(rev 14973)
@@ -4,7 +4,11 @@
 These VRs make up the obsolete document editor.  This editor has been replaced
 by the classes in gate.gui.docview.
 -->
-<CREOLE-DIRECTORY  ID="gate.Document Editor" VERSION="1.0">
+<CREOLE-DIRECTORY
+  ID="gate.Document Editor"
+  VERSION="1.0"
+  DESCRIPTION="A really old GATE document editor">
+
   <JAR>document-editor.jar</JAR>
   <CREOLE>
    <RESOURCE>

Modified: plugins/trunk/obsolete/html-documentformat/creole.xml
===================================================================
--- plugins/trunk/obsolete/html-documentformat/creole.xml       2012-01-10 
08:47:28 UTC (rev 14972)
+++ plugins/trunk/obsolete/html-documentformat/creole.xml       2012-01-10 
10:54:54 UTC (rev 14973)
@@ -6,7 +6,11 @@
 handling modern HTML, but the old format is here for existing applications
 that depend on its behaviour.
 -->
-<CREOLE-DIRECTORY ID="gate.Swing Based HTML Document Format" VERSION="1.0">
+<CREOLE-DIRECTORY
+  ID="gate.HTML Document Format"
+  VERSION="1.0"
+  DESCRIPTION="The old, Swing based, HTML document format, which has been 
replaced by a new parser based on NekoHTML.">
+
   <JAR>HTMLDocumentFormat.jar</JAR>
   <CREOLE>   
     <!-- creole.xml for the old HTML document format -->

Modified: plugins/trunk/obsolete/rasp/creole.xml
===================================================================
--- plugins/trunk/obsolete/rasp/creole.xml      2012-01-10 08:47:28 UTC (rev 
14972)
+++ plugins/trunk/obsolete/rasp/creole.xml      2012-01-10 10:54:54 UTC (rev 
14973)
@@ -1,6 +1,9 @@
 <?xml version="1.0"?>
 
-<CREOLE-DIRECTORY ID="gate.RASP" VERSION="1.0">
+<CREOLE-DIRECTORY
+  ID="gate.RASP"
+  VERSION="1.0"
+  DESCRIPTION="A wrapper around the domain independent RASP parser.">
 
 <CREOLE>
   <RESOURCE>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to