NAME
Plagger::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
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>