export all
[disclosr.git] / lib / FeedWriter / README
Alex Sadleir 1 This package can be used to generate feeds in either RSS 1.0, RSS 2.0 or ATOM
2 formats.
3
4 There are three main classes that abstracts the feed information and another to
5 encapsulate the feed items information.
6
7 Applications can create feed writer object, several feed item objects, set
8 several types of properties of either feeds and feed items, and add items to
9 the feed.
10
11 Once a feed is fully composed with its items, the feed writer class can generate
12 the necessary XML structure to describe the feed in the RSS or ATOM formats.
13 The feed is generated as part of the current feed output.
14
15
16 Requirements
17 ============
18
19 PHP >= 5.0
20