cvs | 1 Mar 2007 01:01
Picon
Favicon

danf: curl-www metalink.cgi,1.1,1.2

Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv15193

Modified Files:
	metalink.cgi 
Log Message:
lowercase the URL type

Index: metalink.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/metalink.cgi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- metalink.cgi	28 Feb 2007 22:12:09 -0000	1.1
+++ metalink.cgi	1 Mar 2007 00:01:35 -0000	1.2
 <at>  <at>  -229,7 +229,7  <at>  <at> 

             $i++;
             printf "<url type=\"%s\" location=\"%s\" preference=\"%d\">%s</url>\n",
-		    $proto{$url},
+		    lc($proto{$url}),
 		    gettld($where{$url}),
 		    $pref,
 		    CGI::escapeHTML($url);
cvs | 1 Mar 2007 05:08
Picon
Favicon

yangtse: curl-www/auto log.cgi,1.25,1.26

Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv5020/auto

Modified Files:
	log.cgi 
Log Message:
When showing TRANSFER CONTROL line chars, show them as [hex]
if it is the space char or isn't in [a-zA-Z0-9:=_]

Index: log.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/log.cgi,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- log.cgi	26 Feb 2007 19:57:59 -0000	1.25
+++ log.cgi	1 Mar 2007 04:08:04 -0000	1.26
 <at>  <at>  -100,6 +100,17  <at>  <at> 
                 elsif($line =~ /^testcurl: EMAIL/) {
                     $line =~ s:\ <at> : /at/ :g;
                 }
+                elsif($line =~ /^testcurl: TRANSFER CONTROL/) {
+                    $state = 2;
+                }
+                elsif($line =~ /^testcurl: NAME/) {
+                    $state = 1;
+                }
+            }
+            if($state == 2) {
+                my $nlend = ($line =~ /\n$/);
(Continue reading)

cvs | 1 Mar 2007 05:57
Picon
Favicon

danf: curl-www metalink.cgi,1.2,1.3

Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv11413

Modified Files:
	metalink.cgi 
Log Message:
Simplify the description and add a publisher name.

Index: metalink.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/metalink.cgi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- metalink.cgi	1 Mar 2007 00:01:35 -0000	1.2
+++ metalink.cgi	1 Mar 2007 04:57:13 -0000	1.3
 <at>  <at>  -26,9 +26,8  <at>  <at> 

 my $req = new CGI;

-# CGI::escapeHTML here should effectively be a no-op, but improves security
+# CGI::escapeHTML here should effectively be a no-op, but improves security when output
 my $what=CGI::escapeHTML($req->param('curl'));
-my $showall=CGI::escapeHTML($req->param('all')); # override geographic checks

 my ($mytld, $mycontinent, $mycountry);

 <at>  <at>  -44,6 +43,7  <at>  <at> 
 <metalink version="3.0" generator="curl Metalink Generator" xmlns="http://www.metalinker.org/"
 type="dynamic" refreshdate="$now_string">
(Continue reading)

cvs | 1 Mar 2007 06:15
Picon
Favicon

danf: curl-www/pix metalink.png,NONE,1.1

Update of /cvsroot/curl/curl-www/pix
In directory labb:/tmp/cvs-serv9651/pix

Added Files:
	metalink.png 
Log Message:
Added a link to the Metalink generator.
Fixed some XSS problems and some HTML tags.

--- NEW FILE: metalink.png ---
(This appears to be a binary file; contents omitted.)
cvs | 1 Mar 2007 06:15
Picon
Favicon

danf: curl-www latest.cgi,1.37,1.38

Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv9651

Modified Files:
	latest.cgi 
Log Message:
Added a link to the Metalink generator.
Fixed some XSS problems and some HTML tags.

Index: latest.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/latest.cgi,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- latest.cgi	10 Oct 2006 07:34:48 -0000	1.37
+++ latest.cgi	1 Mar 2007 05:15:17 -0000	1.38
 <at>  <at>  -26,6 +26,7  <at>  <at> 
 my $req = new CGI;

 my $what=$req->param('curl');
+my $whate=CGI::escapeHTML($what);

 my $showall=$req->param('all'); # override geographic checks

 <at>  <at>  -259,6 +260,9  <at>  <at> 
         print "<br><b>GPG signature:</b> <a href=\"download/$archive.asc\">$archive.asc</a>";
     }

+    print "<br><br>Download this file with a <a href=\"metalink.cgi?curl=$whate\">",
(Continue reading)

cvs | 1 Mar 2007 06:42
Picon
Favicon

danf: curl-www latest.cgi,1.38,1.39

Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv9824

Modified Files:
	latest.cgi 
Log Message:
Eliminate the border around the Metalink icon.

Index: latest.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/latest.cgi,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- latest.cgi	1 Mar 2007 05:15:17 -0000	1.38
+++ latest.cgi	1 Mar 2007 05:42:02 -0000	1.39
 <at>  <at>  -261,7 +261,7  <at>  <at> 
     }

     print "<br><br>Download this file with a <a href=\"metalink.cgi?curl=$whate\">",
-    	  "<img src=\"/pix/metalink.png\" alt=\"\">Metalink</a>.<br>\n";
+    	  "<img src=\"/pix/metalink.png\" alt=\"\" border=\"0\">Metalink</a>.<br>\n";

     if($#dl > 10 ) {
         # so many mirrors we show this above them as well
 <at>  <at>  -400,7 +400,8  <at>  <at> 
 href="mirrors.html">mirrors</a> and builds links to the latest versions of
 many different curl archives. This page is fine to bookmark!
 The above <a href="http://www.metalinker.org/">Metalink</a> lets you download
-this file faster by downloading from several of these mirrors simultaneously.
(Continue reading)

cvs | 1 Mar 2007 21:14
Picon
Favicon

danf: curl-www _download.html, 1.268, 1.269 curl.css, 1.55, 1.56 latest.cgi, 1.39, 1.40

Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv10974

Modified Files:
	_download.html curl.css latest.cgi 
Log Message:
Added metalinks to the main download page and the download wizard.
Added a metalink CSS style.

Index: curl.css
===================================================================
RCS file: /cvsroot/curl/curl-www/curl.css,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- curl.css	27 Oct 2006 21:19:49 -0000	1.55
+++ curl.css	1 Mar 2007 20:13:59 -0000	1.56
 <at>  <at>  -219,6 +219,12  <at>  <at> 
   background-color: #e0e0e0;
 }

+/* used for Metalink download links */
+span.metalink {
+  font-weight: bold;
+  font-family: arial narrow, sans-serif;
+}
+
 /* a non-selected item in the main menu */
 .menuitem, .libitem {
   text-decoration: none;
(Continue reading)

cvs | 1 Mar 2007 21:14
Picon
Favicon

danf: curl-www/dlwiz index.cgi,1.17,1.18

Update of /cvsroot/curl/curl-www/dlwiz
In directory labb:/tmp/cvs-serv10974/dlwiz

Modified Files:
	index.cgi 
Log Message:
Added metalinks to the main download page and the download wizard.
Added a metalink CSS style.

Index: index.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/dlwiz/index.cgi,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- index.cgi	25 Oct 2006 17:05:29 -0000	1.17
+++ index.cgi	1 Mar 2007 20:14:00 -0000	1.18
 <at>  <at>  -692,6 +692,7  <at>  <at> 
     my $ssl=$$e{'ssl'} eq "No"?"no":"";
     my $sslenable=$$e{'ssl'} eq "No"?"disabled":"enabled";
     my $mirror=$$e{'re'} ne "-"?"<a
href=\"http://curl.haxx.se/latest.cgi?curl=$$e{'re'}\">mirrored versions</a>":"";
+    my $metalink=$$e{'re'} ne "-"?"<span class=\"metalink\"><a
href=\"http://curl.haxx.se/metalink.cgi?curl=$$e{'re'}\"><img src=\"/pix/metalink.png\"
border=\"0\" alt=\"\">metalink</a></span>":"";
     my $pack=$$e{'pack'};
     my $aboutver;
     my $version=$$e{'curl'};
 <at>  <at>  -747,7 +748,7  <at>  <at> 
 <div class="yellowbox">
(Continue reading)

cvs | 1 Mar 2007 21:30
Picon
Favicon

danf: curl-www curl.css,1.56,1.57

Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv13534

Modified Files:
	curl.css 
Log Message:
Fixed a typo which the W3C validator found.

Index: curl.css
===================================================================
RCS file: /cvsroot/curl/curl-www/curl.css,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- curl.css	1 Mar 2007 20:13:59 -0000	1.56
+++ curl.css	1 Mar 2007 20:30:41 -0000	1.57
 <at>  <at>  -354,7 +354,7  <at>  <at> 
   padding: 2px 2px 2px 2px;

   background-color: #fffff0; 
-ยด/*
+/*
   width: 90%;
   margin-left: 5%; */
 }

_______________________________________________
curl-www-commits mailing list
(Continue reading)

cvs | 2 Mar 2007 23:17
Picon
Favicon

bagder: curl-www/libcurl/wx _index.html,1.3,1.4

Update of /cvsroot/curl/curl-www/libcurl/wx
In directory labb:/tmp/cvs-serv31869

Modified Files:
	_index.html 
Log Message:
wxCURL (formerly known as wxCurlDAV)

Index: _index.html
===================================================================
RCS file: /cvsroot/curl/curl-www/libcurl/wx/_index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- _index.html	9 Aug 2004 06:09:19 -0000	1.3
+++ _index.html	2 Mar 2007 22:17:41 -0000	1.4
 <at>  <at>  -13,24 +13,16  <at>  <at> 
 WHERE2(libcurl, "/libcurl/", wxWidgets Binding)

 <a name=top>
-TITLE(wxCurlDAV - libcurl with wxWidgets)
+TITLE(wxCURL - libcurl with wxWidgets)

 <p>
-<a href="http://homepage.mac.com/codonnell/wxcurldav/">wxCurlDAV</a>
-
-<p><b>How to Install</b></br>
- See web page.
-
-<p><b>Examples</b><br> 
(Continue reading)


Gmane