User: gaute Date: 2007/04/24 15:47:15 Modified: no/www/rss.pl
Log: day-of-week added File Changes: Directory: /no/www/ =================== File [changed]: rss.pl Url: http://no.openoffice.org/source/browse/no/www/rss.pl?r1=1.3&r2=1.4 Delta lines: +1 -1 ------------------- --- rss.pl 24 Apr 2007 21:29:29 -0000 1.3 +++ rss.pl 24 Apr 2007 22:47:12 -0000 1.4 @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $Id: rss.pl,v 1.3 2007/04/24 21:29:29 gaute Exp $ +# $Id: rss.pl,v 1.4 2007/04/24 22:47:12 gaute Exp $ # # Generates an RSS feed from the news on our front page. # @@ -53,7 +53,7 @@ my $CHANNEL_DESC = "Nytt om OpenOffice.org"; setlocale(&POSIX::LC_ALL, "C"); -# RFC 822 formatted date without the optional day-of-week: +# RFC 822 formatted date: my $rfc822_fmt = '%a, %d %b %Y %H:%M:%S %z'; # Slurp stdin. Perl Cookbook 8.0.1. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
