| 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.82 2004/07/03 17:21:27 sh002i Exp $ |
5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.83 2004/07/03 17:29:12 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. |
| … | |
… | |
| 95 | |
95 | |
| 96 | # URL of WeBWorK Bugzilla database. |
96 | # URL of WeBWorK Bugzilla database. |
| 97 | $webworkURLs{bugReporter} = "http://bugs.webwork.rochester.edu/enter_bug.cgi?product=WeBWorK%20mod_perl"; |
97 | $webworkURLs{bugReporter} = "http://bugs.webwork.rochester.edu/enter_bug.cgi?product=WeBWorK%20mod_perl"; |
| 98 | |
98 | |
| 99 | # Location of jsMath script, used for the jsMath display mode. |
99 | # Location of jsMath script, used for the jsMath display mode. |
| 100 | $webworkURLs{jsMath} = "$webworkURLs{root}/jsMath/jsMath.js"; |
100 | $webworkURLs{jsMath} = "$webworkURLs{htdocs}/jsMath/jsMath.js"; |
| 101 | |
101 | |
| 102 | # Location of ASCIIMathML script, used for the asciimath display mode. |
102 | # Location of ASCIIMathML script, used for the asciimath display mode. |
| 103 | $webworkURLs{asciimath} = "$webworkURLs{root}/ASCIIMathML/ASCIIMathML.js"; |
103 | $webworkURLs{asciimath} = "$webworkURLs{htdocs}/ASCIIMathML/ASCIIMathML.js"; |
| 104 | |
104 | |
| 105 | ################################################################################ |
105 | ################################################################################ |
| 106 | # Defaults for course-specific locations (directories and URLs) |
106 | # Defaults for course-specific locations (directories and URLs) |
| 107 | ################################################################################ |
107 | ################################################################################ |
| 108 | |
108 | |