Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
michael@0 | 2 | <rss version="2.0"> |
michael@0 | 3 | <channel> |
michael@0 | 4 | <title>Channel title</title> |
michael@0 | 5 | <description>Channel description</description> |
michael@0 | 6 | <link>Channel link</link> |
michael@0 | 7 | <item> |
michael@0 | 8 | <title>Episode 1</title> |
michael@0 | 9 | <enclosure url="http://www.example.com/podcasts/Episode%201" length="0" type="audio/x-m4a" /> |
michael@0 | 10 | </item> |
michael@0 | 11 | <item> |
michael@0 | 12 | <title>Episode 2</title> |
michael@0 | 13 | <enclosure url="http://www.example.com/podcasts/Episode%20%232" length="0" type="audio/x-m4a" /> |
michael@0 | 14 | </item> |
michael@0 | 15 | <item> |
michael@0 | 16 | <title>Episode 3</title> |
michael@0 | 17 | <enclosure url="http://www.example.com/podcasts/Episode%20%233/" length="0" type="audio/x-m4a" /> |
michael@0 | 18 | </item> |
michael@0 | 19 | <item> |
michael@0 | 20 | <title>Episode 4</title> |
michael@0 | 21 | <enclosure url="http://www.example.com/podcasts/Is%20This%20Episode%20%234%3F" length="0" type="audio/x-m4a" /> |
michael@0 | 22 | </item> |
michael@0 | 23 | </channel> |
michael@0 | 24 | </rss> |