[system] / trunk / webwork / system / lib / Global.pm Repository:
ViewVC logotype

Diff of /trunk/webwork/system/lib/Global.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 217 Revision 218
22# $Global::feedbackAdress = 'apizer@math.rochester.edu, 22# $Global::feedbackAdress = 'apizer@math.rochester.edu,
23# gage@math.rochester.edu'; in the individual course webworkCourse.ph 23# gage@math.rochester.edu'; in the individual course webworkCourse.ph
24# file. Of course you should really enter the email address(es) of the 24# file. Of course you should really enter the email address(es) of the
25# professors teaching the course. 25# professors teaching the course.
26 26
27# The system_webwork_setup.pl script also creates the file webworkConfig.pm
28# in the lib directory. This file contains a cgiDebugMode parameter than can
29# be set to aid in the debugging of WeBWorK scripts.
30
27################################ 31################################
28# Local configuration settings # 32# Local configuration settings #
29################################ 33################################
30 34
31# $legalAddress defines destination addresses which are accepted for use in 35# $legalAddress defines destination addresses which are accepted for use in
100# 'HTML' = raw TeX source 104# 'HTML' = raw TeX source
101# 'HTML_tth' = HTML formatted with TTH 105# 'HTML_tth' = HTML formatted with TTH
102# 'Latex2HTML' = Images generated by LaTeX2HTML 106# 'Latex2HTML' = Images generated by LaTeX2HTML
103$htmlModeDefault = 'HTML'; 107$htmlModeDefault = 'HTML';
104 108
105# $cgiDebugMode, if enabled, will call the debug wrapper scripts instead of the 109
106# cgi scripts themselves, allowing for header output, etc. In addition to
107# setting $cgiDebugMode =1, you will also need to enable debugging in the
108# wrapper scripts that you wish to debug, by setting $debug = 1. Wrapper
109# scripts are found in the directory referred to by $cgiWebworkURL, which is
110# usually webwork/system/cgi.
111$cgiDebugMode = 0;
112 110
113## Change DBtie_file only if you want to change the default database. The script 111## Change DBtie_file only if you want to change the default database. The script
114## db_tie.pl uses DB_File (the Berkeley DB) and gdbm_tie.pl uses GDBM_File. This 112## db_tie.pl uses DB_File (the Berkeley DB) and gdbm_tie.pl uses GDBM_File. This
115## setting can be changed for an individual course in the webworkCourse.ph file. For 113## setting can be changed for an individual course in the webworkCourse.ph file. For
116## some other database, you will have to write your own database tie-file. Such 114## some other database, you will have to write your own database tie-file. Such

Legend:
Removed from v.217  
changed lines
  Added in v.218

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9