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

Comparing cfmaps/cfarch2html (file contents):
Revision 1.17 by root, Thu Jun 21 01:13:58 2007 UTC vs.
Revision 1.18 by root, Sun Oct 14 01:24:15 2007 UTC

65 65
66 print "<?xml version='1.0' encoding='utf-8'?>", 66 print "<?xml version='1.0' encoding='utf-8'?>",
67 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">', 67 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">',
68 "<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'>", 68 "<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'>",
69 "<head>", 69 "<head>",
70 "<title>Crossfire Archetype '$name'</title>", 70 "<title>Deliantra Archetype '$name'</title>",
71 "<link rel='stylesheet' type='text/css' media='all' href='/common.css'/>", 71 "<link rel='stylesheet' type='text/css' media='all' href='/common.css'/>",
72 "</head>", 72 "</head>",
73 "<body>", 73 "<body>",
74 "<h1>Crossfire Archetype '$name'</h1>"; 74 "<h1>Deliantra Archetype '$name'</h1>";
75 75
76 print_arch $ARCH{$name}; 76 print_arch $ARCH{$name};
77 77
78 print "<p class='footer'>created by <a href='http://software.schmorp.de/pkg/cfmaps'>cfarch2html</a> version $VERSION</p>", 78 print "<p class='footer'>created by <a href='http://software.schmorp.de/pkg/cfmaps'>cfarch2html</a> version $VERSION</p>",
79 "</body></html>"; 79 "</body></html>";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines