silverstripe-framework/thirdparty/simplepie
Ingo Schommer 2f32c87e96 MINOR Moved sapphire/thirdparty/simplepie from an external to a piston-managed module
API CHANGE Renamed sapphire/thirdparty/simplepie/SimplePie.php to simplepie.inc

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@92494 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:29:18 +00:00
..
compatibility_test MINOR Moved sapphire/thirdparty/simplepie from an external to a piston-managed module 2009-11-21 02:29:18 +00:00
idn MINOR Moved sapphire/thirdparty/simplepie from an external to a piston-managed module 2009-11-21 02:29:18 +00:00
.gitignore MINOR Added .gitignore 2009-11-21 02:29:10 +00:00
.piston.yml MINOR Moved sapphire/thirdparty/simplepie from an external to a piston-managed module 2009-11-21 02:29:18 +00:00
LICENSE.txt MINOR Moved sapphire/thirdparty/simplepie from an external to a piston-managed module 2009-11-21 02:29:18 +00:00
README.txt MINOR Moved sapphire/thirdparty/simplepie from an external to a piston-managed module 2009-11-21 02:29:18 +00:00
simplepie.inc MINOR Moved sapphire/thirdparty/simplepie from an external to a piston-managed module 2009-11-21 02:29:18 +00:00

README.txt

SIMPLEPIE
http://simplepie.org
By Ryan Parman and Geoffrey Sneddon

BSD-LICENSED
http://www.opensource.org/licenses/bsd-license.php

WHAT COMES IN THE PACKAGE?
1) simplepie.inc - The SimplePie library.  This is all that's required for your pages.
2) README.txt - 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. This is only available in SVN builds.

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.

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

For bug reports, feature requests and other support, visit:
http://simplepie.org/support/

For more insight on SimplePie development, visit:
http://simplepie.org/development/