--- trunk/webwork2/conf/global.conf.dist 2002/11/26 21:49:51 663 +++ trunk/webwork2/conf/global.conf.dist 2003/01/10 21:39:29 701 @@ -1,7 +1,7 @@ #!perl ################################################################################ # WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester -# $Id: global.conf.dist,v 1.3 2002-11-26 21:49:51 sh002i Exp $ +# $Id: global.conf.dist,v 1.9 2003-01-10 21:39:28 sh002i Exp $ ################################################################################ # This file is used to set up the default WeBWorK course environment for all @@ -11,6 +11,7 @@ # use the "my" keyword. The following variables are available to this file: # # $webworkRoot directory that contains the WeBWorK distribution +# $webworkURL base URL handled by Apache::WeBWorK # $courseName name of the course being used ################################################################################ @@ -47,11 +48,12 @@ }, ); -my $webworkURLRoot = "/webwork"; # *** # this should be detected! %webworkURLs = ( - root => "$webworkURLRoot", - htdocs => "/webwork_files", - docs => "http://webhost.math.rochester.edu/webworkdocs/docs", + root => "$webworkURLRoot", + home => "http://webwork3/", + htdocs => "/webwork_files", + docs => "http://webhost.math.rochester.edu/webworkdocs/docs", + oldProf => "/webwork-old/profLogin.pl", ); ################################################################################ @@ -74,11 +76,12 @@ %courseFiles = ( environment => "$courseDirs{root}/course.conf", + motd => "$courseDirs{root}/motd.txt", ); my $courseURLRoot = "$webworkURLs{htdocs}/courses/$courseName"; %courseURLs = ( - base => "$courseURLRoot", # *** # this should be "root"? + root => "$courseURLRoot", html => "$courseURLRoot", html_temp => "$courseURLRoot/tmp", ); @@ -93,7 +96,6 @@ ); %externalPrograms = ( - mv => "/bin/mv", # *** is this used? probably not... tth => "/usr/local/bin/tth", pdflatex => "/usr/local/bin/pdflatex", latex => "/usr/local/bin/latex",