summaryrefslogtreecommitdiffstats
path: root/sample/rss/sampleRss.xml
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-31 16:10:53 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-31 16:10:53 +0000
commitff680dde5ad1dc8ade7b7d1ead38c5c23f28697c (patch)
tree088915bab077d20c8928cccfca6fb0eb2cf36347 /sample/rss/sampleRss.xml
parent26ec6ec4d1ed582d293c5ea5783b565825e63d1b (diff)
downloadruby-ff680dde5ad1dc8ade7b7d1ead38c5c23f28697c.tar.gz
ruby-ff680dde5ad1dc8ade7b7d1ead38c5c23f28697c.tar.xz
ruby-ff680dde5ad1dc8ade7b7d1ead38c5c23f28697c.zip
* lib/rss/parser.rb (RSS::Parser): added @@default_parser. Used
XML parser became selectable. * test/rss/test_parser.rb: added tests for RSS::Parser.default_parser. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/rss/sampleRss.xml')
-rw-r--r--sample/rss/sampleRss.xml50
1 files changed, 0 insertions, 50 deletions
diff --git a/sample/rss/sampleRss.xml b/sample/rss/sampleRss.xml
deleted file mode 100644
index 65788c3d0..000000000
--- a/sample/rss/sampleRss.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
-<rss version="0.91">
- <channel>
- <title>WriteTheWeb</title>
- <link>http://writetheweb.com</link>
- <description>News for web users that write back</description>
- <language>en-us</language>
- <copyright>Copyright 2000, WriteTheWeb team.</copyright>
- <managingEditor>editor@writetheweb.com</managingEditor>
- <webMaster>webmaster@writetheweb.com</webMaster>
- <image>
- <title>WriteTheWeb</title>
- <url>http://writetheweb.com/images/mynetscape88.gif</url>
- <link>http://writetheweb.com</link>
- <width>88</width>
- <height>31</height>
- <description>News for web users that write back</description>
- </image>
- <item>
- <title>Giving the world a pluggable Gnutella</title>
- <link>http://writetheweb.com/read.php?item=24</link>
- <description>WorldOS is a framework on which to build programs that work like Freenet or Gnutella -allowing distributed applications using peer-to-peer routing.</description>
- </item>
- <item>
- <title>Syndication discussions hot up</title>
- <link>http://writetheweb.com/read.php?item=23</link>
- <description>After a period of dormancy, the Syndication mailing list has become active again, with contributions from leaders in traditional media and Web syndication.</description>
- </item>
- <item>
- <title>Personal web server integrates file sharing and messaging</title>
- <link>http://writetheweb.com/read.php?item=22</link>
- <description>The Magi Project is an innovative project to create a combined personal web server and messaging system that enables the sharing and synchronization of information across desktop, laptop and palmtop devices.</description>
- </item>
- <item>
- <title>Syndication and Metadata</title>
- <link>http://writetheweb.com/read.php?item=21</link>
- <description>RSS is probably the best known metadata format around. RDF is probably one of the least understood. In this essay, published on my O'Reilly Network weblog, I argue that the next generation of RSS should be based on RDF.</description>
- </item>
- <item>
- <title>UK bloggers get organised</title>
- <link>http://writetheweb.com/read.php?item=20</link>
- <description>Looks like the weblogs scene is gathering pace beyond the shores of the US. There's now a UK-specific page on weblogs.com, and a mailing list at egroups.</description>
- </item>
- <item>
- <title>Yournamehere.com more important than anything</title>
- <link>http://writetheweb.com/read.php?item=19</link>
- <description>Whatever you're publishing on the web, your site name is the most valuable asset you have, according to Carl Steadman.</description>
- </item>
- </channel>
- </rss>