Atom feed or RSS feed
this is the code to use in your html to make that happen
<link rel="alternate" type="application/atom+xml" title="Atom feed" href="http://www.example.com/feeed/1/" />
<link rel="alternate" type="application/rss+xml" title="RSS feed" href="http://www.example.com/feeed/1/" />
<link rel="alternate" type="application/rss+xml" title="RSS feed" href="http://www.example.com/feeed/1/" />
simple
example: http://codeigniter.com/forums/viewforum/58/

