| 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/URLPath.pm,v 1.4 2004/03/09 15:42:37 sh002i Exp $ |
4 | # $CVSHeader: webwork-modperl/lib/WeBWorK/URLPath.pm,v 1.5 2004/03/15 20:17:14 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. |
| … | |
… | |
| 147 | display => 'WeBWorK::ContentGenerator::Grades', |
147 | display => 'WeBWorK::ContentGenerator::Grades', |
| 148 | }, |
148 | }, |
| 149 | hardcopy => { |
149 | hardcopy => { |
| 150 | name => 'Hardcopy Generator', |
150 | name => 'Hardcopy Generator', |
| 151 | parent => 'set_list', |
151 | parent => 'set_list', |
| 152 | kids => [ qw// ], |
152 | kids => [ qw/hardcopy_preselect_set/ ], |
| 153 | match => qr|^hardcopy/|, |
153 | match => qr|^hardcopy/|, |
| 154 | capture => [ qw// ], |
154 | capture => [ qw// ], |
| 155 | produce => 'hardcopy/', |
155 | produce => 'hardcopy/', |
| 156 | display => 'WeBWorK::ContentGenerator::Hardcopy', |
156 | display => 'WeBWorK::ContentGenerator::Hardcopy', |
| 157 | }, |
157 | }, |