aboutsummaryrefslogtreecommitdiff
path: root/opml.st
blob: 4fc9b2f45f8da0dc6c30678864e97dcad97615cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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>

$!
Local Variables:
  mode: xml
  coding: utf-8
End:
!$