Changes between Version 13 and Version 14 of SimpleAttach
- Timestamp:
- Jan 10, 2018, 11:27:01 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SimpleAttach
v13 v14 65 65 1. User doesn't see the list of all projects. 66 66 67 === What projects must do ===67 === What projects must do to use this feature === 68 68 69 Down the XML version list from 70 http://boinc.berkeley.edu/download_all.php?xml=1. 71 Save it as html/user/versions.xml. 72 Update this as new client versions are released. 69 * Down the XML version list from http://boinc.berkeley.edu/download_all.php?xml=1. 70 Save it as html/user/versions.xml. 71 Update this as new client versions are released. 73 72 74 In the home page: put a Join button linking to register.php 75 76 Add to config.xml: 77 73 * Add to config.xml: 78 74 {{{ 79 75 <project_id>N</project_id> 80 76 }}} 81 The project's ID, as shown in 82 83 https://boinc.berkeley.edu/project_list.php 84 85 and optionally: 77 where N is the project's ID, as shown in https://boinc.berkeley.edu/project_list.php. 78 And optionally: 86 79 {{{ 87 80 <min_core_client_version>70803</min_core_client_version> 88 81 <need_vbox/> 89 82 }}} 83 84 * Add a Join button linking to register.php. 85 During testing, hide this. 86 After testing, put it on the home page. 90 87 91 88 == Implementation ==