www-gopher/templates/rss.tpl

11 lines
326 B
Smarty

<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>%%Title%%</title>
<description>%%Description%%</description>
<link>%%Url%%</link>
<atom:link href="%%Url%%rss.xml" rel="self" type="application/rss+xml" />
%%Items%%
</channel>
</rss>