GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Plagger::Plugin::Publish::Feed(3) User Contributed Perl Documentation Plagger::Plugin::Publish::Feed(3)

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

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

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.
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.

Tatsuhiko Miyagawa

Yoshiki Kurihara

Gosuke Miyashita

Plagger, XML::Feed
2022-04-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.