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

NAME

Statocles::Page::Feed - A page for a feed of another page

VERSION

version 0.013

DESCRIPTION

A feed page encapsulates a list page to display in a feed view (RSS or ATOM or similar).

ATTRIBUTES

page

The source list page to use for this feed.

type

The MIME type of this feed.

    application/rss+xml     - RSS feed
    application/atom+xml    - Atom feed

template

The body template for this list. Should be a string or a Statocles::Template object.

METHODS

vars

Get the template variables for this page.

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Doug Bell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.