| 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.123 2005/07/14 14:30:19 glarose Exp $ |
5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.124 2005/07/19 17:22:53 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. |
| … | |
… | |
| 346 | ################################################################################ |
346 | ################################################################################ |
| 347 | |
347 | |
| 348 | # The directory containing the problem library files. Set to "" if no problem |
348 | # The directory containing the problem library files. Set to "" if no problem |
| 349 | # library is installed. |
349 | # library is installed. |
| 350 | $problemLibrary{root} = ""; |
350 | $problemLibrary{root} = ""; |
|
|
351 | |
|
|
352 | # Problem Library version |
|
|
353 | # Version 1 is in use. Version 2 will be released soon. |
|
|
354 | $problemLibrary{version} = "1"; |
| 351 | |
355 | |
| 352 | # The name of the SQL database containing problem metadata |
356 | # The name of the SQL database containing problem metadata |
| 353 | $problemLibrary{sourceSQL} = "ProblemLibrary"; |
357 | $problemLibrary{sourceSQL} = "ProblemLibrary"; |
| 354 | |
358 | |
| 355 | # The user name to use when connecting to the problem library database |
359 | # The user name to use when connecting to the problem library database |