From 8a14087baaf2bcec5ce098269c16ae0d018f5efd Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Tue, 30 Jul 2002 23:19:24 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=255 --- doc/account.html | 82 +++++++++++++++++++----------------------------- 1 file changed, 32 insertions(+), 50 deletions(-) diff --git a/doc/account.html b/doc/account.html index cd6965f318..de2e476eea 100644 --- a/doc/account.html +++ b/doc/account.html @@ -1,56 +1,38 @@ - - - - Participant Accounts - - - -

Participant Accounts

+

Participant accounts

+

- Each participant has a separate account with each project in -which they participate. An account consists of: -

+Each participant has a separate account +with each project in which they participate. +An account consists of: + +

- A participant's accounts are described in an account file on -each of their hosts. This file looks like this: -

+A participant's accounts are described in an account file +on each of their hosts. +This file looks like this: +
-<accounts>
-    <project>
-        <home_project/>
-        <domain>setiathome.berkeley.edu</domain>
-       
-<scheduler_url>http://setiathome.berkeley.edu/boinc-cgi/cgi</scheduler_url>
-       
-<authenticator>3f7b90793a0175ad0bda68684e8bd136</authenticator>
-    </project>
-    <project>
-        <domain>bio.wwu.edu</domain>
-       
-<scheduler_url>http://bio.wwu.edu/boinc-cgi/cgi</scheduler_url>
-       
-<authenticator>3f7b90793a0175ad0bda68684e8bd136</authenticator>
-    </project>
-</accounts>
-
+<accounts> + <project> + <home_project/> + <domain>setiathome.berkeley.edu</domain> + <scheduler_url>http://setiathome.berkeley.edu/boinc-cgi/cgi</scheduler_url> + <authenticator>3f7b90793a0175ad0bda68684e8bd136</authenticator> + </project> + <project> + <domain>bio.wwu.edu</domain> + <scheduler_url>http://bio.wwu.edu/boinc-cgi/cgi</scheduler_url> + <authenticator>3f7b90793a0175ad0bda68684e8bd136</authenticator> + </project> +</accounts> + +

- One account can be designated as the home project; this is -the project where the user maintains their preferences. -

- - +One account can be designated as the home project; +this is the project where the user maintains their preferences.