Ian Langworth ☠ > SoggyOnion-0.04 > SoggyOnion::Plugin::RSS

Download:
SoggyOnion-0.04.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.04   Source  

NAME ^

SoggyOnion::Plugin::RSS - get feeds using XML::RSS

SYNOPSIS ^

In config.yaml:

    options:
      maxlen: 100

    layout:
      - title: Stuff
        name:  stuff.html
        items:
          - rss: http://search.cpan.org/recent.rdf
            id:     cpan
            limit:  10
            description: no
            html:   no
            maxlen: 150
            icon:   http://cpan.org/images/icon.png

DESCRIPTION ^

This is a plugin for SoggyOnion that gets RSS feeds.

Item Options

Global Options

SEE ALSO ^

SoggyOnion

AUTHOR ^

Ian Langworth, <ian@cpan.org>

COPYRIGHT AND LICENSE ^

Copyright (C) 2004 by Ian Langworth

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.