Plagger::Plugin::Publish::Feed - republish RSS/Atom feeds
SYNOPSIS
- 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: - 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(): - full_content
-
Whether to publish full content feed. Defaults to 1.
- taguri_base
-
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.
AUTHOR
Tatsuhiko Miyagawa
CONTRIBUTORS
Yoshiki Kurihara
Gosuke Miyashita