Author: as
Date: Fri Jan 18 15:04:11 2008
New Revision: 7185

Log:
- Added information about the copyright 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 15:04:11 2008
@@ -28,6 +28,8 @@
 | |ATOM-subtitle|_ ?    | |RSS1-description|_ !      | |RSS2-description|_ !   
  |
 
+-----------------------+----------------------------+---------------------------+
 | |ATOM-link|_ !*       | |RSS1-link|_ !             | |RSS2-link|_ !          
  |
++-----------------------+----------------------------+---------------------------+
+| |ATOM-rights|_ ?      | x                          | |RSS2-copyright|_ ?     
  |
 
+-----------------------+----------------------------+---------------------------+
 | |ATOM-entry|_ ?*      | |RSS1-item|_ !*            | |RSS2-item|_ !*         
  |
 
+-----------------------+----------------------------+---------------------------+
@@ -58,6 +60,8 @@
 
+---------------------------+------------------------------+------------------------------+
 | |ATOM-entry-published|_ ? | x                            | 
|RSS2-item-pubDate|_ ?       |
 
+---------------------------+------------------------------+------------------------------+
+| |ATOM-entry-rights|_ ?    | x                            | x                 
           |
++---------------------------+------------------------------+------------------------------+
 
 | ! = required
 | ? = optional
@@ -195,6 +199,23 @@
 Equivalents: `ATOM-link`_, `RSS1-link`_, `RSS2-link`_.
 
 
+.. _ATOM-rights:
+
+ATOM/rights
+```````````
+
+Copyright information for the feed.
+
+Optional.
+
+Can appear only once.
+
+Has an optional attribute *type* with possible values ``text`` (default),
+``html``, ``xhtml``.
+
+Equivalents: `ATOM-rights`_, RSS1-none, `RSS2-copyright`_.
+
+
 .. _ATOM-subtitle:
 
 ATOM/subtitle
@@ -353,6 +374,24 @@
 Equivalents: `ATOM-entry-published`_, RSS1-none, `RSS2-item-pubDate`_.
 
 
+.. _ATOM-entry-rights:
+
+ATOM/entry/rights
+`````````````````
+
+Copyright information for the feed entry.
+
+Optional.
+
+Can appear only once.
+
+Has an optional attribute *type* with possible values ``text`` (default),
+``html``, ``xhtml``.
+
+Equivalents: `ATOM-entry-rights`_, RSS1-none, RSS2-none (`RSS2-copyright`_ for
+the whole feed).
+
+
 .. _ATOM-entry-summary:
 
 ATOM/entry/summary
@@ -478,6 +517,20 @@
 Can appear only once.
 
 Equivalents: `ATOM-link`_, `RSS1-link`_, `RSS2-link`_.
+
+
+.. _RSS2-copyright:
+
+RSS2/copyright
+``````````````
+
+Copyright information for the feed.
+
+Optional.
+
+Can appear only once.
+
+Equivalents: `ATOM-rights`_, RSS1-none, `RSS2-copyright`_.
 
 
 .. _RSS1-title:
@@ -783,6 +836,7 @@
 .. |ATOM-entry| replace:: entry
 .. |ATOM-id| replace:: id
 .. |ATOM-link| replace:: link
+.. |ATOM-rights| replace:: rights
 .. |ATOM-subtitle| replace:: subtitle
 .. |ATOM-title| replace:: title
 .. |ATOM-updated| replace:: updated
@@ -792,6 +846,7 @@
 .. |ATOM-entry-id| replace:: id
 .. |ATOM-entry-link| replace:: link
 .. |ATOM-entry-published| replace:: published
+.. |ATOM-entry-rights| replace:: rights
 .. |ATOM-entry-summary| replace:: summary
 .. |ATOM-entry-title| replace:: title
 .. |ATOM-entry-updated| replace:: updated
@@ -807,6 +862,7 @@
 .. |RSS1-item-link| replace:: link
 .. |RSS1-item-title| replace:: title
 
+.. |RSS2-copyright| replace:: copyright
 .. |RSS2-description| replace:: description
 .. |RSS2-item| replace:: item
 .. |RSS2-lastBuildDate| replace:: lastBuildDate


-- 
svn-components mailing list
[EMAIL PROTECTED]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to