bagder: curl-www/auto cvs2html.pl,1.9,1.10
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv25467
Modified Files:
cvs2html.pl
Log Message:
tabletop
Index: cvs2html.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/cvs2html.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cvs2html.pl 16 Apr 2005 22:52:56 -0000 1.9
+++ cvs2html.pl 20 Dec 2005 22:05:59 -0000 1.10
@@ -76,7 +76,8 @@
'giva' => 'Gisle',
'danf' => 'Dan F',
'curlvms' => 'Marty',
- 'dmeglio' => 'Dominick');
+ 'dmeglio' => 'Dominick',
+ 'yangtse' => 'Yang');
# URL root to prepend file names with
my $root="http://cool.haxx.se/cvs.cgi/curl";
@@ -307,7 +308,7 @@
my @c = sort { $datemong{$b} <=> $datemong{$a} } keys %changedates;
my $i=0;
- print "<table class=\"changetable\"><tr><th>when (GMT)</th><th>who</th><th>where / diff</th><th>what</th></tr>\n";
+ print "<table class=\"changetable\"><tr class=\"tabletop\"><th>GMT</th><th>Who</th><th>File / Diff</th><th>Description</th></tr>\n";
for(@c) {
my $date = $_;