| 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.63 2004/05/21 23:41:49 jj Exp $ |
5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.64 2004/05/22 00:10:46 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. |
| … | |
… | |
| 71 | home => "/webwork2_files/index.html", |
71 | home => "/webwork2_files/index.html", |
| 72 | htdocs => "/webwork2_files", |
72 | htdocs => "/webwork2_files", |
| 73 | htdocs_temp => "/webwork2_files/tmp", |
73 | htdocs_temp => "/webwork2_files/tmp", |
| 74 | equationCache => "/webwork2_files/tmp/equations", |
74 | equationCache => "/webwork2_files/tmp/equations", |
| 75 | docs => "http://webhost.math.rochester.edu/webworkdocs/docs", |
75 | docs => "http://webhost.math.rochester.edu/webworkdocs/docs", |
|
|
76 | local_help => "/webwork2_files/helpFiles", |
| 76 | oldProf => "/webwork1/profLogin.pl", |
77 | oldProf => "/webwork1/profLogin.pl", |
| 77 | ); |
78 | ); |
| 78 | |
79 | |
| 79 | ################################################################################ |
80 | ################################################################################ |
| 80 | # Default course-specific settings |
81 | # Default course-specific settings |