Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <?xml version="1.0"?>
2 <!--
4 Description: RSS 0.94 works
5 Expect: feed.title.plainText() == "Scripting News" && result.version == "rss094"
7 -->
8 <rss version="0.94">
9 <channel>
10 <language>en</language>
11 <description>
12 News and commentary from the cross-platform scripting community.
13 </description>
14 <link>http://www.scripting.com/</link>
15 <title>Scripting News</title>
16 <image>
17 <link>http://www.scripting.com/</link>
18 <title>Scripting News</title>
19 <url>http://www.scripting.com/gifs/tinyScriptingNews.gif</url>
20 </image>
21 <item>
22 <title>stuff</title>
23 <link>http://bar.example.com</link>
24 <description>This is an article about some stuff</description>
25 </item>
26 </channel>
27 </rss>