confuse the client because their <name> element
gets parsed as the project name.
Work around by changing to <platform_name>.
Note: here (and everywhere else) if we get an unparsed XML tag
we should skip to past the close tag.
I'll put this in soon.
html/user/
get_project_config.php
svn path=/trunk/boinc/; revision=12834
(e.g., to show BOINC error codes correctly)
- get_project_config.php: add an element that lists the
platforms supported by this project
(i.e. for which there's a non-deprecated app version)
Cache this info in a file (cache/platform_list.xml)
so that it will be available even when the project's DB is down.
- Rename sample_get_project_config.php to get_project_config.php;
a project should no longer need its own version of this file.
Change setup_project accordingly.
client/
app_control.C
html/user/
get_project_config.php (new)
sample_get_project_config.php (removed)
py/Boinc/
setup_project.py
svn path=/trunk/boinc/; revision=12814