= xadd - tool for adding database items = '''xadd''' adds [BoincPlatforms platform] and [AppVersion 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 structure of '''project.xml''' is: {{{ setiathome SETI@home ... anonymous anonymous i686-pc-linux-gnu Linux/x86 windows_intelx86 Windows/x86 powerpc-apple-darwin Mac OS X ... }}} '''xadd''' adds new entries, and updates the '''user_friendly_name''' of existing entries. To change other fields, use the [HtmlOps administrative web interface]. To remove entries, edit the database directly with SQL. To create [AppVersion app versions], use [AppVersionNew update_versions].