= The project configuration file = 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. The format of config.xml file is: {{{ [ configuration options ] [ list of daemons ] [ list of periodic tasks ] }}} Details on: * [ProjectOptions Configuration options] * [ProjectDaemons Daemons] * [ProjectTasks Periodic tasks ]