Changes between Version 2 and Version 3 of XmlStats


Ignore:
Timestamp:
Apr 29, 2007, 4:32:38 PM (17 years ago)
Author:
Nicolas
Comment:

Required manual changes to automatic conversion.

Legend:

Unmodified
Added
Removed
Modified
  • XmlStats

    v2 v3  
    77
    88
    9  ''''''tables.xml''''''::
    10         This gives the total number of records for each entity type (team, user, and host). It also includes the UNIX time when the files were last generated, and a list of the project's applications, with counts of various things.  For example:
    11 {{{<tables>
     9 '''tables.xml'''::
     10        This gives the total number of records for each entity type (team, user, and host). It also includes the UNIX time when the files were last generated, and a list of the project's applications, with counts of various things. For example:
     11{{{
     12<tables>
    1213    <update_time>1046220857</update_time>
    1314    <nusers>127</nusers>
     
    3738The format of the various XML elements in the output files is as follows.  Notes:
    3839
    39 
    40  * <cpid> ('[CrossProjectId cross-project identifier]') is a unique identifier across multiple projects. Accounts with the same email address on different projects will have the same cross-project identifier (as long as at least one computer is attached to both accounts).
     40 * `<cpid>` ('[CrossProjectId cross-project identifier]') is a unique identifier across multiple projects. Accounts with the same email address on different projects will have the same cross-project identifier (as long as at least one computer is attached to both accounts).
    4141 * All 'expavg_credit' values were computed at some point in the past (given by 'expavg_time'). To compute their current values, they must be scaled according to the formula given [CreditSystem here].
    4242
    4343
    44 
    4544'''Team summary'''
    46 
    4745
    4846{{{
     
    5654</team>
    5755}}}
    58  '''User summary'''
    5956
     57'''User summary'''
    6058
    6159{{{
     
    7169</user>
    7270}}}
    73  '''Host summary '''
    7471
     72'''Host summary '''
    7573
    7674{{{