Commit 966383ab authored by Bartek Górny's avatar Bartek Górny

Added rss_guid for compliance with standard

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16087 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6769f18d
......@@ -345,6 +345,10 @@
<string>description</string>
<string>rss_description</string>
</tuple>
<tuple>
<string>absolute_url</string>
<string>rss_guid</string>
</tuple>
</list>
</value>
</item>
......
......@@ -90,6 +90,7 @@
- rss_description\n
- rss_pubDate\n
- rss_link\n
- rss_guid (which should be an absolute url of the document)\n
The way an object is presented should be defined in the listbox - the RSS skin passes on\n
what is in the listbox, as is. So you can produce your own description, author information\n
or publication date. A partial exception to this rule is dates - RSS protocol requires\n
......
6
\ No newline at end of file
8
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment