[LON-CAPA-cvs] cvs: loncom /html/res/adm/pages/annotator admannotations.pm /html/res/adm/pages/bookmarkmenu admbookmarks.pm

jms lon-capa-cvs-allow@mail.lon-capa.org
Thu, 20 Nov 2008 13:51:14 -0000


jms		Thu Nov 20 13:51:14 2008 EDT

  Modified files:              
    /loncom/html/res/adm/pages/bookmarkmenu	admbookmarks.pm 
    /loncom/html/res/adm/pages/annotator	admannotations.pm 
  Log:
  Added/edited POD documentation
  
Index: loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm
diff -u loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm:1.37 loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm:1.38
--- loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm:1.37	Wed Apr 12 09:45:50 2006
+++ loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm	Thu Nov 20 13:51:07 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # The bookmarks handler
 #
-# $Id: admbookmarks.pm,v 1.37 2006/04/12 09:45:50 foxr Exp $
+# $Id: admbookmarks.pm,v 1.38 2008/11/20 13:51:07 jms Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -31,6 +31,46 @@
 #
 ##################
 
+=pod
+
+=head1 NAME
+
+Apache::admbookmarks
+
+=head1 SYNOPSIS
+
+This will take bookmarks and get/write/display
+them for the LON-CAPA user interface.
+
+This is part of the LearningOnline Network with CAPA project
+described at http://www.lon-capa.org.
+
+=head1 OVERVIEW
+
+(empty)
+
+
+=head1 SUBROUTINES
+
+=over write_bookmarks()
+
+=item get_bookmarks()
+
+=item construct_editor()
+
+=item error_message()
+
+=item construct_toolbar()
+
+=item add_bookmark()
+
+=item handler()
+
+=back
+
+=cut
+
+
 package Apache::admbookmarks;
 
 use strict;
Index: loncom/html/res/adm/pages/annotator/admannotations.pm
diff -u loncom/html/res/adm/pages/annotator/admannotations.pm:1.28 loncom/html/res/adm/pages/annotator/admannotations.pm:1.29
--- loncom/html/res/adm/pages/annotator/admannotations.pm:1.28	Thu Sep 11 20:44:54 2008
+++ loncom/html/res/adm/pages/annotator/admannotations.pm	Thu Nov 20 13:51:14 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # This will take annotations and then plug them into a page.
 #
-# $Id: admannotations.pm,v 1.28 2008/09/11 20:44:54 tempelho Exp $
+# $Id: admannotations.pm,v 1.29 2008/11/20 13:51:14 jms Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -27,6 +27,44 @@
 #
 ##################
 
+=pod
+
+=head1 NAME
+
+Apache::admannotations
+
+=head1 SYNOPSIS
+
+This will take annotations and then plug them into a page.
+
+This is part of the LearningOnline Network with CAPA project
+described at http://www.lon-capa.org.
+
+=head1 OVERVIEW
+
+(empty)
+
+=head1 SUBROUTINES
+
+=over write_annotation()
+
+Put annotation
+
+=item js_get_symb()
+
+Construct editor
+
+=item construct_editor()
+
+=item construct_error()
+
+=item handler()
+
+=back
+
+=cut
+
+
 package Apache::admannotations;
 
 use strict;