Log of /branches/gage_dev/webwork2/clients
Directory Listing
Revision
6637 -
Directory Listing
Modified
Sun Dec 12 19:08:26 2010 UTC (2 years, 5 months ago) by
gage
merged changes from trunk
Revision
6543 -
Directory Listing
Modified
Sun Nov 21 00:18:35 2010 UTC (2 years, 6 months ago) by
gage
updates merged from Trunk
Revision
6520 -
Directory Listing
Modified
Fri Nov 12 00:28:33 2010 UTC (2 years, 6 months ago) by
gage
additional documentation
Revision
6479 -
Directory Listing
Modified
Thu Nov 4 01:27:56 2010 UTC (2 years, 6 months ago) by
gage
changes to support configuration of external editor
Revision
6470 -
Directory Listing
Modified
Wed Oct 13 15:19:17 2010 UTC (2 years, 7 months ago) by
gage
modify configuration code for independent editor
Revision
6439 -
Directory Listing
Modified
Wed Sep 22 03:41:00 2010 UTC (2 years, 8 months ago) by
gage
sync with trunk
Revision
6299 -
Directory Listing
Modified
Tue Jun 22 14:46:58 2010 UTC (2 years, 11 months ago) by
gage
test development branch
Revision
6234 -
Directory Listing
Modified
Wed May 12 01:06:40 2010 UTC (3 years ago) by
gage
Original Path:
trunk/webwork2/clients
Clarification updates on documentation.
Rearranged the configuration lines to emphasize what has to be customized.
Revision
4733 -
Directory Listing
Modified
Mon Jan 1 16:20:16 2007 UTC (6 years, 4 months ago) by
gage
Original Path:
trunk/webwork2/clients
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
4287 -
Directory Listing
Modified
Tue Jul 18 19:51:52 2006 UTC (6 years, 10 months ago) by
gage
Original Path:
trunk/webwork2/clients
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
4182 -
Directory Listing
Modified
Wed Jun 28 21:09:10 2006 UTC (6 years, 10 months ago) by
gage
Original Path:
trunk/webwork2/clients
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
3227 -
Directory Listing
Modified
Thu May 19 00:55:38 2005 UTC (8 years ago) by
gage
Original Path:
trunk/webwork2/clients
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
Original Path:
trunk/webwork2/clients
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
Original Path:
trunk/webwork2/clients
Minimal code for a client which will connect to the xmlrpc access within webwork 2
Use at your own risk :-)