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 21:30:50 UTC

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

Author: buildbot
Date: Tue Sep 27 21:30:50 2016
New Revision: 998410

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 21:30:50 2016
@@ -1 +1 @@
-1762267
+1762569

Propchange: websites/staging/taverna/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Sep 27 21:30:50 2016
@@ -1 +1 @@
-1762267
+1762569

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 21:30:50 2016
@@ -206,7 +206,8 @@ there are opportunities for you to
 <a href="#contribute">contribute</a> or
 <a href="#reportbugs">report a bug</a>.</p>
 <p><a name="mailinglists"></a></p>
-<h2 id="mailing-lists">Mailing Lists<a class="headerlink" href="#mailing-lists" title="Permanent link">&para;</a></h2>
+<h2 id="how-to-communicate">How to Communicate<a class="headerlink" href="#how-to-communicate" title="Permanent link">&para;</a></h2>
+<h3 id="mailing-lists">Mailing Lists<a class="headerlink" href="#mailing-lists" title="Permanent link">&para;</a></h3>
 <p>You are highly encouraged to participate on the Apache Taverna <a href="/community/lists">mailing lists</a>:</p>
 <table class="table table-condensed">
 <tr>
@@ -260,39 +261,54 @@ there are opportunities for you to
 <h2 id="citing-taverna">Citing Taverna<a class="headerlink" href="#citing-taverna" title="Permanent link">&para;</a></h2>
 <p>If you use Taverna in your academic work, you can <a href="/community/cite">cite</a> one of the
 <a href="/community/publications">publications about Taverna</a>.
-We track papers that
+We also track papers that
 <a href="/community/references">reference Taverna</a>, so feel free to
 <a href="issue-tracker">raise an issue</a> or
 <a href="/community/edit">suggest a webpage edit</a> to add
 your own publications to these lists.  </p>
-<h2 id="contribute">Contribute<a class="headerlink" href="#contribute" title="Permanent link">&para;</a></h2>
-<p><a name="contribute-workflow"></a></p>
-<h3 id="contribute-a-workflow">Contribute a workflow<a class="headerlink" href="#contribute-a-workflow" title="Permanent link">&para;</a></h3>
-<p>The best place to contribute Taverna workflows is on
-   <a href="http://www.myexperiment.org">myExperiment</a>.</p>
-<p><a name="contribute-server"></a></p>
-<h3 id="hosting-a-taverna-server">Hosting a Taverna Server<a class="headerlink" href="#hosting-a-taverna-server" title="Permanent link">&para;</a></h3>
-<p>For information on hosting a Taverna Server to run Taverna workflows, see the
-<a href="/documentation/server">Server</a> Section.</p>
-<p><a name="contribute-host"></a></p>
-<h3 id="hosting-a-service-for-taverna">Hosting a Service for Taverna<a class="headerlink" href="#hosting-a-service-for-taverna" title="Permanent link">&para;</a></h3>
-<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>
-<p><a name="contribute-code"></a></p>
-<h3 id="contributing-code">Contributing Code<a class="headerlink" href="#contributing-code" title="Permanent link">&para;</a></h3>
-<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>
-<p><a name="contribute-plugin"></a></p>
-<h3 id="contribute-a-plugin">Contribute a plugin<a class="headerlink" href="#contribute-a-plugin" title="Permanent link">&para;</a></h3>
-<p>The mechanisms for writing <strong>Apache Taverna 3 plugins</strong> is still under development.
-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>
-<p><a name="contribute-edit"></a></p>
-<h3 id="editing-the-website">Editing the website<a class="headerlink" href="#editing-the-website" title="Permanent link">&para;</a></h3>
-<p>This website is always under development.
-Please help make it better by <a href="/community/edit">editing</a> or adding pages.</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](http://www.myexperiment.org).</td>
+  </tr>
+  <tr>
+    <th> Code </th>
+    <td> We welcome any contributions for the [source code](/download/code/) of Apache Taverna. See how to
+    [contribute code](/download/code/#contribute-to-apache-taverna).</td>
+  </tr>
+  <tr>
+    <th> Plugin </th>
+    <td>The mechanism for writing **Apache Taverna 3 plugins** is still under development.
+    <br><br>
+    Please contact the [dev@taverna](/community/lists#devtaverna) mailing list for details.
+
+    For **Taverna 2** (non-Apache), see the [Creating plugins for Taverna 2](http://dev.mygrid.org.uk/wiki/display/developer/Creating+plugins+for+Taverna+2) tutorial.</td>
+  </tr>
+  <tr>
+    <th> Host a Taverna Server </th>
+    <td> For information on hosting a Taverna Server to run Taverna workflows, see the
+  [Server](/documentation/server) Section.</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](/documentation/web-service-developers) Section.
+     <br><br>
+     We recommend that your services are registered in Registries such as:
+     [BioCatalogue](http://www.biocatalogue.org)</td>
+  </tr>
+  <tr>
+    <th> Edit the website </th>
+    <td> This website is always under development.
+    Please help make it better by [editing](/community/edit) or adding pages.
+</td>
+  </tr>
+
+</table>
+
 <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>