. // get a forum as RSS feed // arguments: // threads_only // If true, only show threads (not posts within a thread) // by decreasing create time // Else enumerate threads by decreasing timestamp, // and show the post with latest timestamp for each require_once("../inc/util.inc"); require_once("../inc/boinc_db.inc"); require_once("../inc/forum_rss.inc"); if (DISABLE_FORUMS) error_page("Forums are disabled"); $forumid = get_int('forumid'); $forum = BoincForum::lookup_id($forumid); if (!$forum) error_page("no such forum"); if (get_int('setup', true)) { page_head(tra("%1 RSS feed", $forum->title)); echo tra("This message board is available as an RSS feed.") ." " .tra("Options:")."