mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
27 lines
739 B
XML
27 lines
739 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
|
|
Description: RSS unknown version works
|
|
Expect: feed.title.plainText() == "Scripting News" && result.version == "rssUnknown"
|
|
|
|
-->
|
|
<rss version="0.95">
|
|
<channel>
|
|
<language>en</language>
|
|
<description>
|
|
News and commentary from the cross-platform scripting community.
|
|
</description>
|
|
<link>http://www.scripting.com/</link>
|
|
<title>Scripting News</title>
|
|
<image>
|
|
<link>http://www.scripting.com/</link>
|
|
<title>Scripting News</title>
|
|
<url>http://www.scripting.com/gifs/tinyScriptingNews.gif</url>
|
|
</image>
|
|
<item>
|
|
<title>stuff</title>
|
|
<link>http://bar.example.com</link>
|
|
<description>This is an article about some stuff</description>
|
|
</item>
|
|
</channel>
|
|
</rss> |