Changes between Version 1 and Version 2 of ClientFiles
- Timestamp:
- Apr 24, 2007, 8:06:49 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClientFiles
v1 v2 2 2 3 3 The core client runs in a '''BOINC home directory'''. It creates and uses the following files and directories within the home directory: 4 5 4 6 5 * '''prefs.xml''': The user's general preferences; see below. … … 12 11 Each 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. 13 12 14 15 13 == Format of account files == 16 14 The format of an account file is as follows: 17 15 {{{ 18 19 16 <account> 20 17 <master_url>http://www.myproject.com/</master_url> … … 30 27 </project_preferences> 31 28 </account> 29 }}} 32 30 33 }}} 34 The <project_preferences> field is the 'project_prefs' field of the user database record. 31 The `<project_preferences>` field is the 'project_prefs' field of the user database record. 32 35 33 == Format of prefs.xml == 36 This format of prefs.xml is as follows:37 34 35 This format of prefs.xml is as follows: 38 36 39 37 {{{