skyzyx / simplepie

Rockin' Web 1.9 for all it's worth!

This URL has Read+Write access

name age message
file .gitignore Wed Dec 09 22:46:56 -0800 2009 PHP 5 conversion in a decent place. Supports PH... [skyzyx]
file LICENSE.txt Sat Jul 07 13:38:55 -0700 2007 Add needed full-stop (aka test commit) [Geoffrey Sneddon]
file README.markdown Wed Dec 09 23:25:13 -0800 2009 Normalized the newly introduced Media RSS 1.5 n... [skyzyx]
directory compatibility_test/ Fri Jun 26 15:10:20 -0700 2009 Improve compat test for 1.2. [Geoffrey Sneddon]
file create.php Thu Jun 18 15:33:30 -0700 2009 Fix the missed Windows-949 change of case. Also... [Geoffrey Sneddon]
file db.sql Wed Jan 09 13:52:42 -0800 2008 - Merge in db_caching branch, and delete the br... [Geoffrey Sneddon]
directory demo/ Wed Jan 06 07:55:30 -0800 2010 Removed some outdated demo files. [skyzyx]
directory idn/ Tue Apr 17 10:31:50 -0700 2007 IDNA update [Geoffrey Sneddon]
file simplepie.inc Wed Jan 06 08:07:21 -0800 2010 Merged 301372f334efc1e1eb341a344ae1e8a9381a1aa7... [skyzyx]
directory test/ Tue Jun 16 09:50:55 -0700 2009 Avoid PHP errors being thrown when running tests. [Geoffrey Sneddon]
README.markdown

SimplePie

Authors and contributors

Current

Alumni

Contributors

For a complete list of contributors:

  1. Pull down the latest SimplePie code
  2. In the simplepie directory, run git shortlog -ns

Requirements

  • PHP 5.1.4 or newer
  • libxml2 (certain 2.7.x releases are too buggy for words, and will crash)
  • Either the iconv or mbstring extension
  • cURL or fsockopen()
  • PCRE support

If you're looking for PHP 4.x support, pull the "1.2" tag, as that's the last version to support PHP 4.x.

License

New BSD license

Project status

SimplePie is currently maintained by Ryan McCue.

SimplePie is currently in "low-power mode." If the community decides that SimplePie is a valuable tool, then the community will come together to maintain it into the future.

If you're interested in getting involved with SimplePie, please get in touch with Ryan McCue.

Roadmap

SimplePie 1.3 should be a thoughtful reduction of features. Remove some bloat, slim it down, and break it into smaller, more manageable chunks.

Removing PHP 4.x support will certainly help with the slimming. It will also help avoid certain issues that frequently crop up with PHP 4.x. The PHP5-only migration is underway, but there is still quite a bit of work before it's "clean."

What comes in the package?

  1. simplepie.inc - The SimplePie library. This is all that's required for your pages.
  2. README.markdown - This document.
  3. LICENSE.txt - A copy of the BSD license.
  4. compatibility_test/ - The SimplePie compatibility test that checks your server for required settings.
  5. demo/ - A basic feed reader demo that shows off some of SimplePie's more noticable features.
  6. idn/ - A third-party library that SimplePie can optionally use to understand Internationalized Domain Names (IDNs).
  7. test/ - SimplePie's unit test suite.

To start the demo

  1. Upload this package to your webserver.
  2. Make sure that the cache folder inside of the demo folder is server-writable.
  3. Navigate your browser to the demo folder.

Need support?

For further setup and install documentation, function references, etc., visit: http://simplepie.org/wiki/

For bug reports and feature requests, visit: http://github.com/rmccue/simplepie/issues

Support mailing list -- powered by users, for users. http://tech.groups.yahoo.com/group/simplepie-support/

Recently removed

The following have recently been removed:

  • Parameters for SimplePie::__construct()
  • add_to_*
  • display_cached_file
  • enable_xml_dump
  • get_favicon
  • set_favicon_handler
  • subscribe_* (except subscribe_url)
  • utf8_bad_replace