Changes between Version 4 and Version 5 of ServerComponents
- Timestamp:
- Jul 23, 2007, 1:27:18 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerComponents
v4 v5 25 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 Some ISPs remove HTML comments from downloaded pages. To avoid problems with that, an alternative syntax is allowed: 27 28 {{{ 28 #!comment commented out for now (I replaced the braces below with parentheses to avoid closing this comment) 29 <link rel="boinc_scheduler" href="http://host.domain.edu/cgi/scheduler"> 30 }}} 31 You should still use the `<scheduler>` format too, since older clients won't parse this new syntax. 29 32 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. 33 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>` (and `<link>`) elements.