Update of /cvsroot/curl/curl-www/mail
In directory labb:/tmp/cvs-serv3139
Modified Files:
_mail.html list.cgi
Log Message:
now list the curlpp list as well
Index: list.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/mail/list.cgi,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- list.cgi 7 Apr 2005 07:56:26 -0000 1.10
+++ list.cgi 24 May 2005 21:53:59 -0000 1.11
@@ -151,6 +151,22 @@
return "http://cool.haxx.se/mailman/listinfo/curl-tracker";
}
+sub curlpp {
+
+ my ($num)=@_;
+
+ my $some_dir=".";
+ opendir(DIR, $some_dir) || die "can't opendir $some_dir: $!";
+ my @dirs = sort {$a cmp $b} grep { /^curlpp-/ && -d "$some_dir/$_" } readdir(DIR);
+ closedir DIR;
+
+ &showarchs($num, @dirs);
+
+ # return subscription URL
+ return "http://www.rrette.com/mailman/listinfo/curlpp";
+}
+
+
if($list) {
my $subscr;
@@ -166,8 +182,7 @@
<br><a href="/mail/etiquette.html">Mailing List Etiquette</a>
</div>
<p>
-This is the complete web archive of all stored mails ever posted to the
-<b>$list</b> mailing list.
+This is a web archive of mails posted to the <b>$list</b> mailing list.
MOO
;
@@ -188,6 +203,9 @@
elsif($list eq "curl-tracker") {
$subscr = curltracker();
}
+ elsif($list eq "curlpp") {
+ $subscr = curlpp();
+ }
else {
print "$list? Are you playing with me? There's no such list!";
}
@@ -203,7 +221,8 @@
'curl-library',
'curl-and-php',
'curl-and-python',
- 'curl-tracker');
+ 'curl-tracker',
+ 'curlpp');
my $n;
for(@archs) {
Index: _mail.html
===================================================================
RCS file: /cvsroot/curl/curl-www/mail/_mail.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- _mail.html 17 May 2005 08:20:38 -0000 1.32
+++ _mail.html 24 May 2005 21:53:58 -0000 1.33
@@ -39,7 +39,7 @@
TRODD
NEWCOL <a href="http://cool.haxx.se/mailman/listinfo/curl-library">curl-library</a></td>
NEWCOL How to program using libcurl, and how to develop libcurl even more.
- Related libs, tools and subjects are of course also welcome! </td>
+ Related libs, tools and subjects. </td>
NEWCOL <a href="http://curl.haxx.se/mail/list.cgi?list=curl-library">archive</a>
</td>
TREND
@@ -47,8 +47,7 @@
TREVEN
NEWCOL <a
href="http://cool.haxx.se/mailman/listinfo/curl-and-php">curl-and-php</a></td>
- NEWCOL PHP developers that use the CURL module might
- find this an interesting list </td>
+ NEWCOL PHP/CURL users and developers (the libcurl binding for PHP) </td>
NEWCOL <a href="http://curl.haxx.se/mail/list.cgi?list=curl-and-php">archive</a>
</td>
TREND
@@ -57,20 +56,27 @@
TRODD
NEWCOL <a
href="http://cool.haxx.se/mailman/listinfo/curl-and-python">curl-and-python</a></td>
- NEWCOL Python developers that use curl or pycurl might
- enjoy this list </td>
+ NEWCOL pycURL users and developers (the libcurl binding for Python) </td>
NEWCOL <a href="http://curl.haxx.se/mail/list.cgi?list=curl-and-python">archive</a>
</td>
TREND
-
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 <a href="http://curl.haxx.se/mail/list.cgi?list=curlpp">archive</a>
+ </td>
+TREND
+
+
+TRODD
NEWCOL <a href="http://cool.haxx.se/mailman/listinfo/curl-announce">curl-announce</a> </td>
NEWCOL Low-traffic. Receives nothing but announcements of new versions for curl and libcurl. </td>
NEWCOL none </td>
TREND
-TRODD
+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
_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.