| 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.150 2005/10/10 22:36:51 sh002i Exp $ |
5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.151 2005/10/11 21:04:08 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. |
| … | |
… | |
| 266 | # Location of course-specific macro files. |
266 | # Location of course-specific macro files. |
| 267 | $courseDirs{macros} = "$courseDirs{templates}/macros"; |
267 | $courseDirs{macros} = "$courseDirs{templates}/macros"; |
| 268 | |
268 | |
| 269 | # Location of mail-merge templates. |
269 | # Location of mail-merge templates. |
| 270 | $courseDirs{email} = "$courseDirs{templates}/email"; |
270 | $courseDirs{email} = "$courseDirs{templates}/email"; |
|
|
271 | |
|
|
272 | # Location of temporary editing files. |
|
|
273 | $courseDirs{tmpEditFileDir} = "$courseDirs{templates}/tmpEdit"; |
| 271 | |
274 | |
| 272 | ################################################################################ |
275 | ################################################################################ |
| 273 | # System-wide files |
276 | # System-wide files |
| 274 | ################################################################################ |
277 | ################################################################################ |
| 275 | |
278 | |