Changes between Initial Version and Version 1 of DownloadInfo


Ignore:
Timestamp:
Apr 25, 2007, 11:58:17 AM (17 years ago)
Author:
Nicolas
Comment:

Converted by an automatic script

Legend:

Unmodified
Added
Removed
Modified
  • DownloadInfo

    v1 v1  
     1= Specialized download pages =
     2
     3      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.
     4
     5 '''dev=1'''::
     6        Show versions that are still under test
     7 '''min_version=x'''::
     8        Show no versions earlier than x
     9 '''max_version=x'''::
     10        Show no versions later than x
     11 '''version=x'''::
     12        Show version x
     13 '''platform=x'''::
     14        Show versions for platform x (win/mac/linux/solaris)
     15 '''xml=1'''::
     16        Show results as XML (other options are ignored).
     17For example: [http://boinc.berkeley.edu/download_all.php?min_version=5.0&dev=1 http://boinc.berkeley.edu/download.php?min_version=5.0&dev=1] shows only versions 5.0 and later, include test versions.
     18