summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/opml.xml.tmpl')
-rw-r--r--templates/opml.xml.tmpl16
1 files changed, 0 insertions, 16 deletions
diff --git a/templates/opml.xml.tmpl b/templates/opml.xml.tmpl
deleted file mode 100644
index aaa88338..00000000
--- a/templates/opml.xml.tmpl
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0"?>
-<opml version="1.1">
- <head>
- <title><TMPL_VAR name></title>
- <dateCreated><TMPL_VAR date_822></dateCreated>
- <dateModified><TMPL_VAR date_822></dateModified>
- <ownerName><TMPL_VAR owner_name></ownerName>
- <ownerEmail><TMPL_VAR owner_email></ownerEmail>
- </head>
-
- <body>
- <TMPL_LOOP Channels>
- <outline text="<TMPL_VAR name ESCAPE="HTML">" xmlUrl="<TMPL_VAR url ESCAPE="HTML">"/>
- </TMPL_LOOP>
- </body>
-</opml>