Changes between Version 18 and Version 19 of SimpleAttach


Ignore:
Timestamp:
Mar 29, 2019, 2:37:38 PM (5 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SimpleAttach

    v18 v19  
    1212
    1313The new process reduces clicks and shifts most of the GUI to the web.
    14 This lets us use things like OpenAuth and Recaptcha,
     14This lets us use things like !OpenAuth and Recaptcha,
    1515and provides a more unified experience.
    1616
     
    2323=== Front page ===
    2424
    25 The project or AM front page has a button linked to a "registration" page.
     25If no user is logged in, the project or AM front page has a button linked to a "Join" page (signup.php).
    2626
    27 === Registration page ===
     27=== Join page ===
    2828
    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.
     29The page has a create account form.
     30Submission of the form goes to the Download page.
    3531
    3632=== Download page ===
     
    4440   These show the download size, platform name, and version,
    4541   like the download page on the BOINC web site.
     42
     43Note: if your project requires VBox, put
     44{{{
     45<need_vbox>1</need_vbox>
     46}}}
     47in your config.xml.
     48Then only the BOINC+VBox download will be offered.
    4649
    4750=== Manager ===
     
    6770=== What projects must do to use this feature ===
    6871
     72 * Have your project vetted if not already.
    6973 * 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.
    7174  Save it as html/user/versions.xml.
    7275