--- rat/lonratsrv.pm 2006/12/20 22:42:48 1.39 +++ rat/lonratsrv.pm 2008/11/20 13:51:22 1.40 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Server for RAT Maps # -# $Id: lonratsrv.pm,v 1.39 2006/12/20 22:42:48 albertel Exp $ +# $Id: lonratsrv.pm,v 1.40 2008/11/20 13:51:22 jms Exp $ # # Copyright Michigan State University Board of Trustees # @@ -26,6 +26,24 @@ # http://www.lon-capa.org/ # +=head1 NAME + +Apache::lonratsrv + +=head1 SYNOPSIS + +Handler that takes output from RAT and stores +it on disk. Handles the upper hidden frame of +the added window that comes up in RAT. (3 +frames come up in RAT server, code, and +output. This module handles server +connection.) + +This is part of the LearningOnline Network with CAPA project +described at http://www.lon-capa.org. + +=cut + package Apache::lonratsrv; use strict;