rfe #618: Syndicated Content Asset: Make images in the downloaded RSS-feeds available in the template.

This commit is contained in:
Paul Driver 2011-03-30 09:52:55 -05:00
parent af15289cc0
commit c8098e2ca6
7 changed files with 32 additions and 3 deletions

View file

@ -51,6 +51,11 @@ our $I18N = {
lastUpdated => 0,
},
'media' => {
message => q|Any MediaRSS entries for this item: structure is directly copied from <a href="http://search.cpan.org/perldoc?XML::FeedPP::MediaRSS#KEYS" >XML::FeedPP::MediaRSS</a>|,
lastUpdated => 1301495766,
},
'channel_description' => {
message => q|A description of the content available through this channel. This variable will be populated by the first feed in a multi-feed list.|,
lastUpdated => 0,