wiki:DownloadInfo

Version 4 (modified by Christian Beer, 16 years ago) (diff)

--

Specialized download pages

Some sites may want versions of the BOINC download page that show only particular versions or platforms. This can be done by adding parameters to the http://boinc.berkeley.edu/download_all.php URL.

dev=1
Show versions that are still under test
min_version=x
Show no versions earlier than x
max_version=x
Show no versions later than x
version=x
Show version x in details
platform=x
Show versions for platform x (win/winx64/mac/linux/linuxx64)
type=x
Show only a specific type of installer (win_old/win_new/bare_core/sea/mac_advanced)
xml=1
Show results as XML (other options are ignored).

Version is used to show only one specific file and must be used with platform and type.

For example: http://boinc.berkeley.edu/download_all.php?min_version=5.0&dev=1 shows only versions 5.0 and later, include test versions.