Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.8 and 1.33

version 1.8, 2001/05/16 17:26:28 version 1.33, 2001/08/29 21:59:17
Line 1 Line 1
   <!-- Scott Harrison -->
   <!-- Guy Albertelli -->
   
   <!-- Default values must be defined before specific values. -->
   <!-- If no 'dist' attribute is specified, then it is always installed. -->
   <!-- If 'dist' attribute is set to  'default', then the specification. -->
   <!-- is accepted if an alternative distribution is not requested or not -->
   <!-- defined. -->
   
 <lpml>  <lpml>
 <targetroot>/</targetroot>  <targetroot>/</targetroot>
 <sourceroot>/home/user/loncapa/</sourceroot>  <sourceroot>/home/user/loncapa/</sourceroot>
   <categories>
 <category name="interface file" type="runtime">  <category name="interface file" type="runtime">
   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>    <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
 </category>  </category>
Line 79 Line 89
 <category name="server readonly" type="development">  <category name="server readonly" type="development">
   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>    <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
 </category>  </category>
   </categories>
 <rpm>  <rpm>
   <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>    <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
   <rpmName>LON-CAPA-base</rpmName>    <rpmName>LON-CAPA-base</rpmName>
   <rpmVersion>3.1</rpmVersion>    <rpmVersion>3.1</rpmVersion>
   <rpmRelease>1</rpmRelease>    <rpmRelease>1</rpmRelease>
   <rpmVendor>Laboratory for Instructional Technology Education, Division of Science and Mathematics Education, Michigan State University.</rpmVendor>    <rpmVendor>Laboratory for Instructional Technology Education,
   Division of Science and Mathematics Education, Michigan State University.
     </rpmVendor>
   <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>    <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
   <rpmCopyright>GNU General Public License. Version 2, June 1991.  Michigan State University patents may apply.</rpmCopyright>    <rpmCopyright>GNU General Public License. Version 2, June 1991.  Michigan State University patents may apply.</rpmCopyright>
   <rpmGroup>Utilities/System</rpmGroup>    <rpmGroup>Utilities/System</rpmGroup>
   <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>    <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
   <rpmAutoReqProv>no</rpmAutoReqProv>    <rpmAutoReqProv>no</rpmAutoReqProv>
   <rpmdescription>This package facilitates a base installation of LON-CAPA files in their directories.\nThe files in this package are only those directly associated with the network communication\nlayer established through direct server-to-server communications (via lond and lonc); plus\nthose which configure (but otherwise not constitute) external software packages like Apache\nand Athena-Kerberos.  For more on the LON-CAPA project, visit http://www.lon-capa.org/.</rpmdescription>    <rpmdescription>This package facilitates a base installation of LON-CAPA files in their directories.\n
   <rpmpre>echo '***********************************************************************'\necho 'LON-CAPA  LearningOnline with CAPA'\necho 'http://www.lon-capa.org/'\necho 'Gerd Kortemeyer, et al'\necho 'Laboratory for Instructional Technology Education'\necho 'Michigan State University'\necho 'General Public License, Version 2, June 1991'\necho '** Michigan State University patents may apply **'\necho ' '\necho 'This installation assumes an installation of Redhat 6.2'\necho ' '\necho 'The server computer should be currently connected to the ethernet'\necho ' '\necho 'The files in this package are only those directly associated with the network communication'\necho 'layer established through direct server-to-server communications (via lond and lonc); plus'\necho 'those which configure (but otherwise not constitute) external software packages like Apache'\necho 'and Athena-Kerberos.'\necho '***********************************************************************'\n</rpmpre>  The files in this package are only those directly associated with the network communication\n
   layer established through direct server-to-server communications (via lond and lonc); plus\n
   those which configure (but otherwise not constitute) external software packages like Apache\n
   and Athena-Kerberos.  For more on the LON-CAPA project, visit http://www.lon-capa.org/.</rpmdescription>
     <rpmpre>echo '***********************************************************************'\n
   echo 'LON-CAPA  LearningOnline with CAPA'\n
   echo 'http://www.lon-capa.org/'\n
   echo 'Gerd Kortemeyer, et al'\n
   echo 'Laboratory for Instructional Technology Education'\n
   echo 'Michigan State University'\n
   echo 'General Public License, Version 2, June 1991'\n
   echo '** Michigan State University patents may apply **'\n
   echo ' '\n
   echo 'This installation assumes an installation of Redhat 6.2'\n
   echo ' '\n
   echo 'The server computer should be currently connected to the ethernet'\n
   echo ' '\n
   echo 'The files in this package are only those directly associated with the network communication'\n
   echo 'layer established through direct server-to-server communications (via lond and lonc); plus'\n
   echo 'those which configure (but otherwise not constitute) external software packages like Apache'\n
   echo 'and Athena-Kerberos.'\n
   echo '***********************************************************************'\n
   </rpmpre>
 </rpm>  </rpm>
   <directories>
 <directory>  <directory>
   <targetdir dist='default'>etc/httpd/conf</targetdir>    <targetdir dist='default'>etc/httpd/conf</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
Line 115 Line 151
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>home/httpd/perl</targetdir>    <targetdir dist='default'>home/httpd/perl</targetdir>
   <categoryname>standard</categoryname>    <categoryname>server readonly</categoryname>
   <description>perl scripts for managing the LON-CAPA system</description>    <description>perl scripts for managing the LON-CAPA system</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>home/httpd/perl/logs</targetdir>    <targetdir dist='default'>home/httpd/perl/logs</targetdir>
   <categoryname>server standard</categoryname>    <categoryname>server standard</categoryname>
   <description>location where system performance and error logs are kept</description>    <description>location where system performance and error logs are kept
     </description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>home/httpd/perl/tmp</targetdir>    <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
   <categoryname>server standard</categoryname>    <categoryname>server standard</categoryname>
   <description>location where temporary files (for caching) are stored</description>    <description>location where temporary files (for caching) are stored
     </description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>    <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
Line 149 Line 187
   <description>lonc's sockets (delayed)</description>    <description>lonc's sockets (delayed)</description>
 </directory>  </directory>
 <directory>  <directory>
     <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
     <categoryname>standard</categoryname>
     <description>location of cgi scripts</description>
   </directory>
   <directory>
   <targetdir dist='default'>home/httpd/html</targetdir>    <targetdir dist='default'>home/httpd/html</targetdir>
   <categoryname>server standard</categoryname>    <categoryname>server standard</categoryname>
   <description>location of web-accessible file tree</description>    <description>location of web-accessible file tree</description>
Line 169 Line 212
   <description>home of the rat</description>    <description>home of the rat</description>
 </directory>  </directory>
 <directory>  <directory>
     <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
     <categoryname>server readonly</categoryname>
     <description>online help documentation</description>
   </directory>
   <directory>
   <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>    <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>graphic widgets</description>    <description>graphic widgets</description>
Line 186 Line 234
 <directory>  <directory>
   <targetdir dist='default'>home/httpd/lonUsers</targetdir>    <targetdir dist='default'>home/httpd/lonUsers</targetdir>
   <categoryname>server standard</categoryname>    <categoryname>server standard</categoryname>
   <description><br />Home directories of local users.  There is a five-tier    <description>Home directories of local users.  There is a five-tier
 structure to the directories:  structure to the directories:
 [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid].  For example,  [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid].  For example,
 a user fredflint at MSU would have his information located in  a user fredflint at MSU would have his information located in
 lonUsers/msu/f/r/e/fredflint.<P>Within this directory there are a variety  lonUsers/msu/f/r/e/fredflint.<br />&nbsp;<br />Within this directory there are
 of files which govern the scope of what a user can do within the LON-CAPA  a variety of files which govern the scope of what a user can do within the
 system.  A passwd file determines the type of authentication mechanism to use.  LON-CAPA system.  A passwd file determines the type of authentication
  There is also are files such as roles.hist (and its database compilation,  mechanism to use.
    There also are files such as roles.hist (and its database compilation,
 roles.db) which specify the roles and privileges for a user in the  roles.db) which specify the roles and privileges for a user in the
 LON-CAPA system.</description>  LON-CAPA system.</description>
 </directory>  </directory>
Line 204  LON-CAPA system.</description> Line 253  LON-CAPA system.</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>    <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
     <targetdir dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
     <targetdir dist='debian2.2'>usr/local/lib/perl/5.6.0</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>system perl tree (usually present on linux systems)</description>    <description>system perl tree (usually present on linux systems)
     </description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>    <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
Line 215  LON-CAPA system.</description> Line 267  LON-CAPA system.</description>
 <directory>  <directory>
   <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>    <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>files useful for including within customized scripting</description>    <description>files useful for including within customized scripting
     </description>
   </directory>
   <directory>
     <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
     </targetdir>
     <categoryname>server readonly</categoryname>
     <description>template files useful for customized scripts</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>home/httpd/html/lon-status</targetdir>    <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
Line 228  LON-CAPA system.</description> Line 287  LON-CAPA system.</description>
   <description>web user interface resources</description>    <description>web user interface resources</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu</targetdir>    <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu
     </targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>bookmark user interface code</description>    <description>bookmark user interface code</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations</targetdir>    <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
     </targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description></description>    <description></description>
 </directory>  </directory>
Line 245  LON-CAPA system.</description> Line 306  LON-CAPA system.</description>
 <directory>  <directory>
   <targetdir dist='default'>etc/cron.d</targetdir>    <targetdir dist='default'>etc/cron.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>standard linux directory for running time-based "jobs"</description>    <description>standard linux directory for running time-based "jobs"
     </description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc/ntp</targetdir>    <targetdir dist='default'>etc/ntp</targetdir>
Line 254  LON-CAPA system.</description> Line 316  LON-CAPA system.</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc/rc.d/init.d</targetdir>    <targetdir dist='default'>etc/rc.d/init.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/init.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run during system startup</description>    <description>scripts that run during system startup</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/rc0.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 0</description>    <description>scripts that run for run-level 0</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/rc1.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 1</description>    <description>scripts that run for run-level 1</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/rc2.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 2</description>    <description>scripts that run for run-level 2</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/rc3.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 3</description>    <description>scripts that run for run-level 3</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/rc4.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 4</description>    <description>scripts that run for run-level 4</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/rc5.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 5</description>    <description>scripts that run for run-level 5</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/rc6.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 6</description>    <description>scripts that run for run-level 6</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc/rc.d/rc7.d</targetdir>  
   <categoryname>standard</categoryname>  
   <description>scripts that run for run-level 7</description>  
 </directory>  
 <directory>  
   <targetdir dist='default'>etc/atalk</targetdir>    <targetdir dist='default'>etc/atalk</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>appletalk configuration files</description>    <description>appletalk configuration files</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons</targetdir>    <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
     </targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>icons that help depict the file system</description>    <description>icons that help depict the file system (outdated)</description>
 </directory>  </directory>
   </directories>
   <files>
 <file>  <file>
 <source>loncom/access.conf</source>  <source>loncom/access.conf</source>
 <target dist='default'>etc/httpd/conf/access.conf</target>  <target dist='default'>etc/httpd/conf/access.conf</target>
Line 327  and browser detection logic. Line 395  and browser detection logic.
 <b>configure</b>  <b>configure</b>
 <br />  <br />
 <table cellpadding=0 cellspacing=0 border=1>  <table cellpadding=0 cellspacing=0 border=1>
 <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this machine</td></tr>  <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
 <tr><td><tt>lonRole</tt></td><td>Role of this machine: library, access</td></tr>  machine</td></tr>
   <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
   access</td></tr>
 <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>  <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
 <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>  <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
 <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>  <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
 <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in seconds</td></tr>  <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
   seconds</td></tr>
   <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
   <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
   MySQL database</td></tr>
 </table>  </table>
 </note>  </note>
 </file>  </file>
Line 383  well as causing the Apache module to be Line 457  well as causing the Apache module to be
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/interface/mydesk.tab</source>
   <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
   <categoryname>static conf</categoryname>
   <description>
   Config file for "My Desk"
   </description>
   </file>
   <file>
 <source>loncom/interface/filetypes.tab</source>  <source>loncom/interface/filetypes.tab</source>
 <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>  <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
Line 391  Descriptive list of file extensions, and Line 473  Descriptive list of file extensions, and
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/cgi/barcode.gif</source>
   <target dist='default'>home/httpd/cgi-bin/barcode.gif</target>
   <categoryname>script</categoryname>
   <description>
   Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
   parameter.
   </description>
   </file>
   <file>
   <source>loncom/homework/templates/blank.library</source>
   <target dist='default'>
   home/httpd/html/res/adm/includes/templates/blank.library</target>
   <categoryname>static conf</categoryname>
   <description>
   Template file for a new library.
   </description>
   </file>
   <file>
   <source>loncom/homework/templates/blank.library.meta</source>
   <target dist='default'>
   home/httpd/html/res/adm/includes/templates/blank.library.meta</target>
   <categoryname>static conf</categoryname>
   <description>
   Metadata related to a new library.
   </description>
   </file>
   <file>
   <source>loncom/homework/templates/script.library</source>
   <target dist='default'>
   home/httpd/html/res/adm/includes/templates/script.library</target>
   <categoryname>static conf</categoryname>
   <description>
   Template file for a new script library.
   </description>
   </file>
   <file>
   <source>loncom/homework/templates/script.library.meta</source>
   <target dist='default'>
   home/httpd/html/res/adm/includes/templates/script.library.meta</target>
   <categoryname>static conf</categoryname>
   <description>
   Metadata for a new script library.
   </description>
   </file>
   <file>
   <source>loncom/homework/templates/blank.problem</source>
   <target dist='default'>
   home/httpd/html/res/adm/includes/templates/blank.problem</target>
   <categoryname>static conf</categoryname>
   <description>
   Template file.
   </description>
   </file>
   <file>
   <source>loncom/homework/templates/blank.problem.meta</source>
   <target dist='default'>
   home/httpd/html/res/adm/includes/templates/blank.problem.meta</target>
   <categoryname>static conf</categoryname>
   <description>
   Template file metadata.
   </description>
   </file>
   <file>
   <source>loncom/homework/templates/numerical.problem</source>
   <target dist='default'>
   home/httpd/html/res/adm/includes/templates/numerical.problem</target>
   <categoryname>static conf</categoryname>
   <description>
   Template file for a numerical problem.
   </description>
   </file>
   <file>
   <source>loncom/homework/templates/numerical.problem.meta</source>
   <target dist='default'>
   home/httpd/html/res/adm/includes/templates/numerical.problem.meta</target>
   <categoryname>static conf</categoryname>
   <description>
   Template file metadata for a numerical problem.
   </description>
   </file>
   <file>
 <source>loncom/homework/insertlist.tab</source>  <source>loncom/homework/insertlist.tab</source>
 <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>  <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
Line 400  Describes what tags are allowed inside o Line 563  Describes what tags are allowed inside o
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/default.assesscalc</source>  <source>loncom/interface/default.assesscalc</source>
 <target dist='default'>home/httpd/html/res/adm/includes/default.assesscalc</target>  <target dist='default'>home/httpd/html/res/adm/includes/default.assesscalc
   </target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 Default spreadsheet for individual assessment.  Default spreadsheet for individual assessment.
Line 408  Default spreadsheet for individual asses Line 572  Default spreadsheet for individual asses
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/default.studentcalc</source>  <source>loncom/interface/default.studentcalc</source>
 <target dist='default'>home/httpd/html/res/adm/includes/default.studentcalc</target>  <target dist='default'>home/httpd/html/res/adm/includes/default.studentcalc
   </target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 Default spreadsheet for assessment of students.  Default spreadsheet for assessment of students.
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/interface/default.classcalc</source>
   <target dist='default'>home/httpd/html/res/adm/includes/default.classcalc
   </target>
   <categoryname>static conf</categoryname>
   <description>
   Default spreadsheet for assessment of a class.
   </description>
   </file>
   <file>
 <source>loncom/auth/roles.tab</source>  <source>loncom/auth/roles.tab</source>
 <target dist='default'>home/httpd/lonTabs/roles.tab</target>  <target dist='default'>home/httpd/lonTabs/roles.tab</target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 List of privileges associated with users of multiple types (for example: Teaching  List of privileges associated with users of multiple types (for example:
 Assistant, Exam Proctor, Course Coordinator)  Teaching Assistant, Exam Proctor, Course Coordinator)
 </description>  </description>
 </file>  </file>
 <file>  <file>
Line 428  Assistant, Exam Proctor, Course Coordina Line 602  Assistant, Exam Proctor, Course Coordina
 <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>  <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 Descriptive list of abbreviations used in <TT>roles.tab</TT> for user types  Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
 and privileges available in the network with function  and privileges available in the network with function
 </description>  </description>
 </file>  </file>
Line 437  and privileges available in the network Line 611  and privileges available in the network
 <target dist='default'>home/httpd/lonTabs/hosts.tab</target>  <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
 <categoryname>conf</categoryname>  <categoryname>conf</categoryname>
 <description>  <description>
 List of all machines in the LON-CAPA network.  Relates <TT>lonHostID</TT> to  List of all machines in the LON-CAPA network.  Relates <tt>lonHostID</tt> to
 <TT>lonDefDomain</TT> and <U>IP address</U>  <tt>lonDefDomain</tt> and <u>IP address</u>.
 </description>  </description>
 </file>  </file>
 <file>  <file>
Line 470  Basic auth password to access /lon-statu Line 644  Basic auth password to access /lon-statu
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source></source>  
 <target dist='default'></target>  
 <categoryname></categoryname>  
 <description></description>  
 </file>  
 <file>  
 <source>loncom/krb.conf</source>  <source>loncom/krb.conf</source>
 <target dist='default'>etc/krb.conf</target>  <target dist='default'>etc/krb.conf</target>
 <categoryname></categoryname>  <categoryname>conf</categoryname>
 <description>  <description>
 which Kerberos server to contact for which Kerberos domains  which Kerberos server to contact for specified Kerberos domains
 </description>  </description>
 <note>  <note>
 <table cellpadding=0 cellspacing=0 border=1>  <table cellpadding=0 cellspacing=0 border=1>
Line 503  each list element consists of only two s Line 671  each list element consists of only two s
 <target dist='default'>etc/smb.conf</target>  <target dist='default'>etc/smb.conf</target>
 <categoryname>conf</categoryname>  <categoryname>conf</categoryname>
 <description>  <description>
 configuration file to make LON-CAPA server file space accessible to network neighborhood  configuration file to make LON-CAPA server file space accessible to network
   neighborhood
 </description>  </description>
 </file>  </file>
 <file>  <file>
Line 525  Example:<br /><nobr /><tt>server ntp.msu Line 694  Example:<br /><nobr /><tt>server ntp.msu
 </note>  </note>
 </file>  </file>
 <file>  <file>
 <source></source>  
 <target dist='default'></target>  
 <categoryname></categoryname>  
 <description></description>  
 </file>  
 <file>  
 <source>loncom/metadata_database/searchcat.pl</source>  <source>loncom/metadata_database/searchcat.pl</source>
 <target dist='default'>home/httpd/perl/searchcat.pl</target>  <target dist='default'>home/httpd/perl/searchcat.pl</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
Line 584  tmpput, tmpget, and ls). Line 747  tmpput, tmpget, and ls).
 coordinates the system services and files in order to allow lond to change  coordinates the system services and files in order to allow lond to change
 user passwords  user passwords
 </description>  </description>
   <status>deprecated</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/lcuseradd</source>  <source>loncom/lcuseradd</source>
Line 593  user passwords Line 757  user passwords
 coordinates the system services and files in order to allow lond to add a  coordinates the system services and files in order to allow lond to add a
 new user  new user
 </description>  </description>
   <status>deprecated</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/lcuserdel</source>  <source>loncom/lcuserdel</source>
 <target dist='default'>home/httpd/perl/lcuserdel</target>  <target dist='default'>home/httpd/perl/lcuserdel</target>
 <categoryname>setuid script</categoryname>  <categoryname>setuid script</categoryname>
 <description>  <description>
 coordinates the system services and files in order to allow lond to delete a user  coordinates the system services and files in order to allow lond to delete a
   user
 </description>  </description>
   <status>deprecated</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/lcnfson</source>  <source>loncom/lcnfson</source>
Line 610  coordinates the system services and file Line 777  coordinates the system services and file
 coordinates the system services and files in order to allow lond to enable NFS  coordinates the system services and files in order to allow lond to enable NFS
 for a user  for a user
 </description>  </description>
   <status>deprecated</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/lcnfsoff</source>  <source>loncom/lcnfsoff</source>
Line 619  for a user Line 787  for a user
 coordinates the system services and files in order to allow lond to disable NFS  coordinates the system services and files in order to allow lond to disable NFS
 for a user  for a user
 </description>  </description>
   <status>deprecated</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/publisher/publisher.html</source>  <source>loncom/publisher/publisher.html</source>
Line 630  resources, directories and underlying su Line 799  resources, directories and underlying su
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/html/adm/noidea.html</source>
   <target dist='default'>home/httpd/html/adm/noidea.html</target>
   <categoryname>interface file</categoryname>
   <description>
   Interface file for responding to improper page flipping.
   </description>
   </file>
   <file>
   <source>loncom/xml/physnet.sty</source>
   <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
   <categoryname>static conf</categoryname>
   <description>
   The relevant conditions and metadata to attach to PhysNet-specific tags.
   </description>
   </file>
   <file>
 <source>loncom/homework/lectureonline.sty</source>  <source>loncom/homework/lectureonline.sty</source>
 <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty</target>  <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty</target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
Line 647  content. Line 832  content.
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/publisher/packages.tab</source>
   <target dist='default'>home/httpd/lonTabs/packages.tab</target>
   <categoryname>conf</categoryname>
   <description>
   Parameter packages, so that assessments can publish parameter packages
   needed, which are then expanded into individual parameters - allows to
   retroactively add new parameters to already published assessments.
   </description>
   </file>
   <file>
 <source>loncom/publisher/copyright.tab</source>  <source>loncom/publisher/copyright.tab</source>
 <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>  <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
 <categoryname>conf</categoryname>  <categoryname>conf</categoryname>
Line 664  combinations. Line 859  combinations.
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source></source>  
 <target dist='default'></target>  
 <categoryname></categoryname>  
 <description></description>  
 </file>  
 <file>  
 <source>loncom/publisher/addid.tab</source>  <source>loncom/publisher/addid.tab</source>
 <target dist='default'>home/httpd/lonTabs/addid.tab</target>  <target dist='default'>home/httpd/lonTabs/addid.tab</target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
Line 678  Table which has hash data necessary for Line 867  Table which has hash data necessary for
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/publisher/lonwrapper.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Wrapper for external and binary files as standalone resources.
   Edit handler for rat maps; TeX content handler.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/publisher/loncfile.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Provides web-based functionality for file copy, rename, mkdir, etc, in the
   construction space menu.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/interface/lonstatistics.pm</source>  <source>loncom/interface/lonstatistics.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 764  Handler to set resource parameters insid Line 973  Handler to set resource parameters insid
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source></source>  
 <target dist='default'></target>  
 <categoryname></categoryname>  
 <description></description>  
 </file>  
 <file>  
 <source>rat/lonsequence.pm</source>  <source>rat/lonsequence.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 785  Handler for showing sequence objects of Line 988  Handler for showing sequence objects of
 <description>  <description>
 Creates a new course and assigns course coordinator.  Creates a new course and assigns course coordinator.
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/loncreateuser.pm</source>  <source>loncom/interface/loncreateuser.pm</source>
Line 809  Produces simple LectureOnline-like stude Line 1013  Produces simple LectureOnline-like stude
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 Makes a table out of the previous attempts.  Inputs result_from_symbread,  Makes a table out of the previous attempts.  Inputs result_from_symbread,
 user, domain, home_server, course_id  user, domain, home_server, course_id.
 </description>  </description>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
Line 832  Coordinates the response to clicking an Line 1036  Coordinates the response to clicking an
 <source>loncom/homework/optionresponse.pm</source>  <source>loncom/homework/optionresponse.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>Handles tags associated with showing a list of options</description>  <description>
   Handles tags associated with showing a list of options.</description>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/outputtags.pm</source>  <source>loncom/homework/outputtags.pm</source>
Line 842  Coordinates the response to clicking an Line 1047  Coordinates the response to clicking an
 Handles tags associated with output.  Seems to relate to due dates of the  Handles tags associated with output.  Seems to relate to due dates of the
 assignment.  assignment.
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/lontest.pm</source>  <source>loncom/interface/lontest.pm</source>
Line 850  assignment. Line 1056  assignment.
 <description>  <description>
 Used for debugging and testing the LON-CAPA system.  Used for debugging and testing the LON-CAPA system.
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/radiobuttonresponse.pm</source>  <source>loncom/homework/radiobuttonresponse.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>  <target dist='default'>
   home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 Handles multiple-choice style responses.  Handles multiple-choice style responses.
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/lonassignments.pm</source>  <source>loncom/interface/lonassignments.pm</source>
Line 866  Handles multiple-choice style responses. Line 1075  Handles multiple-choice style responses.
 <description>  <description>
 Handles processing of assignments.  Handles processing of assignments.
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <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>Handles communication.</description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/lonerrorhandler.pm</source>  <source>loncom/interface/lonerrorhandler.pm</source>
Line 880  Handles processing of assignments. Line 1091  Handles processing of assignments.
 <description>  <description>
 Handles errors.  Handles errors.
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/lonevaluate.pm</source>  <source>loncom/interface/lonevaluate.pm</source>
Line 888  Handles errors. Line 1100  Handles errors.
 <description>  <description>
 Handles evaluation.  Handles evaluation.
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/lonfeedback.pm</source>  <source>loncom/interface/lonfeedback.pm</source>
Line 896  Handles evaluation. Line 1109  Handles evaluation.
 <description>  <description>
 Handles feedback from students to instructors and system administrators.  Handles feedback from students to instructors and system administrators.
 </description>  </description>
 </file>  <status>works/unverified</status>
 <file>  
 <source>loncom/interface/lonfeedback.pm</source>  
 <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>  
 <categoryname>handler</categoryname>  
 <description>  
 Handles feedback from students to instructors and system administrators.  
 </description>  
 </file>  
 <file>  
 <source>loncom/interface/lonmydesk.pm</source>  
 <target dist='default'>home/httpd/lib/perl/Apache/lonmydesk.pm</target>  
 <categoryname>handler</categoryname>  
 <description>  
 Unknown function.  
 </description>  
 </file>  
 <file>  
 <source></source>  
 <target dist='default'></target>  
 <categoryname></categoryname>  
 <description></description>  
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/lonnavmaps.pm</source>  <source>loncom/interface/lonnavmaps.pm</source>
Line 926  Unknown function. Line 1118  Unknown function.
 <description>  <description>
 Handles navigational maps.  Handles navigational maps.
 </description>  </description>
 </file>  <status>works/unverified</status>
 <file>  
 <source></source>  
 <target dist='default'></target>  
 <categoryname></categoryname>  
 <description></description>  
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/lonpreferences.pm</source>  <source>loncom/interface/lonpreferences.pm</source>
Line 941  Handles navigational maps. Line 1128  Handles navigational maps.
 Handles user preferences associated with customizing the online LON-CAPA  Handles user preferences associated with customizing the online LON-CAPA
 educational environment.  educational environment.
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/lonprintout.pm</source>  <source>loncom/interface/lonprintout.pm</source>
Line 949  educational environment. Line 1137  educational environment.
 <description>  <description>
 Handles the production of printable files and resources.  Handles the production of printable files and resources.
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/lonsearchcat.pm</source>  <source>loncom/interface/lonsearchcat.pm</source>
Line 957  Handles the production of printable file Line 1146  Handles the production of printable file
 <description>  <description>
 Handles a searchable catalogue.  Handles a searchable catalogue.
 </description>  </description>
 </file>  <status>works/unverified</status>
 <file>  
 <source></source>  
 <target dist='default'></target>  
 <categoryname></categoryname>  
 <description></description>  
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/londropadd.pm</source>  <source>loncom/interface/londropadd.pm</source>
Line 971  Handles a searchable catalogue. Line 1155  Handles a searchable catalogue.
 <description>  <description>
 Handler to drop and add students in courses.  Handler to drop and add students in courses.
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/lonmsg.pm</source>  <source>loncom/interface/lonmsg.pm</source>
Line 979  Handler to drop and add students in cour Line 1164  Handler to drop and add students in cour
 <description>  <description>
 Routines for messaging.  Routines for messaging.
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/hint.pm</source>  <source>loncom/homework/hint.pm</source>
Line 988  Routines for messaging. Line 1174  Routines for messaging.
 This handler coordinates the delivery of hints to students working on LON-CAPA  This handler coordinates the delivery of hints to students working on LON-CAPA
 problems and assignments.  problems and assignments.
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/lonspreadsheet.pm</source>  <source>loncom/interface/lonspreadsheet.pm</source>
Line 996  problems and assignments. Line 1183  problems and assignments.
 <description>  <description>
 Spreadsheet/Grades Display Handler  Spreadsheet/Grades Display Handler
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/lonparmset.pm</source>  <source>loncom/interface/lonparmset.pm</source>
Line 1004  Spreadsheet/Grades Display Handler Line 1192  Spreadsheet/Grades Display Handler
 <description>  <description>
 Handler to resolve ambiguous file locations  Handler to resolve ambiguous file locations
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/publisher/lonconstruct.pm</source>  <source>loncom/publisher/lonconstruct.pm</source>
Line 1012  Handler to resolve ambiguous file locati Line 1201  Handler to resolve ambiguous file locati
 <description>  <description>
 Page wrapper for handling construction space.  Page wrapper for handling construction space.
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/publisher/lonpublisher.pm</source>  <source>loncom/publisher/lonpublisher.pm</source>
Line 1021  Page wrapper for handling construction s Line 1211  Page wrapper for handling construction s
 Publishes an LON-CAPA educational resource complete with metadata  Publishes an LON-CAPA educational resource complete with metadata
 (authorship, language, copyright, creation date, etc).  (authorship, language, copyright, creation date, etc).
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/lonmenu.pm</source>  <source>loncom/interface/lonmenu.pm</source>
Line 1029  Publishes an LON-CAPA educational resour Line 1220  Publishes an LON-CAPA educational resour
 <description>  <description>
 Has routines which control the remote control.  Has routines which control the remote control.
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>rat/lonpageflip.pm</source>  <source>rat/lonpageflip.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>Deals with forward, backward, and other page flips.</description>  <description>Deals with forward, backward, and other page flips.</description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>rat/lonratedt.pm</source>  <source>rat/lonratedt.pm</source>
Line 1043  Has routines which control the remote co Line 1236  Has routines which control the remote co
 <description>  <description>
 Builds up frame set and loads in the right thing.  Builds up frame set and loads in the right thing.
 </description>  </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/html/res/adm/pages/catalog.gif</source>
   <target dist='default'>home/httpd/html/res/adm/pages/catalog.gif</target>
   <categoryname>graphic file</categoryname>
   <description>
   The catalog button for the remote control.
   </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/html/res/adm/pages/homeworkmenu.html</source>  <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
Line 1051  Builds up frame set and loads in the rig Line 1254  Builds up frame set and loads in the rig
 <description>  <description>
 Homework remote control.  Homework remote control.
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>  <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 This will take annotations and then plug them into a page  This will take annotations and then plug them into a page.
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>  <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
Line 1066  This will take annotations and then plug Line 1271  This will take annotations and then plug
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 This will take bookmarks and get/write/display them for the LON-CAPA user  This will take bookmarks and get/write/display them for the LON-CAPA user
 interface  interface.
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>rat/lonratsrv.pm</source>  <source>rat/lonratsrv.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 Handler tat takes output from RAT and stores it on disk.  Handles the upper hidden  Handler that takes output from RAT and stores it on disk.  Handles the upper
 frame of the added window that comes up in RAT.   (3 frames come up in RAT server,  hidden frame of the added window that comes up in RAT.   (3 frames come up in
 code, and output.  This module handles server connection.)  RAT server, code, and output.  This module handles server connection.)
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>rat/lonpage.pm</source>  <source>rat/lonpage.pm</source>
Line 1086  code, and output.  This module handles s Line 1293  code, and output.  This module handles s
 <description>  <description>
 bundles pages into one page  bundles pages into one page
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>rat/lonuserstate.pm</source>  <source>rat/lonuserstate.pm</source>
Line 1094  bundles pages into one page Line 1302  bundles pages into one page
 <description>  <description>
 compile course into binary data structure (in loncom/rat)  compile course into binary data structure (in loncom/rat)
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/xml/lontex.pm</source>  <source>loncom/xml/lontex.pm</source>
Line 1102  compile course into binary data structur Line 1311  compile course into binary data structur
 <description>  <description>
 Handler for tex files (somewhere in modules)  Handler for tex files (somewhere in modules)
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/xml/lontexconvert.pm</source>  <source>loncom/xml/lontexconvert.pm</source>
Line 1110  Handler for tex files (somewhere in modu Line 1320  Handler for tex files (somewhere in modu
 <description>  <description>
 Access to tth/ttm  Access to tth/ttm
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/xml/lonxml.pm</source>  <source>loncom/xml/lonxml.pm</source>
Line 1118  Access to tth/ttm Line 1329  Access to tth/ttm
 <description>  <description>
 XML Parsing Module  XML Parsing Module
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/xml/style.pm</source>  <source>loncom/xml/style.pm</source>
Line 1126  XML Parsing Module Line 1338  XML Parsing Module
 <description>  <description>
 Style Parsing Module  Style Parsing Module
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/xml/londefdef.pm</source>  <source>loncom/xml/londefdef.pm</source>
Line 1134  Style Parsing Module Line 1347  Style Parsing Module
 <description>  <description>
 Tags Default Definition Module  Tags Default Definition Module
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/xml/run.pm</source>  <source>loncom/xml/run.pm</source>
Line 1142  Tags Default Definition Module Line 1356  Tags Default Definition Module
 <description>  <description>
 used to prevent poorly written problems from causing lingering after effects  used to prevent poorly written problems from causing lingering after effects
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/xml/scripttag.pm</source>  <source>loncom/xml/scripttag.pm</source>
Line 1151  used to prevent poorly written problems Line 1366  used to prevent poorly written problems
 implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and  implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
 &lt;import&gt;  &lt;import&gt;
 </description>  </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/homework/randomlabel.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Interface for producing applet code which randomizes the labelling of an
   image.
   </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/lonhomework.pm</source>  <source>loncom/homework/lonhomework.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>handler</description>  <description>
   handles requests for output, evaluation, and alteration of a homework resource
   </description>
 </file>  </file>
   <status>works/unverified</status>
 <file>  <file>
 <source>loncom/homework/inputtags.pm</source>  <source>loncom/homework/inputtags.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
Line 1165  implements &lt;script&gt;, &lt;scriptlib Line 1393  implements &lt;script&gt;, &lt;scriptlib
 <description>  <description>
 produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources  produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/structuretags.pm</source>  <source>loncom/homework/structuretags.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 produces HTML tags necessary for structuring the presentation of homework resources  produces HTML tags necessary for structuring the presentation of homework
   resources
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/response.pm</source>  <source>loncom/homework/response.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 defines different types of responses given to student as well as syntax for producing response values  defines different types of responses given to student as well as syntax for
   producing response values
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/caparesponse/caparesponse.pm</source>  <source>loncom/homework/caparesponse/caparesponse.pm</source>
Line 1189  defines different types of responses giv Line 1422  defines different types of responses giv
 <description>  <description>
 handles request to the CAPA homework processing engine  handles request to the CAPA homework processing engine
 </description>  </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/auth/localauth.pm</source>
   <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Local authentication mechanism (meant to be customized).
   </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/auth/lonacc.pm</source>  <source>loncom/auth/lonacc.pm</source>
Line 1200  handles request to the CAPA homework pro Line 1443  handles request to the CAPA homework pro
 functions (e.g. roles, logout, annotations, and bookmarks) as well  functions (e.g. roles, logout, annotations, and bookmarks) as well
 as coordinating access to educational resources.  as coordinating access to educational resources.
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/auth/lonracc.pm</source>  <source>loncom/auth/lonracc.pm</source>
Line 1208  as coordinating access to educational re Line 1452  as coordinating access to educational re
 <description>  <description>
 access handler for file transfers  access handler for file transfers
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/auth/loncacc.pm</source>  <source>loncom/auth/loncacc.pm</source>
Line 1225  If the cookie handle is valid, status is Line 1470  If the cookie handle is valid, status is
 for the "priv"-type access, the resource is delivered by the  for the "priv"-type access, the resource is delivered by the
 <tt>lonconstruct</tt> module).  <tt>lonconstruct</tt> module).
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/auth/lonauth.pm</source>  <source>loncom/auth/lonauth.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>authenticate, set up session environment</description>  <description>authenticate, set up session environment</description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/auth/lonlogin.pm</source>  <source>loncom/auth/lonlogin.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>login screen</description>  <description>login screen</description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/auth/lonlogout.pm</source>  <source>loncom/auth/lonlogout.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>logout</description>  <description>logout</description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/lonnet/perl/lonrep.pm</source>  <source>loncom/lonnet/perl/lonrep.pm</source>
Line 1271  class. Line 1520  class.
 <description>  <description>
 cross server filesystem browser  cross server filesystem browser
 </description>  </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/groupsort.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Implements a second phase of importing multiple resources into the RAT.
   Allows for reordering the sequence of resources.
   </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/lonnet/perl/lonnet.pm</source>  <source>loncom/lonnet/perl/lonnet.pm</source>
Line 1288  educational resources (course descriptio Line 1548  educational resources (course descriptio
 url hashing (to assign roles on a url basis), and translating abbreviated  url hashing (to assign roles on a url basis), and translating abbreviated
 symbols to and from more descriptive phrases or explanations.  symbols to and from more descriptive phrases or explanations.
 </description>  </description>
   <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/html/index.html</source>  <source>loncom/html/index.html</source>
Line 1321  not present on the web server Line 1582  not present on the web server
 <target dist='default'>home/httpd/html/adm/unauthorized.html</target>  <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
 <categoryname>interface file</categoryname>  <categoryname>interface file</categoryname>
 <description>  <description>
 static html page that is shown when an attempt is made to access a document which is restricted based on  static html page that is shown when an attempt is made to access a document
 file or server configurations  which is restricted based on file or server configurations
   </description>
   </file>
   <file>
   <source>loncom/html/adm/help/searchcat.html</source>
   <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
   <categoryname>interface file</categoryname>
   <description>
   Help page for the search engine.
 </description>  </description>
 </file>  </file>
 <file>  <file>
Line 1365  bumper Line 1634  bumper
 A blank page with very minimal HTML structural elements.  A blank page with very minimal HTML structural elements.
 </description>  </description>
 </file>  </file>
   <fileglob>
   <glob>*.gif</glob>
   <sourcedir>rat/images/</sourcedir>
   <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
   <categoryname>graphic file</categoryname>
   <description>
   icons for providing a HTML-tabled view of a course map
   </description>
   <filenames>
   1.1.dt.gif
   1.1.empty.gif
   1.1.ld.gif
   1.1.lr.gif
   1.1.rd.gif
   1.1.rl.gif
   1.1.td.gif
   1.1.tdrl.gif
   1.1.tl.gif
   1.1.tr.gif
   1.1.utd.gif
   1.2.ctd.gif
   1.2.dt.gif
   1.2.empty.gif
   1.2.ld.gif
   1.2.lr.gif
   1.2.lrd.gif
   1.2.lrtd.gif
   1.2.rd.gif
   1.2.rl.gif
   1.2.rld.gif
   1.2.rltd.gif
   1.2.rtd.gif
   1.2.rtdl.gif
   1.2.rtl.gif
   1.2.td.gif
   1.2.tdl.gif
   1.2.tdrl.gif
   1.2.tl.gif
   1.2.tr.gif
   1.2.utd.gif
   2.1.dt.gif
   2.1.empty.gif
   2.1.ld.gif
   2.1.lr.gif
   2.1.rd.gif
   2.1.rl.gif
   2.1.td.gif
   2.1.tdrl.gif
   2.1.tl.gif
   2.1.tr.gif
   2.2.dt.gif
   2.2.empty.gif
   2.2.ld.gif
   2.2.lr.gif
   2.2.lrd.gif
   2.2.lrt.gif
   2.2.rd.gif
   2.2.rl.gif
   2.2.rld.gif
   2.2.rlt.gif
   2.2.td.gif
   2.2.tdl.gif
   2.2.tdr.gif
   2.2.tdrl.gif
   2.2.tl.gif
   2.2.tr.gif
   2.2.url.gif
   2.2.utd.gif
   arrow.gif
   bdt.gif
   bempty.gif
   bld.gif
   blr.gif
   blrd.gif
   blrt.gif
   brd.gif
   brl.gif
   brld.gif
   brlt.gif
   btd.gif
   btdl.gif
   btdr.gif
   btdrl.gif
   btl.gif
   btr.gif
   burl.gif
   butd.gif
   condition.gif
   edit.gif
   finish.gif
   info.gif
   inscol.gif
   inscond.gif
   insres.gif
   insrow.gif
   left.gif
   middle.gif
   resource.gif
   rbottom.gif
   right.gif
   sctd.gif
   sdt.gif
   sempty.gif
   sld.gif
   slr.gif
   slrd.gif
   slrtd.gif
   srd.gif
   srl.gif
   srld.gif
   srltd.gif
   srtd.gif
   srtdl.gif
   srtl.gif
   start.gif
   std.gif
   stdl.gif
   sutd.gif
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*</glob>
   <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
   <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
   <categoryname>graphic file</categoryname>
   <description>
   icons to indicate an unexpected result
   </description>
   <filenames>
   lonconstruct.gif
   lonlogo_broken.gif
   lonlogo_broken_tsp.gif
   lonlogo_broken.eps
   lonlogo_broken.jpg
   lonlogo_broken.mov
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*</glob>
   <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
   <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
   <categoryname>graphic file</categoryname>
   <description>
   logos
   </description>
   <filenames>
   cab.gif
   cab_big.gif
   class.gif
   class_big.gif
   dvi.gif
   dvi_big.gif
   eps.gif
   eps_big.gif
   exam.gif
   exam_big.gif
   folder_closed.gif
   folder_opened.gif
   folder_pointer_closed.gif
   folder_pointer_opened.gif
   form.gif
   form_big.gif
   gif.gif
   gif_big.gif
   htm.gif
   html.gif
   html_big.gif
   jpg.gif
   jpg_big.gif
   liteani.gif
   lonanim.gif
   lonanimend.gif
   lonhelplogos.gif
   lonlogo.gif
   lonlogos.gif
   meta.gif
   meta_big.gif
   mov.gif
   mov_big.gif
   move_up.gif
   move_down.gif
   page.gif
   page_big.gif
   pdf.gif
   pdf_big.gif
   problem.gif
   problem_big.gif
   ps.gif
   ps_big.gif
   quill.gif
   quiz.gif
   quiz_big.gif
   select.gif
   sequence.gif
   sequence_big.gif
   server.gif
   server_big.gif
   srvbad.gif
   srvempty.gif
   srvgood.gif
   srvhalf.gif
   srvnull.gif
   survey.gif
   survey_big.gif
   tex.gif
   tex_big.gif
   txt.gif
   txt_big.gif
   user.gif
   user_big.gif
   wav.gif
   wav_big.gif
   white_space_20_22.gif
   whitespace1.gif
   whitespace10.gif
   whitespace2.gif
   whitespace3.gif
   whitespace4.gif
   whitespace5.gif
   whitespace6.gif
   whitespace7.gif
   whitespace8.gif
   whitespace9.gif
   xml.gif
   xml_big.gif
   zip.gif
   zip_big.gif
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*</glob>
   <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
   <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
   <categoryname>graphic file</categoryname>
   <description>
   miscellaneous resources
   </description>
   <filenames>
   cat_button.gif
   </filenames>
   </fileglob>
   <file>
   <source>loncom/xml/tth.pm</source>
   <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
   <categoryname>system file</categoryname>
   <description>
   perl module for invoking functions specific to TeX-to-HTML conversion
   </description>
   <note>
   Has the same dependencies and build process as tth.so.
   Currently, only the tth.so file specifications invoke
   the build process however.
   </note>
   <status>works/unverified</status>
   </file>
   <file>
   <source>modules/TexConvert/tthperl/tth.so</source>
   <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
   <categoryname>system file</categoryname>
   <description>
   shared library file for dynamic loading and unloading
   </description>
   <note>
   The source and file dependencies are not available to most
   CVS users.  (You can safely rely on the existing binaries
   present on your system... don't worry about warnings
   related to this file during the build process.)
   </note>
   <build trigger='run if dependencies change'>
   modules/TexConvert/tthperl/commands
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../tthdynamic/tthfunc.c
   ../tthdynamic/ttmfunc.c
   </dependencies>
   </file>
   <file>
   <source>loncom/homework/caparesponse/capa.pm</source>
   <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
   <categoryname>system file</categoryname>
   <description>
   perl module for invoking functions specific to CAPA
   </description>
   <note>
   Has the same dependencies and build process as capa.so.
   Currently, only the capa.so file specifications invoke
   the build process however.
   </note>
   </file>
   <file>
   <source>loncom/homework/caparesponse/capa.bs</source>
   <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
   <categoryname>system file</categoryname>
   <description>
   bootstrap file associated with dynamic loading of this module on multiple
   architectures
   </description>
   <note>
   Has the same dependencies and build process as capa.so.
   Currently, only the capa.so file specifications invoke
   the build process however.
   </note>
   </file>
   <file>
   <source>loncom/homework/caparesponse/capa.so</source>
   <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
   <categoryname>system file</categoryname>
   <description>
   shared library file for dynamic loading and unloading
   </description>
   <build trigger='always run'>
   loncom/homework/caparesponse/commands
   </build>
   <dependencies>
   caparesponse.c
   caparesponse.pm
   </dependencies>
   </file>
   <fileglob>
   <glob>*.ent</glob>
   <sourcedir>loncom/MathML/</sourcedir>
   <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
   <categoryname>system file</categoryname>
   <description>
   xml files which assign unicode numbers to mathematical symbols using
   &lt;! ENTITY... &gt; type syntax.
   </description>
   <filenames>
   isoamsa.ent
   isoamsb.ent
   isoamsc.ent
   isoamsn.ent
   isoamso.ent
   isoamsr.ent
   isobox.ent
   isocyr1.ent
   isocyr2.ent
   isodia.ent
   isogrk1.ent
   isogrk2.ent
   isogrk3.ent
   isogrk4.ent
   isolat1.ent
   isolat2.ent
   isomfrk.ent
   isomopf.ent
   isomscr.ent
   isonum.ent
   isopub.ent
   isotech.ent
   mmlalias.ent
   mmlextra.ent
   </filenames>
   </file>
   <file>
   <source>loncom/MathML/mathml.css</source>
   <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
   <categoryname>system file</categoryname>
   <description>
   cascading style sheet
   </description>
   </file>
   <file>
   <source>loncom/MathML/mathml.dtd</source>
   <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
   <categoryname>system file</categoryname>
   <description>
   document type definition
   </description>
   </file>
   <file>
   <source>loncom/auth/londes.js</source>
   <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
   <categoryname>interface file</categoryname>
   <description>
   Encryption Routines according to Data Encryption Standard DES, written in
   javascript.
   </description>
   </file>
 <file>  <file>
 <source></source>  <source>loncom/homework/lectureonline.lcpm</source>
 <target dist='default'></target>  <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
 <categoryname></categoryname>  </target>
   <categoryname>handler</categoryname>
 <description>  <description>
   Intended for providing perl functions for the <script></script> environment
   in a problem that was converted from lectureonline.
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source></source>  <source>loncom/homework/default_homework.lcpm</source>
 <target dist='default'></target>  <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
 <categoryname></categoryname>  </target>
   <categoryname>handler</categoryname>
 <description>  <description>
   Provides many functions for the &lt;script&gt; environment in a .problem.
   Functions are documented in CVS:loncapa/doc/homework/homework5.html.
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source></source>  <source>loncom/homework/capa.units</source>
 <target dist='default'></target>  <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
 <categoryname></categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
   Define unit prefixing and conversion for CAPA problem handling.
 </description>  </description>
 </file>  </file>
   <fileglob>
   <glob>*.gif</glob>
   <sourcedir>loncom/html/res/adm/pages/</sourcedir>
   <targetdir>home/httpd/html/res/adm/pages/</targetdir>
   <categoryname>graphic file</categoryname>
   <description>icons used for the entire LON-CAPA user interface</description>
   <filenames>
   a.gif
   anot.gif
   b.gif
   back.gif
   bkm.gif
   brws.gif
   c.gif
   ccrs.gif
   chat.gif
   chrt.gif
   com.gif
   courses.gif
   cprv.gif
   cstr.gif
   d.gif
   dempty.gif
   e.gif
   egrd.gif
   empty.gif
   enrl.gif
   eval.gif
   f.gif
   fdbk.gif
   feedback.gif
   forw.gif
   g.gif
   grds.gif
   group.gif
   h.gif
   help.gif
   hyphen.gif
   i.gif
   info.gif
   j.gif
   k.gif
   l.gif
   ledblink.gif
   ledgreen.gif
   ledoff.gif
   ledon.gif
   ledsend.gif
   logout.gif
   m.gif
   mrk.gif
   n.gif
   nav.gif
   next.gif
   o.gif
   p.gif
   parm.gif
   pgrd.gif
   pparm.gif
   prev.gif
   prt.gif
   q.gif
   qempty.gif
   r.gif
   reload.gif
   remotebg.gif
   res.gif
   roles.gif
   s.gif
   sbkm.gif
   space.gif
   spacer.gif
   sprs.gif
   src.gif
   stat.gif
   subm.gif
   t.gif
   title.gif
   u.gif
   v.gif
   vbkm.gif
   w.gif
   x.gif
   y.gif
   z.gif
   </filenames>
   </fileglob>
 <file>  <file>
 <source></source>  <source>loncom/html/res/adm/pages/imgmaps.html</source>
 <target dist='default'></target>  <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
 <categoryname></categoryname>  <categoryname>interface file</categoryname>
 <description>  <description>
   image maps for the LON-CAPA remote control
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source></source>  <source>loncom/html/res/adm/pages/index.html</source>
 <target dist='default'></target>  <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
 <categoryname></categoryname>  <categoryname>interface file</categoryname>
   <description>
   welcoming page to the LON-CAPA system upon login
   </description>
   </file>
   <file>
   <source>loncom/html/res/adm/pages/menu.html</source>
   <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
   <categoryname>interface file</categoryname>
   <description>
   renders the HTML (including image maps) for the LON-CAPA remote control
   </description>
   </file>
   <fileglob>
   <glob>*.gif</glob>
   <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
   <targetdir>home/httpd/html/res/adm/pages/indexericons/</targetdir>
   <categoryname>graphic file</categoryname>
   <description>
   icons used for the bookmark portion of the LON-CAPA user interface
   </description>
   <filenames>
   a.gif
   alert.black.gif
   alert.red.gif
   back.gif
   ball.gray.gif
   ball.red.gif
   binary.gif
   binhex.gif
   blank.gif
   bomb.gif
   box1.gif
   box2.gif
   broken.gif
   burst.gif
   c.gif
   comp.blue.gif
   comp.gray.gif
   compressed.gif
   continued.gif
   course.gif
   dir.gif
   down.gif
   dvi.gif
   f.gif
   folder.gif
   folder.open.gif
   folder.sec.gif
   folder_closed.gif
   folder_closed_pressed.gif
   folder_new.gif
   folder_opened.gif
   folder_opened_pressed.gif
   folder_pointer_closed.gif
   folder_pointer_opened.gif
   folder_spacer.gif
   folder_trash.gif
   forward.gif
   generic.gif
   generic.red.gif
   generic.sec.gif
   hand.right.gif
   hand.up.gif
   html.gif
   image1.gif
   image2.gif
   image3.gif
   index.gif
   layout.gif
   left.gif
   link.gif
   mov.gif
   movie1.gif
   p.gif
   patch.gif
   pdf.gif
   portal.gif
   problem.gif
   ps.gif
   quill.gif
   right.gif
   screw1.gif
   screw2.gif
   script.gif
   sound1.gif
   sound2.gif
   sphere1.gif
   sphere2.gif
   tar.gif
   tex.gif
   text.gif
   transfer.gif
   unknown.gif
   up.gif
   uu.gif
   uuencoded.gif
   white_space_20_22.gif
   white_space_22_22.gif
   whitespace1.gif
   whitespace10.gif
   whitespace2.gif
   whitespace3.gif
   whitespace4.gif
   whitespace5.gif
   whitespace6.gif
   whitespace7.gif
   whitespace8.gif
   whitespace9.gif
   world1.gif
   world2.gif
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*.gif</glob>
   <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
   <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>
   <categoryname>graphic file</categoryname>
   <description>
   icons used for directory indexing and login screen
   </description>
   <filenames>
   folder_anim.gif
   folder_close.gif
   folder_drag.gif
   folder_new.gif
   folder_open.gif
   folder_pointer_closed.gif
   folder_pointer_opened.gif
   folder_static.gif
   folder_trash.gif
   folder_trash_hover.gif
   left_bar.gif
   link.gif
   link_anim.gif
   link_drag.gif
   ll_corner.gif
   lower_bar.gif
   lr_corner.gif
   pix.gif
   right_bar.gif
   toolbar_bg.gif
   ul_corner.gif
   upper_bar.gif
   ur_corner.gif
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*.html</glob>
   <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
   <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>
   <categoryname>interface file</categoryname>
   <description>
   associated with the frameset scheme of displaying bookmarks
   </description>
   <filenames>
   bookmarkmenu_toolbar.html
   blank.html
   closechildren.html
   </filenames>
   </fileglob>
   <file>
   <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
   <target dist='default'>
   home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
   <categoryname>interface file</categoryname>
 <description>  <description>
   javascript for handling client-side interactions with bookmark interface
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source></source>  <source>loncom/build/loncapaverifypackages</source>
 <target dist='default'></target>  <target dist='default'>usr/sbin/loncapaverifypackages</target>
 <categoryname></categoryname>  <categoryname>script</categoryname>
 <description>  <description>
   checks the system RPMs against what install.lon-capa.org specifies
 </description>  </description>
   <status>deprecated</status>
 </file>  </file>
 <file>  <file>
 <source></source>  <source>loncom/build/loncaparestoreconfigurations</source>
 <target dist='default'></target>  <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>
 <categoryname></categoryname>  <categoryname>script</categoryname>
 <description>  <description>
   restores .rpmsave files after a LON-CAPA-base upgrade
 </description>  </description>
   <status>deprecated</status>
 </file>  </file>
 <file>  <file>
 <source></source>  <source>loncom/build/loncapaautoupgrade</source>
 <target dist='default'></target>  <target dist='default'>usr/sbin/loncapaautoupgrade</target>
 <categoryname></categoryname>  <categoryname>script</categoryname>
 <description>  <description>
   does all the things to coordinate updating of LON-CAPA base files.  Should be
   used with caution so that you do not lose work
 </description>  </description>
   <status>deprecated</status>
 </file>  </file>
 <file>  <file>
 <source></source>  <source>loncom/build/loncapaverify</source>
 <target dist='default'></target>  <target dist='default'>usr/sbin/loncapaverify</target>
 <categoryname></categoryname>  <categoryname>script</categoryname>
 <description>  <description>
   makes verification report using loncapaverifypackages and
   loncapaverifybasepackage
 </description>  </description>
   <status>deprecated</status>
 </file>  </file>
 <file>  <file>
 <source></source>  <source>loncom/cron/loncapa</source>
 <target dist='default'></target>  <target dist='default'>etc/cron.d/loncapa</target>
 <categoryname></categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
   file that specifies periodic processes to run for the LON-CAPA machine
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source></source>  <source>loncom/ntp/step-tickers</source>
 <target dist='default'></target>  <target dist='default'>etc/ntp/step-tickers</target>
 <categoryname></categoryname>  <categoryname>conf</categoryname>
 <description>  <description>
   file that stimulates running of ntpdate upon init.d/xntpd initiation
 </description>  </description>
   <note>
   <table cellpadding='0' cellspacing='0' border='1'>
   <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
   </table>
   </note>
 </file>  </file>
 <file>  <file>
 <source></source>  <source>loncom/init.d/loncontrol</source>
 <target dist='default'></target>  <target dist='default'>etc/rc.d/init.d/loncontrol</target>
 <categoryname></categoryname>  <categoryname>root script</categoryname>
 <description>  <description>
   Controls the launching/halting of lonc, lond, and lonsql processes.
 </description>  </description>
 </file>  </file>
   <link>
   <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>
   <target dist='default'>
   etc/rc.d/rc0.d/K05loncontrol
   etc/rc.d/rc1.d/K05loncontrol
   etc/rc.d/rc2.d/K05loncontrol
   etc/rc.d/rc3.d/S95loncontrol
   etc/rc.d/rc4.d/S95loncontrol
   etc/rc.d/rc5.d/S95loncontrol
   etc/rc.d/rc6.d/K05loncontrol
   </target>
   <categoryname>symbolic link</categoryname>
   <description>
   symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
   </link>
 <file>  <file>
 <source></source>  <source>loncom/atalk/config</source>
 <target dist='default'></target>  <target dist='default'>etc/atalk/config</target>
 <categoryname></categoryname>  <categoryname>conf</categoryname>
 <description>  <description>
   configuration file to make LON-CAPA server file space accessible to
   Appleshares access (Macintosh)
 </description>  </description>
 </file>  </file>
   </files>
 </lpml>  </lpml>
   
   

Removed from v.1.8  
changed lines
  Added in v.1.33


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