From 318ee8989d5ec0becee0a5bc6f1d5c8f04a9b2a1 Mon Sep 17 00:00:00 2001 From: Gavin Carr Date: Fri, 28 Sep 2007 10:54:01 +0000 Subject: [PATCH] Update rss20 to use storydate. --- gavinc/rss20 | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/gavinc/rss20 b/gavinc/rss20 index 6a4e417..9ce4d0d 100644 --- a/gavinc/rss20 +++ b/gavinc/rss20 @@ -1,9 +1,9 @@ # Blosxom Plugin: rss20 # Author(s): Gavin Carr -# Version: 0.001000 -# Requires: lastmodified2 +# Version: 0.001001 +# Requires: storydate, lastmodified2 # Suggests: absolute -# Follows: lastmodified2 +# Follows: storydate, lastmodified2 package rss20; @@ -46,9 +46,6 @@ $copyright = ''; # Generator that produced this feed $generator_url = "http://blosxom.sourceforge.net/?v=$blosxom::version"; -# Debug verbosity -my $debug_level = 0; - # -------------------------------- $error_email ||= $author_email; @@ -98,7 +95,7 @@ HEAD \$body $rss20::trackback_link $rss20::permalink - \$lastmodified2::story_iso8601 + \$storydate::story_iso8601 STORY -- 2.11.4.GIT