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

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

SYNOPSYS

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

CONFIG

format

Specify the format of feed. Plagger::Plugin::Publish::Feed supports the following syndication feed formats:

  • Atom (default)

  • RSS

dir

Directory to save feed files in.

filename

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():

  • %u url

  • %l link

  • %t title

  • %i id

AUTHOR

Yoshiki KURIHARA

Tatsuhiko Miyagawa

Gosuke Miyashita

SEE ALSO

Plagger, XML::Feed