bagder: curl-www last20threads.pl,1.6,1.7
[email protected] Tue, 15 Mar 2005 23:22:44 +0000
Newsgroups
gmane.comp.web.curl.www.cvs
Message-ID
<[email protected] >
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv23109
Modified Files:
last20threads.pl
Log Message:
fixed the Tracker list
Index: last20threads.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/last20threads.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- last20threads.pl 28 Jan 2005 19:06:00 -0000 1.6
+++ last20threads.pl 15 Mar 2005 23:22:42 -0000 1.7
@@ -9,12 +9,14 @@
my %listnames = ('archive' => 'Users',
'lib' => 'Library',
'curlphp' => 'PHP',
- 'curlpython' => 'Python');
+ 'curlpython' => 'Python',
+ 'tracker' => 'Tracker');
my %listrealname = ('archive' => 'curl-users',
'lib' => 'curl-library',
'curlphp' => 'curl-and-php',
- 'curlpython' => 'curl-and-python');
+ 'curlpython' => 'curl-and-python',
+ 'tracker' => 'curl-tracker');
opendir(DIR, $tree) || die "can't opendir $tree: $!";
my @archives = grep { /^(.*)-(\d\d\d\d)-(\d\d)$/ && -d "$tree/$_" } readdir(DIR);
_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits