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

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

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

Revision 3973 Revision 4289
1################################################################################ 1################################################################################
2# WeBWorK Online Homework Delivery System 2# WeBWorK Online Homework Delivery System
3# Copyright © 2000-2006 The WeBWorK Project, http://openwebwork.sf.net/ 3# Copyright © 2000-2006 The WeBWorK Project, http://openwebwork.sf.net/
4# $CVSHeader: webwork2/lib/WeBWorK/URLPath.pm,v 1.29 2005/12/26 22:06:37 gage Exp $ 4# $CVSHeader: webwork2/lib/WeBWorK/URLPath.pm,v 1.30 2006/01/25 23:13:51 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.
55 grades /$courseID/grades/ 55 grades /$courseID/grades/
56 hardcopy /$courseID/hardcopy/ 56 hardcopy /$courseID/hardcopy/
57 hardcopy_preselect_set /$courseID/hardcopy/$setID/ 57 hardcopy_preselect_set /$courseID/hardcopy/$setID/
58 logout /$courseID/logout/ 58 logout /$courseID/logout/
59 options /$courseID/options/ 59 options /$courseID/options/
60 test /$courseID/test/
60 61
61 instructor_tools /$courseID/instructor/ 62 instructor_tools /$courseID/instructor/
62 63
63 instructor_user_list /$courseID/instructor/users/ 64 instructor_user_list /$courseID/instructor/users/
64 instructor_user_detail /$courseID/instructor/users/$userID/ 65 instructor_user_detail /$courseID/instructor/users/$userID/
228 match => qr|^options/|, 229 match => qr|^options/|,
229 capture => [ qw// ], 230 capture => [ qw// ],
230 produce => 'options/', 231 produce => 'options/',
231 display => 'WeBWorK::ContentGenerator::Options', 232 display => 'WeBWorK::ContentGenerator::Options',
232 }, 233 },
234 equation_display => {
235 name => 'Test',
236 parent => 'set_list',
237 kids => [ qw// ],
238 match => qr|^test/|,
239 capture => [ qw// ],
240 produce => 'test/',
241 display => 'WeBWorK::ContentGenerator::Test',
242 },
233 243
234 ################################################################################ 244 ################################################################################
235 245
236 instructor_tools => { 246 instructor_tools => {
237 name => 'Instructor Tools', 247 name => 'Instructor Tools',

Legend:
Removed from v.3973  
changed lines
  Added in v.4289

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9