Changes between Initial Version and Version 1 of AdminApprovedProjects


Ignore:
Timestamp:
May 6, 2015, 3:25:57 PM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdminApprovedProjects

    v1 v1  
     1= List of approved projects =
     2
     3The list of approved projects is stored as an XML file
     4in '''boinc/doc/projects.inc'''.
     5The format of the file is described in a comment at the top.
     6To add or remove a project, edit this file.
     7Projects are grouped into "areas"
     8(biomedical, astronomy/physics/chemistry, math, Earth science, mixed,
     9cognitive science, distributed sensing).
     10Put new projects in the appropriate area.
     11If the project has a logo, put a small (200x80) version of it in boinc/doc/images.
     12
     13The list of approved account managers is stored in
     14'''boinc/doc/account_managers.inc'''.
     15Edit this file to add or remove and account manager.
     16
     17These lists are used in two places:
     18
     19 * The '''project_list.php''' Web RPC, which is done by BOINC clients every two weeks.
     20 * To generate the '''all_projects_list.xml''' file distributed with
     21   the BOINC client.
     22
     23Because of the RPC, it's critical to not break the XML files:
     24in particular, you must escape single quotes in strings.
     25After editing either file, access '''http://boinc.berkeley.edu/project_list.php'''
     26and make sure its output is correct.