| 1 | #!perl |
1 | #!perl |
| 2 | ################################################################################ |
2 | ################################################################################ |
| 3 | # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester |
3 | # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester |
| 4 | # $Id: global.conf.dist,v 1.8 2003-01-10 17:28:19 sh002i Exp $ |
4 | # $Id: global.conf.dist,v 1.9 2003-01-10 21:39:28 sh002i Exp $ |
| 5 | ################################################################################ |
5 | ################################################################################ |
| 6 | |
6 | |
| 7 | # This file is used to set up the default WeBWorK course environment for all |
7 | # This file is used to set up the default WeBWorK course environment for all |
| 8 | # requests. Values may be overwritten by the course.conf for a specific course. |
8 | # requests. Values may be overwritten by the course.conf for a specific course. |
| 9 | # All package variables set in this file are added to the course environment. |
9 | # All package variables set in this file are added to the course environment. |
| … | |
… | |
| 74 | macros => "$courseRoot/templates/macros", |
74 | macros => "$courseRoot/templates/macros", |
| 75 | ); |
75 | ); |
| 76 | |
76 | |
| 77 | %courseFiles = ( |
77 | %courseFiles = ( |
| 78 | environment => "$courseDirs{root}/course.conf", |
78 | environment => "$courseDirs{root}/course.conf", |
|
|
79 | motd => "$courseDirs{root}/motd.txt", |
| 79 | ); |
80 | ); |
| 80 | |
81 | |
| 81 | my $courseURLRoot = "$webworkURLs{htdocs}/courses/$courseName"; |
82 | my $courseURLRoot = "$webworkURLs{htdocs}/courses/$courseName"; |
| 82 | %courseURLs = ( |
83 | %courseURLs = ( |
| 83 | root => "$courseURLRoot", |
84 | root => "$courseURLRoot", |