File: rss20.xml

package info (click to toggle)
nodebox-web 1.9.4.6-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,900 kB
  • sloc: python: 7,582; ansic: 581; xml: 239; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 1,725 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
  <title>Sample Feed</title>
  <description>For documentation &lt;em&gt;only&lt;/em&gt;</description>
  <link>http://example.org/</link>
  <language>en</language>
  <copyright>Copyright 2004, Mark Pilgrim</copyright>
  <managingEditor>editor@example.org</managingEditor>
  <webMaster>webmaster@example.org</webMaster>
  <pubDate>Sat, 07 Sep 2002 00:00:01 GMT</pubDate>
  <category domain="Syndic8">1024</category>
  <category domain="dmoz">Top/Society/People/Personal_Homepages/P/</category>
  <generator>Sample Toolkit</generator>
  <docs>http://feedvalidator.org/docs/rss2.html</docs>
  <cloud domain="rpc.example.com" port="80" path="/RPC2" registerProcedure="pingMe" protocol="soap"/>
  <ttl>60</ttl>
  <image>
    <url>http://example.org/banner.png</url>
    <title>Example banner</title>
    <link>http://example.org/</link>
    <width>80</width>
    <height>15</height>
  </image>
  <textInput>
    <title>Search</title>
    <description>Search this site:</description>
    <name>q</name>
    <link>http://example.org/mt/mt-search.cgi</link>
  </textInput>
  <item>
    <title>First item title</title>
    <link>http://example.org/item/1</link>
    <description>Watch out for &lt;span style="background: url(javascript:window.location='http://example.org/')"&gt;nasty tricks&lt;/span&gt;</description>
    <author>mark@example.org</author>
    <category>Miscellaneous</category>
    <comments>http://example.org/comments/1</comments>
    <enclosure url="http://example.org/audio/demo.mp3" length="1069871" type="audio/mpeg"/>
    <guid>http://example.org/guid/1</guid>
    <pubDate>Thu, 05 Sep 2002 00:00:01 GMT</pubDate>
  </item>
</channel>
</rss>