--- loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm 2006/04/12 09:45:50 1.37 +++ loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm 2008/11/20 13:51:07 1.38 @@ -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;