Jonathan Rockway > Angerwhale-0.062 > Angerwhale::Controller::Feeds

Download:
Angerwhale-0.062.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source  

NAME ^

Angerwhale::Controller::Feeds - Catalyst Controller

SYNOPSIS ^

See Angerwhale

DESCRIPTION ^

Catalyst Controller.

METHODS ^

feeds

The main index of all available feeds

article

Feed of an article and its comments

comments

Feed of recent comments. How many comments to provide is specified in config->{max_feed_comments} (defaults to 30).

comment

Generates a feed of a single comment (and its children).

category

Feed of one category.

articles

Feed of all articles. The canonical "RSS feed". Special case of category.

tags

Feed of articles matching certain tags. Tags are space separated in the URI.

feed_uri_for($uri, format = xml|yaml)

Given a location, returns the uri of that item's feed.

end

Automatically forward to the right feed generator.

Requires that stash->{type} and stash->{items} are set.

AUTHOR ^

Jonathan Rockway

LICENSE ^

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.