ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/cfworldmap
(Generate patch)

Comparing cfmaps/cfworldmap (file contents):
Revision 1.1 by root, Tue Nov 22 17:20:21 2005 UTC vs.
Revision 1.2 by root, Tue Nov 22 17:54:41 2005 UTC

30 or die "index.xhtml: $!"; 30 or die "index.xhtml: $!";
31 31
32select $fh; 32select $fh;
33 33
34print "<?xml version='1.0' encoding='utf-8'?>", 34print "<?xml version='1.0' encoding='utf-8'?>",
35 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">',
35 "<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'>", 36 "<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'>",
36 "<head>", 37 "<head>",
37 "<title>Crossfire Worldmap</title>", 38 "<title>Crossfire Worldmap</title>",
38 "<link rel='stylesheet' type='text/css' media='all' href='/common.css'/>\n", 39 "<link rel='stylesheet' type='text/css' media='all' href='/common.css'/>\n",
39 "</head>", 40 "</head>",
49 50
50print "</table><p class='footer'>created by <a href='http://software.schmorp.de/#crossfire'>cfworldmap</a> version $VERSION</p></body></html>"; 51print "</table><p class='footer'>created by <a href='http://software.schmorp.de/#crossfire'>cfworldmap</a> version $VERSION</p></body></html>";
51 52
52close $fh; 53close $fh;
53 54
54system "gzip", "-7f", "world/index.xhtml"; 55#system "gzip", "-7f", "world/index.xhtml";
55 56

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines