Importing BOINC-wide teams

BOINC has a mechanism to let users create BOINC-wide teams - teams that have same name and founder email address on all BOINC projects. If a new BOINC-wide team is created, it will automatically be created on your project as well - but only if you add the following to your config.xml file:

<task>
   <cmd>run_in_ops team_import.php</cmd>
   <output>team_import.out</output>
   <period>1 day</period>
</task>

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.