A mod is planned to add links to rss feeds and sitemaps in the forum, as well as auto-discovery links.
But the links do exist already :
www.phpbb-seo.com/rss.xml.gz = general feed
www.phpbb-seo.com/channels-rss.xml.gz = list of all available RSS feeds.
And you can build the channel list with option (need to allow them in acp) :
www.phpbb-seo.com/channels-rss-m.xml.gz = list of all feeds with messages digest (parsing bbcodes and smilies).
www.phpbb-seo.com/channels-rss-l.xml.gz = list of all feeds (long version)
www.phpbb-seo.com/channels-rss-s.xml.gz = list of all feeds (short version)
And you can combine
www.phpbb-seo.com/channels-rss-s-m.xml.gz and
www.phpbb-seo.com/channels-rss-l-m.xml.gz
As you can see, you've got additionally a feed per forum, with all the describbed options, like
http://www.phpbb-seo.com/phpbb-forum-rb30-l-m.xml.gz
As well,
www.phpbb-seo.com/forum-rss.xml.gz wich by default is the same as rss.xml, but with additional listing plug-ins, this one will only list items from the forum and rss.xml will list items from all available modules.
Her, you can see that there is already a plug-in, to handle the multiforum set up, so rss.xml is showing messages from both forums, and you can find the English forum messages under this url :
www.phpbb-seo.com/board-rss.xml.gz
Again, -l,-s and -m can be added the same way.
The last type of rss feed is
www.phpbb-seo.com/forums-rss.xml.gz listing forums url and feeds (
www.phpbb-seo.com/boards-rss.xml.gz )
Now remember, only public content is listed.
++