Have posted both the Atom and RSS generators up, so you have the choice of either/both:
http://forums.bauchan.org/unix/viewdownloads.php?dcid=1
There is a langfile to go in lang/English/, a feed_functions.php file to go in include/user/, and then the two atom.xml and rss.xml files to go in the root forum dir. The scripts are call via one of four parameters:
[path/to/forum/]atom.xml?cid=[category id]
[path/to/forum/]atom.xml?fid=[forum id]
[path/to/forum/]atom.xml?tid=[topic id]
The fourth one is for if you are running the sub-forum mod. It will generate a feed for all of the child forums of a parent forum:
[path/to/forum/]atom.xml?pfid=[parent forum id]
These are feeds on the test forum:
http://forums.bauchan.org/punbb/atom.xml?fid=1
http://forums.bauchan.org/punbb/rss.xml?fid=1
Edit: Obviously, change atom.xml to rss.xml above if you're using the RSS feeds.