bundled simplepie
This commit is contained in:
26
bundled-libs/simplepie/LICENSE.txt
Normal file
26
bundled-libs/simplepie/LICENSE.txt
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
Copyright (c) 2004-2007, Ryan Parman and Geoffrey Sneddon.
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without modification, are
|
||||||
|
permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
* Redistributions of source code must retain the above copyright notice, this list of
|
||||||
|
conditions and the following disclaimer.
|
||||||
|
|
||||||
|
* Redistributions in binary form must reproduce the above copyright notice, this list
|
||||||
|
of conditions and the following disclaimer in the documentation and/or other materials
|
||||||
|
provided with the distribution.
|
||||||
|
|
||||||
|
* Neither the name of the SimplePie Team nor the names of its contributors may be used
|
||||||
|
to endorse or promote products derived from this software without specific prior
|
||||||
|
written permission.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS
|
||||||
|
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||||
|
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS
|
||||||
|
AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||||
|
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||||
|
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
|
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
|
POSSIBILITY OF SUCH DAMAGE.
|
62
bundled-libs/simplepie/README.markdown
Normal file
62
bundled-libs/simplepie/README.markdown
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
# SimplePie
|
||||||
|
|
||||||
|
## Authors and contributors
|
||||||
|
|
||||||
|
### Current
|
||||||
|
* [Ryan McCue](http://ryanmccue.info) (Maintainer, support)
|
||||||
|
|
||||||
|
### Alumni
|
||||||
|
* [Ryan Parman](http://ryanparman.com) (Creator, developer, evangelism, support)
|
||||||
|
* [Geoffrey Sneddon](http://gsnedders.com) (Lead developer)
|
||||||
|
* [Michael Shipley](http://michaelpshipley.com) (Submitter of patches, support)
|
||||||
|
* [Steve Minutillo](http://minutillo.com/steve/) (Submitter of patches)
|
||||||
|
|
||||||
|
### Contributors
|
||||||
|
For a complete list of contributors:
|
||||||
|
|
||||||
|
1. Pull down the latest SimplePie code
|
||||||
|
2. In the `simplepie` directory, run `git shortlog -ns`
|
||||||
|
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
[New BSD license](http://www.opensource.org/licenses/bsd-license.php)
|
||||||
|
|
||||||
|
|
||||||
|
## 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.
|
||||||
|
|
||||||
|
|
||||||
|
## 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/](http://simplepie.org/wiki/)
|
||||||
|
|
||||||
|
For bug reports and feature requests, visit:
|
||||||
|
[http://github.com/simplepie/simplepie/issues](http://github.com/simplepie/simplepie/issues)
|
||||||
|
|
||||||
|
Support mailing list -- powered by users, for users.
|
||||||
|
[http://tech.groups.yahoo.com/group/simplepie-support/](http://tech.groups.yahoo.com/group/simplepie-support/)
|
15299
bundled-libs/simplepie/simplepie.inc
Normal file
15299
bundled-libs/simplepie/simplepie.inc
Normal file
File diff suppressed because one or more lines are too long
@ -8,6 +8,8 @@ Version 2.0 ()
|
|||||||
Version 1.7 ()
|
Version 1.7 ()
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
* Bundled simplepie
|
||||||
|
|
||||||
* For Blogs running on a non-UTF-8 language, set a Smarty constant
|
* For Blogs running on a non-UTF-8 language, set a Smarty constant
|
||||||
to indicate the actually used charset.
|
to indicate the actually used charset.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user