Tatsuhiko Miyagawa > Plagger-0.7.9 > Plagger::Plugin::Publish::Feed

Download:
Plagger-0.7.9.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Module Version: 0.01   Source   Latest Release: Plagger-0.7.17

^

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
full_content

Whether to publish full content feed. Defaults to 1.

AUTHOR ^

Yoshiki KURIHARA

Tatsuhiko Miyagawa

Gosuke Miyashita

SEE ALSO ^

Plagger, XML::Feed