NAME CGI::Wiki::Plugin::RSS::Reader - retrieve RSS feeds for inclusion in CGI::Wiki nodes DESCRIPTION Use this CGI::Wiki plugin to retrieve an RSS feed from a given URL so that you can include it in a wiki node. INSTALLATION perl Build.PL ./Build ./Build test ./Build install A passthrough Makefile.PL is included for convenience; it will prompt you to install Module::Build if you don't already have it. To install into a private directory, call Build.PL like this: perl Build.PL install_path=lib=/path/to/my/modules/ USAGE This is a plugin for CGI::Wiki, a toolkit for building wikis; therefore please consult the documentation for CGI::Wiki for relevant information. This module can, however, be used standalone if you wish. AUTHOR Earle Martin (EMARTIN@cpan.org) LEGAL Copyright 2004 Earle Martin. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.