/includes/feedcreator.class.php*************************************************************************
*************************************************************************** *************************************************************************
| Class | Description |
|---|---|
FeedItem
|
A FeedItem is a part of a FeedCreator feed. |
FeedImage
|
An FeedImage may be added to a FeedCreator feed. |
HtmlDescribable
|
An HtmlDescribable is an item within a feed that can have a description that may include HTML markup. |
FeedHtmlField
|
An FeedHtmlField describes and generates a feed, item or image html field (probably a description). Output is generated based on $truncSize, $syndicateHtml properties. |
UniversalFeedCreator
|
UniversalFeedCreator lets you choose during runtime which format to build. |
FeedCreator
|
FeedCreator is the abstract base implementation for concrete implementations that implement a specific format of syndication. |
FeedDate
|
FeedDate is an internal class that stores a date for a feed or feed item. |
RSSCreator10
|
RSSCreator10 is a FeedCreator that implements RDF Site Summary (RSS) 1.0. |
RSSCreator091
|
RSSCreator091 is a FeedCreator that implements RSS 0.91 Spec, revision 3. |
RSSCreator20
|
RSSCreator20 is a FeedCreator that implements RDF Site Summary (RSS) 2.0. |
PIECreator01
|
PIECreator01 is a FeedCreator that implements the emerging PIE specification, as in http://intertwingly.net/wiki/pie/Syntax. |
AtomCreator03
|
DEPRICATED |
AtomCreator10
|
AtomCreator10 is a FeedCreator that implements the atom specification, |
MBOXCreator
|
MBOXCreator is a FeedCreator that implements the mbox format as described in http://www.qmail.org/man/man5/mbox.html |
OPMLCreator
|
OPMLCreator is a FeedCreator that implements OPML 1.0. |
HTMLCreator
|
HTMLCreator is a FeedCreator that writes an HTML feed file to a specific location, overriding the createFeed method of the parent FeedCreator. |
JSCreator
|
JSCreator is a class that writes a js file to a specific location, overriding the createFeed method of the parent HTMLCreator. |
FEEDCREATOR_VERSION = "FeedCreator 1.7.2"
(line 172)
Version string.
TIME_ZONE = "+01:00"
(line 165)
* GENERAL USAGE *********************************************************
************************************************************************** A little setup * ************************************************************************
Documentation generated on Mon, 05 May 2008 16:19:33 +0400 by phpDocumentor 1.4.0