aboutsummaryrefslogtreecommitdiff
path: root/opml.st
blob: 3fd63609cbdf3ed6af48cb4f9956d0b294a9fc2c (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&ouml;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>