Revision: 15212
          http://gate.svn.sourceforge.net/gate/?rev=15212&view=rev
Author:   gate-project
Date:     2012-01-25 09:39:24 +0000 (Wed, 25 Jan 2012)
Log Message:
-----------
[valyt] index page for GCP.

Modified Paths:
--------------
    gcp/trunk/index.html
    gcp/trunk/index.yam

Modified: gcp/trunk/index.html
===================================================================
--- gcp/trunk/index.html        2012-01-25 09:33:59 UTC (rev 15211)
+++ gcp/trunk/index.html        2012-01-25 09:39:24 UTC (rev 15212)
@@ -5,7 +5,7 @@
 <head>
 <meta name="generator" content="cow"/>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 
-<title>A new (empty) page</title>
+<title>The GATE Cloud Paralleliser (GCP)</title>
 <style type="text/css">
 /*<![CDATA[*/
 <!--
@@ -43,4 +43,19 @@
 </style>
 </head>
 <body bgcolor="#FFFFFF" text="#000000">
-<h1 class="cow-title-heading">A new (empty) page</h1></body></html>
+<h1 class="cow-title-heading">The GATE Cloud Paralleliser (GCP)</h1>
+
+<p>GCP is a tool designed to support the execution of pipelines built using 
GATE
+Developer over large collections of thousands or millions of documents, using a
+multi-threaded architecture to make the best use of today's multi-core 
processors.</p>
+
+<p>GCP tasks or <em>batches</em> are defined using an extensible XML syntax, 
describing the
+location and format of the input files, the GATE application to be run, and 
the
+kinds of outputs required. A number of standard input and output handlers are
+provided, but all the various components are pluggable so custom 
implementations
+can be used if the task requires it. GCP keeps track of the progress of each 
batch in
+a human- and machine-readable XML format, and is designed so that if a running
+batch is interrupted for any reason it can be re-run with the same settings 
and GCP
+will automatically continue from where it left off.</p>
+
+<p>A users' manual is avaialble here: <a class="cow-url" 
href="doc/gcp-guide.pdf">PDF</a>.</p></body></html>

Modified: gcp/trunk/index.yam
===================================================================
--- gcp/trunk/index.yam 2012-01-25 09:33:59 UTC (rev 15211)
+++ gcp/trunk/index.yam 2012-01-25 09:39:24 UTC (rev 15212)
@@ -1 +1,16 @@
-A new (empty) page
\ No newline at end of file
+The GATE Cloud Paralleliser (GCP)
+
+GCP is a tool designed to support the execution of pipelines built using GATE
+Developer over large collections of thousands or millions of documents, using a
+multi-threaded architecture to make the best use of today's multi-core 
processors.
+
+GCP tasks or _batches_ are defined using an extensible XML syntax, describing 
the
+location and format of the input files, the GATE application to be run, and 
the
+kinds of outputs required. A number of standard input and output handlers are
+provided, but all the various components are pluggable so custom 
implementations
+can be used if the task requires it. GCP keeps track of the progress of each 
batch in
+a human- and machine-readable XML format, and is designed so that if a running
+batch is interrupted for any reason it can be re-run with the same settings 
and GCP
+will automatically continue from where it left off.
+
+A users' manual is avaialble here: %(doc/gcp-guide.pdf, PDF).
\ No newline at end of file

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


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to