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

Comparing cfmaps/cfworldmap (file contents):
Revision 1.3 by root, Mon Dec 26 12:15:11 2005 UTC vs.
Revision 1.4 by root, Sat Sep 16 18:39:11 2006 UTC

24my $T = 50; 24my $T = 50;
25 25
26my @W = (100..129); 26my @W = (100..129);
27my @H = (100..129); 27my @H = (100..129);
28 28
29my $DIR = $ARGV[0] || "world";
30
29open my $fh, ">:utf8", "world/index.xhtml" 31open my $fh, ">:utf8", "$DIR/index.xhtml"
30 or die "index.xhtml: $!"; 32 or die "index.xhtml: $!";
31 33
32select $fh; 34select $fh;
33 35
34print "<?xml version='1.0' encoding='utf-8'?>", 36print "<?xml version='1.0' encoding='utf-8'?>",
50 52
51print "</table><p class='footer'>created by <a href='http://software.schmorp.de/pkg/crossfire'>cfworldmap</a> version $VERSION</p></body></html>"; 53print "</table><p class='footer'>created by <a href='http://software.schmorp.de/pkg/crossfire'>cfworldmap</a> version $VERSION</p></body></html>";
52 54
53close $fh; 55close $fh;
54 56
55#system "gzip", "-7f", "world/index.xhtml"; 57#system "gzip", "-7f", "$DIR/index.xhtml";
56 58

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines