rmccue / SimplePie forked from simplepie/simplepie
- Source
- Commits
- Network (15)
- Issues (48)
- Downloads (25)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Dec 09 22:46:56 -0800 2009 | |
| |
LICENSE.txt | Sat Jul 07 13:38:55 -0700 2007 | |
| |
README.markdown | Wed Dec 09 23:25:13 -0800 2009 | |
| |
compatibility_test/ | Fri Jun 26 15:10:20 -0700 2009 | |
| |
create.php | Thu Jun 18 15:33:30 -0700 2009 | |
| |
db.sql | Wed Jan 09 13:52:42 -0800 2008 | |
| |
demo/ | Sun Jan 10 14:06:20 -0800 2010 | |
| |
idn/ | Tue Apr 17 10:31:50 -0700 2007 | |
| |
simplepie.class.php | Sun Jan 10 14:06:20 -0800 2010 | |
| |
test/ | Tue Jun 16 09:50:55 -0700 2009 |
SimplePie
Authors and contributors
Current
- Ryan McCue (Maintainer, support)
Alumni
- Ryan Parman (Creator, developer, evangelism, support)
- Geoffrey Sneddon (Lead developer)
- Michael Shipley (Submitter of patches, support)
- Steve Minutillo (Submitter of patches)
Contributors
For a complete list of contributors:
- Pull down the latest SimplePie code
- In the
simplepiedirectory, rungit 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
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?
simplepie.inc- The SimplePie library. This is all that's required for your pages.README.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.
To start the demo
- 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.
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
