Content Feeder 2.0 review
DownloadContentFeeder - A library used for assembling content feeds
|
|
ContentFeeder - A library used for assembling content feeds. RSS 2.0 is currently the only format supported, but can easily be extended to handle more.
ContentFeeder_RSS2 is the class name to instantiate to create RSS 2.0 feeds.
Example:
require('ContentFeeder.class.php');
$rss =& new ContentFeeder_RSS2;
What's New in This Release:
change default character set to UTF-8
change default escapement to 'none'
add escape type of 'none'
add setDefaultEscapeType()
Content Feeder 2.0 search tags