summaryrefslogtreecommitdiff
path: root/srv/templates/rsspage.tmpl
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@farfotzle.omgwallhack.org>2010-08-08 16:07:05 -0700
committerJoe Rayhawk <jrayhawk@farfotzle.omgwallhack.org>2010-08-08 16:07:05 -0700
commit6269337c1e14063ffe1e3fa982c30e6763d191c5 (patch)
tree497214a6911c40238f114946e18cbc8b7e7a18b4 /srv/templates/rsspage.tmpl
parentfa904279c38a28fd95af00012b4ebfa354b9e34e (diff)
downloadpiny-code-6269337c1e14063ffe1e3fa982c30e6763d191c5.tar.gz
piny-code-6269337c1e14063ffe1e3fa982c30e6763d191c5.zip
Removing unmodified templates; Ikiwiki will fall back to defaults.
Diffstat (limited to 'srv/templates/rsspage.tmpl')
-rw-r--r--srv/templates/rsspage.tmpl11
1 files changed, 0 insertions, 11 deletions
diff --git a/srv/templates/rsspage.tmpl b/srv/templates/rsspage.tmpl
deleted file mode 100644
index e54094a..0000000
--- a/srv/templates/rsspage.tmpl
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0"?>
-<rss version="2.0"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:dcterms="http://purl.org/dc/terms/" >
-<channel>
-<title><TMPL_VAR TITLE></title>
-<link><TMPL_VAR PAGEURL></link>
-<description><TMPL_VAR FEEDDESC ESCAPE=HTML></description>
-<TMPL_VAR CONTENT>
-</channel>
-</rss>