$x $y "; } function version($number, $desc, $filename, $date, $installer, $issues=null) { global $xml; $path = "dl/$filename"; $url = "http://boinc.berkeley.edu/$path"; $dlink = "$filename"; $md = md5_file($path); $s = number_format(filesize($path)/1000000, 2); if ($xml) { echo " $desc $date $number $url $filename $s $md $installer $issues "; } else { list_start(); list_bar($desc); dl_item("File (click to download)", "$dlink ($s MB)"); dl_item("Version number", $number); dl_item("Release date", $date); dl_item("Installer type", $installer); dl_item("MD5 checksum of download file", $md); if ($issues) { dl_item ("Known issues", $issues); } list_end(); } } function win_old() { return "Single-mode Windows installer"; } function win_new() { return "Multi-mode 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"; } xecho( " BOINC client software is available for Windows, Mac OS X, Linux/x86 and SPARC/Solaris. Click on your computer type, or scroll down.

If your computer is not of one of these types, you can

Microsoft Windows (all versions, Windows 95 and later)

)"; version( "4.25", "Recommended version", "boinc_4.25_windows_intelx86.exe", "3 Mar 2005", win_new(), " If you experience any of these problems, we recommend using BOINC version 4.19. " ); version( "4.19", "Older version", "boinc_4.19_windows_intelx86.exe", "25 Jan 2005", win_old(), " " ); xecho( "

Macintosh OS/X (10.2 and later)

)"; version( "4.19", "Recommended version", "boinc_4.19_powerpc-apple-darwin.gz", "25 Jan 2005", bare_core() ); version( "4.25", "Development version (simple GUI)", "BOINC_Menubar_4.25_mac.zip", "10 Mar 2005", mac_simple() ); version( "4.25", "Development version (command line)", "boinc_4.25_powerpc-apple-darwin.gz", "3 Mar 2005", bare_core() ); xecho("

Linux/x86

)"; version( "4.19", "Recommended version", "boinc_4.19_i686-pc-linux-gnu.gz", "25 Jan 2005", bare_core() ); version( "4.27", "Development version", "boinc_4.27_i686-pc-linux-gnu.sh", "16 Mar 2005", sea() ); xecho( "

Solaris/SPARC

)"; version( "4.19", "Recommended version", "boinc_4.19_sparc-sun-solaris2.7.gz", "25 Jan 2005", bare_core() ); version( "4.26", "Development version", "boinc_4.26_sparc-sun-solaris2.7.sh", "10 Mar 2005", sea() ); xecho("

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).

    
)"; if ($xml) { echo "\n"; } else { page_tail(); } ?>