| 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: webwork-modperl/conf/global.conf.dist,v 1.69 2004/05/24 02:01:25 dpvc Exp $ |
5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.70 2004/05/24 18:25:07 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. |
| … | |
… | |
| 299 | # directories used only by PG |
299 | # directories used only by PG |
| 300 | root => "$pgRoot", |
300 | root => "$pgRoot", |
| 301 | lib => "$pgRoot/lib", |
301 | lib => "$pgRoot/lib", |
| 302 | macros => "$pgRoot/macros", |
302 | macros => "$pgRoot/macros", |
| 303 | }, |
303 | }, |
| 304 | # this will be customized in the course.conf file |
304 | # this can be customized in the course.conf file |
| 305 | specialPGEnvironmentVars => { |
305 | specialPGEnvironmentVars => { |
| 306 | PRINT_FILE_NAMES_FOR => [ qw(professor) ], |
306 | PRINT_FILE_NAMES_FOR => [ qw(professor) ], |
| 307 | CAPA_Tools => "$courseDirs{macros}/CAPA_Tools/", |
307 | CAPA_Tools => "$courseDirs{macros}/CAPA_Tools/", |
| 308 | CAPA_MCTools => "$courseDirs{macros}/CAPA_MCTools/", |
308 | CAPA_MCTools => "$courseDirs{macros}/CAPA_MCTools/", |
| 309 | CAPA_Graphics_URL => "$courseURLs{html}/CAPA_Graphics/", |
309 | CAPA_Graphics_URL => "$courseURLs{html}/CAPA_Graphics/", |
| 310 | CAPA_GraphicsDirectory => "$courseDirs{html}/CAPA_Graphics/", |
310 | CAPA_GraphicsDirectory => "$courseDirs{html}/CAPA_Graphics/", |
|
|
311 | onTheFlyImageSize => 400, |
| 311 | }, |
312 | }, |
| 312 | # modules lists module names and the packages each contains |
313 | # modules lists module names and the packages each contains |
| 313 | modules => [ |
314 | modules => [ |
| 314 | [qw(DynaLoader)], |
315 | [qw(DynaLoader)], |
| 315 | [qw(Exporter)], |
316 | [qw(Exporter)], |