Skip to content

Commit

Permalink
Merge branch 'preferred_refactor' from drak
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccue committed Oct 17, 2010
2 parents f04e431 + 5da660a commit 8aba553
Show file tree
Hide file tree
Showing 34 changed files with 26,358 additions and 12,013 deletions.
17 changes: 9 additions & 8 deletions README.markdown
Expand Up @@ -46,14 +46,15 @@ Removing PHP 4.x support will certainly help with the slimming. It will also hel


## 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.

1. `SimplePie.compiled.php` - The SimplePie library in one file. This is all that's required for your pages.
2. `SimplePieAutoloader.php` - The SimplePie Autoloader if you want to use the separate file version.
`SimplePie` - Directory with all SimplePie libraries for separate file version'
3. `README.markdown` - This document.
4. `LICENSE.txt` - A copy of the BSD license.
5. `compatibility_test/` - The SimplePie compatibility test that checks your server for required settings.
6. `demo/` - A basic feed reader demo that shows off some of SimplePie's more noticable features.
7. `idn/` - A third-party library that SimplePie can optionally use to understand Internationalized Domain Names (IDNs).
8. `test/` - SimplePie's unit test suite.

## To start the demo
1. Upload this package to your webserver.
Expand Down

0 comments on commit 8aba553

Please sign in to comment.