Changes between Version 13 and Version 14 of SimpleAttach


Ignore:
Timestamp:
Jan 10, 2018, 11:27:01 AM (6 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SimpleAttach

    v13 v14  
    6565 1. User doesn't see the list of all projects.
    6666
    67 === What projects must do ===
     67=== What projects must do to use this feature ===
    6868
    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.
    7372
    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:
    7874{{{
    7975<project_id>N</project_id>
    8076}}}
    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:
    8679{{{
    8780 <min_core_client_version>70803</min_core_client_version>
    8881 <need_vbox/>
    8982}}}
     83
     84 * Add a Join button linking to register.php.
     85   During testing, hide this.
     86   After testing, put it on the home page.
    9087
    9188== Implementation ==