Changes between Version 1 and Version 2 of ClientFiles


Ignore:
Timestamp:
Apr 24, 2007, 8:06:49 PM (17 years ago)
Author:
Nicolas
Comment:

Required manual changes to automatic script formatting.

Legend:

Unmodified
Added
Removed
Modified
  • ClientFiles

    v1 v2  
    22
    33The core client runs in a '''BOINC home directory'''. It creates and uses the following files and directories within the home directory:
    4 
    54
    65 * '''prefs.xml''': The user's general preferences; see below.
     
    1211Each result executes in particular slot directory. The core client creates 'soft link' files in the slot directory, linking to the corresponding files in the project directory.
    1312
    14 
    1513== Format of account files ==
    16  The format of an account file is as follows:
     14The format of an account file is as follows:
    1715{{{
    18 
    1916<account>
    2017    <master_url>http://www.myproject.com/</master_url>
     
    3027    </project_preferences>
    3128</account>
     29}}}
    3230
    33 }}}
    34  The <project_preferences> field is the 'project_prefs' field of the user database record.
     31The `<project_preferences>` field is the 'project_prefs' field of the user database record.
     32
    3533== Format of prefs.xml ==
    36  This format of prefs.xml is as follows:
    3734
     35This format of prefs.xml is as follows:
    3836
    3937{{{