You really only have to make the view for the rss feed.
So in your theme you would create a file called /theme/yourtheme/views/discussion/index_rss.php. Have a look at the rss view in /applications/vanilla/views/discussions/index_rss.php to get an idea of what to do.
Answers
@Todd: thanks for your reply.
So in your theme you would create a file called
/theme/yourtheme/views/discussion/index_rss.php
. Have a look at the rss view in/applications/vanilla/views/discussions/index_rss.php
to get an idea of what to do.