File: rss20_2.xml

package info (click to toggle)
newsboat 2.38-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,540 kB
  • sloc: cpp: 90,216; xml: 606; sh: 429; makefile: 369; ruby: 258; python: 239; ansic: 211; php: 63; awk: 59; perl: 38
file content (45 lines) | stat: -rw-r--r-- 1,844 bytes parent folder | download | duplicates (2)
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
44
45
<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
    <title>my weblog</title>
    <link>http://example.com/blog/</link>
    <description>my description</description>

<item>
    <comments>http://example.com/blog/this_is_an_item.html#comments</comments>
    <author>blog@synflood.at (Andreas Krennmair)</author>
    <pubDate>Fri, 12 Dec 2008 02:36:10 +0100</pubDate>
    <guid isPermaLink="false">http://example.com/blog/this_is_an_item.html</guid>

    <media:description type="html">media html content</media:description>
    <media:title>using multiple media tags</media:title>
    <media:player url="http://example.com/player.html"/>
</item>

<item>
    <comments>http://example.com/blog/this_is_an_item.html#comments</comments>
    <author>blog@synflood.at (Andreas Krennmair)</author>
    <pubDate>Fri, 12 Dec 2008 02:36:10 +0100</pubDate>
    <guid isPermaLink="false">http://example.com/blog/this_is_an_item.html</guid>

    <media:group>
      <media:content>
        <media:description type="html">nested media html content</media:description>
        <media:title>using multiple media tags nested in group/content</media:title>
        <media:player url="http://example.com/player.html"/>
      </media:content>
    </media:group>
</item>

<item>
    <comments>http://example.com/blog/this_is_an_item.html#comments</comments>
    <author>blog@synflood.at (Andreas Krennmair)</author>
    <pubDate>Fri, 12 Dec 2008 02:36:10 +0100</pubDate>
    <guid isPermaLink="false">http://example.com/blog/using-media-content.html</guid>

    <media:content url="http://example.com/media-test.png" type="image/png" />
    <media:content url="http://example.com/movie.mov" type="video/quicktime" />
</item>
</channel>
</rss>