You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by bu...@apache.org on 2016/05/09 23:03:59 UTC

svn commit: r987854 - in /websites/staging/taverna/trunk: cgi-bin/ content/ content/download/engine/index.html

Author: buildbot
Date: Mon May  9 23:03:59 2016
New Revision: 987854

Log:
Staging update by buildbot for taverna

Modified:
    websites/staging/taverna/trunk/cgi-bin/   (props changed)
    websites/staging/taverna/trunk/content/   (props changed)
    websites/staging/taverna/trunk/content/download/engine/index.html

Propchange: websites/staging/taverna/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May  9 23:03:59 2016
@@ -1 +1 @@
-1743003
+1743078

Propchange: websites/staging/taverna/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May  9 23:03:59 2016
@@ -1 +1 @@
-1743003
+1743078

Modified: websites/staging/taverna/trunk/content/download/engine/index.html
==============================================================================
--- websites/staging/taverna/trunk/content/download/engine/index.html (original)
+++ websites/staging/taverna/trunk/content/download/engine/index.html Mon May  9 23:03:59 2016
@@ -190,9 +190,9 @@ h2:hover > .headerlink, h3:hover > .head
 Apache Taverna.</p>
 <p>The engine executes a Taverna workflow, defined using
 <a href="/download/language/">Apache Taverna Language</a>.</p>
-<p>Note that the engine also need the
+<p>Note that the engine also needs the
 <a href="/download/common-activities/">activity implementations</a>
-that actual perform work (e.g. calling a REST service). To
+that actually perform work (e.g., calling a REST service). To
 run Taverna workflows, use the
 <a href="/download/command-line/">Apache Taverna Command Line</a>
 or <a href="/download/server/">Taverna Server</a>.</p>
@@ -203,7 +203,7 @@ providing OSGi <a href="#spring-services
 <a href="https://repo1.maven.org/maven2/org/apache/taverna/engine/">Maven Central</a>,
 mirrored from
 <a href="https://repository.apache.org/content/repositories/releases/org/apache/taverna/engine/">ASF's Maven repository</a>.
-For convenience of IDE users, the Maven artifacts include <code>-javadoc.jar</code> and
+For the convenience of IDE users, the Maven artifacts include <code>-javadoc.jar</code> and
 <code>-sources.jar</code>; however, you might prefer the
 online <a href="/javadoc/taverna-engine/">API javadoc</a>
 and the <a href="#source-code">source code releases</a> (see below).</p>
@@ -244,19 +244,19 @@ one or more of these to your <code>pom.x
 </pre></div>
 
 
-<p>The <code>&lt;version&gt;</code> above might not be up to date,
-see the <a href="#source-code">source code releases</a> below to find the latest version.</p>
+<p>The <code>&lt;version&gt;</code> above might not be up-to-date.
+See the <a href="#source-code">source code releases</a> below to find the latest version.</p>
 <p>To use the OSGi implementations of these services, replace <code>-api</code> with <code>-impl</code> above.
-Note that you would need to either manually wire the services together or use
+Note that you would need either to manually wire the services together or use
 <a href="#spring-services">Spring services</a> (see below).</p>
 <h2 id="usage">Usage<a class="headerlink" href="#usage" title="Permanent link">&para;</a></h2>
 <p>See the complete
-<a href="https://github.com/apache/incubator-taverna-engine/#modules">list of Taverna Engine module</a>,
-<a href="https://github.com/apache/incubator-taverna-engine/#which-module-does-what">which module does what</a>
+<a href="https://github.com/apache/incubator-taverna-engine/#modules">list of Taverna Engine modules</a>,
+a description of <a href="https://github.com/apache/incubator-taverna-engine/#which-module-does-what">which modules do what</a>,
 and the <a href="/javadoc/taverna-engine/">Javadoc for Taverna Engine</a>.</p>
 <h3 id="spring-services">Spring services<a class="headerlink" href="#spring-services" title="Permanent link">&para;</a></h3>
 <p>The OSGi services should be
-discoverable as <a href="https://spring.io/">Spring</a> services,
+discoverable as <a href="https://spring.io/">Spring services</a>,
 e.g. by adding to
 your <code>META-INF/spring/update-context-osgi.xml</code>:</p>
 <div class="codehilite"><pre><span class="nt">&lt;beans:beans</span> <span class="na">xmlns=</span><span class="s">&quot;http://www.springframework.org/schema/osgi&quot;</span> <span class="na">xmlns:xsi=</span><span class="s">&quot;http://www.w3.org/2001/XMLSchema-instance&quot;</span>