Login
1 branch 0 tags
Ben (T14/NixOS) Minor Makefile cleanup 7080bfb 28 days ago 85 Commits
moon / tests / fixtures / opml / basic.opml
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
  <body>
    <outline text="Feed One" type="rss" xmlUrl="https://example.com/feed1.xml"/>
    <outline text="Skip Non RSS" type="link" xmlUrl="https://example.com/not-rss.xml"/>
    <outline title="Feed Two" xmlUrl="https://example.com/feed2.xml"/>
    <outline text="Skip Missing URL" type="rss"/>
  </body>
</opml>