engine/config/defaultfeeds.xml
author Sebastian Brannstrom <sebastianb@symbian.org>
Sun, 31 Oct 2010 14:15:37 +0000
branchRCL_3
changeset 321 7a0fb290f9c6
parent 17 4bcc91e70483
permissions -rw-r--r--
Re-enabled max items parsed, because disabling this causes shows to turn up as new multiple times. This again breaks feeds that add new shows at the bottom, so we need to solve this properly.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     2
<opml version="1.1">
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     3
<head>
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     4
  <title>Default feed list</title>
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     5
</head>
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     6
<body>
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     7
  <outline>
17
4bcc91e70483 Configuration changes to default podcasts. Changed Download to Get in toolbar
teknolog
parents: 2
diff changeset
     8
    <outline text="FLOSS Weekly" xmlUrl="http://leo.am/podcasts/floss"/>
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     9
    <outline text="All About Symbian Podcast" xmlUrl="http://rss.allaboutsymbian.com/media/podcastfeed.xml"/>
17
4bcc91e70483 Configuration changes to default podcasts. Changed Download to Get in toolbar
teknolog
parents: 2
diff changeset
    10
    <outline text="gdgt Weekly" xmlUrl="http://feeds.gdgt.com/gdgt/podcast-mp3"/>
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    11
    <outline text="Stephen Fry's PODGRAMS" xmlUrl="http://www.stephenfry.com/podcasts/rss.xml"/>
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    12
  </outline>
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    13
</body>
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    14
</opml>