mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 01:15:05 -05:00
9 lines
334 B
XML
9 lines
334 B
XML
|
<!--
|
||
|
Description: channel description
|
||
|
Expect: not bozo and feed['description'] == u'Example description'
|
||
|
-->
|
||
|
<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">
|
||
|
<description>Example description</description>
|
||
|
</channel>
|
||
|
</rdf:RDF>
|