53
edits
| Line 15: | Line 15: | ||
The following elements are optional children of <tt><profile></tt>: | The following elements are optional children of <tt><profile></tt>: | ||
; Element <tt><cpu></tt> | |||
: Describes the CPU of the client system. | |||
: ''Attributes:'' | |||
:; <tt>arch = [string]</tt> | |||
:: Gives the CPU architecture (x86, powerpc, etc). | |||
; Element <tt><memory></tt> | ; Element <tt><memory></tt> | ||
| Line 37: | Line 43: | ||
:; <tt>installdate = [integer]</tt> | :; <tt>installdate = [integer]</tt> | ||
:: Gives the date the build was first run on this profile (seconds since the epoch). | :: Gives the date the build was first run on this profile (seconds since the epoch). | ||
:; <tt>default = [boolean]</tt> | |||
:: Whether the browser is set as the default browser for the current user. | |||
; Element <tt><extensions></tt> | ; Element <tt><extensions></tt> | ||
| Line 46: | Line 54: | ||
: ''Attributes:'' | : ''Attributes:'' | ||
:; <tt>extensionid = [string]</tt> | :; <tt>extensionid = [string]</tt> | ||
:: Gives the extension's id. | :: Gives an MD5 hash of the extension's id. | ||
:; <tt>version = [string]</tt> | :; <tt>version = [string]</tt> | ||
:: Gives the extension's version number. | :: Gives the extension's version number. | ||
| Line 57: | Line 65: | ||
: Contains information about a single plugin. | : Contains information about a single plugin. | ||
:; <tt>name = [string]</tt> | :; <tt>name = [string]</tt> | ||
:: Gives | :: Gives an MD5 hash of the plugin name. | ||
:; <tt>version = [string]</tt> | :; <tt>version = [string]</tt> | ||
:: Gives the version of the plugin. | :: Gives the version of the plugin. | ||
| Line 65: | Line 73: | ||
: ''Attributes:'' | : ''Attributes:'' | ||
:; <tt>xsize = [integer]</tt> | :; <tt>xsize = [integer]</tt> | ||
:: Gives the number of pixels horizontally on the | :: Gives the number of pixels horizontally on the primary screen. | ||
:; <tt>ysize = [integer]</tt> | :; <tt>ysize = [integer]</tt> | ||
:: Gives the number of pixels vertically on the | :: Gives the number of pixels vertically on the primary screen. | ||
:; <tt>screens = [integer]</tt> | |||
:: Gives the number of screens on the system. | |||
; Element <tt><config></tt> | ; Element <tt><config></tt> | ||
edits