aboutsummaryrefslogtreecommitdiff
path: root/opml.st
blob: 9a928edaf4f891324733d50ad1d13e20eda4f603 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<opml version="1.0">
 <head>
  <dateCreated>$date$</dateCreated>
  <title>G&#246;del-Gentzen Clojure Syndication Services Super System Feed Export</title>
 </head>
 <body>
  $feeds:{f |
   <outline
	text="$f.text$"
	xmlUrl="$f.xmlurl$"
	htmlUrl="$f.htmlurl$"
	/> }$
 </body>
</opml>