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:16:28 UTC

svn commit: r987859 - in /websites/staging/taverna/trunk: cgi-bin/ content/ content/download/common-activities/index.html

Author: buildbot
Date: Mon May  9 23:16:28 2016
New Revision: 987859

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/common-activities/index.html

Propchange: websites/staging/taverna/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May  9 23:16:28 2016
@@ -1 +1 @@
-1743082
+1743083

Propchange: websites/staging/taverna/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May  9 23:16:28 2016
@@ -1 +1 @@
-1743082
+1743083

Modified: websites/staging/taverna/trunk/content/download/common-activities/index.html
==============================================================================
--- websites/staging/taverna/trunk/content/download/common-activities/index.html (original)
+++ websites/staging/taverna/trunk/content/download/common-activities/index.html Mon May  9 23:16:28 2016
@@ -186,7 +186,7 @@
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<p><strong>Apache Taverna Common Activities</strong> (incubating) provide the plugins for
+<p><strong>Apache Taverna Common Activities</strong> (incubating) provides the plugins for
 invoking common activity types from <a href="/download/engine">Taverna Engine</a>,
 including support for <a href="">REST</a> and
 <a href="https://en.wikipedia.org/wiki/Web_Services_Description_Language">WSDL</a>
@@ -197,7 +197,7 @@ command line tools and user interaction.
 <a href="https://repo1.maven.org/maven2/org/apache/taverna/common-activities/">Maven Central</a>,
 mirrored from
 <a href="https://repository.apache.org/content/repositories/releases/org/apache/taverna/common-activities/">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-common-activities/">API javadoc</a>
 and the <a href="#source-code">source code releases</a> (see below).</p>
@@ -248,16 +248,16 @@ 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,
+<p>The above <code>&lt;version&gt;</code> might not be up-to-date,
 see the <a href="#source-code">source code releases</a> below to find the latest version.</p>
-<p>In addition, <em>Taverna WSDL Generic</em> can be used as an independent library for a
+<p>In addition, <em>Taverna WSDL Generic</em> can be used as an independent library for
 parsing WSDL definitions and invoking WSDL-described SOAP services.</p>
 <h3 id="spring-services">Spring services<a class="headerlink" href="#spring-services" title="Permanent link">&para;</a></h3>
 <p>The activities are all OSGi services, registering with
 <a href="/download/engine">Taverna Engine</a>'s
 <a href="/javadoc/taverna-engine/org/apache/taverna/platform/capability/api/ActivityService.html">ActivityService</a>, which
-should be discoverable as a <a href="https://spring.io/">Spring</a> service,
-e.g. by adding to
+should be discoverable as a <a href="https://spring.io/">Spring service</a>,
+e.g. by adding the following code 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>
     <span class="na">xmlns:beans=</span><span class="s">&quot;http://www.springframework.org/schema/beans&quot;</span>
@@ -301,12 +301,12 @@ is available from the <a href="https://i
 <p>The source code for Taverna Common Activities
 before migrating to Apache
 (Taverna 2.5 and earlier) is available
-as a series of <code>old/</code> tags in the git repository, e.g.
-<a href="https://github.com/apache/incubator-taverna-common-activities/tree/old/xpath-activity-1.5">xpath-activity-1.5</a>,
-note that the older code was licensed as LGPL 2.1.</p>
+as a series of <code>old/</code> tags in the git repository, e.g.,
+<a href="https://github.com/apache/incubator-taverna-common-activities/tree/old/xpath-activity-1.5">xpath-activity-1.5</a>.
+Note that the older code was licensed under LGPL 2.1.</p>
 <p>Binaries for older releases are also available in the
 <a href="/download/maven/#pre-apache-releases-ands">myGrid repository</a>,
-e.g. as
+e.g., as
 <a href="http://repository.mygrid.org.uk/artifactory/mygrid-all/net/sf/taverna/t2/activities/">net.sf.taverna.t2.activities</a>
 and other groupIds. The myGrid repository is not affiliated with the
 Apache Software Foundation and is provided for archival purposes only.</p></div>