Changes between Version 18 and Version 19 of SimpleAttach
- Timestamp:
- Mar 29, 2019, 2:37:38 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SimpleAttach
v18 v19 12 12 13 13 The new process reduces clicks and shifts most of the GUI to the web. 14 This lets us use things like OpenAuth and Recaptcha,14 This lets us use things like !OpenAuth and Recaptcha, 15 15 and provides a more unified experience. 16 16 … … 23 23 === Front page === 24 24 25 The project or AM front page has a button linked to a "registration" page.25 If no user is logged in, the project or AM front page has a button linked to a "Join" page (signup.php). 26 26 27 === Registration page ===27 === Join page === 28 28 29 If the user is already logged in on this project, 30 the page redirects to the Download page. 31 Otherwise, the page has two forms: 32 * Create account (for users new to this project) 33 * Log in (for existing users) 34 Submission of either form goes to the Download page. 29 The page has a create account form. 30 Submission of the form goes to the Download page. 35 31 36 32 === Download page === … … 44 40 These show the download size, platform name, and version, 45 41 like the download page on the BOINC web site. 42 43 Note: if your project requires VBox, put 44 {{{ 45 <need_vbox>1</need_vbox> 46 }}} 47 in your config.xml. 48 Then only the BOINC+VBox download will be offered. 46 49 47 50 === Manager === … … 67 70 === What projects must do to use this feature === 68 71 72 * Have your project vetted if not already. 69 73 * Download the XML client version list from https://boinc.berkeley.edu/download_all.php?xml=1. 70 If you want to include development versions, use https://boinc.berkeley.edu/download_all.php?xml=1&dev=1.71 74 Save it as html/user/versions.xml. 72 75