This is a library that was found and included and allows BJ to create RSS feeds
Classes | |
| class | FeedItem |
| A FeedItem is a part of a FeedCreator feed. More... | |
| class | FeedImage |
| An FeedImage may be added to a FeedCreator feed. More... | |
| class | HtmlDescribable |
| An HtmlDescribable is an item within a feed that can have a description that may include HTML markup. More... | |
| class | FeedHtmlField |
| An FeedHtmlField describes and generates a feed, item or image html field (probably a description). More... | |
| class | UniversalFeedCreator |
| UniversalFeedCreator lets you choose during runtime which format to build. More... | |
| class | FeedCreator |
| FeedCreator is the abstract base implementation for concrete implementations that implement a specific format of syndication. More... | |
| class | FeedDate |
| FeedDate is an internal class that stores a date for a feed or feed item. More... | |
| class | RSSCreator10 |
| RSSCreator10 is a FeedCreator that implements RDF Site Summary (RSS) 1.0. More... | |
| class | RSSCreator091 |
| RSSCreator091 is a FeedCreator that implements RSS 0.91 Spec, revision 3. More... | |
| class | RSSCreator20 |
| RSSCreator20 is a FeedCreator that implements RDF Site Summary (RSS) 2.0. More... | |
| class | PIECreator01 |
| PIECreator01 is a FeedCreator that implements the emerging PIE specification, as in http://intertwingly.net/wiki/pie/Syntax. More... | |
| class | AtomCreator03 |
| AtomCreator03 is a FeedCreator that implements the atom specification, as in http://www.intertwingly.net/wiki/pie/FrontPage. More... | |
| class | MBOXCreator |
| MBOXCreator is a FeedCreator that implements the mbox format as described in http://www.qmail.org/man/man5/mbox.html. More... | |
| class | OPMLCreator |
| OPMLCreator is a FeedCreator that implements OPML 1.0. More... | |
| class | HTMLCreator |
| HTMLCreator is a FeedCreator that writes an HTML feed file to a specific location, overriding the createFeed method of the parent FeedCreator. More... | |
| class | JSCreator |
| JSCreator is a class that writes a js file to a specific location, overriding the createFeed method of the parent HTMLCreator. More... | |
Enumerations | |
| enum | TIME_ZONE |
| enum | FEEDCREATOR_VERSION |
| Version string. More... | |
|
|
Version string.
Definition at line 175 of file feedcreator.class.php. |
|
|
Definition at line 167 of file feedcreator.class.php. Referenced by FeedDate::iso8601(), and FeedDate::rfc822(). |
1.3.9.1