aboutsummaryrefslogtreecommitdiff
path: root/sample.opml
blob: 34ca865c7c2951d185752948711c42ac8a1fd2e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<opml version="2.0">
  <head>
    <title>Sample OPML File</title>
  </head>
  <body>
    <outline title="Sample Topic">
      <outline type="rss" xmlUrl="https://example.org/feed" htmlUrl="http://example.org" title="Example"/>
      <!--
      <outline type="rss" xmlUrl="" htmlUrl="" title=""/>
      -->
    </outline>
  </body>
</opml>