Changes between Version 3 and Version 4 of ServerComponents
- Timestamp:
- Jul 12, 2007, 4:12:06 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerComponents
v3 v4 23 23 <scheduler>http://host2.domain.edu/cgi/scheduler</scheduler> 24 24 }}} 25 that give the URLs of the project's scheduling servers. These tags can be embedded within HTML comments. The BOINC core client reads and parses the master page to locate scheduling servers. If at any point it is unable to connect to any scheduling server for a project, it rereads the master page. This mechanism lets a project move or add scheduling servers. 25 that give the URLs of the project's scheduling servers. These tags can be embedded within HTML comments. The BOINC core client reads and parses the master page to locate scheduling servers. If at any point it is unable to connect to any scheduling server for a project, it rereads the master page. This mechanism lets a project move or add scheduling servers. 26 26 27 [MakeProject make_project] creates a master page in project/html/user/index.php. This file includes the file 'schedulers.txt', which contains the list of <scheduler> elements. 27 {{{ 28 #!comment commented out for now (I replaced the braces below with parentheses to avoid closing this comment) 29 30 Note that some ISPs remove HTML comments from downloaded pages, to make the files smaller and save bandwidth. To avoid problems with that, an alternative syntax is allowed: 31 ((( 32 <link rel="boinc_scheduler" href="http://host.domain.edu/cgi/scheduler"> 33 ))) 34 }}} 35 36 The [MakeProject make_project] script creates a master page in `project/html/user/index.php`. This file includes the file 'schedulers.txt', which contains the list of `<scheduler>` elements.