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/07/13 16:51:08 UTC

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

Author: buildbot
Date: Mon Jul 13 14:51:08 2015
New Revision: 958148

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 Mon Jul 13 14:51:08 2015
@@ -1 +1 @@
-1687577
+1690684

Propchange: websites/staging/taverna/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jul 13 14:51:08 2015
@@ -1 +1 @@
-1687577
+1690684

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 Mon Jul 13 14:51:08 2015
@@ -162,7 +162,18 @@
 
     <div id="page" class="container">
        <h1>Apache Taverna source code and APIs</h1>
-      <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 
+      <div id="content"><style type="text/css">
+/* The following code is added by mdx_elementid.py
+   It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+  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>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>
 <div class="toc">
 <ul>
@@ -174,7 +185,7 @@
 <li><a href="#taverna-extras">Taverna Extras</a></li>
 </ul>
 </div>
-<h3 id="checking-out-apache-taverna">Checking out Apache Taverna</h3>
+<h3 id="checking-out-apache-taverna">Checking out Apache Taverna<a class="headerlink" href="#checking-out-apache-taverna" title="Permanent link">&para;</a></h3>
 <p>If you are a committer on Apache Taverna, or have firewall restrictions, select <code>[Apache Committer]</code> below, e.g.:</p>
 <div class="codehilite"><pre><span class="n">git</span> <span class="n">clone</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">git</span><span class="o">-</span><span class="n">wip</span><span class="o">-</span><span class="n">us</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">repos</span><span class="o">/</span><span class="n">asf</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="p">.</span><span class="n">git</span>
 </pre></div>
@@ -193,7 +204,7 @@
 <p>You can also <code>[Browse]</code> the code through the GitHub mirrors. 
 Using GitHub you are free to <em>fork</em> the projects and raise <em>pull requests</em> to 
 <a href="#contribute-to-apache-taverna">contribute to Apache Taverna</a>.</p>
-<h2 id="source-code-repositories">Source code repositories</h2>
+<h2 id="source-code-repositories">Source code repositories<a class="headerlink" href="#source-code-repositories" title="Permanent link">&para;</a></h2>
 <p><select id="picker" onChange='check()'>
   <option value="Apache Committer">Apache Committer</option>
   <option value="Apache git">Apache git</option>
@@ -321,6 +332,27 @@ Click on the textbox and copy the value.
   <td><a class="btn btn-primary" href="https://github.com/apache/incubator-taverna-plugin-bioinformatics">Browse</a></td>
   <td>Plugin for bioinformatics-specific activities</td>
 </tr>
+
+<tr>
+  <td><a href="https://github.com/apache/incubator-taverna-databundle-viewer">incubator-taverna-databundle-viewer</a></td> 
+  <td>
+    <input class="gitlink" type="text" id="incubator-taverna-databundle-viewer"
+           value="" readonly="readonly"
+           onClick="this.setSelectionRange(0, this.value.length)">
+  </td>
+  <td><a class="btn btn-primary" href="https://github.com/apache/incubator-taverna-databundle-viewer">Browse</a></td>
+  <td>Web-based Data Bundle viewer (GSOC2015 project)</td>
+</tr>
+<tr>
+  <td><a href="https://github.com/apache/incubator-taverna-mobile">incubator-taverna-mobile</a></td> 
+  <td>
+    <input class="gitlink" type="text" id="incubator-taverna-mobile"
+           value="" readonly="readonly"
+           onClick="this.setSelectionRange(0, this.value.length)">
+  </td>
+  <td><a class="btn btn-primary" href="https://github.com/apache/incubator-taverna-mobile">Browse</a></td>
+  <td>Android app for running Taverna workflows remotely (GSOC2015 project)</td>
+</tr>
 </table>
 
 <div class="alert alert-warning" role="alert"><p><span class="glyphicon glyphicon-warning-sign" aria-hidden="true"></span>
@@ -330,7 +362,7 @@ The <a href="https://github.com/taverna/
 remains available separately, but is not maintained by the Apache Taverna project.
 </div>
 
-<h2 id="building-apache-taverna">Building Apache Taverna</h2>
+<h2 id="building-apache-taverna">Building Apache Taverna<a class="headerlink" href="#building-apache-taverna" title="Permanent link">&para;</a></h2>
 <p>You need <a href="https://maven.apache.org/download.html">Apache Maven 3.2</a> or newer to build Taverna. 
 To build a checked out repository:</p>
 <div class="codehilite"><pre><span class="n">mvn</span> <span class="n">clean</span> <span class="n">install</span>
@@ -356,7 +388,7 @@ usually you only need to build the modul
 Note that a repository might depend on a released version of an upstream Taverna
 repository, so if you want to be sure that a build picks up the <code>SNAPSHOT</code> version 
 you built instead, check the <code>&lt;properties&gt;</code> section within the <code>pom.xml</code>.</p>
-<h2 id="contribute-to-apache-taverna">Contribute to Apache Taverna</h2>
+<h2 id="contribute-to-apache-taverna">Contribute to Apache Taverna<a class="headerlink" href="#contribute-to-apache-taverna" title="Permanent link">&para;</a></h2>
 <p><strong>Patches welcome!</strong> 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 <a href="/about/">committers</a>.</p>
 <p>For many developers the easiest is to <strong>Fork</strong> the corresponding repository on <em>GitHub</em>, and submit the suggested 
@@ -373,7 +405,7 @@ the mailing list software.</p>
 the Apache Software Foundation that covers your contribution. </p>
 <p>For any questions about using or modifying the Apache Taverna source code and APIs, 
 please subscribe to and contact the <a href="http://mail-archives.apache.org/mod_mbox/taverna-dev/">dev@taverna</a> mailing list.</p>
-<h2 id="snapshot-builds">Snapshot builds</h2>
+<h2 id="snapshot-builds">Snapshot builds<a class="headerlink" href="#snapshot-builds" title="Permanent link">&para;</a></h2>
 <p>A corresponding set of <a href="https://builds.apache.org/user/stain/my-views/view/taverna/">automatic Jenkins builds for Apache Taverna</a> deploy to  <a href="http://repository.apache.org/snapshots/org/apache/taverna/">Apache's snapshot Maven repository</a>
 based on the latest <code>master</code> branch of each repository (updated every ~7 minute).</p>
 <p>Note that the snapshot builds are <em>not</em> official releases and should be considered unstable.</p>
@@ -393,7 +425,7 @@ 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>
-<h2 id="taverna-extras">Taverna Extras</h2>
+<h2 id="taverna-extras">Taverna Extras<a class="headerlink" href="#taverna-extras" title="Permanent link">&para;</a></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>.
 Note that the taverna-extras are not affiliated with or released by Apache Taverna, although you may recognize many of the same committers.</p>