Download List

專案描述

feedParser was created due to the lack of a good, flexible, class-based RSS feed parser for PHP. It has been built as a class, and currently handles RSS 0.91, RSS 0.92, RSS 0.93, RSS 1.0, and RSS 2.0 feeds. For channels it grabs the title, description, link, and creator. For items it grabs the title, description, link, and date. It also provides a form of the date converted into the local timezone to facilitate cronological sorting of items. The dates are provided in UNIX timestamp format for easy manipulation by other PHP functions.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-12-16 23:39
0.5

A few more namespaces, making it even more capable.
標籤: Development, Minor feature enhancements

2002-11-09 01:43
0.4

This release detects LASTBUILDDATE in Channel and detects PUBDATE in Item.
標籤: Development, Minor feature enhancements

2002-10-18 01:07
0.3

To correct the problems with entity parsing using PHP's expat library, the parseEntities() method was added. This method parses out the valid entities before sending the XML data to xmlParser. feedParser now handles international entities correctly.
標籤: Development, Minor bugfixes

2002-10-16 19:52
0.2

標籤: Development, Initial freshmeat announcement

Project Resources