[system] / trunk / webwork2 / lib / WeBWorK / ContentGenerator.pm Repository:
ViewVC logotype

Diff of /trunk/webwork2/lib/WeBWorK/ContentGenerator.pm

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

Revision 1869 Revision 1871
1################################################################################ 1################################################################################
2# WeBWorK Online Homework Delivery System 2# WeBWorK Online Homework Delivery System
3# Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ 3# Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/
4# $CVSHeader: webwork-modperl/lib/WeBWorK/ContentGenerator.pm,v 1.80 2004/03/06 21:49:32 sh002i Exp $ 4# $CVSHeader: webwork-modperl/lib/WeBWorK/ContentGenerator.pm,v 1.82 2004/03/10 02:30:32 sh002i Exp $
5# 5#
6# This program is free software; you can redistribute it and/or modify it under 6# This program is free software; you can redistribute it and/or modify it under
7# the terms of either: (a) the GNU General Public License as published by the 7# the terms of either: (a) the GNU General Public License as published by the
8# Free Software Foundation; either version 2, or (at your option) any later 8# Free Software Foundation; either version 2, or (at your option) any later
9# version, or (b) the "Artistic License" which comes with this package. 9# version, or (b) the "Artistic License" which comes with this package.
41use CGI qw(*ul *li); 41use CGI qw(*ul *li);
42use URI::Escape; 42use URI::Escape;
43use WeBWorK::Authz; 43use WeBWorK::Authz;
44use WeBWorK::DB; 44use WeBWorK::DB;
45use WeBWorK::Template qw(template); 45use WeBWorK::Template qw(template);
46use WeBWorK::Utils qw(readFile);
47 46
48# This is a very unruly file, so I'm going to use very large comments to divide 47# This is a very unruly file, so I'm going to use very large comments to divide
49# it into logical sections. 48# it into logical sections.
50 49
51=head1 CONSTRUCTOR 50=head1 CONSTRUCTOR

Legend:
Removed from v.1869  
changed lines
  Added in v.1871

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9