mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
25 lines
870 B
XML
25 lines
870 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<rss version="2.0">
|
|
<channel>
|
|
<title>Channel title</title>
|
|
<description>Channel description</description>
|
|
<link>Channel link</link>
|
|
<item>
|
|
<title>Episode 1</title>
|
|
<enclosure url="http://www.example.com/podcasts/Episode%201" length="0" type="audio/x-m4a" />
|
|
</item>
|
|
<item>
|
|
<title>Episode 2</title>
|
|
<enclosure url="http://www.example.com/podcasts/Episode%20%232" length="0" type="audio/x-m4a" />
|
|
</item>
|
|
<item>
|
|
<title>Episode 3</title>
|
|
<enclosure url="http://www.example.com/podcasts/Episode%20%233/" length="0" type="audio/x-m4a" />
|
|
</item>
|
|
<item>
|
|
<title>Episode 4</title>
|
|
<enclosure url="http://www.example.com/podcasts/Is%20This%20Episode%20%234%3F" length="0" type="audio/x-m4a" />
|
|
</item>
|
|
</channel>
|
|
</rss>
|