rss10sample_modules.xml - sfeed_tests - sfeed tests and RSS and Atom files
(HTM) git clone git://git.codemadness.org/sfeed_tests
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
rss10sample_modules.xml (2504B)
---
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <rdf:RDF
4 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
7 xmlns:co="http://purl.org/rss/1.0/modules/company/"
8 xmlns:ti="http://purl.org/rss/1.0/modules/textinput/"
9 xmlns="http://purl.org/rss/1.0/"
10 >
11
12 <channel rdf:about="http://meerkat.oreillynet.com/?_fl=rss1.0">
13 <title>Meerkat</title>
14 <link>http://meerkat.oreillynet.com</link>
15 <description>Meerkat: An Open Wire Service</description>
16 <dc:publisher>The O'Reilly Network</dc:publisher>
17 <dc:creator>Rael Dornfest (mailto:rael@oreilly.com)</dc:creator>
18 <dc:rights>Copyright © 2000 O'Reilly & Associates, Inc.</dc:rights>
19 <dc:date>2000-01-01T12:00+00:00</dc:date>
20 <sy:updatePeriod>hourly</sy:updatePeriod>
21 <sy:updateFrequency>2</sy:updateFrequency>
22 <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
23
24 <image rdf:resource="http://meerkat.oreillynet.com/icons/meerkat-powered.jpg" />
25
26 <items>
27 <rdf:Seq>
28 <rdf:li resource="http://c.moreover.com/click/here.pl?r123" />
29 </rdf:Seq>
30 </items>
31
32 <textinput rdf:resource="http://meerkat.oreillynet.com" />
33
34 </channel>
35
36 <image rdf:about="http://meerkat.oreillynet.com/icons/meerkat-powered.jpg">
37 <title>Meerkat Powered!</title>
38 <url>http://meerkat.oreillynet.com/icons/meerkat-powered.jpg</url>
39 <link>http://meerkat.oreillynet.com</link>
40 </image>
41
42 <item rdf:about="http://c.moreover.com/click/here.pl?r123">
43 <title>XML: A Disruptive Technology</title>
44 <link>http://c.moreover.com/click/here.pl?r123</link>
45 <dc:description>
46 XML is placing increasingly heavy loads on the existing technical
47 infrastructure of the Internet.
48 </dc:description>
49 <dc:publisher>The O'Reilly Network</dc:publisher>
50 <dc:creator>Simon St.Laurent (mailto:simonstl@simonstl.com)</dc:creator>
51 <dc:rights>Copyright © 2000 O'Reilly & Associates, Inc.</dc:rights>
52 <dc:subject>XML</dc:subject>
53 <co:name>XML.com</co:name>
54 <co:market>NASDAQ</co:market>
55 <co:symbol>XML</co:symbol>
56 </item>
57
58 <textinput rdf:about="http://meerkat.oreillynet.com">
59 <title>Search Meerkat</title>
60 <description>Search Meerkat's RSS Database...</description>
61 <name>s</name>
62 <link>http://meerkat.oreillynet.com/</link>
63 <ti:function>search</ti:function>
64 <ti:inputType>regex</ti:inputType>
65 </textinput>
66
67 </rdf:RDF>