Changes between Initial Version and Version 1 of ProjectConfigFile


Ignore:
Timestamp:
Apr 20, 2007, 9:40:57 AM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectConfigFile

    v1 v1  
     1= The project configuration file =
     2
     3A project's configuration is described by a file named config.xml in the project's directory. This file is created, with default values, by the [MakeProject make_project script]. However, you will need to change or add some items during the life of your project.
     4
     5The format of config.xml file is:
     6{{{
     7<boinc>
     8  <config>
     9    [ configuration options ]
     10  </config>
     11  <daemons>
     12    [ list of daemons ]
     13  </daemons>
     14  <tasks>
     15    [ list of periodic tasks ]
     16  </tasks>
     17
     18</boinc>
     19}}
     20Details on:
     21
     22    * [ProjectOptions Configuration options]
     23    * [http://boinc.berkeley.edu/project_daemons.php Daemons]
     24    * [http://boinc.berkeley.edu/project_tasks.php Periodic tasks ]