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 @@ - - -
-- 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.