Changes between Version 3 and Version 4 of ServerComponents


Ignore:
Timestamp:
Jul 12, 2007, 4:12:06 PM (17 years ago)
Author:
Nicolas
Comment:

Formatting, and a currently hidden addition

Legend:

Unmodified
Added
Removed
Modified
  • ServerComponents

    v3 v4  
    2323<scheduler>http://host2.domain.edu/cgi/scheduler</scheduler>
    2424}}}
    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.
    2626
    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
     30Note 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
     36The [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.