bagder: curl-www mirrorlinks.t, 1.59, 1.60 latest.pl, 1.51, 1.52 latest.cgi, 1.30, 1.31
[email protected] Sun, 08 Jan 2006 11:36:06 +0000
Newsgroups
gmane.comp.web.curl.www.cvs
Message-ID
<[email protected] >
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv32509
Modified Files:
mirrorlinks.t latest.pl latest.cgi
Log Message:
new JP mirror
Index: latest.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/latest.pl,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- latest.pl 7 Jan 2006 17:25:34 -0000 1.51
+++ latest.pl 8 Jan 2006 11:36:04 -0000 1.52
@@ -49,6 +49,7 @@
'ftp://ftp.hkmirror.org/pub/curl/' => 'Hong Kong',
'http://curl.storemypix.com/download/' => 'Germany (Karlsruhe)',
'http://curl.mirroarrr.de/download/' => 'Germany (Berlin)',
+ 'http://curl.s-lines.net/download/' => 'Japan (Shizuoka)',
);
sub present {
Index: latest.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/latest.cgi,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- latest.cgi 16 Nov 2005 08:40:56 -0000 1.30
+++ latest.cgi 8 Jan 2006 11:36:04 -0000 1.31
@@ -158,6 +158,9 @@
elsif($country =~ /Hong Kong/) {
$tld="hk";
}
+ elsif($country =~ /Japan/) {
+ $tld="jp";
+ }
elsif($country =~ /Russia/) {
$tld="ru";
}
Index: mirrorlinks.t
===================================================================
RCS file: /cvsroot/curl/curl-www/mirrorlinks.t,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- mirrorlinks.t 7 Jan 2006 17:24:33 -0000 1.59
+++ mirrorlinks.t 8 Jan 2006 11:36:04 -0000 1.60
@@ -15,6 +15,7 @@
<a href="http://curl.cofman.dk/">DK</a>
<a href="http://curl.fastmirror.net/">FR</a>
<a href="http://curl.hkmirror.org/">HK</a>
+<a href="http://curl.s-lines.net/">JP</a>
<a href="http://curl.nedmirror.nl/">NL</a>
#if 0
<a href="http://curl.tsuren.net/">RU</a>
@@ -55,6 +56,7 @@
<a href="http://curl.cofman.dk/CURL_URL">DK</a>
<a href="http://curl.fastmirror.net/CURL_URL">FR</a>
<a href="http://curl.hkmirror.org/CURL_URL">HK</a>
+<a href="http://curl.s-lines.net/CURL_URL">JP</a>
<a href="http://curl.nedmirror.nl/CURL_URL">NL</a>
#if 0
<a href="http://curl.tsuren.net/CURL_URL">RU</a>