The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.