| … | |
… | |
| 10 | use Apache::Constants qw(:common); |
10 | use Apache::Constants qw(:common); |
| 11 | |
11 | |
| 12 | ############################################################################### |
12 | ############################################################################### |
| 13 | # Configuration |
13 | # Configuration |
| 14 | ############################################################################### |
14 | ############################################################################### |
| 15 | |
15 | my $USER_DIRECTORY = '/Users/gage'; |
| 16 | my $COURSE_SCRIPTS_DIRECTORY = '/home/malsyned/webwork/system/courseScripts/'; |
16 | my $COURSE_SCRIPTS_DIRECTORY = "$USER_DIRECTORY/webwork/system/courseScripts/"; |
| 17 | my $MACRO_DIRECTORY = '/home/malsyned/webwork-modperl/courses/demoCourse/templates/macros/'; |
17 | my $MACRO_DIRECTORY = "$USER_DIRECTORY/webwork-modperl/courses/demoCourse/templates/macros/"; |
| 18 | my $TEMPLATE_DIRECTORY = '/home/malsyned/rochester_problib/'; |
18 | my $TEMPLATE_DIRECTORY = "$USER_DIRECTORY/rochester_problib/"; |
| 19 | my $TEMP_URL = 'http://127.0.0.1/~gage/rochester_problibtmp/'; |
19 | my $TEMP_URL = "http://127.0.0.1/~gage/rochester_problibtmp/"; |
| 20 | ##my $HTML_DIRECTORY = '/Users/gage/Sites/rochester_problib/' #already obtained from courseEnvironment |
20 | ##my $HTML_DIRECTORY = "/Users/gage/Sites/rochester_problib/" #already obtained from courseEnvironment |
| 21 | my $HTML_URL = 'http://127.0.0.1/~gage/rochester_problib/'; |
21 | my $HTML_URL = "http://127.0.0.1/~gage/rochester_problib/"; |
| 22 | my $TEMP_DIRECTORY = ""; # has to be here... for now |
22 | my $TEMP_DIRECTORY = ""; # has to be here... for now |
| 23 | |
23 | |
| 24 | ############################################################################### |
24 | ############################################################################### |
| 25 | # End configuration |
25 | # End configuration |
| 26 | ############################################################################### |
26 | ############################################################################### |