| 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.108 2004/10/10 20:33:51 sh002i Exp $ |
5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.109 2004/10/14 16:55:36 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. |
| … | |
… | |
| 537 | |
537 | |
| 538 | # Only the local renderer is supported in this version. |
538 | # Only the local renderer is supported in this version. |
| 539 | $pg{renderer} = "WeBWorK::PG::Local"; |
539 | $pg{renderer} = "WeBWorK::PG::Local"; |
| 540 | |
540 | |
| 541 | # The remote renderer connects to an XML-RPC PG rendering server. |
541 | # The remote renderer connects to an XML-RPC PG rendering server. |
| 542 | #$pg{renderer} = "WeBWorK::PG::Remote"' |
542 | #$pg{renderer} = "WeBWorK::PG::Remote"; |
| 543 | |
543 | |
| 544 | ##### Renderer-dependent options |
544 | ##### Renderer-dependent options |
| 545 | |
545 | |
| 546 | # The remote renderer has one option: |
546 | # The remote renderer has one option: |
| 547 | $pg{renderers}{"WeBWorK::PG::Remote"} = { |
547 | $pg{renderers}{"WeBWorK::PG::Remote"} = { |