|
From: <sv...@va...> - 2012-03-30 16:17:24
|
sewardj 2012-03-30 17:17:11 +0100 (Fri, 30 Mar 2012)
New Revision: 462
Log:
Add a mention of #valgrind-dev (IRC channel).
Modified files:
trunk/php/menu.php
trunk/support/mailing_lists.html
Modified: trunk/support/mailing_lists.html (+10 -6)
===================================================================
--- trunk/support/mailing_lists.html 2012-03-29 11:06:29 +01:00 (rev 461)
+++ trunk/support/mailing_lists.html 2012-03-30 17:17:11 +01:00 (rev 462)
@@ -1,4 +1,4 @@
-<h1>Mailing Lists</h1>
+<h1>Mailing Lists and IRC</h1>
<p>When posting to the mailing lists, please keep the following
@@ -31,6 +31,13 @@
+<h3><a name="vg-announce">Announcements List</a></h3>
+
+<p>The <?php echo vglink( 'vgannounce' ); ?> list is a very
+low-volume list for announcements of new Valgrind releases.</p>
+
+
+
<h3><a name="vg-users">General Users List</a></h3>
<p>The <?php echo vglink( 'vgusers' ); ?> list is a general
@@ -60,8 +67,5 @@
You can <a href="http://search.gmane.org">search</a> through old messages
using the group name <code>gmane.comp.debugging.valgrind.devel</code>.</p>
-
-<h3><a name="vg-announce">Announcements List</a></h3>
-
-<p>The <?php echo vglink( 'vgannounce' ); ?> list is a very
-low-volume list for announcements of new Valgrind releases.</p>
+<p>There is an IRC channel for Valgrind developers: #valgrind-dev at
+irc.freenode.net.</p>
Modified: trunk/php/menu.php (+1 -1)
===================================================================
--- trunk/php/menu.php 2012-03-29 11:06:29 +01:00 (rev 461)
+++ trunk/php/menu.php 2012-03-30 17:17:11 +01:00 (rev 462)
@@ -27,7 +27,7 @@
);
$contact = array(
- array( 'url'=>'mailing_lists.html', 'tag'=>'Mailing Lists' ),
+ array( 'url'=>'mailing_lists.html', 'tag'=>'Mailing Lists and IRC' ),
array( 'url'=>'bug_reports.html', 'tag'=>'Bug Reports' ),
array( 'url'=>'features.html', 'tag'=>'Feature Requests' ),
array( 'url'=>'summary.html', 'tag'=>'Contact Summary' ),
|