30 lines
983 B
XML
30 lines
983 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<rss version="0.91">
|
|
<channel>
|
|
<title>Example</title>
|
|
<link>http://example.com</link>
|
|
<description>Example updates</description>
|
|
<language>en-us</language>
|
|
<copyright>Copyright 2000, Example team.</copyright>
|
|
<managingEditor>editor@example.com</managingEditor>
|
|
<webMaster>webmaster@example.com</webMaster>
|
|
<image>
|
|
<title>Example</title>
|
|
<url>http://example.com/images/druplicon.png</url>
|
|
<link>http://example.com</link>
|
|
<width>88</width>
|
|
<height>100</height>
|
|
<description>Example updates</description>
|
|
</image>
|
|
<item>
|
|
<title>Example turns one</title>
|
|
<link>http://example.com/example-turns-one</link>
|
|
<description>Example turns one.</description>
|
|
</item>
|
|
<item>
|
|
<title>Example turns two</title>
|
|
<link>http://example.com/example-turns-two</link>
|
|
<description>Example turns two.</description>
|
|
</item>
|
|
</channel>
|
|
</rss> |