| 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.146 2005/10/05 18:16:48 sh002i Exp $ |
5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.147 2005/10/08 21:56: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. |
| … | |
… | |
| 309 | |
309 | |
| 310 | # A PG template for creation of new problems. |
310 | # A PG template for creation of new problems. |
| 311 | $webworkFiles{screenSnippets}{blankProblem} = "$webworkDirs{conf}/snippets/blankProblem.pg"; # screenSetHeader.pg" |
311 | $webworkFiles{screenSnippets}{blankProblem} = "$webworkDirs{conf}/snippets/blankProblem.pg"; # screenSetHeader.pg" |
| 312 | |
312 | |
| 313 | # A site info "message of the day" file |
313 | # A site info "message of the day" file |
| 314 | $webworkFiles{site_info} = "$webworkDirs{htdocs}/site_info.txt"; |
314 | $webworkFiles{site_info} = "$webworkDirs{conf}/snippets/site_info.txt"; |
|
|
315 | |
| 315 | ################################################################################ |
316 | ################################################################################ |
| 316 | # Course-specific files |
317 | # Course-specific files |
| 317 | ################################################################################ |
318 | ################################################################################ |
| 318 | |
319 | |
| 319 | # The course configuration file. |
320 | # The course configuration file. |