File: opml.xml

package info (click to toggle)
noss 1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 704 kB
  • sloc: perl: 6,571; sh: 569; xml: 294; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 712 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<opml version="1.0">
    <head>
        <title>Test feed list</title>
    </head>
    <body>
        <outline title="Folder1" text="Folder1" type="folder">
            <outline title="Feed1" text="Feed1" xmlUrl="https://phonysite.com/f1.xml" type="rss"/>
            <outline title="Feed2" text="Feed2" xmlUrl="https://phonysite.com/f2.xml" type="rss"/>
        </outline>
        <outline title="Folder2" text="Folder2" type="folder">
            <outline title="Feed3" text="Feed3" xmlUrl="https://phonysite.com/f3.xml" type="rss"/>
            <outline title="Feed4" text="Feed4" xmlUrl="https://phonysite.com/f4.xml" type="rss"/>
        </outline>
    </body>
</opml>