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::Planet(3) User Contributed Perl Documentation Plagger::Plugin::Publish::Planet(3)

Plagger::Plugin::Publish::Planet - Planet XHTML publisher

  - module: Publish::Planet
    rule:
      expression: $args->{feed}->id eq 'smartfeed:all'
    config:
      dir: /path/to/htdocs
      theme: sixapart-std

This plugin generates XHTML out of aggregated feeds suitable to put on the web as "Blog aggregator" like Python Planet does.

dir
Directory to save output XHTML and CSS files in. Required.
theme
Name of "theme" to use as an XHTML template. Available options are default and sixapart-std. Optional and defaults to 'default'.
template
Stash variables to pass to template. Example:

  template:
    style_url: http://example.com/foo.css
    url:
      base: http://example.org/planet/
    
style_url
  style_url: http://www.example.com/style.css
    

URL of stylesheet to use in templates. You can pass multiple URLs by passing an array. Optional.

url
  url:
    base: http://example.com/planet/
    

URL to be used as a Planet base. This URL is used as a base URL for RSS/Atom feeds and stylesheet if they're relative.. Optional.

You can see a couple of Publish::Planet powered sites.

<http://plagger.org/planet/>

<http://planet.yapcchicago.org/>

Casey West

Tatsuhiko Miyagawa

Plagger, <http://plagger.org/planet/>, <http://planetplanet.org/>
2006-12-05 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.