Difference between revisions of "Style test page"

From BOINC Wiki
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Here are sample font-size and line-height combinations'''  
+
'''Here some are sample font-size and line-height combinations'''  
''(zoom reset: ctrl-0)''
+
 
+
 
@all - I haven't found a way to tweek the inter-para spacing in this demo, the wiki filter ignores it.. but via F12, '.mw-body p { margin: 1.0em 0; }' looks pretty good. [[User:Bowtieguru|Bowtieguru]] ([[User talk:Bowtieguru|talk]]) 05:14, 26 June 2016 (UTC)
+
''notes''
 +
* The inter-para spacing is unreachable through the wiki filter, so via F12-inspect, '.mw-body p { margin: 1.0em 0; }' looked pretty good.
 +
* use rems when editing the divs below
 +
* don't forget your browser zoom
  
  
Line 9: Line 12:
 
----
 
----
  
  default - font-size: 0.875em; line-height: 1.6em;
+
  default (font-size: 0.875em; line-height: 1.6em;)
  
  
Line 38: Line 41:
 
----
 
----
  
  font-size: 0.875em; line-height: 1.3rem;
+
  font-size: 0.875em; line-height: 1.3em;
  
  
Line 69: Line 72:
 
----
 
----
  
  font-size: 0.875em; line-height: 1.1rem;
+
  font-size: 0.875em; line-height: 1.1em;
  
  
Line 195: Line 198:
 
----
 
----
  
  font-size: 1.0em;  line-height: 1.1em;
+
 
 +
default (font-size: 0.875em;  line-height: 1.6em;),  font-family: verdana;
 +
 
 +
 
 +
<div style=" font-family: verdana;">'''Warning:''' If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File-&gt;Exit. If you are running as a service, Start-&gt;Run, type '''net stop boinc''' and press OK/Enter.
 +
 
 +
'''Note:''' Not all options are available in lower versions of BOINC.
 +
'''Note:''' When using a World Community Grid version of BOINC, flags may differ. Please ask at [http://www.worldcommunitygrid.org/forums/wcg/listforums?category=3&other_category_invisible=true the WCG forums] if in doubt. I did add the specific flags in this FAQ.
 +
 
 +
'''cc_config.xml is mainly used for debugging BOINC. By enabling these flags BOINC writes specific information both to the Messages tab/Event Log, to stderrdae.txt and stdoutdae.txt.'''
 +
 
 +
When you are using BOINC 5.8.2 or above, it isn't necessary to stop the BOINC client. Just edit the cc_config.xml file and tell Boinc Manager to read the file, through Advanced, Read config file.
 +
 
 +
'''Warning:''' Any changes in the &lt;log_flags&gt; section will be used immediately. Yet a lot of changes in the &lt;options&gt; section will need a complete exit and restart of the BOINC client. They will '''not''' take if you just re-read the config file.
 +
 
 +
Below is an example of cc_config.xml, split in the &lt;log_flags&gt; and &lt;options&gt; sections. By showing where the &lt;log_flags&gt; and &lt;options&gt; go in each section, you ought to be able to know where goes what when you make your cc_config.xml file. When saving with a text editor, make sure you save as &quot;All types&quot; and in ANSI format. That way the editor won't auto-add a TXT extension and the file will be readable by BOINC.
 +
 
 +
 
 +
'''BOINC Programs directory'''
 +
 
 +
The default directory where BOINC will install its executables to is:
 +
* '''Windows 32bit:''' C:\PROGRAM FILES\BOINC
 +
* '''Windows 64bit:''' C:\PROGRAM FILES (x86)\BOINC for 32bit BOINC, C:\PROGRAM FILES\BOINC for 64bit BOINC
 +
* '''Linux:''' wherever you are unpacking it/BOINC/
 +
* '''Macintosh:''' /Applications/BOINC/
 +
 
 +
 
 +
This can also be found in the the [http://boinc.berkeley.edu/wiki/Client_configuration BOINC Wiki] .. Check the site regularly for changes/additions.</div>
 +
 
 +
----
 +
 
 +
font-size: 0.875em;  line-height: 1.1em;  font-family: verdana;
 +
 
 +
 
 +
<div style=" line-height: 1.1rem; font-family: verdana;">'''Warning:''' If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File-&gt;Exit. If you are running as a service, Start-&gt;Run, type '''net stop boinc''' and press OK/Enter.
 +
 
 +
'''Note:''' Not all options are available in lower versions of BOINC.
 +
'''Note:''' When using a World Community Grid version of BOINC, flags may differ. Please ask at [http://www.worldcommunitygrid.org/forums/wcg/listforums?category=3&other_category_invisible=true the WCG forums] if in doubt. I did add the specific flags in this FAQ.
 +
 
 +
'''cc_config.xml is mainly used for debugging BOINC. By enabling these flags BOINC writes specific information both to the Messages tab/Event Log, to stderrdae.txt and stdoutdae.txt.'''
 +
 
 +
When you are using BOINC 5.8.2 or above, it isn't necessary to stop the BOINC client. Just edit the cc_config.xml file and tell Boinc Manager to read the file, through Advanced, Read config file.
 +
 
 +
'''Warning:''' Any changes in the &lt;log_flags&gt; section will be used immediately. Yet a lot of changes in the &lt;options&gt; section will need a complete exit and restart of the BOINC client. They will '''not''' take if you just re-read the config file.
 +
 
 +
Below is an example of cc_config.xml, split in the &lt;log_flags&gt; and &lt;options&gt; sections. By showing where the &lt;log_flags&gt; and &lt;options&gt; go in each section, you ought to be able to know where goes what when you make your cc_config.xml file. When saving with a text editor, make sure you save as &quot;All types&quot; and in ANSI format. That way the editor won't auto-add a TXT extension and the file will be readable by BOINC.
 +
 
 +
 
 +
'''BOINC Programs directory'''
 +
 
 +
The default directory where BOINC will install its executables to is:
 +
* '''Windows 32bit:''' C:\PROGRAM FILES\BOINC
 +
* '''Windows 64bit:''' C:\PROGRAM FILES (x86)\BOINC for 32bit BOINC, C:\PROGRAM FILES\BOINC for 64bit BOINC
 +
* '''Linux:''' wherever you are unpacking it/BOINC/
 +
* '''Macintosh:''' /Applications/BOINC/
 +
 
 +
 
 +
This can also be found in the the [http://boinc.berkeley.edu/wiki/Client_configuration BOINC Wiki] .. Check the site regularly for changes/additions.</div>
 +
 
 +
----
 +
 
 +
font-size: 0.875em;  line-height: 1.2em;  font-family: verdana;
 +
 
 +
 
 +
<div style=" line-height: 1.2rem; font-family: verdana;">'''Warning:''' If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File-&gt;Exit. If you are running as a service, Start-&gt;Run, type '''net stop boinc''' and press OK/Enter.
 +
 
 +
'''Note:''' Not all options are available in lower versions of BOINC.
 +
'''Note:''' When using a World Community Grid version of BOINC, flags may differ. Please ask at [http://www.worldcommunitygrid.org/forums/wcg/listforums?category=3&other_category_invisible=true the WCG forums] if in doubt. I did add the specific flags in this FAQ.
 +
 
 +
'''cc_config.xml is mainly used for debugging BOINC. By enabling these flags BOINC writes specific information both to the Messages tab/Event Log, to stderrdae.txt and stdoutdae.txt.'''
 +
 
 +
When you are using BOINC 5.8.2 or above, it isn't necessary to stop the BOINC client. Just edit the cc_config.xml file and tell Boinc Manager to read the file, through Advanced, Read config file.
 +
 
 +
'''Warning:''' Any changes in the &lt;log_flags&gt; section will be used immediately. Yet a lot of changes in the &lt;options&gt; section will need a complete exit and restart of the BOINC client. They will '''not''' take if you just re-read the config file.
 +
 
 +
Below is an example of cc_config.xml, split in the &lt;log_flags&gt; and &lt;options&gt; sections. By showing where the &lt;log_flags&gt; and &lt;options&gt; go in each section, you ought to be able to know where goes what when you make your cc_config.xml file. When saving with a text editor, make sure you save as &quot;All types&quot; and in ANSI format. That way the editor won't auto-add a TXT extension and the file will be readable by BOINC.
 +
 
 +
 
 +
'''BOINC Programs directory'''
 +
 
 +
The default directory where BOINC will install its executables to is:
 +
* '''Windows 32bit:''' C:\PROGRAM FILES\BOINC
 +
* '''Windows 64bit:''' C:\PROGRAM FILES (x86)\BOINC for 32bit BOINC, C:\PROGRAM FILES\BOINC for 64bit BOINC
 +
* '''Linux:''' wherever you are unpacking it/BOINC/
 +
* '''Macintosh:''' /Applications/BOINC/
 +
 
 +
 
 +
This can also be found in the the [http://boinc.berkeley.edu/wiki/Client_configuration BOINC Wiki] .. Check the site regularly for changes/additions.</div>
 +
 
 +
----
 +
 
 +
font-size: 0.875em;  line-height: 1.3em;  font-family: verdana;
 +
 
 +
 
 +
<div style=" line-height: 1.3rem; font-family: verdana;">'''Warning:''' If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File-&gt;Exit. If you are running as a service, Start-&gt;Run, type '''net stop boinc''' and press OK/Enter.
 +
 
 +
'''Note:''' Not all options are available in lower versions of BOINC.
 +
'''Note:''' When using a World Community Grid version of BOINC, flags may differ. Please ask at [http://www.worldcommunitygrid.org/forums/wcg/listforums?category=3&other_category_invisible=true the WCG forums] if in doubt. I did add the specific flags in this FAQ.
 +
 
 +
'''cc_config.xml is mainly used for debugging BOINC. By enabling these flags BOINC writes specific information both to the Messages tab/Event Log, to stderrdae.txt and stdoutdae.txt.'''
 +
 
 +
When you are using BOINC 5.8.2 or above, it isn't necessary to stop the BOINC client. Just edit the cc_config.xml file and tell Boinc Manager to read the file, through Advanced, Read config file.
 +
 
 +
'''Warning:''' Any changes in the &lt;log_flags&gt; section will be used immediately. Yet a lot of changes in the &lt;options&gt; section will need a complete exit and restart of the BOINC client. They will '''not''' take if you just re-read the config file.
 +
 
 +
Below is an example of cc_config.xml, split in the &lt;log_flags&gt; and &lt;options&gt; sections. By showing where the &lt;log_flags&gt; and &lt;options&gt; go in each section, you ought to be able to know where goes what when you make your cc_config.xml file. When saving with a text editor, make sure you save as &quot;All types&quot; and in ANSI format. That way the editor won't auto-add a TXT extension and the file will be readable by BOINC.
 +
 
 +
 
 +
'''BOINC Programs directory'''
 +
 
 +
The default directory where BOINC will install its executables to is:
 +
* '''Windows 32bit:''' C:\PROGRAM FILES\BOINC
 +
* '''Windows 64bit:''' C:\PROGRAM FILES (x86)\BOINC for 32bit BOINC, C:\PROGRAM FILES\BOINC for 64bit BOINC
 +
* '''Linux:''' wherever you are unpacking it/BOINC/
 +
* '''Macintosh:''' /Applications/BOINC/
 +
 
 +
 
 +
This can also be found in the the [http://boinc.berkeley.edu/wiki/Client_configuration BOINC Wiki] .. Check the site regularly for changes/additions.</div>
 +
 
 +
 
 +
----
 +
 
 +
  font-size: 1.0em;  line-height: 1.1em;  font-family: verdana;
 +
 
 +
 
 +
<div style=" font-size: 1.0rem; line-height: 1.1rem; font-family: verdana;">'''Warning:''' If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File-&gt;Exit. If you are running as a service, Start-&gt;Run, type '''net stop boinc''' and press OK/Enter.
 +
 
 +
'''Note:''' Not all options are available in lower versions of BOINC.
 +
'''Note:''' When using a World Community Grid version of BOINC, flags may differ. Please ask at [http://www.worldcommunitygrid.org/forums/wcg/listforums?category=3&other_category_invisible=true the WCG forums] if in doubt. I did add the specific flags in this FAQ.
 +
 
 +
'''cc_config.xml is mainly used for debugging BOINC. By enabling these flags BOINC writes specific information both to the Messages tab/Event Log, to stderrdae.txt and stdoutdae.txt.'''
 +
 
 +
When you are using BOINC 5.8.2 or above, it isn't necessary to stop the BOINC client. Just edit the cc_config.xml file and tell Boinc Manager to read the file, through Advanced, Read config file.
 +
 
 +
'''Warning:''' Any changes in the &lt;log_flags&gt; section will be used immediately. Yet a lot of changes in the &lt;options&gt; section will need a complete exit and restart of the BOINC client. They will '''not''' take if you just re-read the config file.
 +
 
 +
Below is an example of cc_config.xml, split in the &lt;log_flags&gt; and &lt;options&gt; sections. By showing where the &lt;log_flags&gt; and &lt;options&gt; go in each section, you ought to be able to know where goes what when you make your cc_config.xml file. When saving with a text editor, make sure you save as &quot;All types&quot; and in ANSI format. That way the editor won't auto-add a TXT extension and the file will be readable by BOINC.
 +
 
 +
 
 +
'''BOINC Programs directory'''
 +
 
 +
The default directory where BOINC will install its executables to is:
 +
* '''Windows 32bit:''' C:\PROGRAM FILES\BOINC
 +
* '''Windows 64bit:''' C:\PROGRAM FILES (x86)\BOINC for 32bit BOINC, C:\PROGRAM FILES\BOINC for 64bit BOINC
 +
* '''Linux:''' wherever you are unpacking it/BOINC/
 +
* '''Macintosh:''' /Applications/BOINC/
 +
 
 +
 
 +
This can also be found in the the [http://boinc.berkeley.edu/wiki/Client_configuration BOINC Wiki] .. Check the site regularly for changes/additions.</div>
 +
 
 +
 
 +
----
 +
 
 +
font-size: 1.0em;  line-height: 1.2em;  font-family: verdana;
 +
 
 +
 
 +
<div style="  font-size: 1.0rem; line-height: 1.3rem; font-family: verdana;">'''Warning:''' If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File-&gt;Exit. If you are running as a service, Start-&gt;Run, type '''net stop boinc''' and press OK/Enter.
 +
 
 +
'''Note:''' Not all options are available in lower versions of BOINC.
 +
'''Note:''' When using a World Community Grid version of BOINC, flags may differ. Please ask at [http://www.worldcommunitygrid.org/forums/wcg/listforums?category=3&other_category_invisible=true the WCG forums] if in doubt. I did add the specific flags in this FAQ.
 +
 
 +
'''cc_config.xml is mainly used for debugging BOINC. By enabling these flags BOINC writes specific information both to the Messages tab/Event Log, to stderrdae.txt and stdoutdae.txt.'''
 +
 
 +
When you are using BOINC 5.8.2 or above, it isn't necessary to stop the BOINC client. Just edit the cc_config.xml file and tell Boinc Manager to read the file, through Advanced, Read config file.
 +
 
 +
'''Warning:''' Any changes in the &lt;log_flags&gt; section will be used immediately. Yet a lot of changes in the &lt;options&gt; section will need a complete exit and restart of the BOINC client. They will '''not''' take if you just re-read the config file.
 +
 
 +
Below is an example of cc_config.xml, split in the &lt;log_flags&gt; and &lt;options&gt; sections. By showing where the &lt;log_flags&gt; and &lt;options&gt; go in each section, you ought to be able to know where goes what when you make your cc_config.xml file. When saving with a text editor, make sure you save as &quot;All types&quot; and in ANSI format. That way the editor won't auto-add a TXT extension and the file will be readable by BOINC.
 +
 
 +
 
 +
'''BOINC Programs directory'''
 +
 
 +
The default directory where BOINC will install its executables to is:
 +
* '''Windows 32bit:''' C:\PROGRAM FILES\BOINC
 +
* '''Windows 64bit:''' C:\PROGRAM FILES (x86)\BOINC for 32bit BOINC, C:\PROGRAM FILES\BOINC for 64bit BOINC
 +
* '''Linux:''' wherever you are unpacking it/BOINC/
 +
* '''Macintosh:''' /Applications/BOINC/
 +
 
 +
 
 +
This can also be found in the the [http://boinc.berkeley.edu/wiki/Client_configuration BOINC Wiki] .. Check the site regularly for changes/additions.</div>
 +
 
 +
 
 +
----
 +
font-size: 1.0em;  line-height: 1.3em;  font-family: verdana;
  
  
<div style="font-size: 1.0rem; line-height: 1.1rem;">'''Warning:''' If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File-&gt;Exit. If you are running as a service, Start-&gt;Run, type '''net stop boinc''' and press OK/Enter.  
+
<div style=" font-size: 1.0rem; line-height: 1.3rem; font-family: verdana;">'''Warning:''' If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File-&gt;Exit. If you are running as a service, Start-&gt;Run, type '''net stop boinc''' and press OK/Enter.  
  
 
'''Note:''' Not all options are available in lower versions of BOINC.  
 
'''Note:''' Not all options are available in lower versions of BOINC.  
Line 227: Line 413:
  
  
here's the typical css
+
here's the css
  
 
  .mw-body p { margin: 0.875em 0; }
 
  .mw-body p { margin: 0.875em 0; }
  .mw-body-content { line-height: 1.3em; font-size: 1.0em; }
+
  .mw-body-content { line-height: 1.3em; font-size: 1.0em; font-family: verdana; }

Latest revision as of 04:26, 27 June 2016

Here some are sample font-size and line-height combinations


notes

  • The inter-para spacing is unreachable through the wiki filter, so via F12-inspect, '.mw-body p { margin: 1.0em 0; }' looked pretty good.
  • use rems when editing the divs below
  • don't forget your browser zoom




default (font-size: 0.875em; line-height: 1.6em;)


Warning: If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File->Exit. If you are running as a service, Start->Run, type net stop boinc and press OK/Enter.

Note: Not all options are available in lower versions of BOINC. Note: When using a World Community Grid version of BOINC, flags may differ. Please ask at the WCG forums if in doubt. I did add the specific flags in this FAQ.

cc_config.xml is mainly used for debugging BOINC. By enabling these flags BOINC writes specific information both to the Messages tab/Event Log, to stderrdae.txt and stdoutdae.txt.

When you are using BOINC 5.8.2 or above, it isn't necessary to stop the BOINC client. Just edit the cc_config.xml file and tell Boinc Manager to read the file, through Advanced, Read config file.

Warning: Any changes in the <log_flags> section will be used immediately. Yet a lot of changes in the <options> section will need a complete exit and restart of the BOINC client. They will not take if you just re-read the config file.

Below is an example of cc_config.xml, split in the <log_flags> and <options> sections. By showing where the <log_flags> and <options> go in each section, you ought to be able to know where goes what when you make your cc_config.xml file. When saving with a text editor, make sure you save as "All types" and in ANSI format. That way the editor won't auto-add a TXT extension and the file will be readable by BOINC.

For BOINC 5.2.1 - 5.10.45: Save the cc_config.xml file into your BOINC directory.

For BOINC 6.1 - all above that: Save the cc_config.xml file into your BOINC Data directory.

This can also be found in the the BOINC Wiki .. Check the site regularly for changes/additions.



font-size: 0.875em; line-height: 1.3em;


Warning: If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File->Exit. If you are running as a service, Start->Run, type net stop boinc and press OK/Enter.

Note: Not all options are available in lower versions of BOINC. Note: When using a World Community Grid version of BOINC, flags may differ. Please ask at the WCG forums if in doubt. I did add the specific flags in this FAQ.

cc_config.xml is mainly used for debugging BOINC. By enabling these flags BOINC writes specific information both to the Messages tab/Event Log, to stderrdae.txt and stdoutdae.txt.

When you are using BOINC 5.8.2 or above, it isn't necessary to stop the BOINC client. Just edit the cc_config.xml file and tell Boinc Manager to read the file, through Advanced, Read config file.

Warning: Any changes in the <log_flags> section will be used immediately. Yet a lot of changes in the <options> section will need a complete exit and restart of the BOINC client. They will not take if you just re-read the config file.

Below is an example of cc_config.xml, split in the <log_flags> and <options> sections. By showing where the <log_flags> and <options> go in each section, you ought to be able to know where goes what when you make your cc_config.xml file. When saving with a text editor, make sure you save as "All types" and in ANSI format. That way the editor won't auto-add a TXT extension and the file will be readable by BOINC.


BOINC Programs directory

The default directory where BOINC will install its executables to is:

  • Windows 32bit: C:\PROGRAM FILES\BOINC
  • Windows 64bit: C:\PROGRAM FILES (x86)\BOINC for 32bit BOINC, C:\PROGRAM FILES\BOINC for 64bit BOINC
  • Linux: wherever you are unpacking it/BOINC/
  • Macintosh: /Applications/BOINC/


This can also be found in the the BOINC Wiki .. Check the site regularly for changes/additions.



font-size: 0.875em; line-height: 1.1em;


Warning: If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File->Exit. If you are running as a service, Start->Run, type net stop boinc and press OK/Enter.

Note: Not all options are available in lower versions of BOINC. Note: When using a World Community Grid version of BOINC, flags may differ. Please ask at the WCG forums if in doubt. I did add the specific flags in this FAQ.

cc_config.xml is mainly used for debugging BOINC. By enabling these flags BOINC writes specific information both to the Messages tab/Event Log, to stderrdae.txt and stdoutdae.txt.

When you are using BOINC 5.8.2 or above, it isn't necessary to stop the BOINC client. Just edit the cc_config.xml file and tell Boinc Manager to read the file, through Advanced, Read config file.

Warning: Any changes in the <log_flags> section will be used immediately. Yet a lot of changes in the <options> section will need a complete exit and restart of the BOINC client. They will not take if you just re-read the config file.

Below is an example of cc_config.xml, split in the <log_flags> and <options> sections. By showing where the <log_flags> and <options> go in each section, you ought to be able to know where goes what when you make your cc_config.xml file. When saving with a text editor, make sure you save as "All types" and in ANSI format. That way the editor won't auto-add a TXT extension and the file will be readable by BOINC.


BOINC Programs directory

The default directory where BOINC will install its executables to is:

  • Windows 32bit: C:\PROGRAM FILES\BOINC
  • Windows 64bit: C:\PROGRAM FILES (x86)\BOINC for 32bit BOINC, C:\PROGRAM FILES\BOINC for 64bit BOINC
  • Linux: wherever you are unpacking it/BOINC/
  • Macintosh: /Applications/BOINC/


This can also be found in the the BOINC Wiki .. Check the site regularly for changes/additions.



font-size: 1.0em;  line-height: 1.4em;


Warning: If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File->Exit. If you are running as a service, Start->Run, type net stop boinc and press OK/Enter.

Note: Not all options are available in lower versions of BOINC. Note: When using a World Community Grid version of BOINC, flags may differ. Please ask at the WCG forums if in doubt. I did add the specific flags in this FAQ.

cc_config.xml is mainly used for debugging BOINC. By enabling these flags BOINC writes specific information both to the Messages tab/Event Log, to stderrdae.txt and stdoutdae.txt.

When you are using BOINC 5.8.2 or above, it isn't necessary to stop the BOINC client. Just edit the cc_config.xml file and tell Boinc Manager to read the file, through Advanced, Read config file.

Warning: Any changes in the <log_flags> section will be used immediately. Yet a lot of changes in the <options> section will need a complete exit and restart of the BOINC client. They will not take if you just re-read the config file.

Below is an example of cc_config.xml, split in the <log_flags> and <options> sections. By showing where the <log_flags> and <options> go in each section, you ought to be able to know where goes what when you make your cc_config.xml file. When saving with a text editor, make sure you save as "All types" and in ANSI format. That way the editor won't auto-add a TXT extension and the file will be readable by BOINC.


BOINC Programs directory

The default directory where BOINC will install its executables to is:

  • Windows 32bit: C:\PROGRAM FILES\BOINC
  • Windows 64bit: C:\PROGRAM FILES (x86)\BOINC for 32bit BOINC, C:\PROGRAM FILES\BOINC for 64bit BOINC
  • Linux: wherever you are unpacking it/BOINC/
  • Macintosh: /Applications/BOINC/


This can also be found in the the BOINC Wiki .. Check the site regularly for changes/additions.



font-size: 1.0em;  line-height: 1.3em;


Warning: If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File->Exit. If you are running as a service, Start->Run, type net stop boinc and press OK/Enter.

Note: Not all options are available in lower versions of BOINC. Note: When using a World Community Grid version of BOINC, flags may differ. Please ask at the WCG forums if in doubt. I did add the specific flags in this FAQ.

cc_config.xml is mainly used for debugging BOINC. By enabling these flags BOINC writes specific information both to the Messages tab/Event Log, to stderrdae.txt and stdoutdae.txt.

When you are using BOINC 5.8.2 or above, it isn't necessary to stop the BOINC client. Just edit the cc_config.xml file and tell Boinc Manager to read the file, through Advanced, Read config file.

Warning: Any changes in the <log_flags> section will be used immediately. Yet a lot of changes in the <options> section will need a complete exit and restart of the BOINC client. They will not take if you just re-read the config file.

Below is an example of cc_config.xml, split in the <log_flags> and <options> sections. By showing where the <log_flags> and <options> go in each section, you ought to be able to know where goes what when you make your cc_config.xml file. When saving with a text editor, make sure you save as "All types" and in ANSI format. That way the editor won't auto-add a TXT extension and the file will be readable by BOINC.


BOINC Programs directory

The default directory where BOINC will install its executables to is:

  • Windows 32bit: C:\PROGRAM FILES\BOINC
  • Windows 64bit: C:\PROGRAM FILES (x86)\BOINC for 32bit BOINC, C:\PROGRAM FILES\BOINC for 64bit BOINC
  • Linux: wherever you are unpacking it/BOINC/
  • Macintosh: /Applications/BOINC/


This can also be found in the the BOINC Wiki .. Check the site regularly for changes/additions.



font-size: 1.0em;  line-height: 1.2em;


Warning: If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File->Exit. If you are running as a service, Start->Run, type net stop boinc and press OK/Enter.

Note: Not all options are available in lower versions of BOINC. Note: When using a World Community Grid version of BOINC, flags may differ. Please ask at the WCG forums if in doubt. I did add the specific flags in this FAQ.

cc_config.xml is mainly used for debugging BOINC. By enabling these flags BOINC writes specific information both to the Messages tab/Event Log, to stderrdae.txt and stdoutdae.txt.

When you are using BOINC 5.8.2 or above, it isn't necessary to stop the BOINC client. Just edit the cc_config.xml file and tell Boinc Manager to read the file, through Advanced, Read config file.

Warning: Any changes in the <log_flags> section will be used immediately. Yet a lot of changes in the <options> section will need a complete exit and restart of the BOINC client. They will not take if you just re-read the config file.

Below is an example of cc_config.xml, split in the <log_flags> and <options> sections. By showing where the <log_flags> and <options> go in each section, you ought to be able to know where goes what when you make your cc_config.xml file. When saving with a text editor, make sure you save as "All types" and in ANSI format. That way the editor won't auto-add a TXT extension and the file will be readable by BOINC.


BOINC Programs directory

The default directory where BOINC will install its executables to is:

  • Windows 32bit: C:\PROGRAM FILES\BOINC
  • Windows 64bit: C:\PROGRAM FILES (x86)\BOINC for 32bit BOINC, C:\PROGRAM FILES\BOINC for 64bit BOINC
  • Linux: wherever you are unpacking it/BOINC/
  • Macintosh: /Applications/BOINC/


This can also be found in the the BOINC Wiki .. Check the site regularly for changes/additions.




default (font-size: 0.875em;  line-height: 1.6em;),  font-family: verdana;


Warning: If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File->Exit. If you are running as a service, Start->Run, type net stop boinc and press OK/Enter.

Note: Not all options are available in lower versions of BOINC. Note: When using a World Community Grid version of BOINC, flags may differ. Please ask at the WCG forums if in doubt. I did add the specific flags in this FAQ.

cc_config.xml is mainly used for debugging BOINC. By enabling these flags BOINC writes specific information both to the Messages tab/Event Log, to stderrdae.txt and stdoutdae.txt.

When you are using BOINC 5.8.2 or above, it isn't necessary to stop the BOINC client. Just edit the cc_config.xml file and tell Boinc Manager to read the file, through Advanced, Read config file.

Warning: Any changes in the <log_flags> section will be used immediately. Yet a lot of changes in the <options> section will need a complete exit and restart of the BOINC client. They will not take if you just re-read the config file.

Below is an example of cc_config.xml, split in the <log_flags> and <options> sections. By showing where the <log_flags> and <options> go in each section, you ought to be able to know where goes what when you make your cc_config.xml file. When saving with a text editor, make sure you save as "All types" and in ANSI format. That way the editor won't auto-add a TXT extension and the file will be readable by BOINC.


BOINC Programs directory

The default directory where BOINC will install its executables to is:

  • Windows 32bit: C:\PROGRAM FILES\BOINC
  • Windows 64bit: C:\PROGRAM FILES (x86)\BOINC for 32bit BOINC, C:\PROGRAM FILES\BOINC for 64bit BOINC
  • Linux: wherever you are unpacking it/BOINC/
  • Macintosh: /Applications/BOINC/


This can also be found in the the BOINC Wiki .. Check the site regularly for changes/additions.

font-size: 0.875em;  line-height: 1.1em;  font-family: verdana;


Warning: If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File->Exit. If you are running as a service, Start->Run, type net stop boinc and press OK/Enter.

Note: Not all options are available in lower versions of BOINC. Note: When using a World Community Grid version of BOINC, flags may differ. Please ask at the WCG forums if in doubt. I did add the specific flags in this FAQ.

cc_config.xml is mainly used for debugging BOINC. By enabling these flags BOINC writes specific information both to the Messages tab/Event Log, to stderrdae.txt and stdoutdae.txt.

When you are using BOINC 5.8.2 or above, it isn't necessary to stop the BOINC client. Just edit the cc_config.xml file and tell Boinc Manager to read the file, through Advanced, Read config file.

Warning: Any changes in the <log_flags> section will be used immediately. Yet a lot of changes in the <options> section will need a complete exit and restart of the BOINC client. They will not take if you just re-read the config file.

Below is an example of cc_config.xml, split in the <log_flags> and <options> sections. By showing where the <log_flags> and <options> go in each section, you ought to be able to know where goes what when you make your cc_config.xml file. When saving with a text editor, make sure you save as "All types" and in ANSI format. That way the editor won't auto-add a TXT extension and the file will be readable by BOINC.


BOINC Programs directory

The default directory where BOINC will install its executables to is:

  • Windows 32bit: C:\PROGRAM FILES\BOINC
  • Windows 64bit: C:\PROGRAM FILES (x86)\BOINC for 32bit BOINC, C:\PROGRAM FILES\BOINC for 64bit BOINC
  • Linux: wherever you are unpacking it/BOINC/
  • Macintosh: /Applications/BOINC/


This can also be found in the the BOINC Wiki .. Check the site regularly for changes/additions.

font-size: 0.875em;  line-height: 1.2em;  font-family: verdana;


Warning: If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File->Exit. If you are running as a service, Start->Run, type net stop boinc and press OK/Enter.

Note: Not all options are available in lower versions of BOINC. Note: When using a World Community Grid version of BOINC, flags may differ. Please ask at the WCG forums if in doubt. I did add the specific flags in this FAQ.

cc_config.xml is mainly used for debugging BOINC. By enabling these flags BOINC writes specific information both to the Messages tab/Event Log, to stderrdae.txt and stdoutdae.txt.

When you are using BOINC 5.8.2 or above, it isn't necessary to stop the BOINC client. Just edit the cc_config.xml file and tell Boinc Manager to read the file, through Advanced, Read config file.

Warning: Any changes in the <log_flags> section will be used immediately. Yet a lot of changes in the <options> section will need a complete exit and restart of the BOINC client. They will not take if you just re-read the config file.

Below is an example of cc_config.xml, split in the <log_flags> and <options> sections. By showing where the <log_flags> and <options> go in each section, you ought to be able to know where goes what when you make your cc_config.xml file. When saving with a text editor, make sure you save as "All types" and in ANSI format. That way the editor won't auto-add a TXT extension and the file will be readable by BOINC.


BOINC Programs directory

The default directory where BOINC will install its executables to is:

  • Windows 32bit: C:\PROGRAM FILES\BOINC
  • Windows 64bit: C:\PROGRAM FILES (x86)\BOINC for 32bit BOINC, C:\PROGRAM FILES\BOINC for 64bit BOINC
  • Linux: wherever you are unpacking it/BOINC/
  • Macintosh: /Applications/BOINC/


This can also be found in the the BOINC Wiki .. Check the site regularly for changes/additions.

font-size: 0.875em;  line-height: 1.3em;  font-family: verdana;


Warning: If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File->Exit. If you are running as a service, Start->Run, type net stop boinc and press OK/Enter.

Note: Not all options are available in lower versions of BOINC. Note: When using a World Community Grid version of BOINC, flags may differ. Please ask at the WCG forums if in doubt. I did add the specific flags in this FAQ.

cc_config.xml is mainly used for debugging BOINC. By enabling these flags BOINC writes specific information both to the Messages tab/Event Log, to stderrdae.txt and stdoutdae.txt.

When you are using BOINC 5.8.2 or above, it isn't necessary to stop the BOINC client. Just edit the cc_config.xml file and tell Boinc Manager to read the file, through Advanced, Read config file.

Warning: Any changes in the <log_flags> section will be used immediately. Yet a lot of changes in the <options> section will need a complete exit and restart of the BOINC client. They will not take if you just re-read the config file.

Below is an example of cc_config.xml, split in the <log_flags> and <options> sections. By showing where the <log_flags> and <options> go in each section, you ought to be able to know where goes what when you make your cc_config.xml file. When saving with a text editor, make sure you save as "All types" and in ANSI format. That way the editor won't auto-add a TXT extension and the file will be readable by BOINC.


BOINC Programs directory

The default directory where BOINC will install its executables to is:

  • Windows 32bit: C:\PROGRAM FILES\BOINC
  • Windows 64bit: C:\PROGRAM FILES (x86)\BOINC for 32bit BOINC, C:\PROGRAM FILES\BOINC for 64bit BOINC
  • Linux: wherever you are unpacking it/BOINC/
  • Macintosh: /Applications/BOINC/


This can also be found in the the BOINC Wiki .. Check the site regularly for changes/additions.



font-size: 1.0em;  line-height: 1.1em;  font-family: verdana;


Warning: If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File->Exit. If you are running as a service, Start->Run, type net stop boinc and press OK/Enter.

Note: Not all options are available in lower versions of BOINC. Note: When using a World Community Grid version of BOINC, flags may differ. Please ask at the WCG forums if in doubt. I did add the specific flags in this FAQ.

cc_config.xml is mainly used for debugging BOINC. By enabling these flags BOINC writes specific information both to the Messages tab/Event Log, to stderrdae.txt and stdoutdae.txt.

When you are using BOINC 5.8.2 or above, it isn't necessary to stop the BOINC client. Just edit the cc_config.xml file and tell Boinc Manager to read the file, through Advanced, Read config file.

Warning: Any changes in the <log_flags> section will be used immediately. Yet a lot of changes in the <options> section will need a complete exit and restart of the BOINC client. They will not take if you just re-read the config file.

Below is an example of cc_config.xml, split in the <log_flags> and <options> sections. By showing where the <log_flags> and <options> go in each section, you ought to be able to know where goes what when you make your cc_config.xml file. When saving with a text editor, make sure you save as "All types" and in ANSI format. That way the editor won't auto-add a TXT extension and the file will be readable by BOINC.


BOINC Programs directory

The default directory where BOINC will install its executables to is:

  • Windows 32bit: C:\PROGRAM FILES\BOINC
  • Windows 64bit: C:\PROGRAM FILES (x86)\BOINC for 32bit BOINC, C:\PROGRAM FILES\BOINC for 64bit BOINC
  • Linux: wherever you are unpacking it/BOINC/
  • Macintosh: /Applications/BOINC/


This can also be found in the the BOINC Wiki .. Check the site regularly for changes/additions.



font-size: 1.0em;  line-height: 1.2em;  font-family: verdana;


Warning: If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File->Exit. If you are running as a service, Start->Run, type net stop boinc and press OK/Enter.

Note: Not all options are available in lower versions of BOINC. Note: When using a World Community Grid version of BOINC, flags may differ. Please ask at the WCG forums if in doubt. I did add the specific flags in this FAQ.

cc_config.xml is mainly used for debugging BOINC. By enabling these flags BOINC writes specific information both to the Messages tab/Event Log, to stderrdae.txt and stdoutdae.txt.

When you are using BOINC 5.8.2 or above, it isn't necessary to stop the BOINC client. Just edit the cc_config.xml file and tell Boinc Manager to read the file, through Advanced, Read config file.

Warning: Any changes in the <log_flags> section will be used immediately. Yet a lot of changes in the <options> section will need a complete exit and restart of the BOINC client. They will not take if you just re-read the config file.

Below is an example of cc_config.xml, split in the <log_flags> and <options> sections. By showing where the <log_flags> and <options> go in each section, you ought to be able to know where goes what when you make your cc_config.xml file. When saving with a text editor, make sure you save as "All types" and in ANSI format. That way the editor won't auto-add a TXT extension and the file will be readable by BOINC.


BOINC Programs directory

The default directory where BOINC will install its executables to is:

  • Windows 32bit: C:\PROGRAM FILES\BOINC
  • Windows 64bit: C:\PROGRAM FILES (x86)\BOINC for 32bit BOINC, C:\PROGRAM FILES\BOINC for 64bit BOINC
  • Linux: wherever you are unpacking it/BOINC/
  • Macintosh: /Applications/BOINC/


This can also be found in the the BOINC Wiki .. Check the site regularly for changes/additions.



font-size: 1.0em;  line-height: 1.3em;  font-family: verdana;


Warning: If you are using a BOINC version lower than 5.8.2, before you add or edit cc_config.xml, exit BOINC. Normally in Boinc Manager File->Exit. If you are running as a service, Start->Run, type net stop boinc and press OK/Enter.

Note: Not all options are available in lower versions of BOINC. Note: When using a World Community Grid version of BOINC, flags may differ. Please ask at the WCG forums if in doubt. I did add the specific flags in this FAQ.

cc_config.xml is mainly used for debugging BOINC. By enabling these flags BOINC writes specific information both to the Messages tab/Event Log, to stderrdae.txt and stdoutdae.txt.

When you are using BOINC 5.8.2 or above, it isn't necessary to stop the BOINC client. Just edit the cc_config.xml file and tell Boinc Manager to read the file, through Advanced, Read config file.

Warning: Any changes in the <log_flags> section will be used immediately. Yet a lot of changes in the <options> section will need a complete exit and restart of the BOINC client. They will not take if you just re-read the config file.

Below is an example of cc_config.xml, split in the <log_flags> and <options> sections. By showing where the <log_flags> and <options> go in each section, you ought to be able to know where goes what when you make your cc_config.xml file. When saving with a text editor, make sure you save as "All types" and in ANSI format. That way the editor won't auto-add a TXT extension and the file will be readable by BOINC.


BOINC Programs directory

The default directory where BOINC will install its executables to is:

  • Windows 32bit: C:\PROGRAM FILES\BOINC
  • Windows 64bit: C:\PROGRAM FILES (x86)\BOINC for 32bit BOINC, C:\PROGRAM FILES\BOINC for 64bit BOINC
  • Linux: wherever you are unpacking it/BOINC/
  • Macintosh: /Applications/BOINC/


This can also be found in the the BOINC Wiki .. Check the site regularly for changes/additions.




here's the css

.mw-body p { margin: 0.875em 0; }
.mw-body-content { line-height: 1.3em; font-size: 1.0em; font-family: verdana; }