From 2c2e8de50c5b362891a40a1a727262d742b97c21 Mon Sep 17 00:00:00 2001 From: christoph Date: Sat, 21 Feb 2009 02:26:59 +0100 Subject: Adding an OPML-Export /feedlist.opml which is session-aware. Unfortunately I couldnt create a class fitting to StringTemplate's needs, unfortunately Clojure seems not to be able to create Interfaces on-the-fly and one has to compile them before using them. I couldnt manage to do so, so I decided to create an OPML-String directly. So far, this works. Anyway, added opml.st and opmlclass.clj - which somehow reflect my trial of doing this. --- opml.st | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 opml.st (limited to 'opml.st') diff --git a/opml.st b/opml.st new file mode 100644 index 0000000..3fd6360 --- /dev/null +++ b/opml.st @@ -0,0 +1,17 @@ + + + + $date$ + Gödel-Gentzen Clojure Syndication Services Super System Feed Export + + + $feeds:{f | + }$ + + + + -- cgit v1.2.3