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 2015/03/03 02:03:56 UTC

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

Author: buildbot
Date: Tue Mar  3 01:03:56 2015
New Revision: 942033

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

Propchange: websites/staging/taverna/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar  3 01:03:56 2015
@@ -1 +1 @@
-1663498
+1663499

Propchange: websites/staging/taverna/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar  3 01:03:56 2015
@@ -1 +1 @@
-1663498
+1663499

Modified: websites/staging/taverna/trunk/content/download/code/index.html
==============================================================================
--- websites/staging/taverna/trunk/content/download/code/index.html (original)
+++ websites/staging/taverna/trunk/content/download/code/index.html Tue Mar  3 01:03:56 2015
@@ -166,7 +166,7 @@
       <div id="content"><p>Apache Taverna's source code is hosted at <a href="http://git.apache.org/">git.apache.org</a>, with read-only mirroring to 
 <a href="https://github.com/apache/?query=taverna-">GitHub</a>.</p>
 <h2 id="source-code-repositories">Source code repositories</h2>
-<p>The Apache Taverna source code is organized into multiple <a href="http://www.git-scm.com/">git</a> repositories:</p>
+<p>The Apache Taverna 3 source code is organized into multiple <a href="http://www.git-scm.com/">git</a> repositories:</p>
 <table class="table table-hover">
 <tr><td><a href="https://github.com/apache/incubator-taverna-maven-parent">incubator-taverna-maven-parent</a> 
     <td><a class="btn btn-default" href="https://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent.git">https</a> 
@@ -230,7 +230,15 @@
       <td>Plugin for bioinformatics-specific activities</tr>
 </table>
 
-<p>Legacy <a href="#taverna-2-source-code">Taverna 2 source code</a> is maintained separately.</p>
+<div class="alert alert-warning" role="alert"><p><span class="glyphicon glyphicon-warning-sign" aria-hidden="true"></span>
+  <strong>Note:</strong>
+
+The source code for the Taverna 2 is not maintained by the Apache Taverna project, but
+remains available at <a href="https://github.com/taverna/">taverna on GitHub</a> under the
+`maintenance` branches. Note that Taverna 2 is licensed under 
+the <a href="https://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser Public License 2.1</a>.
+</div>
+
 <h3 id="checking-out-apache-taverna">Checking out Apache Taverna</h3>
 <p>To check out Apache Taverna anonymously, use the <code>[git]</code> links from above, e.g.:</p>
 <div class="codehilite"><pre><span class="n">git</span> <span class="n">clone</span> <span class="n">git</span><span class="p">:</span><span class="o">//</span><span class="n">git</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">incubator</span><span class="o">-</span><span class="n">taverna</span><span class="o">-</span><span class="n">language</span><span class="p">.</span><span class="n">git</span>
@@ -309,11 +317,6 @@ based on the latest <code>master</code>
 <p>This means that as a developer, you only need to build the repositories you are modifying, as the remaining modules will be retrieved from the Maven repository. </p>
 <p>You will however always need to build the distribution product (command line or workbench) to incorporate your changes. (Make sure that references the correct <code>SNAPSHOT</code> version!)</p>
 <h3 id="taverna-2-source-code">Taverna 2 source code</h3>
-<p>The source code for Taverna 2 remains available at 
-<a href="https://github.com/taverna/">taverna on GitHub</a> under the
-<code>maintenance</code> branches. Note that this code is not maintained by the Apache Taverna project
- and is licensed under 
-the <a href="https://www.gnu.org/licenses/lgpl-2.1.html">GNU Lesser Public License 2.1</a></p>
 <h2 id="taverna-extras">Taverna Extras</h2>
 <p>The separate GitHub group <a href="https://github.com/taverna-extras">taverna-extras</a> host independent community-submitted plugins for Apache Taverna. 
 Unlike Apache Taverna, the taverna-extras include plugins covered by the licenses <a href="https://www.gnu.org/licenses/lgpl.html">LGPL</a> and <a href="https://www.gnu.org/licenses/gpl.html">GPL</a>.