This repository has been archived on 2020-06-13. You can view files and clone it, but cannot push or open issues/pull-requests.
penguincoder.org-horde/templates/journal/rss.xml

17 lines
611 B
XML

<?xml version="1.0" encoding="<tag:charset />"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91">
<channel>
<title><tag:channel_name /></title>
<description><tag:channel_desc /></description>
<link><tag:channel_url /></link>
<pubDate><tag:channel_updated /></pubDate>
<loop:entries>
<item>
<title><tag:entries.title /></title>
<link><tag:entries.link /></link>
</item>
</loop:entries>
</channel>
</rss>