File: rss.xml

package info (click to toggle)
totem-pl-parser 3.26.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,484 kB
  • sloc: ansic: 10,545; xml: 3,061; sh: 51; makefile: 14; php: 1
file content (14 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
    <title>Title</title>
    <link>http://example.com</link>

    <item>
      <title>Video #1</title>
      <link>http://www.guardian.co.uk/technology/audio/2011/may/03/tech-weekly-art-love-bin-laden</link>
      <guid>http://example.com/video1/from-rss</guid>
      <description>Video #1 description</description>
    </item>
    </channel>
</rss>