Changes between Version 23 and Version 24 of WebRpc
- Timestamp:
- Jan 21, 2009, 8:25:07 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebRpc
v23 v24 111 111 {{{ 112 112 #!html 113 <font color=darkgreen face="monospace">name</font> 114 }}}:: 113 <font color=darkgreen face="monospace"> 114 }}} 115 name:: 116 {{{ 117 #!html 118 </font> 119 }}} 115 120 Project name 116 {{{master_url}}}:: 121 {{{ 122 #!html 123 <font color=darkgreen face="monospace"> 124 }}} 125 master_url:: 126 {{{ 127 #!html 128 </font> 129 }}} 117 130 Master URL 118 {{{local_revision}}}:: 131 {{{ 132 #!html 133 <font color=darkgreen face="monospace"> 134 }}} 135 local_revision:: 136 {{{ 137 #!html 138 </font> 139 }}} 119 140 The SVN changeset number of the project's server software. 120 {{{web_stopped}}}:: 141 {{{ 142 #!html 143 <font color=darkgreen face="monospace"> 144 }}} 145 web_stopped:: 146 {{{ 147 #!html 148 </font> 149 }}} 121 150 Nonzero if the project's database is down, which means the data-driven web pages are turned off. 122 {{{sched_stopped}}}:: 151 {{{ 152 #!html 153 <font color=darkgreen face="monospace"> 154 }}} 155 local_revision:: 156 {{{ 157 #!html 158 </font> 159 }}} 123 160 Nonzero if the project's scheduler server is down, which means you can't get new work or report completed work. 124 {{{account_creation_disabled}}}:: 161 {{{ 162 #!html 163 <font color=darkgreen face="monospace"> 164 }}} 165 account_creation_disabled:: 166 {{{ 167 #!html 168 </font> 169 }}} 125 170 If present, this project is not allowing creation of new accounts 126 {{{min_passwd_length}}}:: 171 {{{ 172 #!html 173 <font color=darkgreen face="monospace"> 174 }}} 175 min_passwd_length:: 176 {{{ 177 #!html 178 </font> 179 }}} 127 180 Minimum password length (for new account creation) 128 {{{account_manager}}}:: 181 {{{ 182 #!html 183 <font color=darkgreen face="monospace"> 184 }}} 185 account_manager:: 186 {{{ 187 #!html 188 </font> 189 }}} 129 190 If present, this is an account manager, not a BOINC project 130 {{{uses_username}}}:: 191 {{{ 192 #!html 193 <font color=darkgreen face="monospace"> 194 }}} 195 uses_username:: 196 {{{ 197 #!html 198 </font> 199 }}} 131 200 If present, this project uses names (rather than email addresses) as the primary account identifier 132 {{{client_account_creation_disabled}}}:: 201 {{{ 202 #!html 203 <font color=darkgreen face="monospace"> 204 }}} 205 client_account_creation_disabled:: 206 {{{ 207 #!html 208 </font> 209 }}} 133 210 If present, new accounts can be created only via the web (not via the client software). 134 {{{rpc_prefix}}}:: 211 {{{ 212 #!html 213 <font color=darkgreen face="monospace"> 214 }}} 215 rpc_prefix:: 216 {{{ 217 #!html 218 </font> 219 }}} 135 220 Prefix to use for web RPCs, instead of the master URL. 136 {{{error_num}}}:: 221 {{{ 222 #!html 223 <font color=darkgreen face="monospace"> 224 }}} 225 error_num:: 226 {{{ 227 #!html 228 </font> 229 }}} 137 230 The project is currently down. A BOINC error number is returned. 138 {{{platforms}}}:: 231 {{{ 232 #!html 233 <font color=darkgreen face="monospace"> 234 }}} 235 platforms:: 236 {{{ 237 #!html 238 </font> 239 }}} 139 240 A list of platforms for which the project has application versions. 140 {{{system_requirements}}}:: 241 {{{ 242 #!html 243 <font color=darkgreen face="monospace"> 244 }}} 245 system_requirements:: 246 {{{ 247 #!html 248 </font> 249 }}} 141 250 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. 142 251