ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/generate
(Generate patch)

Comparing deliantra/www/generate (file contents):
Revision 1.6 by pippijn, Sun Sep 16 07:55:13 2007 UTC vs.
Revision 1.7 by pippijn, Sun Sep 16 07:57:19 2007 UTC

83 or die $parser->error; 83 or die $parser->error;
84open FH, ">", "html/news.html"; 84open FH, ">", "html/news.html";
85print FH $pom->present ("PodHTML"); 85print FH $pom->present ("PodHTML");
86close FH; 86close FH;
87 87
88open FH, ">", "html/news.xml";
89print FH $pom->present ("PodRSS");
90close FH;
91
92
88$pom = $parser->parse ("src/news-archive.pod") 93$pom = $parser->parse ("src/news-archive.pod")
89 or die $parser->error; 94 or die $parser->error;
90open FH, ">", "html/news-archive.html"; 95open FH, ">", "html/news-archive.html";
91print FH $pom->present ("PodHTML"); 96print FH $pom->present ("PodHTML");
92close FH; 97close FH;
96 101
97use strict; 102use strict;
98use warnings; 103use warnings;
99use utf8; 104use utf8;
100 105
101my $rcsid = '$Id: generate,v 1.6 2007/09/16 07:55:13 pippijn Exp $'; 106my $rcsid = '$Id: generate,v 1.7 2007/09/16 07:57:19 pippijn Exp $';
102 107
103use base "Pod::POM::View"; 108use base "Pod::POM::View";
104 109
105our $subdir; 110our $subdir;
106our $dir; 111our $dir;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines