class Webgen::PathHandler::Feed

Path handler for creating atom and/or rss feeds.

When customizing a feed template one can use the following utiltity methods:

  • feed_entries

  • feed_link

  • entry_content

Have a look at the default feed templates to see them in action.

Constants

MANDATORY_INFOS

The mandatory keys that need to be set in a feed file.

Public Instance Methods

content(node)

Return the rendered feed represented by node.

create_nodes(path, blocks)

Create the feed nodes.