[LON-CAPA-cvs] cvs: rat / lonratparms.pm lonsequence.pm

jms lon-capa-cvs-allow@mail.lon-capa.org
Tue, 11 Nov 2008 16:40:38 -0000


jms		Tue Nov 11 16:40:38 2008 EDT

  Modified files:              
    /rat	lonratparms.pm lonsequence.pm 
  Log:
  Added/modified POD comments
  
Index: rat/lonratparms.pm
diff -u rat/lonratparms.pm:1.24 rat/lonratparms.pm:1.25
--- rat/lonratparms.pm:1.24	Tue Apr  4 15:32:12 2006
+++ rat/lonratparms.pm	Tue Nov 11 16:40:38 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Set parameters inside of the RAT
 #
-# $Id: lonratparms.pm,v 1.24 2006/04/04 15:32:12 albertel Exp $
+# $Id: lonratparms.pm,v 1.25 2008/11/11 16:40:38 jms Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -26,6 +26,34 @@
 # http://www.lon-capa.org/
 #
 
+=head1 NAME
+
+Apache::lonratparams
+
+=head1 SYNOPSIS
+
+Handler to set resource parameters inside of
+the RAT based on metadata.
+
+This is part of the LearningOnline Network with CAPA project
+described at http://www.lon-capa.org.
+
+=head1 HANDLER SUBROUTINE
+
+handler()
+
+=head1 OTHER SUBROUTINES
+
+=over
+
+=item *
+
+none
+
+=back
+
+=cut
+
 package Apache::lonratparms;
 
 use strict;
Index: rat/lonsequence.pm
diff -u rat/lonsequence.pm:1.32 rat/lonsequence.pm:1.33
--- rat/lonsequence.pm:1.32	Sat Dec  1 01:59:54 2007
+++ rat/lonsequence.pm	Tue Nov 11 16:40:38 2008
@@ -2,7 +2,7 @@
 #
 # Sequence Handler
 #
-# $Id: lonsequence.pm,v 1.32 2007/12/01 01:59:54 albertel Exp $
+# $Id: lonsequence.pm,v 1.33 2008/11/11 16:40:38 jms Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -27,6 +27,46 @@
 # http://www.lon-capa.org/
 #
 
+=head1 NAME
+
+Apache::lonsequence
+
+=head1 SYNOPSIS
+
+Handler for showing sequence objects of
+educational resources.
+
+This is part of the LearningOnline Network with CAPA project
+described at http://www.lon-capa.org.
+
+=head1 HANDLER SUBROUTINE
+
+handler()
+
+and 
+
+viewmap()
+
+=head1 OTHER SUBROUTINES
+
+=over
+
+=item *
+
+attemptread()
+
+=item *
+
+mapread()
+
+=item *
+
+start_fresh_session()
+
+=back
+
+=cut
+
 package Apache::lonsequence;
 
 use strict;