bagder: curl-www/dlwiz index.cgi,1.2,1.3
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/dlwiz
In directory labb:/tmp/cvs-serv27298
Modified Files:
index.cgi
Log Message:
Add wikipedia link for .deb format, fix the "We know only one CPU" text at
the bottom of the page.
Index: index.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/dlwiz/index.cgi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- index.cgi 7 Jan 2005 13:26:56 -0000 1.2
+++ index.cgi 31 Jan 2005 15:30:16 -0000 1.3
@@ -668,7 +668,7 @@
print " RPM is a file format and tools collection made to handle software installation for a range of different Linux systems. <a href=\"http://en.wikipedia.org/wiki/RPM_Package_Manager\">Wikipedia has more details on RPM</a>";
}
elsif($pack eq "deb") {
- print " deb is a file format with accompanying tools collection made to handle software installation for Debian Linux derivates.";
+ print " deb is a file format with accompanying tools collection made to handle software installation for Debian Linux (and derivates). <a href=\"http://en.wikipedia.org/wiki/Deb_%28file_format%29\">Wikipedia has more details on deb</a>";
}
print "</div>";
@@ -788,9 +788,9 @@
if($pick_os ne "-") {
my $c = $pick_cpu;
if($c eq "-") {
- $c = "CPU Independent";
+ $c = "CPU Independent/unknown";
}
- print "<p> We know only one CPU ($pick_cpu) for ";
+ print "<p> We know only one CPU ($c) for ";
selected("package ".$typelonger{$pick_type}." on $fl $pick_os version $v");
}
}
_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits