| 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.59 2004/05/05 00:53:08 sh002i Exp $ |
5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.60 2004/05/07 14:13:03 gage 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. |
| … | |
… | |
| 165 | dvipng => "/usr/local/bin/dvipng", |
165 | dvipng => "/usr/local/bin/dvipng", |
| 166 | gif2eps => "$webworkDirs{bin}/gif2eps", |
166 | gif2eps => "$webworkDirs{bin}/gif2eps", |
| 167 | png2eps => "$webworkDirs{bin}/png2eps", |
167 | png2eps => "$webworkDirs{bin}/png2eps", |
| 168 | gif2png => "$webworkDirs{bin}/gif2png", |
168 | gif2png => "$webworkDirs{bin}/gif2png", |
| 169 | mysql => "/usr/local/bin/mysql", |
169 | mysql => "/usr/local/bin/mysql", |
|
|
170 | ); |
|
|
171 | |
|
|
172 | %siteDefaults = ( |
|
|
173 | status => { |
|
|
174 | audit => "Audit", |
|
|
175 | A => "Audit", |
|
|
176 | drop => "Drop", |
|
|
177 | D => "Drop", |
|
|
178 | withdraw => "Drop", |
|
|
179 | current => "Enrolled", |
|
|
180 | C => "Enrolled", |
|
|
181 | enrolled => "Enrolled", |
|
|
182 | }, |
| 170 | ); |
183 | ); |
| 171 | |
184 | |
| 172 | ################################################################################ |
185 | ################################################################################ |
| 173 | # Frontend options |
186 | # Frontend options |
| 174 | ################################################################################ |
187 | ################################################################################ |