Author: as
Date: Mon Jan 21 11:28:36 2008
New Revision: 7199

Log:
- Added the category elements.

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] Mon Jan 21 11:28:36 2008
@@ -30,6 +30,8 @@
 | |ATOM-link|_ !*       | |RSS1-link|_ !             | |RSS2-link|_ !          
  |
 
+-----------------------+----------------------------+---------------------------+
 | |ATOM-logo|_ ?        | |RSS1-image|_ ?            | |RSS2-image|_ ?         
  |
++-----------------------+----------------------------+---------------------------+
+| |ATOM-category|_ ?*   | x                          | |RSS2-category|_ ?*     
  |
 
+-----------------------+----------------------------+---------------------------+
 | |ATOM-rights|_ ?      | x                          | |RSS2-copyright|_ ?     
  |
 
+-----------------------+----------------------------+---------------------------+
@@ -74,6 +76,8 @@
 
+---------------------------+------------------------------+------------------------------+
 | |ATOM-entry-published|_ ? | x                            | 
|RSS2-item-pubDate|_ ?       |
 
+---------------------------+------------------------------+------------------------------+
+| |ATOM-entry-category|_ ?* | x                            | 
|RSS2-item-category|_ ?*     |
++---------------------------+------------------------------+------------------------------+
 | |ATOM-entry-rights|_ ?    | x                            | x                 
           |
 
+---------------------------+------------------------------+------------------------------+
 | x                         | x                            | 
|RSS2-item-comments|_ ?      |
@@ -167,6 +171,24 @@
 Equivalents: `ATOM-author`_, RSS1-none, `RSS2-managingEditor`_.
 
 
+.. _ATOM-category:
+
+ATOM/category
+`````````````
+
+A category for the feed.
+
+Optional.
+
+Multiple categories can appear.
+
+Has one required attribute: *term*.
+
+Has 2 optional attributes: *scheme*, *label*.
+
+Equivalents: `ATOM-category`_, RSS1-none, `RSS2-category`_.
+
+
 .. _ATOM-entry:
 
 ATOM/entry
@@ -321,6 +343,24 @@
 Equivalents: `ATOM-entry-author`_, RSS1-none, `RSS2-item-author`_.
 
 
+.. _ATOM-entry-category:
+
+ATOM/entry/category
+```````````````````
+
+A category for the feed entry.
+
+Optional.
+
+Multiple categories can appear.
+
+Has one required attribute: *term*.
+
+Has 2 optional attributes: *scheme*, *label*.
+
+Equivalents: `ATOM-entry-category`_, RSS1-none, `RSS2-item-category`_.
+
+
 .. _ATOM-entry-content:
 
 ATOM/entry/content
@@ -689,6 +729,24 @@
 Feed elements
 -------------
 
+.. _RSS2-category:
+
+RSS2/category
+`````````````
+
+A category for the feed.
+
+Optional.
+
+Multiple categories can appear.
+
+Has one optional attribute: *domain*.
+
+The value of the category element must be specified.
+
+Equivalents: `ATOM-category`_, RSS1-none, `RSS2-category`_.
+
+
 .. _RSS2-cloud:
 
 RSS2/cloud
@@ -930,6 +988,24 @@
   <author>John Doe ([EMAIL PROTECTED])</author>
 
 Equivalents: `ATOM-entry-author`_, RSS1-none, `RSS2-item-author`_.
+
+
+.. _RSS2-item-category:
+
+RSS2/item/category
+``````````````````
+
+A category for the feed.
+
+Optional.
+
+Multiple categories can appear.
+
+Has one optional attribute: *domain*.
+
+The value of the category element must be specified.
+
+Equivalents: `ATOM-entry-category`_, RSS1-none, `RSS2-item-category`_.
 
 
 .. _RSS2-item-comments:
@@ -1058,6 +1134,7 @@
 
 
 .. |ATOM-author| replace:: author
+.. |ATOM-category| replace:: category
 .. |ATOM-entry| replace:: entry
 .. |ATOM-id| replace:: id
 .. |ATOM-link| replace:: link
@@ -1068,6 +1145,7 @@
 .. |ATOM-updated| replace:: updated
 
 .. |ATOM-entry-author| replace:: author
+.. |ATOM-entry-category| replace:: category
 .. |ATOM-entry-content| replace:: content
 .. |ATOM-entry-id| replace:: id
 .. |ATOM-entry-link| replace:: link
@@ -1091,6 +1169,7 @@
 .. |RSS1-item-title| replace:: title
 
 .. |RSS2-cloud| replace:: cloud
+.. |RSS2-category| replace:: category
 .. |RSS2-copyright| replace:: copyright
 .. |RSS2-description| replace:: description
 .. |RSS2-image| replace:: image
@@ -1106,6 +1185,7 @@
 .. |RSS2-ttl| replace:: ttl
 
 .. |RSS2-item-author| replace:: author
+.. |RSS2-item-category| replace:: category
 .. |RSS2-item-comments| replace:: comments
 .. |RSS2-item-description| replace:: description
 .. |RSS2-item-enclosure| replace:: enclosure


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

Reply via email to