Creating an Atom feed in Radiant

In case anyone else is interested in generating an Atom feed for
their Radiant site, I’ve put together an overview at

http://seansantry.com/development/articles/2006/12/15/creating-an-

atom-feed-in-radiant/

For those who want to skip to the punchline, here’s the source for my
Atom Feed page. If it’s not obvious what you need to replace, read
the above article :slight_smile:

  • Sean
<?xml version="1.0" encoding="UTF-8"?> Sean S.

http://seansantry.com/
Radiant
CMS

Sean S. http://seansantry.com/

<r:find url=“/articles/”><r:children:each limit=“1”
order=“desc”><r:date format=“%Y-%m-%dT%H:%M:%SZ” /></
r:children:each></r:find>

<r:find url=“/articles/”>
<r:children:each limit=“10” order=“desc”>

<r:author />
<r:date format=“%Y-%m-%dT%H:%M:%SZ” />
<r:date format=“%Y-%m-%dT%H:%M:%SZ” />
<r:title />

http://seansantry.com<r:url />
<r:escape_html><r:content /></
r:escape_html>

</r:children:each>
</r:find>