diff --git a/doc/account.php b/doc/account.php index 5d02fbe673..5d74fee3b4 100644 --- a/doc/account.php +++ b/doc/account.php @@ -19,8 +19,7 @@ This involves filling out a form with
@@ -30,7 +29,7 @@ You can go to the project's web site to set your
-You can run BOINC on many computers, all under one account.
+You can run BOINC on several computers under one account.
Once you have created an account as above,
you can add new computers in either of two ways:
@@ -43,8 +42,8 @@ create a BOINC directory on the new computer,
and copy the core client executable and all 'account_*' files
from the existing computer to the new computer.
Do not copy 'client_state.xml'.
-NOTE: this does not work on Windows,
-because it does not copy registry entries and other information.
+NOTE: this procedure does not work on Windows
+because it does not copy registry entries.
diff --git a/doc/acct_mgt.php b/doc/acct_mgt.php
index 3274578fe6..479fa0f7de 100644
--- a/doc/acct_mgt.php
+++ b/doc/acct_mgt.php
@@ -5,15 +5,21 @@ page_head("External account management
(work in progress)");
echo "
-Currently BOINC provides only a web-based interface -for creating and managing accounts. -Participants must locate the web sites of BOINC projects, -read them, decide which to join, -and fill out a separate registration form at each site. -This may deter some potential participants. +Currently the user interface +for creating and managing BOINC accounts is as follows. +Participants must: +
+and then for each selected project: +
-We wish to enable new ways for people to find and join BOINC projects. +We wish to enable simpler systems by which people can find and join BOINC projects. For example, one could have a sharing control panel that shows:
-The sharing control panel is an example of what we will call -'account management applications'. +Alternatively, similar functionality could be provided by a web site.
-This document describes a mechanism that allow account +These are examples of what we will call 'account management applications'. + +
+This document describes a mechanism that allows account management applications to interact with BOINC projects.