webring/src/example.opml

17 lines
423 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<opml version="2.0">
<head>
<title>webring</title>
<text>webring</text>
<ownerName>dozens</ownerName>
<ownerEmail>dozens@tilde.team</ownerEmail>
</head>
<body>
<outline text="webring" title="webring">
{{#data}}
<outline text="{{{name}}}" title="{{{title}}}" type="rss" xmlUrl="{{{feed}}}" />
{{/data}}
</outline>
</body>
</opml>