mirror of https://github.com/BOINC/boinc.git
Use a more fitting example :-)
This commit is contained in:
parent
dd0190243c
commit
3e6efe4488
|
@ -410,13 +410,13 @@ function boincuser_authloginform() {
|
|||
'<p>' . bts("If you have run BOINC under the account, you can still access it. Here's how:") .
|
||||
' <ul>' .
|
||||
' <li>' . bts('Go to the BOINC data directory on your computer (on Windows this is usually %path1 or %path2.', array('%path1' => 'C:\Documents and Settings\All Users\Application Data\BOINC', '%path2' => 'C:\Program Files\BOINC')) . '</li>' .
|
||||
' <li>' . bts('Find your account file for this project; it will have a name like %file (where the project URL is %url).', array('%file' => 'account_lhcathome.cern.ch.xml', '%url' => 'http://lhcathome.cern.ch')) . '</li>' .
|
||||
' <li>' . bts('Find your account file for this project; it will have a name like %file (where the project URL is %url).', array('%file' => 'account_einstein.phys.uwm.edu.xml', '%url' => 'http://einstein.phys.uwm.edu')) . '</li>' .
|
||||
' <li>' . bts("Open the file in a text editor like Notepad. You'll see something like:") .
|
||||
' <pre>' .
|
||||
'<account>' . "\n" .
|
||||
' <master_url>http://lhcathome.cern.ch/</master_url>' . "\n" .
|
||||
' <master_url>http://einstein.phys.uwm.edu/</master_url>' . "\n" .
|
||||
' <authenticator>8b8496fdd26df7dc0423ecd43c09a56b</authenticator>' . "\n" .
|
||||
' <project_name>lhcathome</project_name>' . "\n" .
|
||||
' <project_name>Einstein@Home</project_name>' . "\n" .
|
||||
' ...' . "\n" .
|
||||
'</account>' .
|
||||
' </pre>' .
|
||||
|
|
Loading…
Reference in New Issue