


http://www.quakeworld.nu/rss.php
limit=x where x is a number - this will return x amount of news entries.
e.g. http://www.quakeworld.nu/rss.php?limit=5 will return 5 news entries.
http://www.quakeworld.nu/forum/rss.php
limit=x where x is a number - this will return x amount of posts or topics
short=1 - adding this to the querystring will remove the forum title from the RSS <title> tag
group=1 - adding this to the querystring will only display one post per topic
forum=x where x is a number - this will return posts only from the forum with id=x - for example the help forum is id=7
category=x where x is a number - this will return posts only from the forums within a certain category with id=x
e.g. http://www.quakeworld.nu/forum/rss.php?limit=10&short=1&group=1&f=7 will return 10 posts from the help forum, without the forum title, and with only one post per topic