[system] / trunk / webwork2 / conf / global.conf.dist Repository:
ViewVC logotype

Diff of /trunk/webwork2/conf/global.conf.dist

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

Revision 2514 Revision 2515
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.90 2004/07/12 22:15:51 sh002i Exp $ 5# $CVSHeader: webwork2/conf/global.conf.dist,v 1.91 2004/07/13 04:24:37 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.
17 17
18# This file is used to set up the default WeBWorK course environment for all 18# This file is used to set up the default WeBWorK course environment for all
19# requests. Values may be overwritten by the course.conf for a specific course. 19# requests. Values may be overwritten by the course.conf for a specific course.
20# All package variables set in this file are added to the course environment. 20# All package variables set in this file are added to the course environment.
21# If you wish to set a variable here but omit it from the course environment, 21# If you wish to set a variable here but omit it from the course environment,
22# use the "my" keyword. The following variables are set in the WeBWorK Apache 22# use the "my" keyword. The $webwork_dir variable is set in the WeBWorK Apache
23# configuration file (webwork.apache-config) and available for use here: 23# configuration file (webwork.apache-config) and is available for use here. In
24#
25# $webwork_url The base URL handled by Apache::WeBWorK.
26# $webwork_dir The path to the base webwork2 directory.
27# $pg_dir The path to the base pg directory.
28#
29# $webwork_htdocs_url The base URL of the WeBWorK htdocs directory.
30# $webwork_htdocs_dir The path to the WeBWorK htdocs directory.
31#
32# $webwork_courses_url The base URL of the WeBWorK courses directory.
33# $webwork_courses_dir The path to the WeBWorK courses directory.
34#
35# In addition, the $courseName variable holds the name of the current course. 24# addition, the $courseName variable holds the name of the current course.
25
26################################################################################
27# Seed variables
28################################################################################
29
30# Set these variables to correspond to your configuration and preferences.
31
32# URL of WeBWorK handler.
33$webwork_url = "/webwork2";
34
35# Root directory of PG.
36$pg_dir = "/home/sh002i/work/pg";
37
38# URL and path to htdocs directory.
39$webwork_htdocs_url = "/webwork2_files";
40$webwork_htdocs_dir = "$webwork_dir/htdocs";
41
42# URL and path to courses directory.
43$webwork_courses_url = "/webwork2_course_files";
44$webwork_courses_dir = "$webwork_dir/courses";
36 45
37################################################################################ 46################################################################################
38# Paths to external programs 47# Paths to external programs
39################################################################################ 48################################################################################
40 49

Legend:
Removed from v.2514  
changed lines
  Added in v.2515

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9