<feed
xmlns="http://www.w3.org/2005/Atom"
xmlns:thr="http://purl.org/syndication/thread/1.0"
xml:lang="en"
xml:base="{yoursite}feed.php?feed=atom">
<id>{yoursite}feed.php?feed=atom</id>
<title>{sitename}</title>
<link rel="alternate" type="text/html" href="{yoursite}" />
<subtitle type="text">{sitedescr}</subtitle>
<link rel="self" type="application/atom+xml" href="{yoursite}feed.php?feed=atom" />
<updated>{lastmodified}</updated>
<rights type="text">Copyright {copyrightdate}</rights>
<generator uri="{company_url}">{cms_name}</generator>
{loop:content}
<entry>
<author>
<name>{author}</name>
</author>
<title type="html"><![CDATA[{title}]]></title>
<link rel="alternate" type="text/html" href="{permalink}" />
<id>{permalink}</id>
<updated>{created}</updated>
<published>{created}</published>
<content type="html" xml:base="{permalink}"><![CDATA[ {descr}]]></content>
</entry>
{/loop}
</feed>