Log of /trunk/webwork-modperl/clients
Directory Listing
Revision
4733 -
Directory Listing
Modified
Mon Jan 1 16:20:16 2007 UTC (6 years, 4 months ago) by
gage
Cleaned up code, updated README.
There is still much code that needs to be factored.
Merged changes in webwork_xmlrpc_client2.pl into webwork_xmlrp_client.pl
and removed the first file.
-- Mike
Revision
4731 -
Directory Listing
Modified
Mon Jan 1 15:16:30 2007 UTC (6 years, 4 months ago) by
gage
Factoring code for the WeBWorK webservice clients
Revision
4287 -
Directory Listing
Modified
Tue Jul 18 19:51:52 2006 UTC (6 years, 10 months ago) by
gage
These two files can be used to render a .pg problem from the command line using
the WebworkWebservice.
They are designed to be used as Unix Filters with BBedit, but can be tweaked to work
on any unix system and probably on windows as well.
These can be useful when you are writing many problems and wish to use your favorite
editor, and don't have direct access to the unix server.
The _rawoutput version prints and HTML image of the raw XML data returned from the
webservice. The other returns only the HTML page embedded in the XML data.
Revision
4183 -
Directory Listing
Modified
Wed Jun 28 21:13:03 2006 UTC (6 years, 10 months ago) by
gage
Fixed error deliberately introduced into input.txt
Revision
4182 -
Directory Listing
Modified
Wed Jun 28 21:09:10 2006 UTC (6 years, 10 months ago) by
gage
These scripts will step through the problemLibrary and check each problem to see if the create WARNING messages when run.
The scripts are still a bit fragile -- use with caution.
VS: ----------------------------------------------------------------------
Revision
3280 -
Directory Listing
Modified
Fri Jun 10 02:22:24 2005 UTC (7 years, 11 months ago) by
gage
Corrected usage help message
Revision
3230 -
Directory Listing
Modified
Thu May 19 01:09:03 2005 UTC (8 years ago) by
gage
Committing a new xmlrpc client to replace xmlrpc_client4
Revision
3227 -
Directory Listing
Modified
Thu May 19 00:55:38 2005 UTC (8 years ago) by
gage
I've updated the clients so they work with the current configuration of
the apache server running in my directory (http://devel.webwork.rochester.edu:8002)
Once the webwork.apache-config files have been updated they should work on other
systems that are up-to-date with the cvs.
-- Mike
Revision
3212 -
Directory Listing
Modified
Sat Apr 9 17:03:58 2005 UTC (8 years, 1 month ago) by
gage
Bringing this client up-to-date with the current version of the xmlrpc daemon.
-- Mike
Revision
3068 -
Directory Listing
Added
Mon Dec 27 21:41:02 2004 UTC (8 years, 4 months ago) by
gage
Minimal code for a client which will connect to the xmlrpc access within webwork 2
Use at your own risk :-)