Required Feed Elements
- title
- link
- description
Note: title and description assume plain text
More Feed Elements (Optional)
- lastBuildDate (Date in RFC 822 format e.g. Sat, 07 Sep 2002 09:42:31 GMT)
Note: similar to Atom updated
- pubDate (Date in RFC 822 format e.g. Sat, 07 Sep 2002 00:00:01 GMT)
Note: same as pubDate in items ??; if no pubDate in item - use pubDate in feed?? is that the intention?? - same as latest pubDate in items ???
New York Times
<title>NYT > Technology</title>
<link>http://www.nytimes.com/pages/technology/index.html?partner=rss&emc=rss</link>
<description>Technology</description>
<pubDate>Thu, 15 Jan 2015 12:33:42 GMT</pubDate>
<lastBuildDate>Thu, 15 Jan 2015 12:33:42 GMT</lastBuildDate>
Site Point
<title>SitePoint » Ruby</title>
<link>http://www.sitepoint.com</link>
<description>
Learn CSS | HTML5 | JavaScript | Wordpress |
Tutorials-Web Development | Reference | Books and More
</description>
<lastBuildDate>Thu, 15 Jan 2015 04:08:51 +0000</lastBuildDate>
Required Item Elements
- title
- link
- description
or
- description (full html-escaped content)
More Feed Elements (Optional)
-
pubDate (Date in RFC 822 format e.g. Sat, 07 Sep 2002 00:00:01 GMT)
-
author
Note: only one author element allowed (supported) - Atom supports one or many
RFC 822
- Sat, 07 Sep 2002 09:42:31 GMT
Note: check if time zone is always GMT (UTC)???
Atom
Date format in ISO 801 ?? e.g. 2015-11-11T17:11Z ??
- updated - required? (preferred?)
- published ??? - also used/allowed? in feed
RSS 2.0
Date format in RFC 822 (like in HTTP Headers ???) e.g. Sat, 07 Sep 2002 09:42:31 GMT
- lastBuildDate - preferred (assume same as Atom updated)
- pubDate - (sometime also used - same as latest items.pubDate ??)
Atom
- subtitle (allows @type ?? e.g. html,escaped,xhtml,text - default? )
RSS 2.0
- description (no attribs; assumes plain text)
Atom
RSS
AT&T - check how encoded in title in XML ??