Changes between Version 13 and Version 14 of WebRpc


Ignore:
Timestamp:
Aug 9, 2007, 7:37:19 PM (17 years ago)
Author:
Nicolas
Comment:

Formatting, links, etc...

Legend:

Unmodified
Added
Removed
Modified
  • WebRpc

    v13 v14  
    2323}}}
    2424
    25 where N is a BOINC error number and xxx is a textual description. BOINC error numbers are in lib/error_numbers.h; common errors are:
     25where N is a BOINC error number and xxx is a textual description. BOINC error numbers are in [source:trunk/boinc/lib/error_numbers.h lib/error_numbers.h]; common errors are:
    2626
    2727 '''-1'''::
     
    4848        Account creation disabled
    4949 * The output is XML.
    50  * If the project's [ProjectConfigRpc get_project_config.php] file includes a `<rpc_prefix>` element, its content should be used as the URL prefix; otherwise use the project's master URL.
     50 * If the project's [#Projectconfiguration get_project_config.php] file includes a `<rpc_prefix>` element, its content should be used as the URL prefix; otherwise use the project's master URL.
    5151
    5252
     
    130130        A list of platforms for which the project has application versions.
    131131 '''system_requirements'''::
    132         Hardware requirements for participating in this project. If a computer doesn't meet these requirements it may not get sent any work by the project. All requirements are 'net'; e.g. the CPU requirements     are after factors like [ClientSched on-fraction, active-fraction],    and resource share have been taken into consideration. NOT IMPLEMENTED YET.
     132        Hardware requirements for participating in this project. If a computer doesn't meet these requirements it may not get sent any work by the project. All requirements are 'net'; e.g. the CPU requirements are after factors like [ClientSched on-fraction, active-fraction], and resource share have been taken into consideration. NOT IMPLEMENTED YET.
    133133
    134134
     
    190190
    191191 '''action'''::
    192         If the project already has an account with that email address, and a different password, it returns an error.         If an account with that email address exists and has the same password, it returns the authenticator.  Otherwise the project creates an account and returns the authenticator.
     192        If the project already has an account with that email address, and a different password, it returns an error. If an account with that email address exists and has the same password, it returns the authenticator.  Otherwise the project creates an account and returns the authenticator.
    193193
    194194== Look up account ==
     
    207207
    208208 '''action'''::
    209         If an account with the given email address doesn't exist, return an error.  If passwd_hash is given and is correct, return the account key.
     209        If an account with the given email address doesn't exist, return an error. If passwd_hash is given and is correct, return the account key.
    210210
    211211
     
    526526        project/forum_get_data.php?method=user_threads&userid=N&count=N
    527527 '''input'''::
    528         userid: numeric user ID in the database     count ''(optional)'': number of entries to return. Maximum 50, default 10.
     528    * userid: numeric user ID in the database
     529    * count ''(optional)'': number of entries to return. Maximum 50, default 10.
    529530 '''output'''::
    530531       
     
    555556        project/apps.php?xml=1
    556557 '''output'''::
    557         List of applications and application versions.  For example:
     558        List of applications and application versions. For example:
    558559{{{
    559560<?xml version="1.0" encoding="ISO-8859-1" ?>