32 lines
792 B
XML
32 lines
792 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<rss version="2.0"
|
|
xmlns:content="http://purl.org/rss/1.0/modules/content/"
|
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
xmlns:atom="http://www.w3.org/2005/Atom"
|
|
>
|
|
|
|
<channel>
|
|
<title />
|
|
<link />
|
|
<atom:link href="" rel="self" type="application/rss+xml" />
|
|
<description />
|
|
<copyright />
|
|
<lastBuildDate />
|
|
<language />
|
|
<docs>http://www.rssboard.org/rss-specification</docs>
|
|
|
|
<item>
|
|
<link />
|
|
<title />
|
|
<guid isPermaLink="false" />
|
|
<pubDate />
|
|
<dc:creator />
|
|
<description />
|
|
<content:encoded />
|
|
<comments />
|
|
<category />
|
|
</item>
|
|
</channel>
|
|
</rss>
|