Changes between Version 15 and Version 16 of WebRpc


Ignore:
Timestamp:
Sep 27, 2007, 10:48:03 AM (17 years ago)
Author:
Nicolas
Comment:

Add explicit anchors

Legend:

Unmodified
Added
Removed
Modified
  • WebRpc

    v15 v16  
    4848        Account creation disabled
    4949 * The output is XML.
    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.
    51 
    52 
    53 == Project configuration ==
     50 * If the project's [#get_project_config 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.
     51
     52
     53== Project configuration == #get_project_config
    5454
    5555Each BOINC project and account manager exports a few configuration items via a web RPC; namely, it must provide an XML document at the address
     
    133133
    134134
    135 == Server status ==
     135== Server status == #server_status
    136136
    137137BOINC-based projects offer the following XML export at `URL/server_status.php`. These are generally updated every 10 minutes or so - do not poll more often than that. These can be used to make web sites showing the server status of multiple BOINC projects.
     
    174174}}}
    175175
    176 == Create account ==
     176== Create account == #create_account
    177177
    178178  '''URL'''::
     
    192192        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
    194 == Look up account ==
     194== Look up account == #lookup_account
    195195
    196196 '''URL'''::
     
    210210
    211211
    212 == Get account info ==
     212== Get account info == #am_get_info
    213213
    214214
     
    244244        returns data associated with the given account
    245245
    246 == Set account info ==
     246== Set account info == #am_set_info
    247247
    248248
     
    262262        Updates one or more attributes of the given account.     The password hash is MD5(password+lower_case(email_addr)).     If email address is changed, you must also change the password hash.
    263263
    264 == Set host info ==
     264== Set host info == #am_set_host_info
    265265
    266266
     
    280280        Updates the host's venue
    281281
    282 == Get account/host credit information ==
     282== Get account/host credit information == #show_user
    283283
    284284
     
    342342        Returns info about an account.  If called with the account key, returns a list of hosts associated with the account.
    343343
    344 == Get result list with pending credit ==
     344== Get result list with pending credit == #pending
    345345
    346346 '''URL'''::
     
    360360}}}
    361361
    362 == Create team ==
     362== Create team == #create_team
    363363
    364364 '''URL'''::
     
    378378        Creates a team
    379379
    380 == Look up teams by name ==
     380== Look up teams by name == #team_lookup_name
    381381
    382382
     
    416416
    417417
    418 == Look up team by ID ==
     418== Look up team by ID == #team_lookup_id
    419419
    420420
     
    444444
    445445
    446 == Get team member list ==
     446== Get team member list == #team_email_list
    447447
    448448
     
    476476
    477477
    478 == Set forum preferences ==
     478== Set forum preferences == #edit_forum_preferences
    479479
    480480
     
    489489
    490490
    491 == Get last user's posts from the forum ==
     491== Get last user's posts from the forum == #forum_get_data_user_posts
    492492
    493493
     
    520520
    521521
    522 == Get last user's threads from the forum ==
     522== Get last user's threads from the forum == #forum_get_data_user_threads
    523523
    524524
     
    551551
    552552
    553 == Get list of application versions ==
     553== Get list of application versions == #apps
    554554
    555555 '''URL'''::