aboutsummaryrefslogtreecommitdiff
path: root/opml/sample.opml
blob: 79baa5f17329954b6be94d0fb679fa0d3aea7618 (plain)
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
<?xml version="1.0"?>
<opml version="2.0">
  <head>
    <title>Sample OPML File</title>
  </head>
  <body>
    <outline title="Sample Topic">
      <!--
      <outline type="rss" xmlUrl="" htmlUrl="" title=""/>
      <outline type="rss" xmlUrl="https://example.org/feed" htmlUrl="https://example.org" title="Example"/>
      -->

      <!-- Status: under review -->
      <!--
      <outline type="rss" xmlUrl="" htmlUrl="" title=""/>
      -->

      <!-- Status: blocks Tor -->
      <!-- These results in access denied when fetched through Tor (as of XXXX-XX-XX) -->
      <!--
      <outline type="rss" xmlUrl="" htmlUrl="" title=""/>
      -->

      <!-- Status: missing feed -->
      <!--
      <outline type="rss" xmlUrl="" htmlUrl="" title=""/>
      -->

      <!-- Gone -->
      <!--
      <outline type="rss" xmlUrl="" htmlUrl="" title=""/>
      -->
    </outline>
  </body>
</opml>