| 1 | #!perl |
1 | #!perl |
| 2 | ################################################################################ |
2 | ################################################################################ |
| 3 | # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester |
3 | # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester |
| 4 | # $Id: global.conf.dist,v 1.25 2003-06-09 23:41:43 gage Exp $ |
4 | # $Id: global.conf.dist,v 1.26 2003-06-10 00:18:09 sh002i Exp $ |
| 5 | ################################################################################ |
5 | ################################################################################ |
| 6 | |
6 | |
| 7 | # This file is used to set up the default WeBWorK course environment for all |
7 | # This file is used to set up the default WeBWorK course environment for all |
| 8 | # requests. Values may be overwritten by the course.conf for a specific course. |
8 | # requests. Values may be overwritten by the course.conf for a specific course. |
| 9 | # All package variables set in this file are added to the course environment. |
9 | # All package variables set in this file are added to the course environment. |
| … | |
… | |
| 31 | ); |
31 | ); |
| 32 | |
32 | |
| 33 | %webworkFiles = ( |
33 | %webworkFiles = ( |
| 34 | environment => "$webworkDirs{conf}/global.conf", |
34 | environment => "$webworkDirs{conf}/global.conf", |
| 35 | hardcopySnippets => { |
35 | hardcopySnippets => { |
| 36 | preamble => "$webworkDirs{conf}/hardcopyPreamble.tex", |
36 | preamble => "$webworkDirs{conf}/snippets/hardcopyPreamble.tex", |
| 37 | setHeader => "$webworkDirs{conf}/hardcopySetHeader.pg", |
37 | setHeader => "$webworkDirs{conf}/snippets/hardcopySetHeader.pg", |
| 38 | problemDivider => "$webworkDirs{conf}/hardcopyProblemDivider.tex", |
38 | problemDivider => "$webworkDirs{conf}/snippets/hardcopyProblemDivider.tex", |
| 39 | setFooter => "$webworkDirs{conf}/hardcopySetFooter.pg", |
39 | setFooter => "$webworkDirs{conf}/snippets/hardcopySetFooter.pg", |
| 40 | setDivider => "$webworkDirs{conf}/hardcopySetDivider.tex", |
40 | setDivider => "$webworkDirs{conf}/snippets/hardcopySetDivider.tex", |
| 41 | postamble => "$webworkDirs{conf}/hardcopyPostamble.tex", |
41 | postamble => "$webworkDirs{conf}/snippets/hardcopyPostamble.tex", |
| 42 | }, |
42 | }, |
| 43 | screenSnippets => { |
43 | screenSnippets => { |
| 44 | setHeader => "$webworkDirs{conf}/screenSetHeader.pg", |
44 | setHeader => "$webworkDirs{conf}/snippets/screenSetHeader.pg", |
| 45 | }, |
45 | }, |
| 46 | logs => { |
46 | logs => { |
| 47 | timing => "$webworkDirs{logs}/timing.log", |
47 | timing => "$webworkDirs{logs}/timing.log", |
| 48 | }, |
48 | }, |
| 49 | ); |
49 | ); |
| … | |
… | |
| 136 | ################################################################################ |
136 | ################################################################################ |
| 137 | # Frontend options |
137 | # Frontend options |
| 138 | ################################################################################ |
138 | ################################################################################ |
| 139 | |
139 | |
| 140 | %templates = ( |
140 | %templates = ( |
| 141 | system => "$webworkDirs{conf}/barebones.template", |
141 | system => "$webworkDirs{conf}/templates/ur.template", |
| 142 | ); |
142 | ); |
| 143 | |
143 | |
| 144 | ################################################################################ |
144 | ################################################################################ |
| 145 | # Database and session |
145 | # Database and session |
| 146 | ################################################################################ |
146 | ################################################################################ |