
Plagger::Plugin::Publish::Feed - republish RSS/Atom feeds

- module: Publish::Feed
config:
format: RSS
dir: /home/yoshiki/plagger/feed
filename: my_%t.rss

Specify the format of feed. Plagger::Plugin::Publish::Feed supports the following syndication feed formats:
Directory to save feed files in.
Filename to be used to create feed files. It defaults to %i.rss for RSS and %i.atom for Atom feed. It supports the following format like printf():
Whether to publish full content feed. Defaults to 1.
Domain name to use with Tag URI base for Atom feed IDs. If it's not set, the domain is grabbed using Sys::Hostname module Optional.

Tatsuhiko Miyagawa

Yoshiki Kurihara
Gosuke Miyashita
