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/09/27 22:27:34 UTC

svn commit: r998420 - in /websites/staging/taverna/trunk: cgi-bin/ content/ content/community/index.html

Author: buildbot
Date: Tue Sep 27 22:27:34 2016
New Revision: 998420

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

Propchange: websites/staging/taverna/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Sep 27 22:27:34 2016
@@ -1 +1 @@
-1762582
+1762583

Propchange: websites/staging/taverna/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Sep 27 22:27:34 2016
@@ -1 +1 @@
-1762582
+1762583

Modified: websites/staging/taverna/trunk/content/community/index.html
==============================================================================
--- websites/staging/taverna/trunk/content/community/index.html (original)
+++ websites/staging/taverna/trunk/content/community/index.html Tue Sep 27 22:27:34 2016
@@ -194,13 +194,13 @@ h2:hover > .headerlink, h3:hover > .head
 <p>Taverna is an open source community that's organized by its
 <a href="/about">members</a>, including you!
 Whether you're running or
-<a href="#contribute">writing workflows</a>,
-<a href="#contribute">developing plugins</a>,
-<a href="#contribute">hosting a Taverna server</a>,
-<a href="#contribute">hosting a service</a>,
-<a href="#contribute">hacking the core</a>,
+<a href="#contribute-workflow">writing workflows</a>,
+<a href="#contribute-plugin">developing plugins</a>,
+<a href="#contribute-server">hosting a Taverna server</a>,
+<a href="#contribute-host">hosting a service</a>,
+<a href="#contribute-code">hacking the core</a>,
 <a href="#citing-taverna">citing us</a>, or just want to
-<a href="#contribute">edit</a> these pages
+<a href="#contribute-edit">edit</a> these pages
 there are opportunities for you to
 <a href="#contact">get in touch and ask questions</a>,
 <a href="#contribute">contribute</a> or
@@ -268,55 +268,37 @@ We also track papers that
 your own publications to these lists.  </p>
 <h2 id="how-to-contribute">How to Contribute<a class="headerlink" href="#how-to-contribute" title="Permanent link">&para;</a></h2>
 <p><a name="contribute"></a></p>
-<table class="table table-condensed">
-
-  <tr>
-    <th> Workflows </th>
-    <td> The best place to contribute Taverna workflows is on myExperiment.</td>
-    <td> <a class="btn btn-default" href="http://www.myexperiment.org" role="button">myExperiment</a></td>
-  </tr>
-
-  <tr>
-    <th> Code </th>
-    <td> We welcome any contributions for the source code of Apache Taverna. See how to contribute code.</td>
-    <td> <a class="btn btn-default" href="/download/code/" role="button">source code</a>
-         <a class="btn btn-default" href="/download/code/#contribute-to-apache-taverna" role="button">contribute code</a>
-    </td>
-  </tr>
-
-  <tr>
-    <th> Plugin </th>
-    <td> The mechanism for writing <strong>Apache Taverna 3 plugins</strong> is still under development.
-         <br><br>
-         Please contact the dev@taverna mailing list for details.
-         For <strong>Taverna 2</strong> (non-Apache), see the Creating plugins for Taverna 2 tutorial.</td>
-    <td> <a class="btn btn-default" href="/community/lists#devtaverna" role="button">dev@taverna</a> 
-         <a class="btn btn-default" href="http://dev.mygrid.org.uk/wiki/display/developer/Creating+plugins+for+Taverna+2" role="button">Creating plugins for Taverna 2</a></td>
-  </tr>
-
-  <tr>
-    <th> Host a Taverna Server </th>
-    <td> For information on hosting a Taverna Server to run Taverna workflows, see the Server Section.</td>
-    <td> <a class="btn btn-default" href="/documentation/server" role="button">Server</a></td>
-  </tr>
-
-  <tr>
-    <th> Host a Service </th>
-    <td> For information on writing web services to be used in Taverna see our Web Service Developers Section.
-         <br><br>
-         We recommend that your services are registered in Registries such as BioCatalogue.</td>
-    <td> <a class="btn btn-default" href="/documentation/web-service-developers" role="button">Web Service Developers</a>
-         <a class="btn btn-default" href="http://www.biocatalogue.org" role="button">BioCatalogue</a></td>
-  </tr>
-
-  <tr>
-    <th> Edit the website </th>
-    <td> This website is always under development. Please help make it better by editing or adding pages.</td>
-    <td> <a class="btn btn-default" href="/community/edit" role="button">Edit website</a></td>
-  </tr>
-
-</table>
-
+<ul>
+<li><strong>Workflows</strong></li>
+</ul>
+<p>The best place to contribute Taverna workflows is on
+     <a href="http://www.myexperiment.org">myExperiment</a>.</p>
+<ul>
+<li><strong>Code</strong></li>
+</ul>
+<p>We welcome any contributions for the <a href="/download/code/">source code</a> of Apache Taverna. See how to <a href="/download/code/#contribute-to-apache-taverna">contribute code</a>.</p>
+<ul>
+<li>
+<p><strong>Plugin</strong></p>
+<p>The mechanism for writing <strong>Apache Taverna 3 plugins</strong> is still under development.</p>
+<p>Please contact the <a href="/community/lists#devtaverna">dev@taverna</a> mailing list for details.</p>
+<p>For <strong>Taverna 2</strong> (non-Apache), see the <a href="http://dev.mygrid.org.uk/wiki/display/developer/Creating+plugins+for+Taverna+2">Creating plugins for Taverna 2</a> tutorial.</p>
+</li>
+<li>
+<p><strong>Host a Taverna Server</strong></p>
+<p>For information on hosting a Taverna Server to run Taverna workflows, see the <a href="/documentation/server">Server</a> Section.</p>
+</li>
+<li>
+<p><strong>Host a Service</strong></p>
+<p>For information on writing web services to be used in Taverna see our <a href="/documentation/web-service-developers">Web Service Developers</a> Section.</p>
+<p>We recommend that your services are registered in Registries such as:
+ <a href="http://www.biocatalogue.org">BioCatalogue</a></p>
+</li>
+<li>
+<p><strong>Edit the website</strong></p>
+<p>This website is always under development. Please help make it better by <a href="/community/edit">editing</a> or adding pages.</p>
+</li>
+</ul>
 <h2 id="incubator-status">Incubator status<a class="headerlink" href="#incubator-status" title="Permanent link">&para;</a></h2>
 <ul>
 <li><a href="http://incubator.apache.org/projects/taverna.html">Taverna incubator status</a>.</li>