| 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.54 2004/04/03 15:44:55 jj Exp $ |
5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.55 2004/04/05 03:58:21 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. |
| … | |
… | |
| 252 | renderer => "WeBWorK::PG::Local", |
252 | renderer => "WeBWorK::PG::Local", |
| 253 | #renderer => "WeBWorK::PG::Remote", |
253 | #renderer => "WeBWorK::PG::Remote", |
| 254 | # directories used by PG |
254 | # directories used by PG |
| 255 | directories => { |
255 | directories => { |
| 256 | # directories used only by PG |
256 | # directories used only by PG |
|
|
257 | root => "$pgRoot", |
| 257 | lib => "$pgRoot/lib", |
258 | lib => "$pgRoot/lib", |
| 258 | macros => "$pgRoot/macros", |
259 | macros => "$pgRoot/macros", |
| 259 | }, |
260 | }, |
| 260 | options => { |
261 | options => { |
| 261 | # default translation options |
262 | # default translation options |