Log Message:
-----------
Cosmetic fixes to global.conf
Change blankProblem.pg to blankProblem2.pg to take advantage of the
new MathObject paradigm in the blankProblem template.
Modified Files:
--------------
webwork2/conf:
global.conf.dist
Revision Data
-------------
Index: global.conf.dist
===================================================================
RCS file: /webwork/cvs/system/webwork2/conf/global.conf.dist,v
retrieving revision 1.201
retrieving revision 1.202
diff -Lconf/global.conf.dist -Lconf/global.conf.dist -u -r1.201 -r1.202
--- conf/global.conf.dist
+++ conf/global.conf.dist
@@ -142,6 +142,7 @@
# %r = recitation
# %% = literal percent sign
#
+
$mail{feedbackSubjectFormat} = "[WWfeedback] course:%c user:%u set:%s prob:%p sec:%x rec:%r";
# feedbackVerbosity:
@@ -203,7 +204,9 @@
# $webworkDirs{valid_symlinks} = ["$webworkDirs{courses}/modelCourse/templates","/ww2/common/sets"];
$webworkDirs{valid_symlinks} = [];
+################################################################################
##### The following locations are web-accessible.
+################################################################################
# The root URL (usually /webwork2), set by <Location> in Apache configuration.
$webworkURLs{root} = "$webwork_url";
@@ -226,7 +229,7 @@
$webworkURLs{local_help} = "$webworkURLs{htdocs}/helpFiles";
# URL of general WeBWorK documentation.
-$webworkURLs{docs} = "http://webhost.math.rochester.edu/webworkdocs/docs";
+$webworkURLs{docs} = "http://webwork.maa.org";
# URL of WeBWorK Bugzilla database.
$webworkURLs{bugReporter} = "http://bugs.webwork.rochester.edu/";
@@ -306,9 +309,10 @@
# don't want to use the equation cache file.
$webworkFiles{equationCacheDB} = ""; # "$webworkDirs{DATA}/equationcache";
-##### Hardcopy snippets are used in constructing a TeX file for hardcopy output.
-##### They should contain TeX code unless otherwise noted.
-
+################################################################################
+# Hardcopy snippets are used in constructing a TeX file for hardcopy output.
+# They should contain TeX code unless otherwise noted.
+################################################################################
# The preamble is the first thing in the TeX file.
$webworkFiles{hardcopySnippets}{preamble} = "$webworkDirs{conf}/snippets/hardcopyPreamble.tex";
@@ -336,7 +340,7 @@
$webworkFiles{screenSnippets}{setHeader} = "$webworkDirs{conf}/snippets/setHeader.pg"; # screenSetHeader.pg"
# A PG template for creation of new problems.
-$webworkFiles{screenSnippets}{blankProblem} = "$webworkDirs{conf}/snippets/blankProblem.pg"; # screenSetHeader.pg"
+$webworkFiles{screenSnippets}{blankProblem} = "$webworkDirs{conf}/snippets/blankProblem2.pg"; # screenSetHeader.pg"
# A site info "message of the day" file
$webworkFiles{site_info} = "$webworkDirs{htdocs}/site_info.txt";
@@ -895,6 +899,8 @@
[qw(VectorField)],
[qw(Parser Value)],
[qw(Parser::Legacy)],
+# [qw(SaveFile)],
+# [qw(Applet FlashApplet)],
];
##### Answer evaluatior defaults
|