rss now from view/rss.php
[dylansserver.git] / view / rss.php
1 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
2 <channel>
3 <title>dylansserver.com/notes/rss</title>
4 <link>http://dylansserver.com/notes</link>
5 <description>dylansserver.com/notes/rss</description>
6 <atom:link href="http://dylansserver.com/notes/rss" rel="self" type="application/rss+xml" />
7 <?php $this->display_items() ?>
8 </channel>
9 </rss>