| | 1 | = The project configuration file = |
| | 2 | |
| | 3 | A 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 | |
| | 5 | The 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 | }} |
| | 20 | Details 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 ] |