xadd adds platform and application records to the BOINC database. Information is read from an XML file, project.xml. This file should be in the project's root directory.

The contents of project.xml should look like this:

", htmlspecialchars("
  
    
        setiathome
        SETI@home
    
    ...
    
      windows_intel
      Windows 95, 98, NT 2000, and XP
    
    ...
  
"), "

The 'name' of each item should be short and without spaces or other special characters. The 'user friendly name' (shown to end users) has no restrictions.

An example of projects.xml is in tools/ in the source tree.

This tool only adds new items; entries that conflict with existing database entries are ignored. "; page_tail(); ?>