Fix HEAD link issues with RssFeed with exporting.

Refactor the module so that getting the feed url will return
the static URL when exporting.
This commit is contained in:
Colin Kuskie 2009-04-27 19:16:38 +00:00
parent 142518035d
commit 553b1d03d7
3 changed files with 75 additions and 31 deletions

View file

@ -157,6 +157,7 @@ cmp_bag(
[qw/
shawshank.rss shawshank
shawshank.atom
shawshank.rdf
/],
'exportAssetCollateral: feed files exported, index.html file'
);
@ -172,6 +173,7 @@ cmp_bag(
[qw/
shawshank.html.rss
shawshank.html.atom
shawshank.html.rdf
/],
'exportAssetCollateral: feed files exported, shawshank.html file'
);