= xadd - tool for adding database items = '''xadd''' adds platform and application records to the BOINC database. Information is read from an XML file '''project.xml''' in the project's root directory. Run `xadd` from the project root directory, i.e.: {{{ cd ~/projects/project_name ./bin/xadd }}} The contents of '''project.xml''' should look like this: {{{ setiathome SETI@home [ N ] [ 0|1 ] [ X ] [ 1 ] ... anonymous anonymous i686-pc-linux-gnu Linux/x86 windows_intelx86 Windows/x86 powerpc-apple-darwin Mac OS X ... }}} `xadd` only adds new entries; entries that conflict with existing entries are ignored. To modify or remove existing entries, you must edit the database directly with SQL. To release new '''versions''' of applications already on the database, use [UpdateVersions update_versions].