";
show_platform($pname, $p, $dev);
list_end();
} else {
page_head("Download BOINC client software");
echo "
We are now using mirrored download servers at partner institutions.
Your download will come from a randomly-chosen server.
Thanks to these partners for their help.
If you have trouble downloading a file,
please reload this page in your browser and try again.
This will link to a different download mirror and may
fix the problem.
";
foreach($platforms as $short_name=>$p) {
show_platform($short_name, $p, $dev);
}
list_end();
echo "
If your computer is not of one of these types, you can
Note: BOINC is not available for Mac OS 9 or earlier.
There are no plans to develop an OS 9 version.
";
}
echo "
Download information can be restricted by
platform and/or version number,
and can be obtained in XML format.
Details.
";
page_tail();
}
?>