You already have an "RSS" Feed. It is enabled by default (Admin > Edit News Page)
You can post a feed icon someplace on your forum that members can click on to get the feed.
You can find feed icons here:
http://www.feedicons.com/The feed for your forum is:
(replace YOUR FORUM URL with your forum's url)
http://YOUR FORUM URL?action=.xml;type=rss;sa=recent;
To post a link for the feed on your forum:
<a href="http://YOUR FORUM URL?action=.xml;type=rss;sa=recent;"><img src="FEED IMAGE URL"></a>
If you want a board specific feed you need to know the board number.
To find the boards number right mouse click on the Boards name.
You will see the boards number in your browsers status bar.
The url for the feed for that board will be like this:
http://YOUR FORUM URL?action=.xml;type=rss;sa=recent;board=35
Replace 35 with the board number
To post the link:
<a href="http://YOUR FORUM URL?action=.xml;type=rss;sa=recent;board=35"><img src="FEED IMAGE URL"></a>