Author: as Date: Fri Jan 25 11:45:55 2008 New Revision: 7245 Log: - Added equivalence of feed elements to ezcFeed properties. # Descriptions for each property will follow soon.
Modified: trunk/Feed/docs/specifications.txt Modified: trunk/Feed/docs/specifications.txt ============================================================================== --- trunk/Feed/docs/specifications.txt [iso-8859-1] (original) +++ trunk/Feed/docs/specifications.txt [iso-8859-1] Fri Jan 25 11:45:55 2008 @@ -14,51 +14,51 @@ Feed elements ------------- -+-------------------------+----------------------------+---------------------------+ -| ATOM | RSS1 | RSS2 | -+=========================+============================+===========================+ -| |ATOM-id|_ ! | |RSS1-about|_ ! | x | -+-------------------------+----------------------------+---------------------------+ -| |ATOM-title|_ ! | |RSS1-title|_ ! | |RSS2-title|_ ! | -+-------------------------+----------------------------+---------------------------+ -| |ATOM-updated|_ ! | x | |RSS2-lastBuildDate|_ ? | -+-------------------------+----------------------------+---------------------------+ -| |ATOM-author|_ !* | x | |RSS2-managingEditor|_ ? | -+-------------------------+----------------------------+---------------------------+ -| |ATOM-subtitle|_ ? | |RSS1-description|_ ! | |RSS2-description|_ ! | -+-------------------------+----------------------------+---------------------------+ -| |ATOM-link|_ !* | |RSS1-link|_ ! | |RSS2-link|_ ! | -+-------------------------+----------------------------+---------------------------+ -| |ATOM-logo|_ ? | |RSS1-image|_ ? | |RSS2-image|_ ? | -+-------------------------+----------------------------+---------------------------+ -| |ATOM-category|_ ?* | x | |RSS2-category|_ ?* | -+-------------------------+----------------------------+---------------------------+ -| |ATOM-rights|_ ? | x | |RSS2-copyright|_ ? | -+-------------------------+----------------------------+---------------------------+ -| |ATOM-generator|_ ? | x | |RSS2-generator|_ ? | -+-------------------------+----------------------------+---------------------------+ -| x | x | |RSS2-ttl|_ ? | -+-------------------------+----------------------------+---------------------------+ -| x | x | |RSS2-skipHours|_ ? | -+-------------------------+----------------------------+---------------------------+ -| x | x | |RSS2-skipDays|_ ? | -+-------------------------+----------------------------+---------------------------+ -| x | x | |RSS2-rating|_ ? | -+-------------------------+----------------------------+---------------------------+ -| x | x | |RSS2-cloud|_ ? | -+-------------------------+----------------------------+---------------------------+ -| x | x | |RSS2-webMaster|_ ? | -+-------------------------+----------------------------+---------------------------+ -| x | x | |RSS2-language|_ ? | -+-------------------------+----------------------------+---------------------------+ -| x | |RSS1-textinput|_ ? | |RSS2-textInput|_ ? | -+-------------------------+----------------------------+---------------------------+ -| |ATOM-icon|_ ? | x | x | -+-------------------------+----------------------------+---------------------------+ -| |ATOM-contributor|_ ?* | x | x | -+-------------------------+----------------------------+---------------------------+ -| |ATOM-entry|_ ?* | |RSS1-item|_ !* | |RSS2-item|_ !* | -+-------------------------+----------------------------+---------------------------+ ++----------------------------+-------------------------+----------------------------+---------------------------+ +| ezcFeed | ATOM | RSS1 | RSS2 | ++============================+=========================+============================+===========================+ +| |ezcFeed-id|_ ! | |ATOM-id|_ ! | |RSS1-about|_ ! | x | ++----------------------------+-------------------------+----------------------------+---------------------------+ +| |ezcFeed-title|_ ! | |ATOM-title|_ ! | |RSS1-title|_ ! | |RSS2-title|_ ! | ++----------------------------+-------------------------+----------------------------+---------------------------+ +| |ezcFeed-updated|_ ! | |ATOM-updated|_ ! | x | |RSS2-lastBuildDate|_ ? | ++----------------------------+-------------------------+----------------------------+---------------------------+ +| |ezcFeed-author|_ !* | |ATOM-author|_ !* | x | |RSS2-managingEditor|_ ? | ++----------------------------+-------------------------+----------------------------+---------------------------+ +| |ezcFeed-description|_ ! | |ATOM-subtitle|_ ? | |RSS1-description|_ ! | |RSS2-description|_ ! | ++----------------------------+-------------------------+----------------------------+---------------------------+ +| |ezcFeed-link|_ !* | |ATOM-link|_ !* | |RSS1-link|_ ! | |RSS2-link|_ ! | ++----------------------------+-------------------------+----------------------------+---------------------------+ +| |ezcFeed-image|_ ? | |ATOM-logo|_ ? | |RSS1-image|_ ? | |RSS2-image|_ ? | ++----------------------------+-------------------------+----------------------------+---------------------------+ +| |ezcFeed-category|_ ?* | |ATOM-category|_ ?* | x | |RSS2-category|_ ?* | ++----------------------------+-------------------------+----------------------------+---------------------------+ +| |ezcFeed-copyright|_ ? | |ATOM-rights|_ ? | x | |RSS2-copyright|_ ? | ++----------------------------+-------------------------+----------------------------+---------------------------+ +| |ezcFeed-generator|_ ? | |ATOM-generator|_ ? | x | |RSS2-generator|_ ? | ++----------------------------+-------------------------+----------------------------+---------------------------+ +| |ezcFeed-ttl|_ ? | x | x | |RSS2-ttl|_ ? | ++----------------------------+-------------------------+----------------------------+---------------------------+ +| |ezcFeed-skipHours|_ ? | x | x | |RSS2-skipHours|_ ? | ++----------------------------+-------------------------+----------------------------+---------------------------+ +| |ezcFeed-skipDays|_ ? | x | x | |RSS2-skipDays|_ ? | ++----------------------------+-------------------------+----------------------------+---------------------------+ +| |ezcFeed-rating|_ ? | x | x | |RSS2-rating|_ ? | ++----------------------------+-------------------------+----------------------------+---------------------------+ +| |ezcFeed-cloud|_ ? | x | x | |RSS2-cloud|_ ? | ++----------------------------+-------------------------+----------------------------+---------------------------+ +| |ezcFeed-webMaster|_ ? | x | x | |RSS2-webMaster|_ ? | ++----------------------------+-------------------------+----------------------------+---------------------------+ +| |ezcFeed-language|_ ? | x | x | |RSS2-language|_ ? | ++----------------------------+-------------------------+----------------------------+---------------------------+ +| |ezcFeed-textInput|_ ? | x | |RSS1-textinput|_ ? | |RSS2-textInput|_ ? | ++----------------------------+-------------------------+----------------------------+---------------------------+ +| |ezcFeed-icon|_ ? | |ATOM-icon|_ ? | x | x | ++----------------------------+-------------------------+----------------------------+---------------------------+ +| |ezcFeed-contributor|_ ? | |ATOM-contributor|_ ?* | x | x | ++----------------------------+-------------------------+----------------------------+---------------------------+ +| |ezcFeed-item|_ !* | |ATOM-entry|_ ?* | |RSS1-item|_ !* | |RSS2-item|_ !* | ++----------------------------+-------------------------+----------------------------+---------------------------+ | ! = required | ? = optional @@ -69,38 +69,243 @@ Item elements ------------- -+-------------------------------+------------------------------+------------------------------+ -| ATOM | RSS1 | RSS2 | -+===============================+==============================+==============================+ -| |ATOM-entry-id|_ ! | |RSS1-item-about|_ ! | |RSS2-item-guid|_ ? | -+-------------------------------+------------------------------+------------------------------+ -| |ATOM-entry-title|_ ! | |RSS1-item-title|_ ! | |RSS2-item-title|_ ! | -+-------------------------------+------------------------------+------------------------------+ -| |ATOM-entry-updated|_ ! | x | x | -+-------------------------------+------------------------------+------------------------------+ -| |ATOM-entry-author|_ !* | x | |RSS2-item-author|_ ? | -+-------------------------------+------------------------------+------------------------------+ -| |ATOM-entry-link|_ !* | |RSS1-item-link|_ ! | |RSS2-item-link|_ ! | -+-------------------------------+------------------------------+------------------------------+ -| |ATOM-entry-summary|_ ! | |RSS1-item-description|_ ! | |RSS2-item-description|_ ! | -+-------------------------------+------------------------------+------------------------------+ -| |ATOM-entry-published|_ ? | x | |RSS2-item-pubDate|_ ? | -+-------------------------------+------------------------------+------------------------------+ -| |ATOM-entry-category|_ ?* | x | |RSS2-item-category|_ ?* | -+-------------------------------+------------------------------+------------------------------+ -| |ATOM-entry-rights|_ ? | x | x | -+-------------------------------+------------------------------+------------------------------+ -| |ATOM-entry-contributor|_ ?* | x | x | -+-------------------------------+------------------------------+------------------------------+ -| x | x | |RSS2-item-comments|_ ? | -+-------------------------------+------------------------------+------------------------------+ -| |ATOM-entry-link|_ !* | x | |RSS2-item-enclosure|_ ? | -+-------------------------------+------------------------------+------------------------------+ ++---------------------------------+-------------------------------+------------------------------+------------------------------+ +| ezcFeed | ATOM | RSS1 | RSS2 | ++=================================+===============================+==============================+==============================+ +| |ezcFeed-item-id|_ ! | |ATOM-entry-id|_ ! | |RSS1-item-about|_ ! | |RSS2-item-guid|_ ? | ++---------------------------------+-------------------------------+------------------------------+------------------------------+ +| |ezcFeed-item-title|_ ! | |ATOM-entry-title|_ ! | |RSS1-item-title|_ ! | |RSS2-item-title|_ ! | ++---------------------------------+------------------------------+------------------------------++------------------------------+ +| |ezcFeed-item-updated|_ ! | |ATOM-entry-updated|_ ! | x | x | ++---------------------------------+-------------------------------+------------------------------+------------------------------+ +| |ezcFeed-item-author|_ !* | |ATOM-entry-author|_ !* | x | |RSS2-item-author|_ ? | ++---------------------------------+-------------------------------+------------------------------+------------------------------+ +| |ezcFeed-item-link|_ !* | |ATOM-entry-link|_ !* | |RSS1-item-link|_ ! | |RSS2-item-link|_ ! | ++---------------------------------+-------------------------------+------------------------------+------------------------------+ +| |ezcFeed-item-description|_ ! | |ATOM-entry-summary|_ ! | |RSS1-item-description|_ ! | |RSS2-item-description|_ ! | ++---------------------------------+-------------------------------+------------------------------+------------------------------+ +| |ezcFeed-item-published|_ ? | |ATOM-entry-published|_ ? | x | |RSS2-item-pubDate|_ ? | ++---------------------------------+-------------------------------+------------------------------+------------------------------+ +| |ezcFeed-item-category|_ ?* | |ATOM-entry-category|_ ?* | x | |RSS2-item-category|_ ?* | ++---------------------------------+-------------------------------+------------------------------+------------------------------+ +| |ezcFeed-item-copyright|_ ? | |ATOM-entry-rights|_ ? | x | x | ++---------------------------------+-------------------------------+------------------------------+------------------------------+ +| |ezcFeed-item-contributor|_ ?* | |ATOM-entry-contributor|_ ?* | x | x | ++---------------------------------+-------------------------------+------------------------------+------------------------------+ +| |ezcFeed-item-comments|_ ? | x | x | |RSS2-item-comments|_ ? | ++---------------------------------+-------------------------------+------------------------------+------------------------------+ +| |ezcFeed-item-link|_ !* | |ATOM-entry-link|_ !* | x | |RSS2-item-enclosure|_ ? | ++---------------------------------+-------------------------------+------------------------------+------------------------------+ | ! = required | ? = optional | * = can appear multiple times | x = no equivalence + + +ezcFeed +======= + +Specifications +-------------- + + +Feed elements +------------- + +.. _ezcFeed-author: + +ezcFeed/author +`````````````` + + +.. _ezcFeed-category: + +ezcFeed/category +```````````````` + + +.. _ezcFeed-cloud: + +ezcFeed/cloud +````````````` + + +.. _ezcFeed-contributor: + +ezcFeed/contributor +``````````````````` + + +.. _ezcFeed-copyright: + +ezcFeed/copyright +````````````````` + + +.. _ezcFeed-description: + +ezcFeed/description +``````````````````` + + +.. _ezcFeed-generator: + +ezcFeed/generator +````````````````` + + +.. _ezcFeed-icon: + +ezcFeed/icon +```````````` + + +.. _ezcFeed-id: + +ezcFeed/id +`````````` + + +.. _ezcFeed-image: + +ezcFeed/image +````````````` + + +.. _ezcFeed-item: + +ezcFeed/item +```````````` + + +.. _ezcFeed-language: + +ezcFeed/language +```````````````` + + +.. _ezcFeed-link: + +ezcFeed/link +```````````` + + +.. _ezcFeed-rating: + +ezcFeed/rating +`````````````` + + +.. _ezcFeed-skipDays: + +ezcFeed/skipDays +```````````````` + + +.. _ezcFeed-skipHours: + +ezcFeed/skipHours +````````````````` + + +.. _ezcFeed-textInput: + +ezcFeed/textInput +````````````````` + + +.. _ezcFeed-title: + +ezcFeed/title +````````````` + + +.. _ezcFeed-ttl: + +ezcFeed/ttl +``````````` + + +.. _ezcFeed-updated: + +ezcFeed/updated +``````````````` + + +.. _ezcFeed-webMaster: + +ezcFeed/webMaster +````````````````` + + +Item elements +------------- + +.. _ezcFeed-item-author: + +ezcFeed/item/author +``````````````````` + + +.. _ezcFeed-item-category: + +ezcFeed/item/category +````````````````````` + + +.. _ezcFeed-item-comments: + +ezcFeed/item/comments +````````````````````` + + +.. _ezcFeed-item-contributor: + +ezcFeed/item/contributor +```````````````````````` + + +.. _ezcFeed-item-copyright: + +ezcFeed/item/copyright +`````````````````````` + + +.. _ezcFeed-item-description: + +ezcFeed/item/description +```````````````````````` + + +.. _ezcFeed-item-id: + +ezcFeed/item/id +``````````````` + + +.. _ezcFeed-item-link: + +ezcFeed/item/link +````````````````` + + +.. _ezcFeed-item-published: + +ezcFeed/item/published +`````````````````````` + + +.. _ezcFeed-item-title: + +ezcFeed/item/title +`````````````````` + + +.. _ezcFeed-item-updated: + +ezcFeed/item/updated +```````````````````` ATOM @@ -1409,6 +1614,40 @@ .. _PICS: http://www.w3.org/PICS/ +.. |ezcFeed-author| replace:: author +.. |ezcFeed-category| replace:: category +.. |ezcFeed-cloud| replace:: cloud +.. |ezcFeed-contributor| replace:: contributor +.. |ezcFeed-copyright| replace:: copyright +.. |ezcFeed-description| replace:: description +.. |ezcFeed-generator| replace:: generator +.. |ezcFeed-icon| replace:: icon +.. |ezcFeed-id| replace:: id +.. |ezcFeed-image| replace:: image +.. |ezcFeed-item| replace:: item +.. |ezcFeed-language| replace:: language +.. |ezcFeed-link| replace:: link +.. |ezcFeed-rating| replace:: rating +.. |ezcFeed-skipDays| replace:: skipDays +.. |ezcFeed-skipHours| replace:: skipHours +.. |ezcFeed-textInput| replace:: textInput +.. |ezcFeed-title| replace:: title +.. |ezcFeed-ttl| replace:: ttl +.. |ezcFeed-updated| replace:: updated +.. |ezcFeed-webMaster| replace:: webMaster + +.. |ezcFeed-item-author| replace:: author +.. |ezcFeed-item-category| replace:: category +.. |ezcFeed-item-comments| replace:: comments +.. |ezcFeed-item-contributor| replace:: contributor +.. |ezcFeed-item-copyright| replace:: copyright +.. |ezcFeed-item-description| replace:: description +.. |ezcFeed-item-id| replace:: id +.. |ezcFeed-item-link| replace:: link +.. |ezcFeed-item-published| replace:: published +.. |ezcFeed-item-title| replace:: title +.. |ezcFeed-item-updated| replace:: updated + .. |ATOM-author| replace:: author .. |ATOM-category| replace:: category .. |ATOM-contributor| replace:: contributor -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components