aboutsummaryrefslogtreecommitdiff
path: root/opml.st
diff options
context:
space:
mode:
Diffstat (limited to 'opml.st')
-rw-r--r--opml.st17
1 files changed, 17 insertions, 0 deletions
diff --git a/opml.st b/opml.st
new file mode 100644
index 0000000..3fd6360
--- /dev/null
+++ b/opml.st
@@ -0,0 +1,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>
+
+