Author: as
Date: Mon Oct 8 15:10:04 2007
New Revision: 6391
Log:
- Added links to specifications and RFCs in the tutorial and code documentation.
Modified:
trunk/Feed/docs/tutorial.txt
trunk/Feed/src/feed.php
Modified: trunk/Feed/docs/tutorial.txt
==============================================================================
--- trunk/Feed/docs/tutorial.txt [iso-8859-1] (original)
+++ trunk/Feed/docs/tutorial.txt [iso-8859-1] Mon Oct 8 15:10:04 2007
@@ -126,6 +126,15 @@
$xml = $feed->generate();
+RFCs and specifications
+=======================
+
+For a list of supported RFCs and specifications of the feed types and modules,
+please see the `RFCs list`_.
+
+.. _RFCs list: Feed_rfcs.html
+
+
..
Local Variables:
Modified: trunk/Feed/src/feed.php
==============================================================================
--- trunk/Feed/src/feed.php [iso-8859-1] (original)
+++ trunk/Feed/src/feed.php [iso-8859-1] Mon Oct 8 15:10:04 2007
@@ -17,9 +17,12 @@
*
* The feed type defines which processor is used to parse and generate that
type.
* The following feed processors are supported by the Feed component:
- * - RSS1 ([EMAIL PROTECTED] ezcFeedRss1})
- * - RSS2 ([EMAIL PROTECTED] ezcFeedRss1})
- * - ATOM ([EMAIL PROTECTED] ezcFeedAtom})
+ * - RSS1 ([EMAIL PROTECTED] ezcFeedRss1}) -
+ * [EMAIL PROTECTED] http://web.resource.org/rss/1.0/spec Specifications}
+ * - RSS2 ([EMAIL PROTECTED] ezcFeedRss1}) -
+ * [EMAIL PROTECTED] http://www.rssboard.org/rss-specification
Specifications}
+ * - ATOM ([EMAIL PROTECTED] ezcFeedAtom}) -
+ * [EMAIL PROTECTED] http://atompub.org/rfc4287.html RFC4287}
*
* A new processor can be defined by creating a class which extends the class
* [EMAIL PROTECTED] ezcFeedProcessor} and implements the interface [EMAIL
PROTECTED] ezcFeedParser},
@@ -27,8 +30,10 @@
*
* A module is a part of a feed. The following modules are supported by the
Feed
* component:
- * - Content ([EMAIL PROTECTED] ezcFeedModuleContent})
- * - DublinCore ([EMAIL PROTECTED] ezcFeedModuleDublinCore})
+ * - Content ([EMAIL PROTECTED] ezcFeedModuleContent}) -
+ * [EMAIL PROTECTED] http://web.resource.org/rss/1.0/modules/content/
Specifications}
+ * - DublinCore ([EMAIL PROTECTED] ezcFeedModuleDublinCore}) -
+ * [EMAIL PROTECTED] http://web.resource.org/rss/1.0/modules/dc/
Specifications}
*
* A new module can be defined by creating a class which implements the
interface
* [EMAIL PROTECTED] ezcFeedModule}, and adding it to the [EMAIL PROTECTED]
self::$supportedModules}
--
svn-components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-components