click for instructions", "MD5 checksum of download file" )); } function version($platform, $filename, $install_type, $xml) { global $version_num; $path = "dl/$filename"; $dlink = "Download"; $md = md5_file($path); if ($xml) { echo " $platform http://boinc.berkeley.edu/$path $filename $version_num $md "; } else { list_item_array(array($platform, $dlink, $install_type, $md)); } } function version_end($xml) { if ($xml) return; list_end(); } function win_old() { return "Old Windows installer"; } function win_new() { return "New Windows installer"; } function bare_core() { return "Core client only (command-line)"; } function sea() { return "Self-extracting archive"; } function mac_simple() { return "Menubar (simple GUI)"; } function mac_advanced() { return "Advanced GUI (test version)"; } function show_425_public($xml=false) { version_start("4.25", "3 Mar 2005", $xml); version("Windows", "boinc_4.25_windows_intelx86.exe", win_new(), $xml); version_end($xml); } function show_427($xml=false) { version_start("4.27", "16 Mar 2005", $xml); version("Linux/x86", "boinc_4.27_i686-pc-linux-gnu.sh", sea(), $xml); version_end($xml); } function show_426($xml=false) { version_start("4.26", "10 Mar 2005", $xml); version("Windows", "boinc_4.26_windows_intelx86.exe", win_new(), $xml); version("Linux/x86", "boinc_4.26_i686-pc-linux-gnu.sh", sea(), $xml); version("Solaris/SPARC", "boinc_4.26_sparc-sun-solaris2.7.sh", sea(), $xml); version_end($xml); } function show_425($xml=false) { version_start("4.25", "3 Mar 2005", $xml); version("Mac OS X", "BOINC_Menubar_4.25_mac.zip", mac_simple(), $xml); //version("Mac OS X", "BOINC.app.sit", mac_advanced(), $xml); version("Mac OS X", "boinc_4.25_powerpc-apple-darwin.gz", bare_core(), $xml); version_end($xml); } function show_424($xml=false) { version_start("4.24", "23 Feb 2005", $xml); version("Linux/x86", "boinc_4.24_i686-pc-linux-gnu.sh", $xml); version_end($xml); } function show_423($xml=false) { version_start("4.23", "21 Feb 2005", $xml); version("Windows", "boinc_4.23_windows_intelx86.exe", $xml); version("Linux/x86", "boinc_4.23_i686-pc-linux-gnu.sh", $xml); version("Solaris/SPARC", "boinc_4.23_sparc-sun-solaris2.7.sh", $xml); version_end($xml); } function show_422($xml=false) { version_start("4.22", "18 Feb 2005", $xml); version("Windows", "boinc_4.22_windows_intelx86.exe", $xml); version_end($xml); } function show_421($xml=false) { version_start("4.21", "11 Feb 2005", $xml); version("Windows", "boinc_4.21_windows_intelx86.exe", $xml); version_end($xml); } function show_420($xml=false) { version_start("4.20", "8 Feb 2005", $xml); version("Windows", "boinc_4.20_windows_intelx86.exe", $xml); version_end($xml); } function show_419_public($xml=false) { version_start("4.19", "25 Jan 2005", $xml); version("Linux/x86", "boinc_4.19_i686-pc-linux-gnu.gz", bare_core(), $xml); version("Mac OS X", "boinc_4.19_powerpc-apple-darwin.gz", bare_core(), $xml); version("Solaris/SPARC", "boinc_4.19_sparc-sun-solaris2.7.gz", bare_core(), $xml); version_end($xml); } function show_419($xml=false) { version_start("4.19", "25 Jan 2005", $xml, "This version doesn't work with some HTTP proxies. If you use a proxy and experience problems, please use version 4.23 or later, in which this problem is fixed." ); version("Windows", "boinc_4.19_windows_intelx86.exe", win_old(), $xml); version("Linux/x86", "boinc_4.19_i686-pc-linux-gnu.gz", bare_core(), $xml); version("Mac OS X", "boinc_4.19_powerpc-apple-darwin.gz", bare_core(), $xml); version("Solaris/SPARC", "boinc_4.19_sparc-sun-solaris2.7.gz", bare_core(), $xml); version_end($xml); } function show_418($xml=false) { version_start("4.18", "24 Jan 2005", $xml); version("Windows", "boinc_4.18_windows_intelx86.exe", $xml); version("Linux/x86", "boinc_4.18_i686-pc-linux-gnu.gz", $xml); version("Mac OS X", "boinc_4.18_powerpc-apple-darwin.gz", $xml); version("Solaris/SPARC", "boinc_4.18_sparc-sun-solaris2.7.gz", $xml); version_end($xml); } function show_stable($xml) { show_425_public($xml); show_419_public($xml); } function show_dev($xml) { show_427($xml); show_425($xml); } if ($_GET["no_header"]) { show_stable(false); if ($_GET["dev"]) { show_dev(false); } exit(); } if ($_GET["xml"]) { header ("Content-Type: text/xml"); echo " "; echo "\n"; show_stable(true); echo "\n"; echo "\n"; show_dev(true); echo "\n"; echo "\n"; exit(); } page_head("Download BOINC client software"); echo "

Stable version (recommended)

"; show_stable(false); echo " If your computer is not of one of the above types, you can

There are no specific hardware requirements (CPU speed, memory, disk space, etc.). However, these factors may limit the amount or type of work that is sent to your computer.

The Windows version can be customized for languages other than English "; echo "

Development versions (latest features, possibly buggy)

"; show_dev(false); echo "

Download data is also available in XML format.

End-User License Agreement

Versions 4.27 and earlier may contain an erroneous End-User Licence Agreement. The correct text is:
License Agreement

Please carefully read the following terms and conditions
before using this software.  Your use of this software indicates
your acceptance of this license agreement and warranty.

Disclaimer of Warranty

THIS SOFTWARE AND THE ACCOMPANYING FILES ARE DISTRIBUTED \"AS IS\"
AND WITHOUT WARRANTIES AS TO PERFORMANCE OR MERCHANTABILITY OR ANY
OTHER WARRANTIES WHETHER EXPRESSED OR IMPLIED.
NO WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE IS OFFERED.

Restrictions

You may use this software on a computer system only if you own the system
or have the permission of the owner.

Distribution

This is free software.
It is distributed under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation (http://www.fsf.org/).
The source code may be obtained
from the BOINC web site (http://boinc.berkeley.edu).

    
"; page_tail(); ?>