initial commit
This commit is contained in:
commit
1cc4bf3572
254 changed files with 63622 additions and 0 deletions
htdocs/libraries/FeedWriter
23
htdocs/libraries/FeedWriter/README
Normal file
23
htdocs/libraries/FeedWriter/README
Normal file
|
@ -0,0 +1,23 @@
|
|||
This package can be used to generate feeds in either RSS 1.0, RSS 2.0 or ATOM
|
||||
formats.
|
||||
|
||||
There are three main classes that abstracts the feed information and another to
|
||||
encapsulate the feed items information.
|
||||
|
||||
Applications can create feed writer object, several feed item objects, set
|
||||
several types of properties of either feeds and feed items, and add items to
|
||||
the feed.
|
||||
|
||||
Once a feed is fully composed with its items, the feed writer class can generate
|
||||
the necessary XML structure to describe the feed in the RSS or ATOM formats.
|
||||
The feed is generated as part of the current feed output.
|
||||
|
||||
Origin
|
||||
============
|
||||
Written by: Anis uddin Ahmad <anisniit@gmail.com>
|
||||
Posted on: http://ajaxray.com/blog/php-universal-feed-generator-supports-rss-10-rss-20-and-atom
|
||||
|
||||
Requirements
|
||||
============
|
||||
|
||||
PHP >= 5.0
|
Loading…
Add table
Add a link
Reference in a new issue