• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..25-Apr-2020-

README.markdownH A D25-Apr-20202.2 KiB6338

simplepie.incH A D25-Apr-2020510 KiB15,30014,074

README.markdown

1# SimplePie
2
3## Authors and contributors
4
5### Current
6* [Ryan McCue](http://ryanmccue.info) (Maintainer, support)
7
8### Alumni
9* [Ryan Parman](http://ryanparman.com) (Creator, developer, evangelism, support)
10* [Geoffrey Sneddon](http://gsnedders.com) (Lead developer)
11* [Michael Shipley](http://michaelpshipley.com) (Submitter of patches, support)
12* [Steve Minutillo](http://minutillo.com/steve/) (Submitter of patches)
13
14### Contributors
15For a complete list of contributors:
16
171. Pull down the latest SimplePie code
182. In the `simplepie` directory, run `git shortlog -ns`
19
20
21## License
22
23[New BSD license](http://www.opensource.org/licenses/bsd-license.php)
24
25
26## Project status
27
28SimplePie is currently maintained by Ryan McCue.
29
30SimplePie 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.
31
32If you're interested in getting involved with SimplePie, please get in touch with Ryan McCue.
33
34
35## What comes in the package?
36
371. `simplepie.inc` - The SimplePie library.  This is all that's required for your pages.
382. `README.markdown` - This document.
393. `LICENSE.txt` - A copy of the BSD license.
404. `compatibility_test/` - The SimplePie compatibility test that checks your server for required settings.
415. `demo/` - A basic feed reader demo that shows off some of SimplePie's more noticable features.
426. `idn/` - A third-party library that SimplePie can optionally use to understand Internationalized Domain Names (IDNs).
437. `test/` - SimplePie's unit test suite.
44
45
46## To start the demo
47
481. Upload this package to your webserver.
492. Make sure that the cache folder inside of the demo folder is server-writable.
503. Navigate your browser to the demo folder.
51
52
53## Need support?
54
55For further setup and install documentation, function references, etc., visit:
56[http://simplepie.org/wiki/](http://simplepie.org/wiki/)
57
58For bug reports and feature requests, visit:
59[http://github.com/simplepie/simplepie/issues](http://github.com/simplepie/simplepie/issues)
60
61Support mailing list -- powered by users, for users.
62[http://tech.groups.yahoo.com/group/simplepie-support/](http://tech.groups.yahoo.com/group/simplepie-support/)
63