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

Comparing deliantra/www/generate (file contents):
Revision 1.26 by elmex, Mon Apr 26 13:00:54 2010 UTC vs.
Revision 1.27 by root, Mon Apr 26 13:33:42 2010 UTC

23$html = $pom->present ("PodRSS"); 23$html = $pom->present ("PodRSS");
24open FH, ">", "src/news.rss" or die "src/news.rss: $!"; 24open FH, ">", "src/news.rss" or die "src/news.rss: $!";
25print FH $html; 25print FH $html;
26close FH; 26close FH;
27 27
28system "rsync -avP src/. html/. --del --delete-excluded --exclude CVS"; 28system "rsync -avP src/. html/. --exclude CVS";
29 29
30=head1 AUTHOR 30=head1 AUTHOR
31 31
32Copyright © 2010 The Deliantra Team 32Copyright © 2010 The Deliantra Team
33Copyright © 2007 Pippijn van Steenhoven 33Copyright © 2007 Pippijn van Steenhoven
45 45
46use strict; 46use strict;
47use warnings; 47use warnings;
48use utf8; 48use utf8;
49 49
50my $rcsid = '$Id: generate,v 1.26 2010/04/26 13:00:54 elmex Exp $'; 50my $rcsid = '$Id: generate,v 1.27 2010/04/26 13:33:42 root Exp $';
51 51
52use base "Pod::POM::View"; 52use base "Pod::POM::View";
53 53
54our $subdir; 54our $subdir;
55our $dir; 55our $dir;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines