diff --git a/doc/create_project.html b/doc/create_project.html index ebad1fd3b0..e11c438f90 100644 --- a/doc/create_project.html +++ b/doc/create_project.html @@ -84,6 +84,6 @@ Monitoring the performance of a BOINC project Tools for monitoring the system as a whole.
The BOINC storage model is based on files. The inputs and outputs of applications, -and the applications executables, are files. +and the application executables, are files.
The BOINC core client transfers files to and from data servers operated by the project, using HTTP. diff --git a/doc/work.html b/doc/work.html index 19af2c64df..4776a48295 100644 --- a/doc/work.html +++ b/doc/work.html @@ -14,33 +14,32 @@ The attributes of a workunit include:
The inputs to a workunit are described by an XML document of the form
-[ <file_info>...</file_info> ] +[ <file_info>...</file_info> ] [ ... ] -<workunit> - <app_name>blah</app_name> - [ <command_line>-flags xyz</command_line> ] - [ <env_vars>name=val&name=val</env_vars> ] - [ <file_ref>...</file_ref> ] +<workunit> + [ <command_line>-flags xyz</command_line> ] + [ <env_vars>name=val&name=val</env_vars> ] + [ <file_ref>...</file_ref> ] [ ... ] -<workunit> +</workunit>The components are:
A workunit is associated with an application, not with a particular diff --git a/todo b/todo index 358a98290c..a5c0cccc32 100755 --- a/todo +++ b/todo @@ -1,8 +1,14 @@ +<<<<<<< todo +user PHP session mechanism + +protection mechanism for project admin web +======= use PHP session mechanism instead of our own cookies use https for login (don't sent account key or password in clear) protect project admin web pages (htaccess) +>>>>>>> 1.6 Deadline mechanism for results - use in result dispatching