RssFeed aspect tests, more to follow.
This commit is contained in:
parent
8d8d5f2d3b
commit
6e574a9e6b
3 changed files with 208 additions and 1 deletions
|
|
@ -405,11 +405,19 @@ sub getStaticRssFeedUrl {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 getFeed ()
|
||||
=head2 getFeed ( $feed )
|
||||
|
||||
Adds the syndicated items to the feed; returns the stringified edition.
|
||||
|
||||
Returns this feed so that XML::FeedPP methods can be chained on it.
|
||||
|
||||
TODO: convert dates?
|
||||
|
||||
=head3 $feed
|
||||
|
||||
An XML::FeedPP sub-object, XML::FeedPP::{Atom,Rss,Rdf} that will be filled
|
||||
with data from the Asset via the getRssFeedItems method.
|
||||
|
||||
=cut
|
||||
|
||||
sub getFeed {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue