Talk live via Skype with a volunteer, in any of several languages.
Go to
BOINC Online Help.
";
show_forum_title(null, null, null, null, false);
start_forum_table(array("Topic", "# Questions", "Last post"));
$categories = BoincCategory::enum("is_helpdesk=1 order by orderID");
foreach ($categories as $category) {
echo "
", $category->name, " |
";
$forums = BoincForum::enum("category=$category->id order by orderID");
foreach ($forums as $forum) {
echo "
id\">$forum->title
", $forum->description, "
|
", $forum->threads, " |
", time_diff_str($forum->timestamp, time()), " |
";
}
}
echo "
";
page_tail();
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>