bagder: curl-www latest.cgi,1.20,1.21

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www
In directory labb.contactor.se:/var/tmp/cvs-serv24869

Modified Files:
	latest.cgi 
Log Message:
use proper functions and spell fix


Index: latest.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/latest.cgi,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- latest.cgi	17 Oct 2004 07:36:32 -0000	1.20
+++ latest.cgi	18 Oct 2004 15:23:12 -0000	1.21
@@ -21,16 +21,17 @@
 
 print "Content-Type: text/html\n\n";
 
-&catfile("head.html");
-
 my $req = new CGI;
 
 my $what=$req->param('curl');
 
 if($what eq "") {
+    &header("Archives from Mirrors");
+
     &where("Download", "/download.html", "Latest Archives");
 }
 else {
+    &header("$what from Mirrors");
     &where("Download", "/download.html",
            "Latest Archives", "/$script",
            $what);
@@ -246,10 +247,11 @@
 }
 print "</select><input type=submit value=\"Gimme a List of Links\"</form>\n";
 
-print "<p> This service automaticly and frequently scans through known",
+print "<p> This service automatically and frequently scans through known",
     " <a href=\"mirrors.html\">mirrors</a> and builds links to the latest",
     " versions of many different curl archives. This page is fine",
     " to bookmark!\n";
 
-&catfile("foot.html");
+&footer();
+
 

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.