File: paged_feed.rss

package info (click to toggle)
podcastparser 0.6.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 780 kB
  • sloc: python: 721; makefile: 159
file content (7 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
<rss xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
    <title>Paged Feed Example</title>
    <atom:link rel="first" href="http://example.com/feed" />
    <atom:link rel="next" href="http://example.com/feed/page2" />
    </channel>
</rss>