1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-23 09:02:41 +00:00
Arsse/tests/docroot/Import/OPML/FeedsOnly.opml
2021-01-08 16:46:21 -05:00

12 lines
629 B
Text

<opml>
<body>
<outline type="rss" xmlUrl="http://localhost:8000/1" text="Feed 1"/>
<outline type="rss" xmlUrl="http://localhost:8000/2" text=""/>
<outline type="rss" xmlUrl="http://localhost:8000/3"/>
<outline type="rss" xmlUrl="http://localhost:8000/4" title="Feed 4"> <!-- Only the "text" attribute is used -->
<outline type="rss" xmlUrl="http://localhost:8000/!" title="Not a feed"/> <!-- Any descendants of a feed are skipped -->
</outline>
<outline type="rss" xmlUrl="" category="whee"/>
<outline type="rss" category="whee,whoo,"/>
</body>
</opml>