|
NAMEPlagger::Plugin::CustomFeed::Debug - Feed in config.yaml SYNOPSIS - module: CustomFeed::Debug
config:
title: 'My Feed'
link: 'http://localhost/'
entry:
- title: 'First Entry'
link: 'http://localhost/1'
body: 'Hello World! :)'
- title: 'Second Entry'
link: 'http://localhost/2'
body: 'Good Bye! :P'
enclosure:
- url: http://localhost/debug.flv
filename: debug.flv
type: video/x-flv
DESCRIPTIONThis plugin allows you to define your feed in "config.yaml", which makes it easier creating a testing environment for your Plugin development. AUTHORNaoya Ito <naoya@bloghackers.net> SEE ALSOPlagger
|