Changes between Version 56 and Version 57 of WebRpc
- Timestamp:
- Sep 10, 2014, 10:39:22 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebRpc
v56 v57 21 21 * The output is XML. 22 22 * If the project's [#get_project_config get_project_config.php] file includes 23 a `< rpc_prefix>` element, its content should be used as the URL prefix;23 a `<web_rpc_url_base>` element, its content should be used as the URL prefix; 24 24 otherwise use the project's master URL. 25 25 * Optional values are shown enclosed in square brackets. … … 95 95 </platforms> 96 96 ] 97 [ <rpc_prefix>URL</rpc_prefix> ]98 97 [ <sched_stopped>0|1</sched_stopped> ] 99 98 [ … … 111 110 [ <terms_of_use>TEXT</terms_of_use> ] 112 111 [ <uses_username/> ] 112 [ <web_rpc_url_base>URL</web_rpc_url_base> ] 113 113 [ <web_stopped>0|1</web_stopped> ] 114 114 </project_config> … … 124 124 min_passwd_length:: Minimum password length (for new account creation) 125 125 platforms:: A list of platforms for which the project has application versions. 126 rpc_prefix:: Prefix to use for web RPCs, instead of the master URL.127 126 sched_stopped:: Nonzero if the project's scheduler server is down, which means you can't get new work or report completed work. 128 127 system_requirements:: 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. [[BR]] 129 128 terms_of_use:: If present, client GUIs should display this text and require that the user click Accept before attaching to this project. 130 uses_username:: If present, this project uses names (rather than email addresses) as the primary account identifier 129 uses_username:: If present, this project uses names (rather than email addresses) as the primary account identifier. 130 web_rpc_url_base:: prefix to use for web RPCs and [XmlStats statistics file downloads]. Usually the same as master URL. 131 131 web_stopped:: Nonzero if the project's database is down, which means the data-driven web pages are turned off. 132 132