User: gaute Date: 2007/04/25 01:51:42 Modified: no/www/rss.pl no/www/no.rss
Log: Undo a previous encoding fix File Changes: Directory: /no/www/ =================== File [changed]: rss.pl Url: http://no.openoffice.org/source/browse/no/www/rss.pl?r1=1.5&r2=1.6 Delta lines: +1 -1 ------------------- --- rss.pl 25 Apr 2007 08:49:23 -0000 1.5 +++ rss.pl 25 Apr 2007 08:51:39 -0000 1.6 @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $Id: rss.pl,v 1.5 2007/04/25 08:49:23 gaute Exp $ +# $Id: rss.pl,v 1.6 2007/04/25 08:51:39 gaute Exp $ # # Generates an RSS feed from the news on our front page. # @@ -49,7 +49,7 @@ use XML::RSS; use HTML::FormatText 2; -my $CHANNEL_TITLE = "OpenOffice.org på norsk"; +my $CHANNEL_TITLE = "OpenOffice.org pÃ¥ norsk"; my $CHANNEL_LINK = "http://no.openoffice.org/"; my $CHANNEL_DESC = "Nytt om OpenOffice.org"; my $CHANNEL_LANG = "no"; File [changed]: no.rss Url: http://no.openoffice.org/source/browse/no/www/no.rss?r1=1.5&r2=1.6 Delta lines: +1 -1 ------------------- --- no.rss 25 Apr 2007 08:49:23 -0000 1.5 +++ no.rss 25 Apr 2007 08:51:39 -0000 1.6 @@ -5,7 +5,7 @@ > <channel> -<title>OpenOffice.org p&aring; norsk</title> +<title>OpenOffice.org på norsk</title> <link>http://no.openoffice.org/</link> <description>Nytt om OpenOffice.org</description> <language>no</language> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
