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 2015/02/23 12:07:55 UTC

svn commit: r1661639 - /incubator/taverna/site/trunk/content/download/code/index.md

Author: stain
Date: Mon Feb 23 11:07:55 2015
New Revision: 1661639

URL: http://svn.apache.org/r1661639
Log:
CMS commit to taverna by stain

Modified:
    incubator/taverna/site/trunk/content/download/code/index.md

Modified: incubator/taverna/site/trunk/content/download/code/index.md
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/content/download/code/index.md?rev=1661639&r1=1661638&r2=1661639&view=diff
==============================================================================
--- incubator/taverna/site/trunk/content/download/code/index.md (original)
+++ incubator/taverna/site/trunk/content/download/code/index.md Mon Feb 23 11:07:55 2015
@@ -19,74 +19,67 @@ Notice:    Licensed to the Apache Softwa
 Apache Taverna's source code is hosted at [git.apache.org](http://git.apache.org/), with read-only mirroring to 
 [GitHub](https://github.com/apache/?query=taverna-).
 
-<div class="alert alert-warn" role="alert"><p><span class="glyphicon glyphicon-warn-sign" aria-hidden="true"></span>
-As of 2015-02-18, the source code repositories for Taverna is in the process of being migrated to the Apacha infrastructure. The links below point to placeholder 
-repositories and staging repositories from 
-<a href="https://github.com/taverna-incubator/">taverna-incubator on GitHub</a>.
-</div>
-
-
 
 ## Source code repositories
 
 The Apache Taverna source code is organized into multiple [git](http://www.git-scm.com/) repositories:
 
-  - [incubator-taverna-maven-parent](https://github.com/taverna-incubator/incubator-taverna-maven-parent) 
+  - [incubator-taverna-maven-parent](https://github.com/apache/incubator-taverna-maven-parent) 
     [[https]](https://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent.git) 
     [[git]](git://git.apache.org/incubator-taverna-maven-parent.git) 
     [[GitHub]](http://github.com/apache/incubator-taverna-maven-parent)
     Common Maven parent for the below
-  - [incubator-taverna-language](https://github.com/taverna-incubator/incubator-taverna-language) 
+  - [incubator-taverna-language](https://github.com/apache/incubator-taverna-language) 
     [[https]](https://git-wip-us.apache.org/repos/asf/incubator-taverna-language.git) 
     [[git]](git://git.apache.org/incubator-taverna-language.git) 
     [[GitHub]](http://github.com/apache/incubator-taverna-language)
     Taverna Language APIs for workflow definitions (SCUFL2) and workflow inputs/outputs/run (DataBundle). 
-  - [incubator-taverna-osgi](https://github.com/taverna-incubator/incubator-taverna-osgi) 
+  - [incubator-taverna-osgi](https://github.com/apache/incubator-taverna-osgi) 
     [[https]](https://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi.git) 
     [[git]](git://git.apache.org/incubator-taverna-osgi.git) 
     [[GitHub]](http://github.com/apache/incubator-taverna-osgi)
     OSGi-based plugin system
-  - [incubator-taverna-engine](https://github.com/taverna-incubator/incubator-taverna-engine) 
+  - [incubator-taverna-engine](https://github.com/apache/incubator-taverna-engine) 
     [[https]](https://git-wip-us.apache.org/repos/asf/incubator-taverna-engine.git) 
     [[git]](git://git.apache.org/incubator-taverna-engine.git) 
     [[GitHub]](http://github.com/apache/incubator-taverna-engine)
     Taverna workflow engine
-  - [incubator-taverna-common-activities](https://github.com/taverna-incubator/incubator-taverna-common-activities)
+  - [incubator-taverna-common-activities](https://github.com/apache/incubator-taverna-common-activities)
     [[https]](https://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities.git) 
     [[git]](git://git.apache.org/incubator-taverna-common-activities.git) 
     [[GitHub]](http://github.com/apache/incubator-taverna-common-activities)
     Common activity implementation for engine (e.g. WSDL, REST, Tool, Interaction)
-  - [incubator-taverna-commandline](https://github.com/taverna-incubator/incubator-taverna-commandline) 
+  - [incubator-taverna-commandline](https://github.com/apache/incubator-taverna-commandline) 
     [[https]](https://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline.git) 
     [[git]](git://git.apache.org/incubator-taverna-commandline.git) 
     [[GitHub]](http://github.com/apache/incubator-taverna-commandline)
     Command line for running Taverna workflows
-  - [incubator-taverna-server](https://github.com/taverna-incubator/incubator-taverna-server) 
+  - [incubator-taverna-server](https://github.com/apache/incubator-taverna-server) 
     [[https]](https://git-wip-us.apache.org/repos/asf/incubator-taverna-server.git) 
     [[git]](git://git.apache.org/incubator-taverna-server.git) 
     [[GitHub]](http://github.com/apache/incubator-taverna-server)
     A REST and WSDL service for running Taverna workflows
-  - [incubator-taverna-workbench](https://github.com/taverna-incubator/incubator-taverna-workbench) 
+  - [incubator-taverna-workbench](https://github.com/apache/incubator-taverna-workbench) 
     [[https]](https://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench.git) 
     [[git]](git://git.apache.org/incubator-taverna-workbench.git) 
     [[GitHub]](http://github.com/apache/incubator-taverna-workbench)
     Graphical workbench for editing and running Taverna workflows
-  - [incubator-taverna-workbench-common-activities](https://github.com/taverna-incubator/incubator-taverna-workbench-common-activities)
+  - [incubator-taverna-workbench-common-activities](https://github.com/apache/incubator-taverna-workbench-common-activities)
     [[https]](https://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-common-activities.git) 
     [[git]](git://git.apache.org/incubator-taverna-workbench-common-activities.git) 
     [[GitHub]](http://github.com/apache/incubator-taverna-workbench-common-activities) 
     Common activities UI (discovery+configuration for Workbench
-  - [incubator-taverna-workbench-product](https://github.com/taverna-incubator/incubator-taverna-workbench-product) 
+  - [incubator-taverna-workbench-product](https://github.com/apache/incubator-taverna-workbench-product) 
     [[https]](https://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product.git) 
     [[git]](git://git.apache.org/incubator-taverna-workbench-product.git) 
     [[GitHub]](http://github.com/apache/incubator-taverna-workbench-product)
     Distribution of Taverna Workbench
-  - [incubator-taverna-plugin-component](https://github.com/taverna-incubator/incubator-taverna-plugin-component)
+  - [incubator-taverna-plugin-component](https://github.com/apache/incubator-taverna-plugin-component)
     [[https]](https://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component.git) 
     [[git]](git://git.apache.org/incubator-taverna-plugin-component.git) 
     [[GitHub]](http://github.com/apache/incubator-taverna-plugin-component) 
     Plugin for component activity and registry
-  - [incubator-taverna-plugin-bioinformatics](https://github.com/taverna-incubator/incubator-taverna-plugin-bioinformatics) 
+  - [incubator-taverna-plugin-bioinformatics](https://github.com/apache/incubator-taverna-plugin-bioinformatics) 
     [[https]](https://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics.git) 
     [[git]](git://git.apache.org/incubator-taverna-plugin-bioinformatics.git) 
     [[GitHub]](http://github.com/apache/incubator-taverna-plugin-bioinformatics)
@@ -95,7 +88,7 @@ The Apache Taverna source code is organi
 ### Taverna 2 source code
 
 The source code for Taverna 2 remains available at 
-<a href="https://github.com/taverna-incubator/">taverna-incubator on GitHub</a> under the
+<a href="https://github.com/taverna/">taverna on GitHub</a> under the
 `maintenance` branches. Note that this code is not maintained by the Apache Taverna project
  and is licensed under 
 the [GNU Lesser Public License 2.1](https://www.gnu.org/licenses/lgpl-2.1.html)
@@ -110,9 +103,9 @@ If you are a committer on Apache Taverna
 
     git clone https://git-wip-us.apache.org/repos/asf/incubator-taverna-engine.git
 
-You can also browse the code using the `[GitHub]` links, which are mirrored daily. 
-Using GitHub you are free to *fork* the projects
-and raise *pull requests* to [contribute to Apache Taverna](#contribute-to-apache-taverna).
+You can also browse the code using the `[GitHub]` links, which are mirrored read-only. 
+Using GitHub you are free to *fork* the projects and raise *pull requests* to 
+[contribute to Apache Taverna](#contribute-to-apache-taverna).
 
 
 ## Building Apache Taverna
@@ -128,7 +121,7 @@ If you want to skip tests (these can be
 
 If you get license header warnings from the 
 [Apache RAT plugin](https://creadur.apache.org/rat/apache-rat-plugin/), 
-and you are not a committer (who should fix those :) ),
+and you are not a committer (who should fix those before a release),
 you can skip these checks with:
 
     mvn clean install -Drat.skip=true
@@ -146,8 +139,8 @@ you built instead, check the `<propertie
 **Patches welcome!** Apache Taverna is a volunteer project, and we rely on the community to help
 improve the code base. Anyone can suggest a change to Apache Taverna, not just the existing [committers](/about/).
 
-For many developers the easiest is to *Fork* the repository on *GitHub*, and submit your suggested 
-changes as a *Pull request*. The pull request is automatically forwarded to the 
+For many developers the easiest is to **Fork** the corresponding repository on *GitHub*, and submit the suggested 
+changes as a **Pull request**. The pull request is automatically forwarded to the 
 [dev@taverna](http://mail-archives.apache.org/mod_mbox/taverna-dev/) mailing list, which you 
 should subscribe to in order to receive feedback for your patch.
 
@@ -157,6 +150,10 @@ and send your patches to the [dev@tavern
 mailing list after subscribing. Note that large patch files might not be accepted by
 the mailing list software.
 
+For larger contributions we might ask you to sign a 
+[Contributer License Agreement](https://www.apache.org/licenses/#clas) (CLA) to grant a license to 
+the Apache Software Foundation that covers your contribution. 
+
 For any questions about using or modifying the Apache Taverna source code and APIs, 
 please subscribe to and contact the [dev@taverna](http://mail-archives.apache.org/mod_mbox/taverna-dev/) mailing list.