[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 4354 Revision 4355
1#!perl 1#!perl
2################################################################################ 2################################################################################
3# WeBWorK Online Homework Delivery System 3# WeBWorK Online Homework Delivery System
4# Copyright © 2000-2006 The WeBWorK Project, http://openwebwork.sf.net/ 4# Copyright © 2000-2006 The WeBWorK Project, http://openwebwork.sf.net/
5# $CVSHeader: webwork2/conf/global.conf.dist,v 1.169 2006/05/25 12:06:35 gage Exp $ 5# $CVSHeader: webwork2/conf/global.conf.dist,v 1.170 2006/07/05 18:24:43 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.
245 245
246# The root directory of the current course. (The ID of the current course is 246# The root directory of the current course. (The ID of the current course is
247# available in $courseName.) 247# available in $courseName.)
248$courseDirs{root} = "$webworkDirs{courses}/$courseName"; 248$courseDirs{root} = "$webworkDirs{courses}/$courseName";
249 249
250# Location of course-specific data files, such as WW1 (GDBM) database files. 250# Location of course-specific data files.
251$courseDirs{DATA} = "$courseDirs{root}/DATA"; 251$courseDirs{DATA} = "$courseDirs{root}/DATA";
252 252
253# Location of course HTML files, passed to PG. 253# Location of course HTML files, passed to PG.
254$courseDirs{html} = "$courseDirs{root}/html"; 254$courseDirs{html} = "$courseDirs{root}/html";
255$courseURLs{html} = "$webwork_courses_url/$courseName"; 255$courseURLs{html} = "$webwork_courses_url/$courseName";

Legend:
Removed from v.4354  
changed lines
  Added in v.4355

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9