An RSS reader for PHP. CafeRSS fetches the contents of an RSS feed and embeds its contents within your web page using the specified template.
Features
- RSS Standards
- 0.9
- 0.91
- 0.92
- 2.0
- Gzip Compression
- Caching
- If-Modified-Since HTTP header
- Last-Modified HTTP header
- TTL tag
- TypePad malformed RSS support
Requirements
Resources
- Version 1.7 (2007-08-11)
-
- Removed warnings encountered with E_STRICT.
- Changed the script to use HTTP/1.1 instead of HTTP/1.0 if both servers support it.
- Version 1.6 (2006-02-18)
-
- Added support for gzip compression, if both servers support it.
- Version 1.5 (2004-07-25)
-
- Added support for HTTP's If-Modified-Since and Last-Modified headers, as suggested by Chad Dickerson of InfoWorld. This should improve the caching.
- Added support for explicit CDATA declarations.
- Version 1.4 (2004-04-26)
-
- Made $rss_patch default to 0 (as the readme says it is).
- Fixed a bug where PHP would print a warning if the RSS file could not be fetched. This was creating invalid (X)HTML.
- Fixed some bugs where the wrong text would be displayed.
- Version 1.3 (2004-03-05)
- Version 1.1 (2004-02-06)
-
- Fixed a bug where it might not ever use a cached version.
- Fixed an endless loop if the remote server connection failed.
- Version 1.0 (2002-08-08)
-
- Initial Release (michel v [Michel Valdrighi])
