bagder: curl-www last20threads.pl,1.17,1.18
[email protected] Fri, 20 Feb 2009 22:48:24 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv5012
Modified Files:
last20threads.pl
Log Message:
added acurlpp-devel
Index: last20threads.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/last20threads.pl,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- last20threads.pl 25 Aug 2008 20:03:43 -0000 1.17
+++ last20threads.pl 20 Feb 2009 22:48:22 -0000 1.18
@@ -6,19 +6,21 @@
my $tree="mail/";
-my %listnames = ('archive' => 'Users',
- 'lib' => 'Library',
+my %listnames = ('archive' => 'curl users',
+ 'lib' => 'libcurl',
'curlphp' => 'PHP',
'curlpython' => 'Python',
'tracker' => 'Tracker',
- 'curlpp' => 'cURLpp');
+ 'curlpp' => 'curlpp',
+ 'curlppdev' => 'curlpp-devel');
my %listrealname = ('archive' => 'curl-users',
'lib' => 'curl-library',
'curlphp' => 'curl-and-php',
'curlpython' => 'curl-and-python',
'tracker' => 'curl-tracker',
- 'curlpp' => 'curlpp');
+ 'curlpp' => 'curlpp',
+ 'curlppdev' => 'curlpp-devel');
opendir(DIR, $tree) || die "can't opendir $tree: $!";
my @archives = grep { /^(.*)-(\d\d\d\d)-(\d\d)$/ && -d "$tree/$_" } readdir(DIR);