Load XML-Feed-0.03 into trunk.
[catagits/XML-Feed.git] / README
1 $Id: README,v 1.2 2004/10/09 07:06:11 btrott Exp $
2
3 This is XML::Feed, an abstraction above the RSS and Atom syndication
4 feed formats. It supports both parsing and autodiscovery of feeds.
5
6 PREREQUISITES
7
8     * Class::ErrorHandler
9     * XML::RSS
10     * XML::Atom
11     * LWP
12     * HTML::Parser
13     * URI
14     * DateTime
15     * DateTime::Format::Mail
16     * DateTime::Format::W3CDTF
17     * List::Util
18     * Feed::Find
19
20 INSTALLATION
21
22 XML::Feed installation is straightforward. If your CPAN shell
23 is set up, you should just be able to do
24
25     % perl -MCPAN -e 'install XML::Feed'
26
27 Download it, unpack it, then build it as per the usual:
28
29     % perl Makefile.PL
30     % make && make test
31
32 Then install it:
33
34     % make install
35
36 Benjamin Trott / cpan@stupidfool.org