rss now from view/rss.php
[dylansserver.git] / view / rss.php
diff --git a/view/rss.php b/view/rss.php
new file mode 100644 (file)
index 0000000..2f55ca3
--- /dev/null
@@ -0,0 +1,9 @@
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+  <channel>
+    <title>dylansserver.com/notes/rss</title>
+    <link>http://dylansserver.com/notes</link>
+    <description>dylansserver.com/notes/rss</description>
+    <atom:link href="http://dylansserver.com/notes/rss" rel="self" type="application/rss+xml" />
+    <?php $this->display_items() ?>
+  </channel>
+</rss>