Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.71 and 1.72

version 1.71, 2001/12/13 23:36:52 version 1.72, 2001/12/16 15:48:57
Line 1144  Handler for showing sequence objects of Line 1144  Handler for showing sequence objects of
 <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 Creates a new course and assigns course coordinator.  Allows domain coordinators to create new courses and assign course
   coordinators.
 </description>  </description>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
Line 1153  Creates a new course and assigns course Line 1154  Creates a new course and assigns course
 <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 Creates a new user and/or changes user privileges  Allows users to within their own privileges create/edit users and give
   them roles. 
 </description>  </description>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
Line 1239  Handles processing of assignments. Line 1241  Handles processing of assignments.
 <source>loncom/interface/loncommunicate.pm</source>  <source>loncom/interface/loncommunicate.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>Handles communication.</description>  <description>
   Will be the access handler to email sending, as well as the planned
   chatrooms, etc.
   </description>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
Line 1266  Handles evaluation. Line 1271  Handles evaluation.
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 Handles feedback from students to instructors and system administrators.  Handles feedback from students to instructors and system administrators.
   Provides a screenshot of the current
   resource, as well as previous attempts if the resource was a homework.
   Used by lonmsg.pm.
 </description>  </description>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
Line 1311  Handles a searchable catalogue. Line 1319  Handles a searchable catalogue.
 <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 Handler to drop and add students in courses.  Allows course coordinators to upload courselists in different formats, and
   automatically create users (if they do not exist already), assign them the
   role of student in a course, and add them to the classlist.
 </description>  </description>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
Line 1320  Handler to drop and add students in cour Line 1330  Handler to drop and add students in cour
 <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 Routines for messaging.  lonmsg.pm has several functions to send and receive internal messages.
   author_res_msg - send message to resource author.
   user_crit_msg - send a critical message to a user. A critical message
   will require acknowledgment by the recipient and the sender will be notified.
   user_crit_received - routine to trigger acknowledgment.
   statuschange - change the status of a message (read, replied, forwarded, etc).
   The handler also displays messages, has routines to reply, etc.
 </description>  </description>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
Line 1339  problems and assignments. Line 1355  problems and assignments.
 <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 Spreadsheet/Grades Display Handler  Spreadsheets are completely web-based.
   They exist on the level of a whole course, a student, and individual
   assessments.
 </description>  </description>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>

Removed from v.1.71  
changed lines
  Added in v.1.72


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>