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/04 13:14:20 UTC

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

Author: buildbot
Date: Wed Mar  4 12:14:20 2015
New Revision: 942267

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/irc.html

Propchange: websites/staging/taverna/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar  4 12:14:20 2015
@@ -1 +1 @@
-1663961
+1663963

Propchange: websites/staging/taverna/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar  4 12:14:20 2015
@@ -1 +1 @@
-1663961
+1663963

Modified: websites/staging/taverna/trunk/content/community/irc.html
==============================================================================
--- websites/staging/taverna/trunk/content/community/irc.html (original)
+++ websites/staging/taverna/trunk/content/community/irc.html Wed Mar  4 12:14:20 2015
@@ -166,26 +166,34 @@
     <div id="page" class="container">
        <h1></h1>
       <div id="content"><h1 id="taverna-irc-channel">#Taverna IRC channel</h1>
-<p>Some of the Apache Taverna developers and users hang out on IRC:</p>
+<p>Some of the Apache Taverna developers and users hang out on the IRC channel <a href="irc://irc.freenode.net/%23taverna">#taverna</a>:</p>
 <dl>
 <dt>server:</dt>
 <dd><code>irc.freenode.net</code></dd>
 <dt>channel:</dt>
-<dd><a href="irc://irc.freenode.net/%23taverna"><code>#taverna</code></a></dd>
+<dd><code>#taverna</code></dd>
 </dl>
 <p>If you don't have an <a href="https://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients">IRC client</a> you can use the <a href="http://webchat.freenode.net/?channels=%23taverna&amp;uio=MTE9MjA16a">freenode webchat</a>:</p>
 <style type="text/css">
 <!--
-iframe {
+#irc {
   height: 30em;
   width: 100%;
   resize: both;
   overflow: auto;
 }
+iframe {
+  height: 100%;
+  width: 100%;
+  resize: both;
+  overflow: auto;
+}
 -->
 </style>
 
-<iframe id="irc" src="http://webchat.freenode.net?channels=%23taverna&uio=MTE9MjA16a" width="647" height="400"></iframe></div>
+<div id="irc">
+<iframe id="ircframe" src="http://webchat.freenode.net?channels=%23taverna&uio=MTE9MjA16a" width="647" height="400"></iframe>
+</div></div>
 
     </div>