| 1 | #!perl |
1 | #!perl |
| 2 | ################################################################################ |
2 | ################################################################################ |
| 3 | # WeBWorK Online Homework Delivery System |
3 | # WeBWorK Online Homework Delivery System |
| 4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.95.2.1 2004/08/11 00:23:19 gage Exp $ |
5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.95.2.2 2004/08/28 01:29:27 sh002i Exp $ |
| 6 | # |
6 | # |
| 7 | # This program is free software; you can redistribute it and/or modify it under |
7 | # This program is free software; you can redistribute it and/or modify it under |
| 8 | # the terms of either: (a) the GNU General Public License as published by the |
8 | # the terms of either: (a) the GNU General Public License as published by the |
| 9 | # Free Software Foundation; either version 2, or (at your option) any later |
9 | # Free Software Foundation; either version 2, or (at your option) any later |
| 10 | # version, or (b) the "Artistic License" which comes with this package. |
10 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 50 | |
50 | |
| 51 | $externalPrograms{mkdir} = "/bin/mkdir"; |
51 | $externalPrograms{mkdir} = "/bin/mkdir"; |
| 52 | $externalPrograms{mysql} = "/usr/local/bin/mysql"; |
52 | $externalPrograms{mysql} = "/usr/local/bin/mysql"; |
| 53 | |
53 | |
| 54 | $externalPrograms{latex} = "/usr/local/bin/latex"; |
54 | $externalPrograms{latex} = "/usr/local/bin/latex"; |
| 55 | $externalPrograms{pdflatex} = "/usr/local/bin/pdflatex"; |
55 | $externalPrograms{pdflatex} = "/usr/local/bin/pdflatex --shell-escape"; # allows pdflatex to handle .eps files |
| 56 | $externalPrograms{dvipng} = "/usr/local/bin/dvipng"; |
56 | $externalPrograms{dvipng} = "/usr/local/bin/dvipng"; |
| 57 | $externalPrograms{tth} = "/usr/local/bin/tth"; |
57 | $externalPrograms{tth} = "/usr/local/bin/tth"; |
|
|
58 | |
|
|
59 | # These image conversion utilities are included in the WeBWorK distribution. |
|
|
60 | $externalPrograms{gif2eps} = "$webworkDirs{bin}/gif2eps"; |
|
|
61 | $externalPrograms{png2eps} = "$webworkDirs{bin}/png2eps"; |
|
|
62 | $externalPrograms{gif2png} = "$webworkDirs{bin}/gif2png"; |
|
|
63 | |
|
|
64 | |
|
|
65 | |
| 58 | |
66 | |
| 59 | ################################################################################ |
67 | ################################################################################ |
| 60 | # Mail settings |
68 | # Mail settings |
| 61 | ################################################################################ |
69 | ################################################################################ |
| 62 | |
70 | |
| … | |
… | |
| 82 | |
90 | |
| 83 | # If defined, feedbackRecipients overrides the list of recipients for feedback |
91 | # If defined, feedbackRecipients overrides the list of recipients for feedback |
| 84 | # email. It's appropriate to set this in the course.conf for specific courses, |
92 | # email. It's appropriate to set this in the course.conf for specific courses, |
| 85 | # but probably not in global.conf. if not defined, mail is sent to all |
93 | # but probably not in global.conf. if not defined, mail is sent to all |
| 86 | # professors and TAs for a given course |
94 | # professors and TAs for a given course |
|
|
95 | |
| 87 | $mail{feedbackRecipients} = [ |
96 | # $mail{feedbackRecipients} = [ |
| 88 | #'prof1@yourserver.yourdomain.edu', |
97 | # 'prof1@yourserver.yourdomain.edu', |
| 89 | #'prof2@yourserver.yourdomain.edu', |
98 | # 'prof2@yourserver.yourdomain.edu', |
| 90 | ]; |
99 | # ]; |
| 91 | |
100 | |
| 92 | # feedbackVerbosity: |
101 | # feedbackVerbosity: |
| 93 | # 0: send only the feedback comment and context link |
102 | # 0: send only the feedback comment and context link |
| 94 | # 1: as in 0, plus user, set, problem, and PG data |
103 | # 1: as in 0, plus user, set, problem, and PG data |
| 95 | # 2: as in 1, plus the problem environment (debugging data) |
104 | # 2: as in 1, plus the problem environment (debugging data) |
| … | |
… | |
| 286 | # asuLibrary => "Arizona State", |
295 | # asuLibrary => "Arizona State", |
| 287 | # dcdsLibrary => "Detroit CDS", |
296 | # dcdsLibrary => "Detroit CDS", |
| 288 | # dartmouthLibrary => "Dartmouth", |
297 | # dartmouthLibrary => "Dartmouth", |
| 289 | # indianaLibrary => "Indiana", |
298 | # indianaLibrary => "Indiana", |
| 290 | # osuLibrary => "Ohio State", |
299 | # osuLibrary => "Ohio State", |
|
|
300 | # capaLibrary => "CAPA", |
| 291 | }; |
301 | }; |
| 292 | |
302 | |
| 293 | ################################################################################ |
303 | ################################################################################ |
| 294 | # Database options |
304 | # Database options |
| 295 | ################################################################################ |
305 | ################################################################################ |
| … | |
… | |
| 344 | |
354 | |
| 345 | # The answer log stores a history of all users' submitted answers. |
355 | # The answer log stores a history of all users' submitted answers. |
| 346 | $courseFiles{logs}{answer_log} = "$courseDirs{logs}/answer_log"; |
356 | $courseFiles{logs}{answer_log} = "$courseDirs{logs}/answer_log"; |
| 347 | |
357 | |
| 348 | ################################################################################ |
358 | ################################################################################ |
| 349 | # More paths to external programs |
|
|
| 350 | ################################################################################ |
|
|
| 351 | |
|
|
| 352 | # These image conversion utilities are included in the WeBWorK distribution. |
|
|
| 353 | $externalPrograms{gif2eps} = "$webworkDirs{bin}/gif2eps"; |
|
|
| 354 | $externalPrograms{png2eps} = "$webworkDirs{bin}/png2eps"; |
|
|
| 355 | $externalPrograms{gif2png} = "$webworkDirs{bin}/gif2png"; |
|
|
| 356 | |
|
|
| 357 | ################################################################################ |
|
|
| 358 | # Site defaults (FIXME: what other things could be "site defaults"?) |
359 | # Site defaults (FIXME: what other things could be "site defaults"?) (move to Constants.pm??) |
| 359 | ################################################################################ |
360 | ################################################################################ |
| 360 | |
361 | |
| 361 | # Status strings -- lists valid status values and their names. If your site uses |
362 | # Status strings -- lists valid status values and their names. If your site uses |
| 362 | # additional values, add them here. |
363 | # additional values, add them here. |
| 363 | $siteDefaults{status} = { |
364 | $siteDefaults{status} = { |