bagder: curl-www/mail _mail.html,1.42,1.43 list.cgi,1.14,1.15

[email protected] Fri, 20 Feb 2009 22:45:13 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/mail
In directory labb:/tmp/cvs-serv3851

Modified Files:
	_mail.html list.cgi 
Log Message:
Added curlpp-devel


Index: list.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/mail/list.cgi,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- list.cgi	19 Oct 2006 11:11:45 -0000	1.14
+++ list.cgi	20 Feb 2009 22:45:10 -0000	1.15
@@ -166,6 +166,21 @@
     return "http://www.rrette.com/mailman/listinfo/curlpp";
 }
 
+sub curlppdev {
+
+    my ($num)=@_;
+
+    my $some_dir=".";
+    opendir(DIR, $some_dir) || die "can't opendir $some_dir: $!";
+    my @dirs = sort {$a cmp $b} grep { /^curlppdev-/ && -d "$some_dir/$_" } readdir(DIR);
+    closedir DIR;
+
+    &showarchs($num, @dirs);
+
+    # return subscription URL
+    return "http://groups.google.com/group/curlpp-devel";
+}
+
 
 if($list) {
     my $subscr;
@@ -205,6 +220,9 @@
     elsif($list eq "curlpp") {
         $subscr = curlpp();
     }
+    elsif($list eq "curlpp-devel") {
+        $subscr = curlppdev();
+    }
     elsif(($list eq "curl-announce") ||
           ($list eq "curl-www-commits") ||
           ($list eq "curl-commits")) {
@@ -237,7 +255,8 @@
                'curl-and-php',
                'curl-and-python',
                'curl-tracker',
-               'curlpp');
+               'curlpp',
+               'curlpp-devel');
 
     my $n;
     for(@archs) {

Index: _mail.html
===================================================================
RCS file: /cvsroot/curl/curl-www/mail/_mail.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- _mail.html	4 Feb 2009 15:46:02 -0000	1.42
+++ _mail.html	20 Feb 2009 22:45:10 -0000	1.43
@@ -57,6 +57,34 @@
 TREND
 
 TREVEN
+  NEWCOL <a href="http://cool.haxx.se/mailman/listinfo/curl-announce">curl-announce</a> </td>
+  NEWCOL Announcements (only) of new versions for curl and libcurl. </td>
+  NEWCOL <a href="http://dir.gmane.org/gmane.comp.web.curl.announce">gmane.org</a>
+  </td>
+TREND
+
+TRODD
+  NEWCOL <a href="http://cool.haxx.se/mailman/listinfo/curl-tracker">curl-tracker</a> </td>
+
+  NEWCOL Mails from the bug and feature request trackers. Mails are sent for all new submissions and all changes to existing
+  ones. </td>
+
+  NEWCOL <a href="http://curl.haxx.se/mail/list.cgi?list=curl-tracker">archive</a> </td>
+TREND
+
+</table>
+
+SUBTITLE(Binding-specific Mailing Lists)
+<p>
+
+<table cellspacing="0" cellpadding="2" border="0">
+<tr class="tabletop">
+ <th>List</th>
+ <th>Description</th>
+ <th>Archive</th>
+</tr>
+
+TREVEN
   NEWCOL <a
     href="http://cool.haxx.se/mailman/listinfo/curl-and-php">curl-and-php</a></td>
   NEWCOL PHP/CURL users and developers (the libcurl binding for PHP) </td>
@@ -77,30 +105,20 @@
 TREVEN
   NEWCOL <a
     href="http://www.rrette.com/mailman/listinfo/curlpp">curlpp</a></td>
-  NEWCOL curlpp users and developers (the libcurl binding for C++) </td>
+  NEWCOL curlpp users (the libcurl binding for C++) </td>
   NEWCOL <a href="http://curl.haxx.se/mail/list.cgi?list=curlpp">archive</a> 
   	 <a href="http://dir.gmane.org/gmane.comp.web.curl.curlpp.general">gmane.org</a> 
   </td>
 TREND
 
-
 TRODD
-  NEWCOL <a href="http://cool.haxx.se/mailman/listinfo/curl-announce">curl-announce</a> </td>
-  NEWCOL Receives nothing but announcements of new versions for curl and libcurl. </td>
-  NEWCOL <a href="http://dir.gmane.org/gmane.comp.web.curl.announce">gmane.org</a>
+  NEWCOL <a
+    href="http://groups.google.com/group/curlpp-devel">curlpp-devel</a></td>
+  NEWCOL curlpp development (the libcurl binding for C++) </td>
+  NEWCOL <a href="http://curl.haxx.se/mail/list.cgi?list=curlpp-devel">archive</a>
   </td>
 TREND
 
-TREVEN
-  NEWCOL <a href="http://cool.haxx.se/mailman/listinfo/curl-tracker">curl-tracker</a> </td>
-
-  NEWCOL Receives nothing but mails from the bug tracker and feature request
-  tracker. Mails are sent for all new submissions and all changes to existing
-  ones. </td>
-
-  NEWCOL <a href="http://curl.haxx.se/mail/list.cgi?list=curl-tracker">archive</a> </td>
-TREND
-
 </table>
 
 SUBTITLE(CVS commit mailing lists)