Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.243 and 1.244

version 1.243, 2003/05/10 23:05:52 version 1.244, 2003/05/16 20:56:38
Line 2669  problems and assignments. Line 2669  problems and assignments.
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/lonspreadsheet.pm</source>  <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
 <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>
 Spreadsheets are completely web-based.  The top level interface for the display and editing of spreadsheets.  There
 They exist on the level of a whole course, a student, and individual  are three levels of spreadsheet.
 assessments.  </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Defines the parent object of each spreadsheet type (classcalc, studentcalc,
   assesscalc).
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/spreadsheet/classcalc.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Defines the specifics of the course level spreadsheet.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/spreadsheet/studentcalc.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Defines the specifics of the student level spreadsheet.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/spreadsheet/assesscalc.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Defines the specifics of the assessment level spreadsheet.
 </description>  </description>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>

Removed from v.1.243  
changed lines
  Added in v.1.244


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