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

Comparing cfmaps/cfarch2html (file contents):
Revision 1.9 by root, Sun Nov 20 20:37:13 2005 UTC vs.
Revision 1.10 by root, Tue Nov 22 17:54:41 2005 UTC

43my $H = $meta->{height} * $T; 43my $H = $meta->{height} * $T;
44 44
45my (@path) = split /\//, $path; 45my (@path) = split /\//, $path;
46 46
47print "<?xml version='1.0' encoding='utf-8'?>", 47print "<?xml version='1.0' encoding='utf-8'?>",
48 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">',
48 "<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'>", 49 "<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'>",
49 "<head>", 50 "<head>",
50 "<title>Crossfire Archetypes</title>", 51 "<title>Crossfire Archetypes</title>",
51 "<link rel='stylesheet' type='text/css' media='all' href='/common.css'/>", 52 "<link rel='stylesheet' type='text/css' media='all' href='/common.css'/>",
52 "</head>", 53 "</head>",
86print "</table><p class='footer'>created by <a href='http://software.schmorp.de/#crossfire'>cfarch2html</a> version $VERSION</p>", 87print "</table><p class='footer'>created by <a href='http://software.schmorp.de/#crossfire'>cfarch2html</a> version $VERSION</p>",
87 "</body></html>"; 88 "</body></html>";
88 89
89close $fh; 90close $fh;
90 91
91system "gzip", "-7f", "arc.xhtml"; 92#system "gzip", "-7f", "arc.xhtml";
92 93

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines