2002-04-30 22:22:54 +00:00
|
|
|
<?php
|
|
|
|
|
2002-11-09 20:26:50 +00:00
|
|
|
require_once("db.inc");
|
|
|
|
require_once("util.inc");
|
|
|
|
|
2002-04-30 22:22:54 +00:00
|
|
|
|
2002-12-04 19:14:00 +00:00
|
|
|
$authenticator = init_session();
|
2002-04-30 22:22:54 +00:00
|
|
|
db_init();
|
2002-11-26 00:39:58 +00:00
|
|
|
|
2003-02-07 09:00:35 +00:00
|
|
|
page_head("Download the BOINC client");
|
|
|
|
echo "
|
|
|
|
To participate in ".PROJECT." you must
|
|
|
|
install BOINC* software on your computer.
|
|
|
|
<p>
|
|
|
|
If BOINC is already installed on your computer,
|
|
|
|
<a href=prefs_edit_form.php>finish setting up your account</a>.
|
|
|
|
<p>
|
|
|
|
Otherwise <a href=download.php>download BOINC</a>.
|
|
|
|
<p>
|
|
|
|
<font size=-1>
|
|
|
|
*BOINC is distributed computing software
|
|
|
|
developed at the University of California by
|
|
|
|
the SETI@home project.
|
|
|
|
</font>
|
|
|
|
";
|
|
|
|
print_download_links();
|
2002-09-05 22:19:23 +00:00
|
|
|
page_tail();
|
2002-04-30 22:22:54 +00:00
|
|
|
?>
|