[LON-CAPA-cvs] cvs: rat / lonratsrv.pm
jms
lon-capa-cvs-allow@mail.lon-capa.org
Thu, 20 Nov 2008 13:51:22 -0000
jms Thu Nov 20 13:51:22 2008 EDT
Modified files:
/rat lonratsrv.pm
Log:
Added/edited POD documentation
Index: rat/lonratsrv.pm
diff -u rat/lonratsrv.pm:1.39 rat/lonratsrv.pm:1.40
--- rat/lonratsrv.pm:1.39 Wed Dec 20 22:42:48 2006
+++ rat/lonratsrv.pm Thu Nov 20 13:51:22 2008
@@ -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;