RSS Builder
What is it?
A PHP class for creating a RSS file. See the sample script on how to use it.
Don’t think that there is a big doc necessary for it.
Version History
Current Version: 2.2.1 (2009-01-04)
- Fixed output of date values to output a RFC 2822 formatted date.
- Added missing output for author in RSS Version 1.0 and 2.0 output.
- Added missing output for comments in RSS Version 2.0.
2.2 (2005-12-04)
- Updated code for PHP 5.1!
- Content of the description tag (feed and item) are now enclosed by CDATA.
2.1 (2004-03-25)
- Updated code for PHP 5 RC1. Will not work under PHP 4!
- Completly rewritten classes which take use of PHP5's new DOM functions!
- function
addItem
has been renamed to addRSSItem
; Timevalues have to be handed over as timestamps now.
2.000 (2003-07-07)
- Updated code for PHP 5 beta. Will not work under PHP 4!
Last PHP 4 version: 1.002 (2003-06-04)
- Corrected output bug
- Added support for <im:image>
1.001 (2003-05-30)
- Corrected output bug
- Added support for version 0.91 and 2.0 (draft)
1.000 (2003-05-30)
ToDo
- Maybe add the possibility to choose between different RSS versions. So
far only support for 1.1
Author: Flaimo
Date: 2003-05-30
URLs:
Project homepage
Sample-Script