File/includes/feedcreator.class.php

Description

*************************************************************************

*************************************************************************** *************************************************************************

Classes
Class Description
 class FeedItem A FeedItem is a part of a FeedCreator feed.
 class FeedImage An FeedImage may be added to a FeedCreator feed.
 class HtmlDescribable An HtmlDescribable is an item within a feed that can have a description that may include HTML markup.
 class FeedHtmlField An FeedHtmlField describes and generates a feed, item or image html field (probably a description). Output is generated based on $truncSize, $syndicateHtml properties.
 class UniversalFeedCreator UniversalFeedCreator lets you choose during runtime which format to build.
Abstract class FeedCreator FeedCreator is the abstract base implementation for concrete implementations that implement a specific format of syndication.
 class FeedDate FeedDate is an internal class that stores a date for a feed or feed item.
 class RSSCreator10 RSSCreator10 is a FeedCreator that implements RDF Site Summary (RSS) 1.0.
 class RSSCreator091 RSSCreator091 is a FeedCreator that implements RSS 0.91 Spec, revision 3.
 class RSSCreator20 RSSCreator20 is a FeedCreator that implements RDF Site Summary (RSS) 2.0.
 class PIECreator01 PIECreator01 is a FeedCreator that implements the emerging PIE specification, as in http://intertwingly.net/wiki/pie/Syntax.
 class AtomCreator03 DEPRICATED
 class AtomCreator10 AtomCreator10 is a FeedCreator that implements the atom specification,
 class MBOXCreator MBOXCreator is a FeedCreator that implements the mbox format as described in http://www.qmail.org/man/man5/mbox.html
 class OPMLCreator OPMLCreator is a FeedCreator that implements OPML 1.0.
 class HTMLCreator HTMLCreator is a FeedCreator that writes an HTML feed file to a specific location, overriding the createFeed method of the parent FeedCreator.
 class JSCreator JSCreator is a class that writes a js file to a specific location, overriding the createFeed method of the parent HTMLCreator.
Constants
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