- Ryan McCue (Maintainer, support)
- Ryan Parman (Creator, developer, evangelism, support)
- Geoffrey Sneddon (Lead developer)
- Michael Shipley (Submitter of patches, support)
- Steve Minutillo (Submitter of patches)
For a complete list of contributors:
- Pull down the latest SimplePie code
- In the
simplepie
directory, rungit shortlog -ns
- 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 "one-dot-two" branch, as that's the last version to support PHP 4.x.
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.
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."
SimplePie.compiled.php
- The SimplePie library in one file. This is all that's required for your pages.SimplePieAutoloader.php
- The SimplePie Autoloader if you want to use the separate file version.SimplePie/
- SimplePie classes for use with the autoloaderREADME.markdown
- This document.LICENSE.txt
- A copy of the BSD license.compatibility_test/
- The SimplePie compatibility test that checks your server for required settings.demo/
- A basic feed reader demo that shows off some of SimplePie's more noticable features.idn/
- A third-party library that SimplePie can optionally use to understand Internationalized Domain Names (IDNs).test/
- SimplePie's unit test suite.
- Upload this package to your webserver.
- Make sure that the cache folder inside of the demo folder is server-writable.
- Navigate your browser to the demo folder.
For further setup and install documentation, function references, etc., visit: http://simplepie.org/wiki/
For bug reports and feature requests, visit: http://github.com/simplepie/simplepie/issues
Support mailing list -- powered by users, for users. http://tech.groups.yahoo.com/group/simplepie-support/
The following have recently been removed:
- Parameters for SimplePie::__construct()
add_to_*
display_cached_file
enable_xml_dump
get_favicon
set_favicon_handler
subscribe_*
(exceptsubscribe_url
)utf8_bad_replace
set_javascript
(SeeSimplePie_Misc::output_javascript()
)