NAME
Plagger::Plugin::CustomFeed::Debug - Feed in config.yaml
SYNOPSIS
- module: CustomFeed::Debug
config:
title:
'My Feed'
entry:
- title:
'First Entry'
body:
'Hello World! :)'
- title:
'Second Entry'
body:
'Good Bye! :P'
enclosure:
- url: http://localhost/debug.flv
filename: debug.flv
type: video/x-flv
DESCRIPTION
This plugin allows you to define your feed in config.yaml
, which makes it easier creating a testing environment for your Plugin development.
AUTHOR
Naoya Ito <naoya@bloghackers.net>