mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 17:12:41 +00:00
13 lines
614 B
Text
13 lines
614 B
Text
|
<opml>
|
||
|
<body>
|
||
|
<outline type="rss" xmlUrl="http://example.com/1" text="Feed 1"/>
|
||
|
<outline type="rss" xmlUrl="http://example.com/2" text=""/>
|
||
|
<outline type="rss" xmlUrl="http://example.com/3"/>
|
||
|
<outline type="rss" xmlUrl="http://example.com/4" title="Feed 4"> <!-- Only the "text" attribute is used -->
|
||
|
<outline type="rss" xmlUrl="http://example.com/!" 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>
|