News 1.1
From cbwiki.net
Contents |
[edit]
Fields used in News applications
[edit]
<cb:simpleTitle>
Required. This should contain only the formal title of the news release. See User Guide
[edit]
<cb:occurrenceDate>
Required. Corresponds to the date of publication or release of the news item. See User Guide
[edit]
<cb:institutionAbbrev>
Optional. See User Guide
[edit]
<cb:keyword>
Optional. See User Guide
[edit]
<cb:resource>
Optional. See User Guide
[edit]
<cb:person>
Optional. Could be used to specify a media contact person or author, as required. See User Guide
[edit]
Note on elements outside <cb:news>
[edit]
<item><description>
The feed can contain the entire content of the news release or a brief summary of its content. See User Guide
[edit]
News Examples
A minimalistic, but valid, news item
<item rdf:about="http://yoursite.org/news/20070201a.html">
<title>2 Jan Third Quarter Review of Annual Policy for 2006-07 on January 31, 2007</title>
<link>http://yoursite.org/news/20070201a.html</link>
<description>The Third Quarter Review of Annual Statement on Monetary Policy for the year 2006-07 will be available on the Reserve Bank's website at 12.00 noon (Indian Standard Time) on Wednesday, January 31, 2007.</description>
<dc:date>2007-01-02T19:20:00+01:00</dc:date>
<cb:news>
<cb:simpleTitle>Third Quarter Review of Annual Policy for 2006-07 on January 31, 2007</cb:simpleTitle>
<cb:occurrenceDate>2007-01-02T19:20:00+01:00</cb:occurrenceDate>
</cb:news>
</item>
A fuller news item
<item rdf:about="http://yoursite.org/news/20070201a.html">
<title>2 Jan Third Quarter Review of Annual Policy for 2006-07 on January 31, 2007</title>
<link>http://yoursite.org/news/20070201a.html</link>
<description>The Third Quarter Review of Annual Statement on Monetary Policy for the year 2006-07 will be available on the Reserve Bank's website at 12.00 noon (Indian Standard Time) on Wednesday, January 31, 2007.</description>
<dc:date>2007-01-02T19:20:00+01:00</dc:date>
<cb:news>
<cb:simpleTitle>Third Quarter Review of Annual Policy for 2006-07 on January 31, 2007</cb:simpleTitle>
<cb:occurrenceDate>2007-01-02T19:20:00+01:00</cb:occurrenceDate>
<cb:keyword>India</cb:keyword>
<cb:keyword>monetary policy</cb:keyword>
<cb:resource>
<cb:title>Press release in PDF format</cb:title>
<cb:link>http://yoursite.org/news/20070201a.pdf</cb:link>
<cb:description>PDF version of the announcement that the Third Quarter Review of Annual Statement on Monetary Policy for the year 2006-07 will be available on the Reserve Bank's website at 12.00 noon (Indian Standard Time) on Wednesday, January 31, 2007.</cb:description>
</cb:resource>
</cb:news>
</item>
