mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 09:25:03 -05:00
9 lines
306 B
XML
9 lines
306 B
XML
|
<!--
|
||
|
Description: channel link
|
||
|
Expect: not bozo and feed['link'] == u'http://example.com/'
|
||
|
-->
|
||
|
<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">
|
||
|
<link>http://example.com/</link>
|
||
|
</channel>
|
||
|
</rdf:RDF>
|