Author: as
Date: Fri Jan 18 16:24:29 2008
New Revision: 7187

Log:
- Added information about the image element.

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 18 16:24:29 2008
@@ -28,6 +28,8 @@
 | |ATOM-subtitle|_ ?    | |RSS1-description|_ !      | |RSS2-description|_ !   
  |
 
+-----------------------+----------------------------+---------------------------+
 | |ATOM-link|_ !*       | |RSS1-link|_ !             | |RSS2-link|_ !          
  |
++-----------------------+----------------------------+---------------------------+
+| |ATOM-logo|_ ?        | |RSS1-image|_ ?            | |RSS2-image|_ ?         
  |
 
+-----------------------+----------------------------+---------------------------+
 | |ATOM-rights|_ ?      | x                          | |RSS2-copyright|_ ?     
  |
 
+-----------------------+----------------------------+---------------------------+
@@ -213,6 +215,20 @@
 Equivalents: `ATOM-link`_, `RSS1-link`_, `RSS2-link`_.
 
 
+.. _ATOM-logo:
+
+ATOM/logo
+`````````
+
+An image associated with the feed. The value is an URL to an image.
+
+Optional.
+
+Can appear only once.
+
+Equivalents: `ATOM-logo`_, `RSS1-image`_, `RSS2-image`_.
+
+
 .. _ATOM-rights:
 
 ATOM/rights
@@ -505,6 +521,25 @@
 Equivalents: `ATOM-subtitle`_, `RSS1-description`_, `RSS2-description`_.
 
 
+.. _RSS1-image:
+
+RSS1/image
+``````````
+
+An image associated with the feed.
+
+Optional.
+
+Can appear only once.
+
+Has the required attribute *about*, which should have the same value as the
+*url* sub-element.
+
+Has 3 required sub-elements: *title*, *link*, *url*.
+
+Equivalents: `ATOM-logo`_, `RSS1-image`_, `RSS2-image`_.
+
+
 .. _RSS1-item:
 
 RSS1/item
@@ -677,6 +712,24 @@
 Can appear only once.
 
 Equivalents: `ATOM-subtitle`_, `RSS1-description`_, `RSS2-description`_.
+
+
+.. _RSS2-image:
+
+RSS2/image
+``````````
+
+An image associated with the feed.
+
+Optional.
+
+Can appear only once.
+
+Has 3 required sub-elements: *title*, *link*, *url*.
+
+Has 3 optional sub-elements: *width*, *height*, *description*.
+
+Equivalents: `ATOM-logo`_, `RSS1-image`_, `RSS2-image`_.
 
 
 .. _RSS2-item:
@@ -967,6 +1020,7 @@
 .. |ATOM-entry| replace:: entry
 .. |ATOM-id| replace:: id
 .. |ATOM-link| replace:: link
+.. |ATOM-logo| replace:: logo
 .. |ATOM-rights| replace:: rights
 .. |ATOM-subtitle| replace:: subtitle
 .. |ATOM-title| replace:: title
@@ -984,6 +1038,7 @@
 
 .. |RSS1-about| replace:: about
 .. |RSS1-description| replace:: description
+.. |RSS1-image| replace:: image
 .. |RSS1-item| replace:: item
 .. |RSS1-link| replace:: link
 .. |RSS1-title| replace:: title
@@ -996,6 +1051,7 @@
 .. |RSS2-cloud| replace:: cloud
 .. |RSS2-copyright| replace:: copyright
 .. |RSS2-description| replace:: description
+.. |RSS2-image| replace:: image
 .. |RSS2-item| replace:: item
 .. |RSS2-lastBuildDate| replace:: lastBuildDate
 .. |RSS2-link| replace:: link
@@ -1007,7 +1063,6 @@
 .. |RSS2-title| replace:: title
 .. |RSS2-ttl| replace:: ttl
 
-
 .. |RSS2-item-author| replace:: author
 .. |RSS2-item-comments| replace:: comments
 .. |RSS2-item-description| replace:: description


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to