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

svn commit: r1742991 - in /incubator/taverna/site/trunk/content/download: commandline/index.md common-activities/index.md engine/index.md language/index.md osgi/index.md

Author: stain
Date: Mon May  9 15:58:40 2016
New Revision: 1742991

URL: http://svn.apache.org/viewvc?rev=1742991&view=rev
Log:
Download page tweaks

Modified:
    incubator/taverna/site/trunk/content/download/commandline/index.md
    incubator/taverna/site/trunk/content/download/common-activities/index.md
    incubator/taverna/site/trunk/content/download/engine/index.md
    incubator/taverna/site/trunk/content/download/language/index.md
    incubator/taverna/site/trunk/content/download/osgi/index.md

Modified: incubator/taverna/site/trunk/content/download/commandline/index.md
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/content/download/commandline/index.md?rev=1742991&r1=1742990&r2=1742991&view=diff
==============================================================================
--- incubator/taverna/site/trunk/content/download/commandline/index.md (original)
+++ incubator/taverna/site/trunk/content/download/commandline/index.md Mon May  9 15:58:40 2016
@@ -36,7 +36,7 @@ jsonld: {
     "fileSize": "607KB",
     "releaseNotes" : "https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12332251&projectId=12318322",
      "author": { "@id": "https://taverna.incubator.apache.org/about/",
-                 "uri": "https://taverna.incubator.apache.org/about/",
+                 "url": "https://taverna.incubator.apache.org/about/",
                  "type": "Organization",
                  "name": "Apache Taverna PPMC" }
   }  
@@ -46,7 +46,7 @@ jsonld: {
 <div class="alert alert-info" role="alert"><p><span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
 Taverna has transitioned to the Apache Incubator.
 
-The first version info 
+The first version info
 Currently there is no Apache version of the Taverna Command Line.
 The first Apache version of the workbench is unlikely to include all the features of Taverna 2.5.
 If there are particular features you feel should be prioritized please

Modified: incubator/taverna/site/trunk/content/download/common-activities/index.md
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/content/download/common-activities/index.md?rev=1742991&r1=1742990&r2=1742991&view=diff
==============================================================================
--- incubator/taverna/site/trunk/content/download/common-activities/index.md (original)
+++ incubator/taverna/site/trunk/content/download/common-activities/index.md Mon May  9 15:58:40 2016
@@ -37,7 +37,7 @@ jsonld: {
     "fileSize": "585KB",
     "releaseNotes" : "https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12332248&projectId=12318322",
      "author": { "@id": "https://taverna.incubator.apache.org/about/",
-                 "uri": "https://taverna.incubator.apache.org/about/",
+                 "url": "https://taverna.incubator.apache.org/about/",
                  "type": "Organization",
                  "name": "Apache Taverna PPMC" }
   }  

Modified: incubator/taverna/site/trunk/content/download/engine/index.md
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/content/download/engine/index.md?rev=1742991&r1=1742990&r2=1742991&view=diff
==============================================================================
--- incubator/taverna/site/trunk/content/download/engine/index.md (original)
+++ incubator/taverna/site/trunk/content/download/engine/index.md Mon May  9 15:58:40 2016
@@ -37,7 +37,7 @@ jsonld: {
     "fileSize": "1.7MB",
     "releaseNotes" : "https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12332249&projectId=12318322",
     "author": { "@id": "https://taverna.incubator.apache.org/about/",
-                 "uri": "https://taverna.incubator.apache.org/about/",
+                 "url": "https://taverna.incubator.apache.org/about/",
                  "type": "Organization",
                  "name": "Apache Taverna PPMC" }
   }  
@@ -50,12 +50,12 @@ Apache Taverna.
 The engine executes a Taverna workflow, defined using
 [Apache Taverna Language](/download/language/).
 
-Note that the engine does not include the
-[activity implementations]()/download/common-activities/)
+Note that the engine also need the
+[activity implementations](/download/common-activities/)
 that actual perform work (e.g. calling a REST service). To
-use the engine, use the
+run Taverna workflows, use the
 [Apache Taverna Command Line](/download/command-line/)
-or [Apache Taverna Server](/download/server/).
+or [Taverna Server](/download/server/).
 
 All Taverna Engine modules are also valid [OSGi](http://www.osgi.org/) bundles,
 providing OSGi [Spring services](#spring-services).
@@ -112,21 +112,18 @@ one or more of these to your `pom.xml`:
 The `<version>` above might not be up to date,
 see the [source code releases](#source-code) below to find the latest version.
 
-For details, see the complete
-[list of Taverna Engine module](https://github.com/apache/incubator-taverna-engine/#modules),
-[which module does what](https://github.com/apache/incubator-taverna-engine/#which-module-does-what)
-and the [Javadoc for Taverna Engine](/javadoc/taverna-engine/).
-
 To use the OSGi implementations of these services, replace `-api` with `-impl` above.
 Note that you would need to either manually wire the services together or use
-Spring services.
+[Spring services](#spring-services) (see below).
 
 
 
 ## Usage
 
-See the [taverna-engine javadoc](/javadoc/taverna-engine/)
-for details on each OSGi service. In brief:
+See the complete
+[list of Taverna Engine module](https://github.com/apache/incubator-taverna-engine/#modules),
+[which module does what](https://github.com/apache/incubator-taverna-engine/#which-module-does-what)
+and the [Javadoc for Taverna Engine](/javadoc/taverna-engine/).
 
 ### Spring services
 

Modified: incubator/taverna/site/trunk/content/download/language/index.md
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/content/download/language/index.md?rev=1742991&r1=1742990&r2=1742991&view=diff
==============================================================================
--- incubator/taverna/site/trunk/content/download/language/index.md (original)
+++ incubator/taverna/site/trunk/content/download/language/index.md Mon May  9 15:58:40 2016
@@ -38,7 +38,7 @@ jsonld: {
     "softwareHelp": {"@id": "https://taverna.incubator.apache.org/documentation/scufl2/"},
     "releaseNotes" : "https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12333250&projectId=12318322",
      "author": { "@id": "https://taverna.incubator.apache.org/about/",
-                 "uri": "https://taverna.incubator.apache.org/about/",
+                 "url": "https://taverna.incubator.apache.org/about/",
                  "type": "Organization",
                  "name": "Apache Taverna PPMC" }
   }            

Modified: incubator/taverna/site/trunk/content/download/osgi/index.md
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/content/download/osgi/index.md?rev=1742991&r1=1742990&r2=1742991&view=diff
==============================================================================
--- incubator/taverna/site/trunk/content/download/osgi/index.md (original)
+++ incubator/taverna/site/trunk/content/download/osgi/index.md Mon May  9 15:58:40 2016
@@ -37,7 +37,7 @@ jsonld: {
     "fileSize": "185KB",
     "releaseNotes" : "https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12332248&projectId=12318322",
      "author": { "@id": "https://taverna.incubator.apache.org/about/",
-                 "uri": "https://taverna.incubator.apache.org/about/",
+                 "url": "https://taverna.incubator.apache.org/about/",
                  "type": "Organization",
                  "name": "Apache Taverna PPMC" }
   }