Changes between Initial Version and Version 1 of TeamImport
- Timestamp:
- Jul 26, 2007, 12:45:46 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TeamImport
v1 v1 1 = Importing BOINC-wide teams = 2 3 BOINC has a mechanism to let users create '''BOINC-wide teams''' - 4 teams that have same name and founder email address on all BOINC projects. 5 If a new BOINC-wide team is created, it will automatically be created 6 on your project as well - but only if you add the following to your 7 '''config.xml''' file: 8 9 {{{ 10 <task> 11 <cmd>run_in_ops team_import.php</cmd> 12 <output>team_import.out</output> 13 <period>1 day</period> 14 </task> 15 }}}