goes like this:
Code:
<channel>
<item>
<title></title>
<link></link>
<pubDate></pubDate>
<description></description>
</item>
</channel>
that is the format that it follows, if there are more items, they go between the <channel> tags.
for now, this is just a RSS feed. i haven't had time to look into adding different kinds of feeds like RDF or ATOM. i might if i get some time.