mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 01:15:05 -05:00
9 lines
296 B
XML
9 lines
296 B
XML
|
<!--
|
||
|
Description: channel title
|
||
|
Expect: not bozo and feed['title'] == u'Example feed'
|
||
|
-->
|
||
|
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/">
|
||
|
<channel rdf:about="http://example.com/index.rdf">
|
||
|
<title>Example feed</title>
|
||
|
</channel>
|
||
|
</rdf:RDF>
|