Initial functional version of feed subscription plugin, currently supporting only PuSH-enabled feeds.
This commit is contained in:
15
plugins/FeedSub/extlib/XML/Feed/samples/rss091-simple.xml
Executable file
15
plugins/FeedSub/extlib/XML/Feed/samples/rss091-simple.xml
Executable file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd">
|
||||
<rss version="0.91">
|
||||
<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>
|
||||
</channel>
|
||||
</rss>
|
Reference in New Issue
Block a user