Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.29 and 1.531

version 1.29, 2001/08/21 13:30:57 version 1.531, 2007/04/13 02:03:49
Line 1 Line 1
 <!-- Scott Harrison -->  <!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
 <!-- Guy Albertelli -->   "http://lpml.sourceforge.net/DTD/lpml.dtd">
   <!-- loncapafiles.lpml -->
   
   <!-- $Id$ -->
   
   <!--
   
   Copyright Michigan State University Board of Trustees
   
   This file is part of the LearningOnline Network with CAPA (LON-CAPA).
   
   LON-CAPA is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.
   
   LON-CAPA is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
   
   You should have received a copy of the GNU General Public License
   along with LON-CAPA; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   
   /home/httpd/html/adm/gpl.txt
   
   http://www.lon-capa.org/
   
   -->
   
 <!-- Default values must be defined before specific values. -->  <!-- Default values must be defined before specific values. -->
 <!-- If no 'dist' attribute is specified, then it is always installed. -->  <!-- If no 'dist' attribute is specified, then it is always installed. -->
Line 8 Line 37
 <!-- defined. -->  <!-- defined. -->
   
 <lpml>  <lpml>
   <specialnotices>
   <specialnotice dist='default'>
   !!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
   !!! This sometimes happens (bad): !!!
   !!! 127.0.0.1  computer1 localhost.localdomain localhost  !!!
   !!! Should be: !!!
   !!! 127.0.0.1  localhost.localdomain  localhost !!!
   !!! 35.2.3.80  computer1 computer1.notreal.msu.edu !!!
   </specialnotice>
   </specialnotices>
 <targetroot>/</targetroot>  <targetroot>/</targetroot>
 <sourceroot>/home/user/loncapa/</sourceroot>  <sourceroot>/home/user/loncapa/</sourceroot>
 <categories>  <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>
     <abbreviation>interfacefile</abbreviation>
 </category>  </category>
 <category name="interface file" type="development">  <category name="interface file" type="development">
   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>    <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
     <abbreviation>interfacefile</abbreviation>
 </category>  </category>
 <category name="setuid script" type="runtime">  <category name="setuid script" type="runtime">
   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>    <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
     <abbreviation>setuid</abbreviation>
 </category>  </category>
 <category name="setuid script" type="development">  <category name="setuid script" type="development">
   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>    <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
     <abbreviation>setuid</abbreviation>
 </category>  </category>
 <category name="handler" type="runtime">  <category name="handler" type="runtime">
   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>    <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
     <abbreviation>handler</abbreviation>
 </category>  </category>
 <category name="handler" type="development">  <category name="handler" type="development">
   <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>    <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
     <abbreviation>handler</abbreviation>
 </category>  </category>
 <category name="static conf" type="runtime">  <category name="static conf" type="runtime">
   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>    <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
     <abbreviation>static</abbreviation>
 </category>  </category>
 <category name="static conf" type="development">  <category name="static conf" type="development">
   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>    <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
     <abbreviation>static</abbreviation>
   </category>
   <category name="www static conf" type="runtime">
     <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
     <abbreviation>static</abbreviation>
   </category>
   <category name="www static conf" type="development">
     <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
     <abbreviation>static</abbreviation>
 </category>  </category>
 <category name="conf" type="runtime">  <category name="conf" type="runtime">
   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>    <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
     <abbreviation>configurable</abbreviation>
 </category>  </category>
 <category name="conf" type="development">  <category name="conf" type="development">
   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>    <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
     <abbreviation>configurable</abbreviation>
 </category>  </category>
 <category name="script" type="runtime">  <category name="script" type="runtime">
   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>    <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
     <abbreviation>script</abbreviation>
 </category>  </category>
 <category name="script" type="development">  <category name="script" type="development">
   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>    <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
     <abbreviation>script</abbreviation>
 </category>  </category>
 <category name="graphic file" type="runtime">  <category name="graphic 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>
     <abbreviation>graphicfile</abbreviation>
 </category>  </category>
 <category name="graphic file" type="development">  <category name="graphic file" type="development">
   <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>    <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
     <abbreviation>graphicfile</abbreviation>
   </category>
   <category name="doc" type="runtime">
     <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
     <abbreviation>systemfile</abbreviation>
   </category>
   <category name="doc" type="development">
     <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
     <abbreviation>systemfile</abbreviation>
 </category>  </category>
 <category name="system file" type="runtime">  <category name="system file" type="runtime">
   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>    <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
     <abbreviation>systemfile</abbreviation>
 </category>  </category>
 <category name="system file" type="development">  <category name="system file" type="development">
   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>    <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
     <abbreviation>systemfile</abbreviation>
   </category>
   <category name="system script" type="runtime">
     <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
     <abbreviation>systemscript</abbreviation>
   </category>
   <category name="system script" type="development">
     <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
     <abbreviation>systemscript</abbreviation>
 </category>  </category>
 <category name="root script" type="runtime">  <category name="root script" type="runtime">
   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>    <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
     <abbreviation>rootscript</abbreviation>
 </category>  </category>
 <category name="root script" type="development">  <category name="root script" type="development">
   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>    <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
     <abbreviation>rootscript</abbreviation>
 </category>  </category>
 <category name="symbolic link" type="runtime">  <category name="symbolic link" type="runtime">
   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>    <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
     <abbreviation>link</abbreviation>
 </category>  </category>
 <category name="symbolic link" type="development">  <category name="symbolic link" type="development">
   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>    <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
     <abbreviation>link</abbreviation>
 </category>  </category>
 <category name="standard" type="runtime">  <category name="standard" type="runtime">
   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>    <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
     <abbreviation>directory</abbreviation>
 </category>  </category>
 <category name="standard" type="development">  <category name="standard" type="development">
   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>    <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
     <abbreviation>directory</abbreviation>
 </category>  </category>
 <category name="server standard" type="runtime">  <category name="server standard" type="runtime">
   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>    <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
     <abbreviation>directory</abbreviation>
 </category>  </category>
 <category name="server standard" type="development">  <category name="server standard" type="development">
   <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>    <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
     <abbreviation>directory</abbreviation>
 </category>  </category>
 <category name="server readonly" type="runtime">  <category name="server readonly" type="runtime">
   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>    <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
     <abbreviation>directory</abbreviation>
 </category>  </category>
 <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>
     <abbreviation>directory</abbreviation>
 </category>  </category>
 </categories>  </categories>
 <rpm>  <rpm>
Line 103  Division of Science and Mathematics Educ Line 192  Division of Science and Mathematics Educ
   <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.\n    <rpmdescription>This package facilitates a base installation of LON-CAPA \n
 The files in this package are only those directly associated with the network communication\n  files in their directories.\n
 layer established through direct server-to-server communications (via lond and lonc); plus\n  For more on the LON-CAPA project, visit http://www.lon-capa.org/.
 those which configure (but otherwise not constitute) external software packages like Apache\n    </rpmdescription>
 and Athena-Kerberos.  For more on the LON-CAPA project, visit http://www.lon-capa.org/.</rpmdescription>  
   <rpmpre>echo '***********************************************************************'\n    <rpmpre>echo '***********************************************************************'\n
 echo 'LON-CAPA  LearningOnline with CAPA'\n  echo 'LON-CAPA  LearningOnline with CAPA'\n
 echo 'http://www.lon-capa.org/'\n  echo 'http://www.lon-capa.org/'\n
Line 121  echo 'This installation assumes an insta Line 209  echo 'This installation assumes an insta
 echo ' '\n  echo ' '\n
 echo 'The server computer should be currently connected to the ethernet'\n  echo 'The server computer should be currently connected to the ethernet'\n
 echo ' '\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  echo '***********************************************************************'\n
 </rpmpre>  </rpmpre>
   <rpmRequires>
   <item>PreReq: LON-CAPA-setup</item>
   <item>PreReq: apache</item>
   <item>PreReq: /etc/httpd/conf/httpd.conf</item>
   </rpmRequires>
 </rpm>  </rpm>
 <directories>  <directories>
 <directory>  <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
     <targetdir dist='default'>etc</targetdir>
     <categoryname>standard</categoryname>
     <description>standard linux directory for configuration files</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
     <targetdir dist='default'>etc/cron.d</targetdir>
     <categoryname>standard</categoryname>
     <description>standard linux directory for running time-based "jobs"
     </description>
   </directory>
   <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='default'>etc/httpd/conf</targetdir>    <targetdir dist='default'>etc/httpd/conf</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>web configuration files</description>    <description>web configuration files</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
     <targetdir dist='default'>etc/pam.d</targetdir>
     <categoryname>standard</categoryname>
     <description>configuration directory for password authentication mechanism
     </description>
   </directory>
   <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
     <targetdir dist='default'>etc/rc.d/init.d</targetdir>
     <targetdir dist='debian'>etc/init.d</targetdir>
     <categoryname>standard</categoryname>
     <description>scripts that run during system startup</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
     <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
     <targetdir dist='debian'>etc/rc0.d</targetdir>
     <categoryname>standard</categoryname>
     <description>scripts that run for run-level 0</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
     <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
     <targetdir dist='debian'>etc/rc1.d</targetdir>
     <categoryname>standard</categoryname>
     <description>scripts that run for run-level 1</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
     <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
     <targetdir dist='debian'>etc/rc2.d</targetdir>
     <categoryname>standard</categoryname>
     <description>scripts that run for run-level 2</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
     <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
     <targetdir dist='debian'>etc/rc3.d</targetdir>
     <categoryname>standard</categoryname>
     <description>scripts that run for run-level 3</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
     <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
     <targetdir dist='debian'>etc/rc4.d</targetdir>
     <categoryname>standard</categoryname>
     <description>scripts that run for run-level 4</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
     <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
     <targetdir dist='debian'>etc/rc5.d</targetdir>
     <categoryname>standard</categoryname>
     <description>scripts that run for run-level 5</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
     <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
     <targetdir dist='debian'>etc/rc6.d</targetdir>
     <categoryname>standard</categoryname>
     <description>scripts that run for run-level 6</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/lonTabs</targetdir>    <targetdir dist='default'>home/httpd/lonTabs</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>tab-formatted reference files</description>    <description>tab-formatted reference files</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='default'>home/httpd</targetdir>    <targetdir dist='default'>home/httpd</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>start of the web server tree</description>    <description>start of the web server tree</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
   <targetdir dist='default'>etc</targetdir>    <protectionlevel>modest_delete</protectionlevel>
   <categoryname>standard</categoryname>  
   <description>standard linux directory for configuration files</description>  
 </directory>  
 <directory>  
   <targetdir dist='default'>home/httpd/perl</targetdir>    <targetdir dist='default'>home/httpd/perl</targetdir>
   <categoryname>server readonly</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 dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/perl/debug</targetdir>
     <categoryname>server readonly</categoryname>
     <description>perl scripts for debugging the LON-CAPA system</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <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>location where system performance and error logs are kept
   </description>    </description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/lon-status/londchld</targetdir>
     <categoryname>server standard</categoryname>
     <description>
   Used by lond parent to check if children are responding to USR1 signals
   (otherwise they are killed and replaced).
     </description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <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>location where temporary files (for caching) are stored
   </description>    </description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/prtspool</targetdir>
     <categoryname>server standard</categoryname>
     <description>for the output of lonprintout.pm
     </description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/lib</targetdir>
     <categoryname>server readonly</categoryname>
     <description>location of LON-CAPA software modules and
   extensions</description>
   </directory>
   <directory dist='default'>
     <!-- Must protect localauth.pm/localenroll.pm from extinction. -->
     <protectionlevel>weak_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/lib/perl</targetdir>
     <categoryname>server readonly</categoryname>
     <description>location of LON-CAPA non web mod-perl handlers</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>    <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>location of LON-CAPA web mod-perl handlers</description>    <description>location of LON-CAPA web mod-perl handlers</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
   <targetdir dist='default'>home/httpd/lonIDs</targetdir>    <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/lib/perl/Apache/localize</targetdir>
     <categoryname>server readonly</categoryname>
     <description>location of LON-CAPA MakeText translation files</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
     <categoryname>server readonly</categoryname>
     <description>location of HTML specific perl module fixes and additions
     </description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/lib/perl/LONCAPA</targetdir>
     <categoryname>server readonly</categoryname>
     <description>location of HTML specific perl module fixes and additions
     </description>
   </directory>
   <directory dist='default'>
      <protectionlevel>modest_delete</protectionlevel>
    <targetdir dist='default'>home/httpd/lonIDs</targetdir>
   <categoryname>server standard</categoryname>    <categoryname>server standard</categoryname>
   <description>cookie jar</description>    <description>cookie jar</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
      <protectionlevel>modest_delete</protectionlevel>
    <targetdir dist='default'>home/httpd/scantron</targetdir>
     <categoryname>server standard</categoryname>
     <description>uploaded scantron forms directory</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/sockets</targetdir>    <targetdir dist='default'>home/httpd/sockets</targetdir>
   <categoryname>server standard</categoryname>    <categoryname>server standard</categoryname>
   <description>lonc's sockets</description>    <description>lonc's sockets</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>    <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
   <categoryname>server standard</categoryname>    <categoryname>server standard</categoryname>
   <description>lonc's sockets (delayed)</description>    <description>lonc's sockets (delayed)</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/cgi-bin</targetdir>    <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>location of cgi scripts</description>    <description>location of cgi scripts</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/cgi-bin/mimetexcache</targetdir>
     <categoryname>server standard</categoryname>
     <description>location of cgi scripts</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <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>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/html/res</targetdir>    <targetdir dist='default'>home/httpd/html/res</targetdir>
   <categoryname>server standard</categoryname>    <categoryname>server standard</categoryname>
   <description>root of resource tree</description>    <description>root of resource tree</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/userfiles</targetdir>
     <categoryname>server standard</categoryname>
     <description>root for user uploaded files</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/html/adm</targetdir>    <targetdir dist='default'>home/httpd/html/adm</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>unauthenticated resources</description>    <description>unauthenticated resources</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/htmlarea</targetdir>
     <categoryname>server readonly</categoryname>
     <description>Web directory for HTMLArea</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/htmlarea/images</targetdir>
     <categoryname>server readonly</categoryname>
     <description>Images for HTMLArea</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/htmlarea/lang</targetdir>
     <categoryname>server readonly</categoryname>
     <description>Language files for HTMLArea</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/htmlarea/plugins</targetdir>
     <categoryname>server readonly</categoryname>
     <description>Plugins for HTMLArea</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/htmlarea/plugins/FullPage</targetdir>
     <categoryname>server readonly</categoryname>
     <description>FullPage plugin for HTMLArea</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/htmlarea/plugins/FullPage/img</targetdir>
     <categoryname>server readonly</categoryname>
     <description>FullPage plugin for HTMLArea</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/htmlarea/plugins/FullPage/lang</targetdir>
     <categoryname>server readonly</categoryname>
     <description>FullPage plugin for HTMLArea</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/htmlarea/plugins/FullPage/popups</targetdir>
     <categoryname>server readonly</categoryname>
     <description>FullPage plugin for HTMLArea</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/htmlarea/popups</targetdir>
     <categoryname>server readonly</categoryname>
     <description>Popup windows for HTMLArea</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>    <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>home of the rat</description>    <description>home of the rat</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/fonts</targetdir>
     <categoryname>server readonly</categoryname>
     <description>fonts</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
     <categoryname>server readonly</categoryname>
     <description>online help documentation</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/jme</targetdir>
     <categoryname>server readonly</categoryname>
     <description>JME support files</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/jmol</targetdir>
     <categoryname>server readonly</categoryname>
     <description>Jmol files</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/jsMath</targetdir>
     <categoryname>server readonly</categoryname>
     <description>jsMath support files</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/jsMath/extensions</targetdir>
     <categoryname>server readonly</categoryname>
     <description>jsMath extension files</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/jsMath/uncompressed</targetdir>
     <categoryname>server readonly</categoryname>
     <description>jsMath files (uncompressed)</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/jsMath/plugins</targetdir>
     <categoryname>server readonly</categoryname>
     <description>jsMath plugin files</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/helper</targetdir>
     <categoryname>server readonly</categoryname>
     <description>XML specifications for helpers</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/help/gif</targetdir>
     <categoryname>server readonly</categoryname>
     <description>online help documentation gif files</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/help/eps</targetdir>
     <categoryname>server readonly</categoryname>
     <description>online help documentation eps files</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/help/tex</targetdir>
     <categoryname>server readonly</categoryname>
     <description>online help documentation tex files</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/help/tex/ru</targetdir>
     <categoryname>server readonly</categoryname>
     <description>Russian online help documentation tex files</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/help/tex/de</targetdir>
     <categoryname>server readonly</categoryname>
     <description>German online help documentation tex files</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/help/png</targetdir>
     <categoryname>server readonly</categoryname>
     <description>online help documentation png files</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/help/lib/perl</targetdir>
     <categoryname>server readonly</categoryname>
     <description>online help documentation for the LON-CAPA programming
   interface</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/help/lib/perl/Apache
     </targetdir>
     <categoryname>server readonly</categoryname>
     <description>online help documentation for the LON-CAPA programming
   interface, Apache (mod_perl) handlers</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
     <categoryname>server readonly</categoryname>
     <description>online help documentation for the LON-CAPA programming
   interface, Apache (mod_perl) handlers</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <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>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>    <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description></description>    <description>miscellaneous resources</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>    <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>error warnings and icons</description>    <description>error warnings and icons</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/lonUsers</targetdir>    <targetdir dist='default'>home/httpd/lonUsers</targetdir>
   <categoryname>server standard</categoryname>    <categoryname>server standard</categoryname>
   <description>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.<br />&nbsp;<br />Within this directory there are  lonUsers/msu/f/r/e/fredflint.<br />&#160;<br />Within this directory there are
 a variety of files which govern the scope of what a user can do within the  a variety of files which govern the scope of what a user can do within the
 LON-CAPA system.  A passwd file determines the type of authentication  LON-CAPA system.  A passwd file determines the type of authentication
 mechanism to use.  mechanism to use.
Line 241  mechanism to use. Line 660  mechanism to use.
 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>
 <directory>  <directory dist='default'>
   <targetdir dist='default'>home/httpd/html/lon-status</targetdir>    <protectionlevel>never_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/lonCerts</targetdir>
   <categoryname>server standard</categoryname>    <categoryname>server standard</categoryname>
   <description>status reports</description>    <description>
 </directory>      Directory for Certificates for SSL and local auth modes
 <directory>  
   <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>  
   <description>system perl tree (usually present on linux systems)  
   </description>    </description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>    <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>mathematics markup language resources</description>    <description>mathematics markup language resources</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/res/lib/templates</targetdir>
     <categoryname>server readonly</categoryname>
     <description>Resource library
     </description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <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>files useful for including within customized scripting
   </description>    </description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/html/res/adm/includes/templates    <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
   </targetdir>    </targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>template files useful for customized scripts</description>    <description>template files useful for customized scripts</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/html/lon-status</targetdir>    <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
   <categoryname>server standard</categoryname>    <categoryname>server standard</categoryname>
   <description>status reports</description>    <description>status reports; online logs are kept that
   are viewable over the world-wide web</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>    <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>web user interface resources</description>    <description>web user interface resources</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/res/adm/pages/pt</targetdir>
     <categoryname>server readonly</categoryname>
     <description>web user interface resources - Portuguese</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse</targetdir>
     <categoryname>server readonly</categoryname>
     <description>web user interface resources</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/lonLCDfont</targetdir>
     <categoryname>server readonly</categoryname>
     <description>LCD font for remote control</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/lonDomLogos</targetdir>
     <categoryname>server readonly</categoryname>
     <description>Logos for LON-CAPA domains</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/lonTabs/lonDomColors</targetdir>
     <categoryname>server readonly</categoryname>
     <description>Designs for LON-CAPA domains</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/lonInterFace</targetdir>
     <categoryname>server readonly</categoryname>
     <description>Page headers and graphical interface files</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu    <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu
   </targetdir>    </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 dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations    <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
   </targetdir>    </targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description></description>    <description></description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
   <targetdir dist='default'>usr/sbin</targetdir>    <protectionlevel>modest_delete</protectionlevel>
   <categoryname>standard</categoryname>    <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
   <description>standard linux directory for superuser executables</description>    </targetdir>
     <categoryname>server readonly</categoryname>
     <description>icons that help depict the file system (outdated)</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
   <targetdir dist='default'>etc/cron.d</targetdir>    <protectionlevel>never_delete</protectionlevel>
     <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
     <targetdir dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
     <targetdir dist='redhat8 redhat9'>usr/lib/perl5/site_perl/5.8.0</targetdir>
     <targetdir dist='debian'>usr/local/lib/perl/5.6.0</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>standard linux directory for running time-based "jobs"    <description>system perl tree (usually present on linux systems)
   </description>    </description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
   <targetdir dist='default'>etc/ntp</targetdir>    <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>usr/local/loncapa/bin</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>configuration directory for network time protocol</description>    <description>local binary files for loncapa</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
   <targetdir dist='default'>etc/rc.d/init.d</targetdir>    <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='redhat7.1 debian2.2'>etc/init.d</targetdir>    <targetdir dist='default'>usr/local/loncapa/doc</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run during system startup</description>    <description>local documentation files for loncapa</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
   <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>    <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='redhat7.1 debian2.2'>etc/rc0.d</targetdir>    <targetdir dist='default'>usr/local/loncapa/doc/conf_examples</targetdir>
   <categoryname>standard</categoryname>  
   <description>scripts that run for run-level 0</description>  
 </directory>  
 <directory>  
   <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>  
   <targetdir dist='redhat7.1 debian2.2'>etc/rc1.d</targetdir>  
   <categoryname>standard</categoryname>  
   <description>scripts that run for run-level 1</description>  
 </directory>  
 <directory>  
   <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>examples of configuration files for secondary
    services</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
   <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>    <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='redhat7.1 debian2.2'>etc/rc3.d</targetdir>    <targetdir dist='default'>usr/local/loncapa/sbin</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 3</description>    <description>local "auxiliary" binary files for loncapa</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
   <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>    <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='redhat7.1 debian2.2'>etc/rc4.d</targetdir>    <targetdir dist='default'>usr/local/man/man1</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 4</description>    <description>local manual pages</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
   <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>    <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='redhat7.1 debian2.2'>etc/rc5.d</targetdir>    <targetdir dist='default'>usr/man/man1</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 5</description>    <description>manual pages</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
   <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>    <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='redhat7.1 debian2.2'>etc/rc6.d</targetdir>    <targetdir dist='default'>usr/man/man3</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 6</description>    <description>manual pages</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
   <targetdir dist='default'>etc/atalk</targetdir>    <protectionlevel>never_delete</protectionlevel>
     <targetdir dist='default'>usr/sbin</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>appletalk configuration files</description>    <description>standard linux directory for superuser executables</description>
 </directory>  
 <directory>  
   <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons  
   </targetdir>  
   <categoryname>server readonly</categoryname>  
   <description>icons that help depict the file system (outdated)</description>  
 </directory>  </directory>
 </directories>  </directories>
 <files>  <files>
 <file>  <file>
 <source>loncom/access.conf</source>  <source>loncom/krb.conf</source>
 <target dist='default'>etc/httpd/conf/access.conf</target>  <target dist='default'>usr/local/loncapa/doc/conf_examples/krb.conf</target>
   <categoryname>static conf</categoryname>
   <description>
   which Kerberos server to contact for specified Kerberos domains
   </description>
   <note>
   <table cellpadding='0' cellspacing='0' border='1'>
   <tr><td>
   list elements are separated by newlines
   </td></tr>
   <tr><td>
   each list element consists of only two subelements separated by a colon
   <br />
   <ul>
   <li>Kerberos domain value</li>
   <li>Kerberos server IP address</li>
   </ul>
   </td></tr>
   </table>
   </note>
   </file>
   <file>
   <source>loncom/loncapa.conf</source>
   <target dist='default'>etc/httpd/conf/loncapa.conf</target>
   <target dist='sles10 suse10.1'>etc/apache2/loncapa.conf</target>
 <categoryname>conf</categoryname>  <categoryname>conf</categoryname>
 <description>  <description>
 This file has two major functions.  <p>
 For the Apache web server, it defines a global  The goal of this file is to implement all LON-CAPA specific
 access configuration which defines what server options (Indexes", "Includes",  customization of the Apache web server (most all of these values
 "FollowSymLinks", "ExecCGI", or "MultiViews") are associated  require manual input from the system administrator at some point).
 with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",  The values in this file, as opposed to loncapa_apache.conf, are
 and "/usr/doc").  For the LON-CAPA network server and perl module  meant to be machine and institution specific.
 handlers, it defines machine specific settings (lonHostID, lonRole,  </p>
 lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt)  <p>
 and internal machine settings for specific directories, socket ports,  For the LON-CAPA network server and perl module
 and browser detection logic.  handlers, it defines machine specific settings including lonHostID, lonRole,
   lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt.
   </p>
   <p>
   This file should not be viewable by regular users of the system.
   Only root and www should be able to view the contents of this file
   since lonReceipt is sensitive.
   </p>
 </description>  </description>
 <note>  <note>
 <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  <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
 machine</td></tr>  machine</td></tr>
 <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,  <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
Line 406  MySQL database</td></tr> Line 893  MySQL database</td></tr>
 </note>  </note>
 </file>  </file>
 <file>  <file>
 <source>loncom/httpd.conf</source>  <source>loncom/loncapa_apache.conf</source>
 <target dist='default'>etc/httpd/conf/httpd.conf</target>  <target dist='default'>etc/httpd/conf/loncapa_apache.conf</target>
 <categoryname>static conf</categoryname>  <target dist='sles10 suse10.1'>etc/apache2/loncapa_apache.conf</target>
 <description>  
 This is the main server configuration file.  The settings here are  
 more or less standard for the Apache web server.  Most notably (and  
 importantly!), perl handling and mod_perl are enabled in this configuration  
 file.  
 </description>  
 </file>  
 <file>  
 <source>loncom/srm.conf</source>  
 <target dist='default'>etc/httpd/conf/srm.conf</target>  
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 <p>  The goal of this file is to implement all LON-CAPA specific
 This file configures the "name space" of the Apache web server.    customization of the Apache web server that does not require
 <tt>srm.conf</tt>  user input.
 defines when specific perl modules should be called to handle a given  
 request.  This definition is a function of both the name of the perl module,  For the Apache web server, it defines a global
 and a specific regular expression associated with the URL, such as  access configuration which defines what server options (Indexes", "Includes",
 "^/res/.*\.page".  "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
 </p>  with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
 <p>  and "/usr/doc").  For the LON-CAPA network server and perl module
 Here is an example entry:  handlers, it defines 
 <pre>  and internal machine settings for specific directories, socket ports,
 &lt;LocationMatch "^/res/.*\.page$&gt;  the www@localhost MySQL password, and browser detection logic.
 SetHandler perl-script  
 PerlHandler Apache::lonpage  
 &lt;/LocationMatch&gt;  
 </pre>  
 </p>  
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/startup.pl</source>  <source>loncom/startup.pl</source>
 <target dist='default'>etc/httpd/conf/startup.pl</target>  <target dist='default'>etc/httpd/conf/startup.pl</target>
   <target dist='sles10 suse10.1'>etc/apache2/startup.pl</target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 This file provides initializations for perl handlers.  It adjusts what  This file provides initializations for perl handlers.  It adjusts what
 the module path space is (so as to include /home/httpd/lib/perl/Apache) as  the module path space is (so as to include /home/httpd/lib/perl/Apache) as
 well as causing the Apache module to be used for every perl handler.  well as causing the Apache module to be used for every perl handler.
 <tt>startup.pl</tt> is invoked by <tt>access.conf</tt>.  <tt>startup.pl</tt> is invoked by <tt>loncapa_apache.conf</tt>.
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/thesaurus/thesaurus.db</source>
   <target dist='default'>home/httpd/lonTabs/thesaurus.db</target>
   <categoryname>system file</categoryname>
   <description>
   Thesaurus database file to be built from loncom/thesaurus/rawkey.txt
   </description>
   <build trigger='always run'>
   loncom/thesaurus/build_thesaurus_wrapper.sh
   </build>
   <dependencies>
   rawkey.txt;
   build_thesaurus_db.pl;
   build_thesaurus_wrapper.sh
   </dependencies>
   </file>
   <file>
 <source>loncom/interface/mydesk.tab</source>  <source>loncom/interface/mydesk.tab</source>
 <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>  <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
Line 468  Descriptive list of file extensions, and Line 957  Descriptive list of file extensions, and
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/cgi/barcode.gif</source>  <source>loncom/interface/filecategories.tab</source>
 <target dist='default'>home/httpd/cgi-bin/barcode.gif</target>  <target dist='default'>home/httpd/lonTabs/filecategories.tab</target>
   <categoryname>static conf</categoryname>
   <description>
   Descriptive list of file extensions and broad categorization.
   </description>
   </file>
   <file>
   <source>loncom/cgi/barcode.png</source>
   <target dist='default'>home/httpd/cgi-bin/barcode.png</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
 <description>  <description>
 Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE  Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
Line 477  parameter. Line 974  parameter.
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/templates/blank.library</source>  <source>loncom/cgi/decompress.pl</source>
 <target dist='default'>  <target dist='default'>home/httpd/cgi-bin/decompress.pl</target>
 home/httpd/html/res/adm/includes/templates/blank.library</target>  <categoryname>script</categoryname>
 <categoryname>static conf</categoryname>  
 <description>  <description>
 Template file for a new library.  Decompresses an archive into its files inside of the construction space
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/templates/blank.library.meta</source>  <source>loncom/cgi/takeoffline.pl</source>
 <target dist='default'>  <target dist='default'>home/httpd/cgi-bin/takeoffline.pl</target>
 home/httpd/html/res/adm/includes/templates/blank.library.meta</target>  <categoryname>script</categoryname>
 <categoryname>static conf</categoryname>  
 <description>  <description>
 Metadata related to a new library.  Take machine offline
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/templates/script.library</source>  <source>loncom/cgi/takeonline.pl</source>
 <target dist='default'>  <target dist='default'>home/httpd/cgi-bin/takeonline.pl</target>
 home/httpd/html/res/adm/includes/templates/script.library</target>  <categoryname>script</categoryname>
 <categoryname>static conf</categoryname>  
 <description>  <description>
 Template file for a new script library.  Take machine online
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/templates/script.library.meta</source>  <source>loncom/cgi/thumbnail.gif</source>
 <target dist='default'>  <target dist='default'>home/httpd/cgi-bin/thumbnail.gif</target>
 home/httpd/html/res/adm/includes/templates/script.library.meta</target>  <categoryname>script</categoryname>
 <categoryname>static conf</categoryname>  
 <description>  <description>
 Metadata for a new script library.  Produces a thumbnail image of the url given
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/templates/blank.problem</source>  <source>loncom/cgi/clusterstatus.pl</source>
 <target dist='default'>  <target dist='default'>home/httpd/cgi-bin/clusterstatus.pl</target>
 home/httpd/html/res/adm/includes/templates/blank.problem</target>  <categoryname>script</categoryname>
 <categoryname>static conf</categoryname>  
 <description>  <description>
 Template file.  utility cgi script to view status of cluster
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/templates/blank.problem.meta</source>  <source>loncom/cgi/translator.pl</source>
 <target dist='default'>  <target dist='default'>home/httpd/cgi-bin/translator.pl</target>
 home/httpd/html/res/adm/includes/templates/blank.problem.meta</target>  <categoryname>script</categoryname>
 <categoryname>static conf</categoryname>  
 <description>  <description>
 Template file metadata.  utility cgi script to enter translations
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/templates/numerical.problem</source>  <source>loncom/build/system_dependencies/perltest.pl</source>
 <target dist='default'>  <target dist='default'>home/httpd/cgi-bin/perltest.pl</target>
 home/httpd/html/res/adm/includes/templates/numerical.problem</target>  <categoryname>script</categoryname>
 <categoryname>static conf</categoryname>  
 <description>  <description>
 Template file for a numerical problem.  utility cgi script to view status of perl modules
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/templates/numerical.problem.meta</source>  <source>loncom/build/system_dependencies/cpan_distributions.txt</source>
 <target dist='default'>  <target dist='default'>home/httpd/cgi-bin/cpan_distributions.txt</target>
 home/httpd/html/res/adm/includes/templates/numerical.problem.meta</target>  <categoryname>interface file</categoryname>
 <categoryname>static conf</categoryname>  <description>
   utility cgi script to view status of perl modules
   </description>
   </file>
   <file>
     <source>loncom/cgi/loncgi.pm</source>
     <target dist='default'>home/httpd/lib/perl/LONCAPA/loncgi.pm</target>
     <categoryname>system file</categoryname>
     <description>
         Provides a common interface to LON-CAPA cookies and environment.
     </description>
   </file>
   <file>
   <source>loncom/cgi/graph.png</source>
   <target dist='default'>home/httpd/cgi-bin/graph.png</target>
   <categoryname>script</categoryname>
   <description>
   Dynamically outputs a graph especially for lonstatistics.pm.
   </description>
   <note>
   Depends on perl modules:
   GDGraph-1.33 and GDTextUtils-0.80.
   </note>
   </file>
   <file>
   <source>loncom/cgi/lonversions.pl</source>
   <target dist='default'>home/httpd/cgi-bin/lonversions.pl</target>
   <categoryname>script</categoryname>
   <description>
   utility cgi script to view software versions of a remote server
   </description>
   </file>
   <file>
   <source>loncom/cgi/ping.pl</source>
   <target dist='default'>home/httpd/cgi-bin/ping.pl</target>
   <categoryname>script</categoryname>
   <description>
   cgi-script to ping other server
   </description>
   </file>
   <file>
   <source>loncom/cgi/plot.gif</source>
   <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
   <categoryname>script</categoryname>
   <description>
   Dynamically outputs X-Y plots with point, line, etc functions.
   </description>
   </file>
   <link>
     <linkto>home/httpd/cgi-bin/plot.gif</linkto>
     <target dist='default'>home/httpd/cgi-bin/plot.png</target>
     <categoryname>symbolic link</categoryname>
     <description>symbolic link for plot.png to point at plot.gif</description>
   </link>
   <file>
   <source>loncom/cgi/imagechoice.pl</source>
   <target dist='default'>home/httpd/cgi-bin/imagechoice.pl</target>
   <categoryname>script</categoryname>
   <description>
   Helper to select image coordinates in writing homework involving images.
   </description>
   </file>
   <file>
   <source>loncom/interface/printout.pl</source>
   <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
   <categoryname>script</categoryname>
   <description>
   cgi script
   </description>
   <note>
   Depends on srm.conf entry:
   Alias /prtspool/ /home/httpd/prtspool/
   as well as a /home/httpd/prtspool directory.
   </note>
   </file>
   <file>
   <source>loncom/cgi/metadata_keywords.pl</source>
   <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
   <categoryname>script</categoryname>
   <description>
   a cgi-script (not mod_perl), which contacts MySQL and pulls
   out all keywords in this format:
   
   coil,magnetic,transformer
   transformer,coils,current,amperes,voltage,transformers,coil
   flux,magnetic,current,transformer
   coil,loop,field,magnetic
   
   ... etc (one line per entry).
   
   and simply prints this text-only (no markup) to the browser
   </description>
   </file>
   <file>
   <source>loncom/cgi/metadata_harvest.pl</source>
   <target dist='default'>home/httpd/cgi-bin/metadata_harvest.pl</target>
   <categoryname>script</categoryname>
   <description>
   a cgi-script (not mod_perl), which contacts MySQL and pulls
   out all records in "|"-separated format.
   To be used by very simple harvesting engines.
   </description>
   </file>
   <file>
   <source>loncom/homework/simpleproblem.problem</source>
   <target dist='default'>home/httpd/html/res/lib/templates/simpleproblem.problem</target>
   <categoryname>interface file</categoryname>
   <description>
   Generic resource for DOCS "Simple Problem"
   </description>
   </file>
   <file>
   <source>loncom/homework/simpleproblem.problem.meta</source>
   <target dist='default'>home/httpd/html/res/lib/templates/simpleproblem.problem.meta</target>
   <categoryname>interface file</categoryname>
   <description>
   Meta file for generic resource for DOCS "Simple Problem"
   </description>
   </file>
   <file>
   <source>loncom/homework/templates/DropBox.problem</source>
   <target dist='default'>home/httpd/html/res/lib/templates/DropBox.problem</target>
   <categoryname>interface file</categoryname>
 <description>  <description>
 Template file metadata for a numerical problem.  Generic resource for DOCS "Drop Box"
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/insertlist.tab</source>  <source>loncom/homework/templates/DropBox.problem.meta</source>
 <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>  <target dist='default'>home/httpd/html/res/lib/templates/DropBox.problem.meta</target>
   <categoryname>interface file</categoryname>
   <description>
   Meta file for generic resource for DOCS "Drop Box"
   </description>
   </file>
   
   <file>
   <source>loncom/homework/templates/examupload.problem</source>
   <target dist='default'>home/httpd/html/res/lib/templates/examupload.problem</target>
   <categoryname>interface file</categoryname>
   <description>
   Generic resource for score upload
   </description>
   </file>
   <file>
   <source>loncom/homework/templates/examupload.problem.meta</source>
   <target dist='default'>home/httpd/html/res/lib/templates/examupload.problem.meta</target>
   <categoryname>interface file</categoryname>
   <description>
   Meta file for generic resource for score upload
   </description>
   </file>
   <fileglob>
   <glob>*.js</glob>
   <sourcedir>loncom/html/htmlarea/</sourcedir>
   <targetdir dist='default'>
   home/httpd/html/htmlarea/</targetdir>
   <categoryname>interface file</categoryname>
   <description>
   Files belonging to HTMLArea.
   </description>
   <filenames>
   dialog.js;
   htmlarea.js;
   popupdiv.js;
   popupwin.js;
   license.txt
   </filenames>
   </fileglob>
   <file>
   <source>loncom/html/htmlarea/htmlarea.css</source>
   <target dist='default'>home/httpd/html/htmlarea/htmlarea.css</target>
   <categoryname>interface file</categoryname>
   <description>
   Stylesheet for HTMLArea
   </description>
   </file>
   <file>
   <source>loncom/html/htmlarea/plugins/FullPage/full-page.js</source>
   <target dist='default'>home/httpd/html/htmlarea/plugins/FullPage/full-page.js</target>
   <categoryname>interface file</categoryname>
   <description>
   FullPage plugin for HTMLArea
   </description>
   </file>
   <fileglob>
   <glob>*.js</glob>
   <sourcedir>loncom/html/htmlarea/plugins/FullPage/lang/</sourcedir>
   <targetdir dist='default'>
   home/httpd/html/htmlarea/plugins/FullPage/lang/</targetdir>
   <categoryname>interface file</categoryname>
   <description>
   Language files belonging to FullPage plugin for HTMLArea.
   </description>
   <filenames>
   en.js;
   ro.js;
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*.gif</glob>
   <sourcedir>loncom/html/htmlarea/plugins/FullPage/img/</sourcedir>
   <targetdir dist='default'>
   home/httpd/html/htmlarea/plugins/FullPage/img/</targetdir>
   <categoryname>interface file</categoryname>
   <description>
   Image files belonging to FullPage plugin for HTMLArea.
   </description>
   <filenames>
   docprop.gif;
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*.html</glob>
   <sourcedir>loncom/html/htmlarea/plugins/FullPage/popups/</sourcedir>
   <targetdir dist='default'>
   home/httpd/html/htmlarea/plugins/FullPage/popups/</targetdir>
   <categoryname>interface file</categoryname>
   <description>
   Popup files belonging to FullPage plugin for HTMLArea.
   </description>
   <filenames>
   docprop.html;
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*.js</glob>
   <sourcedir>loncom/html/htmlarea/lang/</sourcedir>
   <targetdir dist='default'>
   home/httpd/html/htmlarea/lang/</targetdir>
   <categoryname>interface file</categoryname>
   <description>
   Files belonging to HTMLArea.
   </description>
   <filenames>
   b5.js;
   de.js;
   fi.js;
   it.js;
   nl.js;
   ro.js;
   vn.js;
   en.js;
   fr.js;
   ja-utf8.js;
   pl.js;
   ru.js;
   da.js;
   es.js;
   gb.js;
   nb.js;
   pt_br.js;
   se.js;
   he.js;
   hu.js;
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*.*</glob>
   <sourcedir>loncom/html/htmlarea/popups/</sourcedir>
   <targetdir dist='default'>
   home/httpd/html/htmlarea/popups/</targetdir>
   <categoryname>interface file</categoryname>
   <description>
   Files belonging to HTMLArea.
   </description>
   <filenames>
   about.html;
   insert_image.html;
   old_insert_image.html;
   blank.html;
   editor_help.html;
   insert_table.html;
   custom2.html;
   fullscreen.html;
   old-fullscreen.html;
   select_color.html;
   popup.js;
   link.html;
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*.gif</glob>
   <sourcedir>loncom/html/htmlarea/images/</sourcedir>
   <targetdir dist='default'>
   home/httpd/html/htmlarea/images/</targetdir>
   <categoryname>interface file</categoryname>
   <description>
   Files belonging to HTMLArea.
   </description>
   <filenames>
   ed_left_to_right.gif;
   ed_right_to_left.gif;
   ed_save.gif;
   ed_delete.gif;
   ed_link.gif;
   ed_about.gif;
   ed_format_bold.gif;
   ed_list_bullet.gif;
   ed_align_center.gif;
   ed_format_italic.gif;
   ed_list_num.gif;
   ed_align_justify.gif;
   ed_format_strike.gif;
   ed_paste.gif;
   ed_align_left.gif;
   ed_format_sub.gif;
   ed_redo.gif;
   ed_align_right.gif;
   ed_format_sup.gif;
   ed_show_border.gif;
   ed_blank.gif;
   ed_format_underline.gif;
   ed_splitcel.gif;
   ed_charmap.gif;
   ed_help.gif;
   ed_undo.gif;
   ed_color_bg.gif;
   ed_hr.gif;
   fullscreen_maximize.gif;
   ed_color_fg.gif;
   ed_html.gif;
   fullscreen_minimize.gif;
   ed_copy.gif;
   ed_image.gif;
   insert_table.gif;
   ed_custom.gif;
   ed_indent_less.gif;
   ed_cut.gif;
   ed_indent_more.gif;
   ed_math.gif;
   ed_math_eqn.gif;
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*.*</glob>
   <sourcedir>loncom/homework/templates/</sourcedir>
   <targetdir dist='default'>
   home/httpd/html/res/adm/includes/templates/</targetdir>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
   Template files for generating new resources.
   </description>
   <filenames>
   blank.library;
   blank.library.meta;
   blank.problem;
   blank.problem.meta;
   blank.task;
   blank.task.meta;
   ClickImageExample.problem;
   ClickImageExample.problem.meta;
   CustomResponse.problem;
   CustomResponse.problem.meta;
   Essay.problem;
   Essay.problem.meta;
   examupload.problem;
   examupload.problem.meta;
   HintFormula.problem;
   HintFormula.problem.meta;
   HintMathResponse.problem;
   HintMathResponse.problem.meta;
   man1.jpg;
   man1.jpg.meta;
   numerical.problem;
   numerical.problem.meta;
   Plot.problem.meta;
   Plot_curve.problem;
   Plot_curve.problem.meta;
   Plot_data.problem;
   Plot_data.problem.meta;
   RadioResponse.problem;
   RadioResponse.problem.meta;
   RandomLabelExample.problem;
   RandomLabelExample.problem.meta;
   SelectFromOptions-4ConceptGoups.problem;
   SelectFromOptions-4ConceptGoups.problem.meta;
   SelectFromOptions-5ConceptGoups.problem;
   SelectFromOptions-5ConceptGoups.problem.meta;
   SelectFromOptions-6ConceptGoups.problem;
   SelectFromOptions-6ConceptGoups.problem.meta;
   SelectFromOptions-7ConceptGoups.problem;
   SelectFromOptions-7ConceptGoups.problem.meta;
   SelectFromOptions-8ConceptGoups.problem;
   SelectFromOptions-8ConceptGoups.problem.meta;
   SelectFromOptions-Simple.problem;
   SelectFromOptions-Simple.problem.meta;
   SimpleStringResponse.problem.meta;
   script.library;
   script.library.meta;
   SimpleFormula.problem;
   SimpleFormula.problem.meta;
   SimpleFormulaCAS.problem;
   SimpleFormualCAS.problem.meta;
   StringResponse.problem;
   StringResponse.problem.meta;
   SimpleMatching.problem;
   SimpleMatching.problem.meta;
   SimpleRank.problem;
   SimpleRank.problem.meta;
   SimpleTrueFalse.problem;
   SimpleTrueFalse.problem.meta;
   organic.problem;
   organic.problem.meta;
   reaction.problem;
   reaction.problem.meta
   </filenames>
   </fileglob>
   
   <file>
     <source>loncom/homework/insertlist.xml</source>
     <target dist='default'>home/httpd/lonTabs/insertlist.xml</target>
     <categoryname>static conf</categoryname>
     <description>
 Describes what tags are allowed inside other tags.  Describes what tags are allowed inside other tags.
     </description>
   </file>
   
   <file>
   <source>CAPA/JavaTools/GLabel.class</source>
   <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
   </target>
   <categoryname>static conf</categoryname>
   <description>
   Java applet for labelling graphs.
 </description>  </description>
   <note>
   Built from Glabel.java.  Still working on build/dependency details.
   </note>
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/default.assesscalc</source>  <source>loncom/interface/spreadsheet/default_assesscalc</source>
 <target dist='default'>home/httpd/html/res/adm/includes/default.assesscalc  <target dist='default'>home/httpd/html/res/adm/includes/default_assesscalc
 </target>  </target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
Line 566  Default spreadsheet for individual asses Line 1473  Default spreadsheet for individual asses
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/default.studentcalc</source>  <source>loncom/interface/spreadsheet/default_studentcalc</source>
 <target dist='default'>home/httpd/html/res/adm/includes/default.studentcalc  <target dist='default'>home/httpd/html/res/adm/includes/default_studentcalc
 </target>  </target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
Line 575  Default spreadsheet for assessment of st Line 1482  Default spreadsheet for assessment of st
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/default.classcalc</source>  <source>loncom/interface/spreadsheet/default_classcalc</source>
 <target dist='default'>home/httpd/html/res/adm/includes/default.classcalc  <target dist='default'>home/httpd/html/res/adm/includes/default_classcalc
 </target>  </target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
Line 601  Descriptive list of abbreviations used i Line 1508  Descriptive list of abbreviations used i
 and privileges available in the network with function  and privileges available in the network with function
 </description>  </description>
 </file>  </file>
 <file>  
 <source>loncom/hosts.tab</source>  <file type="private">
 <target dist='default'>home/httpd/lonTabs/hosts.tab</target>    <source>loncom/hosts.tab</source>
 <categoryname>conf</categoryname>    <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
 <description>    <categoryname>www static conf</categoryname>
 List of all machines in the LON-CAPA network.  Relates <tt>lonHostID</tt> to    <description>
 <tt>lonDefDomain</tt> and <u>IP address</u>.  List of Machines in the lon-capa network.
 </description>    </description>
   </file>
   <file type="private">
     <source>loncom/domain.tab</source>
     <target dist='default'>home/httpd/lonTabs/domain.tab</target>
     <categoryname>www static conf</categoryname>
     <description>
   List of domains in the LON-CAPA network.
   Lists the name name of the domain and any multiple config options.
     </description>
   </file>
   
   <file type="private">
     <source>loncom/dns_hosts.tab</source>
     <target dist='default'>home/httpd/lonTabs/dns_hosts.tab</target>
     <categoryname>www static conf</categoryname>
     <description>
   List of all machines in the lon-capa network that is served up by the DNS mechanism.
     </description>
 </file>  </file>
   <file type="private">
     <source>loncom/dns_domain.tab</source>
     <target dist='default'>home/httpd/lonTabs/dns_domain.tab</target>
     <categoryname>www static conf</categoryname>
     <description>
   List of all domains in the LON-CAPA network that is served up by the DNS mechanism.
     </description>
   </file>
   
 <file>  <file>
 <source>loncom/spare.tab</source>  <source>loncom/spare.tab</source>
 <target dist='default'>home/httpd/lonTabs/spare.tab</target>  <target dist='default'>home/httpd/lonTabs/spare.tab</target>
Line 619  Spare hosts to offload session to if the Line 1553  Spare hosts to offload session to if the
 </description>  </description>
 <note>  <note>
 <b>configure</b><br />  <b>configure</b><br />
 <table cellpadding=0 cellspacing=0 border=1>  <table cellpadding='0' cellspacing='0' border='1'>
 <tr><td>  <tr><td>
 list elements are separated by newlines  list elements are separated by newlines
 </td></tr>  </td></tr>
Line 633  in <tt>access.conf</tt> Line 1567  in <tt>access.conf</tt>
 <file>  <file>
 <source>loncom/htpasswd</source>  <source>loncom/htpasswd</source>
 <target dist='default'>home/httpd/lonTabs/htpasswd</target>  <target dist='default'>home/httpd/lonTabs/htpasswd</target>
 <categoryname>conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 Basic auth password to access /lon-status and /server-status  Basic auth password to access /lon-status and /server-status
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/krb.conf</source>  
 <target dist='default'>etc/krb.conf</target>  
 <categoryname>conf</categoryname>  
 <description>  
 which Kerberos server to contact for specified Kerberos domains  
 </description>  
 <note>  
 <table cellpadding=0 cellspacing=0 border=1>  
 <tr><td>  
 list elements are separated by newlines  
 </td></tr>  
 <tr><td>  
 each list element consists of only two subelements separated by a colon  
 <br />  
 <ul>  
 <li>Kerberos domain value</li>  
 <li>Kerberos server IP address</li>  
 </ul>  
 </td></tr>  
 </table>  
 </note>  
 </file>  
 <file>  
 <source>loncom/smb.conf</source>  <source>loncom/smb.conf</source>
 <target dist='default'>etc/smb.conf</target>  <target dist='default'>usr/local/loncapa/doc/conf_examples/smb.conf</target>
 <categoryname>conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 configuration file to make LON-CAPA server file space accessible to network  configuration file to make LON-CAPA server file space accessible to network
 neighborhood  neighborhood
Line 672  neighborhood Line 1583  neighborhood
 </file>  </file>
 <file>  <file>
 <source>loncom/ntp.conf</source>  <source>loncom/ntp.conf</source>
 <target dist='default'>etc/ntp.conf</target>  <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp.conf</target>
 <categoryname>conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 which NTP server to contact for information (XNTP3 standard)  which NTP server to contact for information (XNTP3 standard)
 </description>  </description>
 <note>  <note>
 <table cellpadding=0 cellspacing=0 border=1>  <table cellpadding='0' cellspacing='0' border='1'>
 <tr><td>  <tr><td>
 only one line needs to be changed to specify a server ip address  only one line needs to be changed to specify a server ip address
 </td></tr>  </td></tr>
Line 689  Example:<br /><nobr /><tt>server ntp.msu Line 1600  Example:<br /><nobr /><tt>server ntp.msu
 </note>  </note>
 </file>  </file>
 <file>  <file>
     <source>loncom/misc/archive_old_files.pl</source>
     <target dist='default'>home/httpd/perl/archive_old_files.pl</target>
     <categoryname>script</categoryname>
     <description>
   Batch script for compressing older .db files
     </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 697  Batch script for updating SQL metadata d Line 1616  Batch script for updating SQL metadata d
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/lonc</source>  <source>loncom/metadata_database/cleanup_database.pl</source>
 <target dist='default'>home/httpd/perl/lonc</target>  <target dist='default'>home/httpd/perl/cleanup_database.pl</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
 <description>  <description>
 proxy server  Batch script for removing temporary tables from the SQL metadata database.
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/metadata_database/parse_activity_log.pl</source>
   <target dist='default'>home/httpd/perl/parse_activity_log.pl</target>
   <categoryname>script</categoryname>
   <description>
   Batch script to copy activy logs from native format into the SQL metadata database.
   </description>
   </file>
   <file>
   <source>loncom/misc/cleanup_file_caches.pl</source>
   <target dist='default'>home/httpd/perl/cleanup_file_caches.pl</target>
   <categoryname>script</categoryname>
   <description>
   Batch script for removing files not accessed within 24 hours from the 
   /home/httpd/prtspool and /home/httpd/html/userfiles/ directories.
   </description>
   </file>
   <file>
   <source>loncom/debugging_tools/seed_accesscount.pl</source>
   <target dist='default'>home/httpd/perl/seed_accesscount.pl</target>
   <categoryname>script</categoryname>
   <description>
   Batch script for moving access count data from nohist_resevaldata.db to
   nohist_accesscount.db.
   </description>
   </file>
   <file>
   <source>loncom/debugging_tools/modify_config_files.pl</source>
   <target dist='default'>home/httpd/perl/modify_config_files.pl</target>
   <categoryname>script</categoryname>
   <description>
   Batch script to ensure certain LONCAPA configuration parameters for yum and
   MySQL are included in their configuration files.
   </description>
   </file>
   <file>
     <source>loncom/debugging_tools/updateclasslist.pl</source>
     <target dist='default'>home/httpd/perl/debug/updateclasslist.pl</target>
     <categoryname>script</categoryname>
     <description>
   propagate the ids in ids.db to all course classlists
     </description>
   </file>
   <file>
   <source>loncom/lonhttpd</source>
   <target dist='default'>home/httpd/perl/lonhttpd</target>
   <categoryname>script</categoryname>
   <description>
   Small fry httpd on port 8080
   </description>
   </file>
   <file>
   <source>loncom/lonmemcached</source>
   <target dist='default'>home/httpd/perl/lonmemcached</target>
   <categoryname>script</categoryname>
   <description>
   small script to handle the start up of the memcached daemon
   </description>
   </file>
   <file>
     <source>loncom/lonmaxima</source>
     <target dist='default'>home/httpd/perl/lonmaxima</target>
     <categoryname>script</categoryname>
     <description>
       manages the existance and talking to the maxima processes
     </description>
   </file>
   <file>
       <source>loncom/request_ssl_key.sh</source>
       <target dist='default'>home/httpd/lonCerts/request_ssl_key.sh</target>
       <categoryname>script</categoryname>
       <description>
           Script that requests a Lon-CAPA ssl key.
       </description>
   </file>
   <file>
 <source>loncom/lond</source>  <source>loncom/lond</source>
 <target dist='default'>home/httpd/perl/lond</target>  <target dist='default'>home/httpd/perl/lond</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
Line 714  It accepts and processes incoming reques Line 1708  It accepts and processes incoming reques
 on the network.  lond's functionality is self-contained in the sense  on the network.  lond's functionality is self-contained in the sense
 that it does not reference (import, require, use) any other file  that it does not reference (import, require, use) any other file
 described in this document.  There are only 15 subroutines in this  described in this document.  There are only 15 subroutines in this
 script, however the <TT>make_new_child</TT> subroutine is quite  script, however the <tt>make_new_child</tt> subroutine is quite
 complex since it parses and responds about 29 different types of   complex since it parses and responds about 29 different types of 
 network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,  network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
 makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,  makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
Line 723  tmpput, tmpget, and ls). Line 1717  tmpput, tmpget, and ls).
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>doc/man/lond.1</source>
   <target dist='default'>usr/man/man1/lond.1</target>
   <categoryname>doc</categoryname>
   <description>man page for lond</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../lond &gt; ../../doc/man/lond.1 &amp;&amp; \
   echo 'manifying lond'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/lond
   </dependencies>
   </file>
   <file>
   <source>doc/scripts/lond.html</source>
   <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for lond</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../lond &gt; ../../doc/scripts/lond.html &amp;&amp; \
   echo 'pod2html lond'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/lond
   </dependencies>
   </file>
   <file>
   <source dist='default'>loncom/build/CHECKRPMS</source>
   <target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target>
   <categoryname>script</categoryname>
   <description>CGI script that checks status of RPMs</description>
   <dependencies>
   loncom/build/CHECKRPMS
   </dependencies>
   </file>
   <file>
   <source>loncom/cgi/loncron.pl</source>
   <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
   <categoryname>script</categoryname>
   <description>CGI script that starts and pipes output of loncron</description>
   </file>
   <file>
   <source>loncom/cgi/userstatus.pl</source>
   <target dist='default'>home/httpd/cgi-bin/userstatus.pl</target>
   <categoryname>script</categoryname>
   <description>CGI script that shows users currently on machine</description>
   </file>
   <file>
 <source>loncom/loncron</source>  <source>loncom/loncron</source>
 <target dist='default'>home/httpd/perl/loncron</target>  <target dist='default'>home/httpd/perl/loncron</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
Line 735  tmpput, tmpget, and ls). Line 1778  tmpput, tmpget, and ls).
 <description>maintain secondary database of metadata</description>  <description>maintain secondary database of metadata</description>
 </file>  </file>
 <file>  <file>
   <source>doc/man/lonsql.1</source>
   <target dist='default'>usr/man/man1/lonsql.1</target>
   <categoryname>doc</categoryname>
   <description>man page for lonsql</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../lonsql &gt; ../../doc/man/lonsql.1 &amp;&amp; \
   echo 'manifying lonsql'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/lonsql
   </dependencies>
   </file>
   <file>
   <source>doc/scripts/lonsql.html</source>
   <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for lonsql</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../lonsql &gt; ../../doc/scripts/lonsql.html &amp;&amp; \
   echo 'pod2html lonsql'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/lonsql
   </dependencies>
   </file>
   <file>
     <source>loncom/CrGrant.pl</source>
     <target dist='default'>home/httpd/perl/CrGrant.pl</target>
     <categoryname>script</categoryname>
     <description>
       Script used to verify and grant an SSL certificate to a Lon-CAPA host
     </description>
     <status>in progress</status>
   </file>
   <file>
     <source>loncom/CrGenerate.pl</source>
     <target dist='default'>home/httpd/perl/CrGenerate.pl</target>
     <categoryname>script</categoryname>
     <description>
       Script used to request an SSL certificate for a Lon-CAPA host.
     </description>
     <status>in progress</status>
   </file>
   <file>
     <source>loncom/apachereload</source>
     <target dist='default'>home/httpd/perl/apachereload</target>
     <categoryname>setuid script</categoryname>
     <description>
       Script to let www reload the webserver
     </description>
     <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/lcpasswd</source>  <source>loncom/lcpasswd</source>
 <target dist='default'>home/httpd/perl/lcpasswd</target>  <target dist='default'>home/httpd/perl/lcpasswd</target>
 <categoryname>setuid script</categoryname>  <categoryname>setuid script</categoryname>
 <description>  <description>
 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>  <status>being updated</status>
   </file>
   <file>
   <source>loncom/pwchange</source>
   <target dist='default'>home/httpd/perl/pwchange</target>
   <categoryname>setuid script</categoryname>
   <description>
   Allows www to change user passwords.
   </description>
   <status>being updated</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/lcuseradd</source>  <source>loncom/lcuseradd</source>
 <target dist='default'>home/httpd/perl/lcuseradd</target>  <target dist='default'>home/httpd/perl/lcuseradd</target>
 <categoryname>setuid script</categoryname>  <categoryname>setuid script</categoryname>
 <description>  <description>
 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>  <status>being updated</status>
   </file>
   <file>
   <source>loncom/lchtmldir</source>
   <target dist='default'>home/httpd/perl/lchtmldir</target>
   <categoryname>setuid script</categoryname>
   <description>
   Manages the file system ramifications of adding author mode to a user. 
   If necessary a public_html diretory is added, permissions and ownership are
   set according to the user's authentication mode.
   </description>
   <status>New file</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  Coordinates the system services and files in order to allow lond to delete a
 user  user.
 </description>  </description>
 <status>deprecated</status>  <status>deprecated</status>
 </file>  </file>
Line 785  for a user Line 1903  for a user
 <status>deprecated</status>  <status>deprecated</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/license/gpl.txt</source>
   <target dist='default'>home/httpd/html/adm/gpl.txt</target>
   <categoryname>interface file</categoryname>
   <description>
   GNU General Public License.  Long live the cause of freeware!
   </description>
   </file>
   <file>
   <source>loncom/license/httpi.license</source>
   <target dist='default'>home/httpd/html/adm/httpi.license</target>
   <categoryname>interface file</categoryname>
   <description>
   HTTPi webserver license
   </description>
   </file>
   <file>
   <source>loncom/license/httpi.readme</source>
   <target dist='default'>home/httpd/html/adm/httpi.readme</target>
   <categoryname>interface file</categoryname>
   <description>
   HTTPi webserver readme 
   </description>
   </file>
   <file>
   <source>loncom/license/about.html</source>
   <target dist='default'>home/httpd/html/adm/about.html</target>
   <categoryname>interface file</categoryname>
   <description>
   The "About" Page.
   </description>
   </file>
   <file>
 <source>loncom/publisher/publisher.html</source>  <source>loncom/publisher/publisher.html</source>
 <target dist='default'>home/httpd/html/adm/publisher.html</target>  <target dist='default'>home/httpd/html/adm/publisher.html</target>
 <categoryname>interface file</categoryname>  <categoryname>interface file</categoryname>
Line 802  Interface file for responding to imprope Line 1952  Interface file for responding to imprope
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/html/adm/notinit.html</source>
   <target dist='default'>home/httpd/html/adm/notinit.html</target>
   <categoryname>interface file</categoryname>
   <description>
   Interface file for responding to accessing uploaded resources without
   re-initializing course.
   </description>
   </file>
   <file>
   <source>loncom/html/adm/overloaded.txt</source>
   <target dist='default'>home/httpd/html/adm/overloaded.txt</target>
   <categoryname>interface file</categoryname>
   <description>
   Interface file for responding to overload situations.
   </description>
   </file>
   <file>
   <source>loncom/html/adm/loginproblems.html</source>
   <target dist='default'>home/httpd/html/adm/loginproblems.html</target>
   <categoryname>interface file</categoryname>
   <description>
   Help page for login problems.
   </description>
   </file>
   <file>
 <source>loncom/xml/physnet.sty</source>  <source>loncom/xml/physnet.sty</source>
 <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>  <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
Line 811  The relevant conditions and metadata to Line 1986  The relevant conditions and metadata to
 </file>  </file>
 <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>
 <description>  <description>
 The relevant conditions and metadata to attach to LectureOnline-specific tags.  The relevant conditions and metadata to attach to LectureOnline-specific tags.
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/misc/un_keyword.tab</source>  <source>loncom/thesaurus/un_keyword.tab</source>
 <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>  <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
 <categoryname>conf</categoryname>  <categoryname>conf</categoryname>
 <description>  <description>
Line 827  content. Line 2003  content.
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/homework/scantronformat.tab</source>
   <target dist='default'>home/httpd/lonTabs/scantronformat.tab</target>
   <categoryname>conf</categoryname>
   <description>
   Different configs for scantron input files.
   </description>
   </file>
   <file>
 <source>loncom/publisher/packages.tab</source>  <source>loncom/publisher/packages.tab</source>
 <target dist='default'>home/httpd/lonTabs/packages.tab</target>  <target dist='default'>home/httpd/lonTabs/packages.tab</target>
 <categoryname>conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 Parameter packages, so that assessments can publish parameter packages  Parameter packages, so that assessments can publish parameter packages
 needed, which are then expanded into individual parameters - allows to  needed, which are then expanded into individual parameters - allows to
Line 839  retroactively add new parameters to alre Line 2023  retroactively add new parameters to alre
 <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>static conf</categoryname>
 <description>  <description>
 Table which contains list of copyright possibilities for educational resources.  Table which contains list of copyright possibilities for educational resources.
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/publisher/source_copyright.tab</source>
   <target dist='default'>home/httpd/html/res/adm/includes/source_copyright.tab</target>
   <categoryname>static conf</categoryname>
   <description>
   Table which contains list of source copyright possibilities for educational resources.
   </description>
   </file>
   <file>
 <source>loncom/publisher/language.tab</source>  <source>loncom/publisher/language.tab</source>
 <target dist='default'>home/httpd/lonTabs/language.tab</target>  <target dist='default'>home/httpd/lonTabs/language.tab</target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
Line 862  Table which has hash data necessary for Line 2054  Table which has hash data necessary for
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/publisher/lonwrapper.pm</source>  <source>rat/lonwrapper.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
Line 872  Edit handler for rat maps; TeX content h Line 2064  Edit handler for rat maps; TeX content h
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/interface/londocs.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler for course documents
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/lonchat.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler for chat
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/lonchatfetch.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler for periodically fetch new lines of chat
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/longroupchat.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/longroupchat.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler for generation of frameset for display of group chat
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/lonannounce.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to put up announcements and calendar
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/lonsyllabus.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to put up syllabus
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/lonrss.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonrss.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler for adding to and displaying RSS
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/homework/lonsimpleproblemedit.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonsimpleproblemedit.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to set parameters for simple homework problems
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/lonsimplepage.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to put up simple page
   </description>
   <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/interface/lonpickcode.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/lonpickcode.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Handler to pick a CODE from the list of possible CODEs
     </description>
     <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/lonpickstudent.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonpickstudent.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to pick a student from classlist
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/lonpickcourse.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonpickcourse.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to pick a courseid from a list of courses
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/lonbulletin.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to put up bulletin board
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/lonaboutme.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to put up personal info
   </description>
   <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/publisher/loncfile.pm</source>  <source>loncom/publisher/loncfile.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 882  construction space menu. Line 2200  construction space menu.
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/publisher/testbankimport.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/testbankimport.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Utility to convert plain text questions in a testbank file to LON-CAPA problems.
   Called by selecting testbank option when uploading file to construction space.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/imspackages/imsimport.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/imsimport.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Utility to import courses from other CMSs packaged in IMS 1.1 content package
   format into LON-CAPA Construction space.
   Called by selecting IMS package option when uploading file to construction space.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/imspackages/imsimportdocs.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/imsimportdocs.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Utility to import courses from other CMSs packaged in IMS 1.1 content package
   format into a LON-CAPA course via DOCS.
   Called using Import IMS package button displayed in Special documents column in DOCS display.  
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/imspackages/imsprocessor.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/imsprocessor.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Contains routines used by imsimport handlers when importing contents of IMS 
   packages into construction space, or into a course directly via DOCS.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/imspackages/imsexport.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/imsexport.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Routines used in londocs to export templated files to an IMS package.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/lonhelp.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
   <categoryname>handler</categoryname>
   <description>
   The .tex file help handler.
   </description>
   <status>works/unverified</status>
   <build trigger='always run'>
   loncom/html/adm/help/buildMakeWrapper
   </build>
   <dependencies>
   Makefile;
   buildMakeWrapper
   </dependencies>
   </file>
   <file>
   <source>loncom/html/adm/help/abouthelp.html</source>
   <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
   <categoryname>interface file</categoryname>
   <description>
   Index file for the help system
   </description>
   </file>
   <file>
   <source>loncom/html/adm/help/nohelptopic.html</source>
   <target dist='default'>home/httpd/html/adm/help/nohelptopic.html</target>
   <categoryname>interface file</categoryname>
   <description>
   Page of links to help manuals - displayed when inline help is missing for a specific topic.
   </description>
   </file>
   <file>
   <source>doc/help/author.manual.access.tex</source>
   <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
   </target>
   <categoryname>interface file</categoryname>
   <description>
   The pseudo-LaTeX file to allow people to read the author's manual online, with
   a somewhat clumsy interface.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>doc/help/course.manual.access.tex</source>
   <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
   </target>
   <categoryname>interface file</categoryname>
   <description>
   The pseudo-LaTeX file to allow people to read the course administrator's
   manual online, with a somewhat clumsy interface.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>doc/help/author.manual.ps</source>
   <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
   <categoryname>interface file</categoryname>
   <description>
   The postscript Author's Manual
   </description>
   <status>works/unverified</status>
   <dependencies>
   doc/help/author.manual.texxml;
   doc/help/latexSplitter.py;
   doc/help/rebuildLabelHash.pl;
   doc/help/render.texxml.pl;
   doc/help/simpleEdit.py;
   doc/help/texxml2indextex.pl;
   doc/help/texxml2latex.pl;
   loncom/build/buildHelp.sh;
   loncom/build/help_graphics_converter.pl
   </dependencies>
   </file>
   <file>
   <source>doc/help/author.manual.pdf</source>
   <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
   <categoryname>handler</categoryname>
   <description>
   The PDF Author's Manual
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>doc/help/course.manual.ps</source>
   <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
   <categoryname>interface file</categoryname>
   <description>
   The postscript Course Manual
   </description>
   <status>works/unverified</status>
   <dependencies>
   doc/help/course.manual.texxml;
   doc/help/latexSplitter.py;
   doc/help/rebuildLabelHash.pl;
   doc/help/render.texxml.pl;
   doc/help/simpleEdit.py;
   doc/help/texxml2indextex.pl;
   doc/help/texxml2latex.pl;
   loncom/build/buildHelp.sh;
   loncom/build/help_graphics_converter.pl
   </dependencies>
   </file>
   <file>
   <source>doc/help/course.manual.pdf</source>
   <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
   <categoryname>interface file</categoryname>
   <description>
   The PDF Course Manual
   </description>
   <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/html/adm/help/ext_examples.html</source>
     <target dist='default'>home/httpd/html/adm/help/ext_examples.html</target>
     <categoryname>interface file</categoryname>
     <description>
       Examples for using &EXT in HTML
     </description>
   </file>
   <file>
     <source>loncom/html/adm/help/ext_examples.html.meta</source>
     <target dist='default'>home/httpd/html/adm/help/ext_examples.html.meta</target>
     <categoryname>interface file</categoryname>
     <description>
       Examples for using &EXT in HTML metadata
     </description>
   </file>
   <file>
     <source>loncom/html/adm/help/ext_examples.library</source>
     <target dist='default'>home/httpd/html/adm/help/ext_examples.library</target>
     <categoryname>interface file</categoryname>
     <description>
       Examples for using &EXT library
     </description>
   </file>
   <file>
     <source>loncom/html/adm/help/ext_examples.library.meta</source>
     <target dist='default'>home/httpd/html/adm/help/ext_examples.library.meta</target>
     <categoryname>interface file</categoryname>
     <description>
       Examples for using &EXT library metadata
     </description>
   </file>
   <file>
     <source>loncom/html/adm/help/ext_examples.problem</source>
     <target dist='default'>home/httpd/html/adm/help/ext_examples.problem</target>
     <categoryname>interface file</categoryname>
     <description>
       Examples for using &EXT problem
     </description>
   </file>
   <file>
     <source>loncom/html/adm/help/ext_examples.problem.meta</source>
     <target dist='default'>home/httpd/html/adm/help/ext_examples.problem.meta</target>
     <categoryname>interface file</categoryname>
     <description>
       Examples for using &EXT problem metadata
     </description>
   </file>
   <fileglob>
   <glob>*.*</glob>
   <sourcedir>loncom/html/adm/help/gif/</sourcedir>
   <targetdir dist='default'>
   home/httpd/html/adm/help/gif/</targetdir>
   <categoryname>interface file</categoryname>
   <description>
   Gif files for the help system
   </description>
   <filenames>
   Authoring_Dynamic_Plot_Axis_Labels.gif;
   Authoring_Dynamic_Plot_Axis_Tics_border.gif;
   Authoring_Dynamic_Plot_Axis_Tics_minor.gif;
   Authoring_Dynamic_Plot_Axis_Tics_nomirror.gif;
   Authoring_Dynamic_Plot_Axis_Tics_x_axis.gif;
   Authoring_Dynamic_Plot_Title_X_Y_Label.gif;
   Dynamic_Replication_Change.gif;
   Dynamic_Replication_Request.gif;
   Load_Balance_Example.gif;
   LONCAPA_Network_Diagram2.gif;
   LONCAPA_Network_Diagram.gif;
   Map_Example.gif;
   Resource_Assembly.gif;
   authorRemote.gif;
   constructionSpace.gif;
   constructionSpaceForPublishing.gif;
   creatingANewCourse.gif;
   creatingNewProblemResource.gif;
   dynamic_piecewise.gif;
   dynamic_piecewise2.gif;
   dynamic_plot.gif;
   dynamic_plot2.gif;
   formulaResponse.gif;
   login.gif;
   lonhelpheader.gif;
   mainCourseDocuments.gif;
   mapAdvancedEditorNew.gif;
   mapClickedStart.gif;
   mapEditFirstClick.gif;
   mapEditInitial.gif;
   mapEditingButton.gif;
   mapEditorDirectoryBrowser.gif;
   mapEditorResourceChosen.gif;
   mapEditorSelection.gif;
   mapInsertResource.gif;
   mapNewResource.gif;
   mapSecondWindowSecondResource.gif;
   mapSimpleEditor.gif;
   mapStraightened.gif;
   mapTwoResources.gif;
   numericalResponse1.gif;
   numericalResponseEditor.gif;
   numericalResponseSlopeProblem.gif;
   numericalResponseVarInText.gif;
   optionResponseEditing.gif;
   optionResponseProblem.gif;
   publishMetadata.gif;
   radioResponse2.gif;
   radioResponseHint.gif;
   smallHelp.gif;
   spreadsheet_hierarchy.gif;
   stringResponseEditor.gif;
   studentInterface.gif
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*.*</glob>
   <sourcedir>loncom/html/adm/help/eps/</sourcedir>
   <targetdir dist='default'>
   home/httpd/html/adm/help/eps/</targetdir>
   <categoryname>interface file</categoryname>
   <description>
   EPS files for the help system
   </description>
   <filenames>
   Authoring_Dynamic_Plot_Axis_Labels.eps;
   Authoring_Dynamic_Plot_Axis_Tics_border.eps;
   Authoring_Dynamic_Plot_Axis_Tics_minor.eps;
   Authoring_Dynamic_Plot_Axis_Tics_nomirror.eps;
   Authoring_Dynamic_Plot_Axis_Tics_x_axis.eps;
   Authoring_Dynamic_Plot_Title_X_Y_Label.eps;
   Dynamic_Replication_Change.eps;
   Dynamic_Replication_Request.eps;
   Load_Balance_Example.eps;
   LONCAPA_Network_Diagram2.eps;
   LONCAPA_Network_Diagram.eps;
   Map_Example.eps;
   Resource_Assembly.eps;
   authorRemote.eps;
   constructionSpace.eps;
   constructionSpaceForPublishing.eps;
   creatingANewCourse.eps;
   creatingNewProblemResource.eps;
   dynamic_piecewise.eps;
   dynamic_piecewise2.eps;
   dynamic_plot.eps;
   dynamic_plot2.eps;
   formulaResponse.eps;
   lonhelpheader.eps;
   login.eps;
   mainCourseDocuments.eps;
   mapAdvancedEditorNew.eps;
   mapClickedStart.eps;
   mapEditFirstClick.eps;
   mapEditInitial.eps;
   mapEditingButton.eps;
   mapEditorDirectoryBrowser.eps;
   mapEditorResourceChosen.eps;
   mapEditorSelection.eps;
   mapInsertResource.eps;
   mapNewResource.eps;
   mapSecondWindowSecondResource.eps;
   mapSimpleEditor.eps;
   mapStraightened.eps;
   mapTwoResources.eps;
   numericalResponse1.eps;
   numericalResponseEditor.eps;
   numericalResponseSlopeProblem.eps;
   numericalResponseVarInText.eps;
   optionResponseEditing.eps;
   optionResponseProblem.eps;
   publishMetadata.eps;
   radioResponse2.eps;
   radioResponseHint.eps;
   smallHelp.eps;
   spreadsheet_hierarchy.eps;
   stringResponseEditor.eps;
   studentInterface.eps
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*.*</glob>
   <sourcedir>loncom/html/adm/help/tex/</sourcedir>
   <targetdir dist='default'>
   home/httpd/html/adm/help/tex/</targetdir>
   <categoryname>interface file</categoryname>
   <description>
   Tex files for the help system
   </description>
   <filenames>
   About_Authors_Manual.tex;
   About_Bombs.tex;
   About_Communication.tex;
   About_Developers_Manual.tex;
   About_Numerical_and_Formula_Response.tex;
   About_Symbs.tex;
   all_functions_table.tex;
   adaptive_hints.tex;
   Additional_Help.tex;
   Ambiguous_Reference.tex;
   Analysis_Analyze_Over.tex;
   Analyze_Problem.tex;
   Answer_Date.tex;
   Annotation.tex;
   Authentication.tex;
   Auth_Options.tex;
   Authoring_Adding_Pictures.tex;
   Authoring_DataResponse.tex;
   Authoring_Dynamic_Plot_Axes.tex;
   Authoring_Dynamic_Plot_Color_Selection.tex;
   Authoring_Dynamic_Plot_Curve_Data.tex;
   Authoring_Dynamic_Plot_Curve_Function.tex;
   Authoring_Dynamic_Plot_Curve.tex;
   Authoring_Dynamic_Plot_Gnuplot.tex;
   Authoring_Dynamic_Plot_Key.tex;
   Authoring_Dynamic_Plot_Label.tex;
   Authoring_Dynamic_Plot_Linestyle.tex;
   Authoring_Dynamic_Plot.tex;
   Authoring_Dynamic_Plot_Tics.tex;
   Authoring_Dynamic_Plot_Title_X_Y_Label.tex;
   Authoring_ExternalResponse.tex;
   Authoring_Foil_Structure_Tags.tex;
   Authoring_Hint_Tags.tex;
   Authoring_HTML_vs_Tex.tex;
   Authoring_ImageResponse.tex;
   Authoring_Input_Tags.tex;
   Authoring_Internal_Tags.tex;
   Authoring_Intro.tex;
   Authoring_M_Tag.tex;
   Authoring_NumericalResponse.tex;
   Authoring_OptionResponse.tex;
   Authoring_Output_Tags.tex;
   Authoring_Pictures_EPS.tex;
   Authoring_Piecewise_Plot.tex;
   Authoring_RadiobuttonResponse.tex;
   Authoring_Response_Attributes.tex;
   Authoring_Responseparam_Parameter.tex;
   Authoring_Response_Tag_Intro.tex;
   Authoring_Scripting_Tags.tex;
   Authoring_Spreadsheet.tex;
   Authoring_Structure_Tags.tex;
   Authoring_XML_Intro.tex;
   Author_LON-CAPA_Introduction.tex;
   Author_Manual_Title_Page.tex;
   Author_Numerical_and_Formula.tex;
   Author_Remote_Control.tex;
   Batch_Creation.tex;
   Bookmarks.tex;
   Browsing_Resources.tex;
   Bugzilla.tex;
   Caching.tex;
   Calendar_Add_Announcement.tex;
   Calendar_Remove_Announcement.tex;
   Calling_Functions.tex;
   CAPA_LON-CAPA_function_diffs.tex;
   Cascading_Parameters.tex;
   Catalog_Info.tex;
   Change_Colors.tex;
   Change_Password.tex;
   Chart_Description.tex;
   Change_Discussion_Display.tex;
   Chart_Enrollment_Status.tex;
   Chart_Output_Data.tex;
   Chart_Output_Formats.tex;
   Chart_Sections.tex;
   Chart_Sequences.tex;
   Chart_Student_Data.tex;
   Chatting.tex;
   Coauthor.tex;
   Construction_Space_Overview.tex;
   Contextual_Help.tex;
   Course_Add_Other.tex;
   Course_Add_Student.tex;
   Course_Automated_Enrollment.tex;
   Course_Broadcast_Message.tex;
   Course_Change_Privileges.tex;
   Course_Chart_To_Excel.tex;
   Course_Chat.tex;
   Course_Convert_To_CSV.tex;
   Course_Coordination_Intro.tex;
   Course_Create_Class_List.tex;
   Course_Critical_Message.tex;
   Course_Deleting.tex;
   Course_Disable_Discussion.tex;
   Course_Discussion_Board.tex;
   Course_Drop_Student.tex;
   Course_Edit_Content.tex;
   Course_Editing_Custom_Roles.tex;
   Course_Environment.tex;
   Course_Extending_Due_Dates.tex;
   Course_Face_To_Face_Records.tex;
   Course_Feedback_Addresses.tex;
   Course_Homework_Performance_Overview.tex;
   Course_Manually_Grade_Problem.tex;
   Course_Manual_Title_Page.tex;
   Course_Maximum_Collaborators.tex;
   Course_Message_Access.tex;
   Course_Modify_Student_Data.tex;
   Course_Parameter_Levels.tex;
   Course_Parameter_Table_Mode.tex;
   Course_Problem_Weight.tex;
   Course_Set_Start_End_Date.tex;
   Course_Setting_Parameters.tex;
   Course_Student_Grade_Override.tex;
   Course_Student_Work.tex;
   Course_Toplevel_Seq.tex;
   Course_User_Evaluation.tex;
   Course_User_Parameter.tex;
   Course_View_Class_List.tex;
   Create_Course.tex;
   Creating_A_Course_Intro.tex;
   Creating_Groups.tex;
   Creating_New_Content_Pages.tex;
   Creating_Online_Problems.tex;
   Creating_Radio_Response_Problems.tex;
   Custom_Response_Problems.tex;
   Developer_Manual_Title_Page.tex;
   Developer_Tutorial.tex;
   Distribute_Messages.tex;
   Docs_About_Bulletin_Board.tex;
   Docs_About_Group_Files.tex; 
   Docs_About_My_Personal_Info.tex;
   Docs_About_Simple_Page.tex;
   Docs_About_Syllabus.tex;
   Docs_Adding_Course_Doc.tex;
   Docs_Adding_External_Resource.tex;
   Docs_Adding_Folders.tex;
   Docs_Adding_Pages.tex;
   Docs_Adding_Syllabus.tex;
   Docs_Alternatives.tex;
   Docs_Check_Resource_Versions.tex;
   Docs_Creating_From_Template.tex;
   Docs_Dump_Course_Docs.tex;
   Docs_Export_Course_Docs.tex;
   Docs_Editing_Templated_Pages.tex;
   Docs_Essay.tex;
   Docs_Importing_LON-CAPA_Resource.tex;
   Docs_Load_Map.tex;
   Docs_Main_Course_Documents.tex;
   Docs_Navigate_Content.tex;
   Docs_Option_Response.tex;
   Docs_Overview.tex;
   Docs_Radio.tex;
   Docs_Score_Upload_Form.tex;
   Docs_Search.tex;
   Docs_Simple_Problem.tex;
   Docs_String_Response.tex;
   Docs_Supplemental.tex;
   Docs_Uploading_From_Harddrive.tex;
   Docs_Verify_Content.tex;
   Due_Date.tex;
   Edit_Syllabus.tex;
   Error.tex;
   exam_basics.tex;
   Exploring_Your_Course.tex;
   Feedback_Author.tex;
   Feedback_Content.tex;
   Feedback_Discuss_Anon.tex;
   Feedback_Discussion.tex;
   Feedback_Policy.tex;
   Finding_Resources.tex;
   Foils.tex;
   Formula_Response_Adv_Intro.tex;
   Formula_Response_Example.tex;
   Formula_Response_Limitations.tex;
   Formula_Response_Problems.tex;
   Formula_Response_Sampling.tex;
   Formula_Tolerance.tex;
   General_Intro.tex;
   Generation.tex;
   Grade_All.tex;
   Grade_Intro.tex;
   Grade_One.tex;
   Grade_Scantron.tex;
   Grade_Sequence.tex;
   Grade_Upload.tex;
   Grade_Verify.tex;
   GradingOptions.tex;
   Greek_Symbols.tex;
   Guts_Apache_Env.tex;
   Guts_Apache_Modules.tex;
   Guts_Apache.tex;
   Guts_Authentication.tex;
   Guts_Authoring.tex;
   Guts_Coding_Guidelines.tex;
   Guts_Course_Dir.tex;
   Guts_User_Dir.tex;
   Help.tex;
   Helper_Course_Initialization.tex;
   How_To_Edit_Existing_Content_Pages.tex;
   Latex_Footer.tex;
   Latex_Header.tex;
   Leaving_Feedback.tex;
   Login_To_LON-CAPA.tex;
   Math_Response_Problems.tex;
   Metadata_Description.tex;
   Navigation_Screen.tex;
   Navmap_Host_Down.tex;
   NavMaps_MarkPosts_Read.tex;
   Numerical_Response_Advanced_Example.tex;
   Numerical_Response_Format.tex;
   Numerical_Response_Introduction.tex;
   Numerical_Response_Intro.tex;
   Numerical_Response_Parts_A.tex;
   Numerical_Response_Parts_B.tex;
   Numerical_Response_Problems.tex;
   Numerical_Response_Randomization.tex;
   Numerical_Response_Simple_Example.tex;
   Numerical_Response_Tutorial_A.tex;
   Numerical_Response_Units.tex;
   numerical_wrong_answers.tex;
   Open_Date.tex;
   Option_Response_Concept_Group_Example.tex;
   Option_Response_Matching_Example.tex;
   Option_Response_Problem_Creation.tex;
   Option_Response_Problem_Figure.tex;
   Option_Response_Problem_Parts.tex;
   Option_Response_Problems.tex;
   Option_Response_Simple.tex;
   Other_Symbols.tex;
   Parameter_Helper.tex;
   Parameter_Manager.tex;
   Parameter_Overview.tex;
   Part_Tag_Edit_Help.tex;
   Personal_Info_Page.tex;
   Physical_Units.tex;
   Portfolio_About.tex;
   Portfolio_AddFiles.tex;
   Portfolio_Catalog.tex;
   Portfolio_ChangeDirectory.tex;
   Portfolio_CreateDirectory.tex;
   Portfolio_DeleteFile.tex;
   Portfolio_FileAction.tex;
   Portfolio_FileList.tex;
   Portfolio_OpenFile.tex;
   Portfolio_RenameFile.tex;
   Portfolio_ShareFile_ChangeSetting.tex;
   Portfolio_ShareFile_SetAccess.tex;
   Portfolio_ShareFile_StopAccess.tex;
   Portfolio_ShareFile.tex;
   Prefs_About_Me.tex;
   Prefs_Forwarding.tex;
   Prefs_Language.tex;
   Prefs_Screen_Name_Nickname.tex;
   Print_Library.tex;
   Print_Options.tex;
   Print_Resource.tex;
   Print_Tricks.tex;
   Problem_Editor_Testing_Area.tex;
   Problem_Editor_XML_Index.tex;
   Problem_LON-CAPA_Functions.tex;
   Problem_LON-CAPA_Image_Options.tex;
   Problem_Parameters.tex;
   Problem_Types.tex;
   Publishing_A_Resource.tex;
   Publishing_Author_Tutorial_Segue.tex;
   Publishing_Copyright.tex;
   Publishing_Intro.tex;
   Publishing_Keywords.tex;
   Quick_Grades_Description.tex;
   Quick_Grades_Possibly_Correct.tex;
   Radio_Response_Problems.tex;
   Radio_Response_Randomization.tex;
   Ranking_Problems.tex;
   Receipt.tex;
   Remote_Menu.tex;
   Resource_Discussion.tex;
   Resource_Types.tex;
   Roles_About.tex;
   Roles_Screen.tex;
   Script_Functions.tex;
   Scripting_Help.tex;
   Script_Tutorial_Intro.tex;
   Script_Variables.tex;
   Search_Advanced.tex;
   Search_Basic.tex;
   Searching.tex;
   Sending_Email.tex;
   Sequence_Advanced_Editor_Creation.tex;
   Sequence_Definition.tex;
   Sequence_Editor_Selection.tex;
   Sequence_Page_Maps.tex;
   Sequence_Simple_Editor_Creation.tex;
   Sequence_Top-Level.tex;
   Significant_Figures.tex;
   Slot_About.tex;
   Slot_AddInterface.tex;
   Slot_ChoosingResources.tex;
   Slot_CommaDelimited.tex;
   Slot_EditDelete.tex;
   Slot_OptionalAttributes.tex;
   Slot_RequiredAttributes.tex;
   Slot_RestrictAvailibility.tex;
   Slot_SelectingField.tex;
   Slot_SpecifyProctors.tex;
   Spreadsheet_About.tex;
   Spreadsheet_Calculation.tex;
   Spreadsheet_Calculation_Time.tex;
   Spreadsheet_Cell_Editing.tex;
   Spreadsheet_Editing.tex;
   Spreadsheet_Export_Row.tex;
   Spreadsheet_Files.tex;
   Spreadsheet_Functions.tex;
   Spreadsheet_Hierarchy.tex;
   Spreadsheet_HowTo_Assessments.tex;
   Spreadsheet_HowTo.tex;
   Spreadsheet_Layout.tex;
   Spreadsheet_Levels.tex;
   Spreadsheet_Max_Depth_Exceeded.tex;
   Spreadsheet_Parms.tex;
   Spreadsheet_Problem_Weight.tex;
   Spreadsheet_Referencing_Cells.tex;
   Spreadsheet_Referencing_Parameters.tex;
   Spreadsheet_Row_Numbers.tex;
   Spreadsheet_Student_View.tex;
   Spreadsheet_Student_Visible.tex;
   Spreadsheet_Template_Row.tex;
   Spreadsheet_Ternary_Operator.tex;
   Spreadsheet_Tries.tex;
   Statistics_Overall_Key.tex;
   Statistics_Sequence.tex;
   Statistics_Cache.tex;
   String_Response_Problem_Creation.tex;
   String_Response_Problems.tex;
   Student_Intro.tex;
   Submission_Time_Analysis.tex;
   Syllabus_ExtLink.tex;
   Syllabus_URLs.tex;
   Table_Mode.tex;
   Testbank_Formatting.tex;
   TEXDropEmptyColumns_attribute.tex;
   TEXitemgroupwidth_attribute.tex;
   TEXitemgroup_attribute.tex;
   TEXlayout_attribute.tex;
   TEXsize_attribute.tex;
   TEXtype_attribute.tex;
   TEXwidth_attribute.tex;
   Tries.tex;
   Tolerance.tex;
   Uploaded_Templates_PublicView.tex;
   Uploaded_Templates_TextBoxes.tex;
   Uploading_File_Options.tex;
   Variable_Naming_Conventions.tex;
   Variables_in_Scripts.tex;
   Variables_in_the_Answer_Block.tex;
   Variables_in_the_Text_Block.tex;
   Variable_Tutorial_A.tex;
   View_All_Messages.tex;
   View_Critical_Messages.tex;
   View_recent_activity.tex;
   What_Is_LON-CAPA.tex;
   Why_LON-CAPA.tex;
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*.*</glob>
   <sourcedir>loncom/html/adm/help/tex/de/</sourcedir>
   <targetdir dist='default'>
   home/httpd/html/adm/help/tex/de/</targetdir>
   <categoryname>interface file</categoryname>
   <description>
   German Tex files for the help system
   </description>
   <filenames>
   About_Bombs.tex;
   About_Communication.tex;
   Tries.tex;
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*.*</glob>
   <sourcedir>loncom/html/adm/help/tex/ru/</sourcedir>
   <targetdir dist='default'>
   home/httpd/html/adm/help/tex/ru/</targetdir>
   <categoryname>interface file</categoryname>
   <description>
   Russian Tex files for the help system
   </description>
   <filenames>
   About_Authors_Manual.tex;
   About_Communication.tex;
   About_Developers_Manual.tex;
   About_Numerical_and_Formula_Response.tex;
   CAPA_LON-CAPA_function_diffs.tex;
   Course_Maximum_Collaborators.tex;
   Course_Set_Start_End_Date.tex;
   Creating_A_Course_Intro.tex;
   Other_Symbols.tex;
   Physical_Units.tex;
   Print_Resource.tex;
   Authoring_Adding_Pictures.tex;
   </filenames>
   </fileglob>
   <file>
   <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
   <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
   <categoryname>interface file</categoryname>
   <description>
   A gdbm file containing a label->tex file hash.
   </description>
   <status>works/unverified</status>
   <build trigger='always run'>
   loncom/build/rebuild_label_hash.sh
   </build>
   <dependencies>
   rebuild_label_hash.sh
   </dependencies>
   </file>
   <fileglob>
     <glob>*</glob>
     <sourcedir>loncom/html/adm/fonts/</sourcedir>
     <targetdir dist='default'>home/httpd/html/adm/fonts/</targetdir>
     <categoryname>interface file</categoryname>
     <description>
       Fonts for convertjme.pl
     </description>
     <filenames>
   AUTHORS;
   BUGS;
   DejaVuSerif-Roman.ttf;
   LICENSE;
   NEWS;
   README;
   status.txt;
   unicover.txt
     </filenames>
   </fileglob>
   <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 891  Handler to show statistics on solving LO Line 2997  Handler to show statistics on solving LO
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/interface/statistics/lonstathelpers.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonstathelpers.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Utility module for statistics and data mining.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/lontrackstudent.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lontrackstudent.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to parse and analyze activity.log
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
   </target>
   <categoryname>handler</categoryname>
   <description>
   The module that generate the html for the Problem Statistics web pages.
   </description>
   </file>
   <file>
   <source>loncom/interface/statistics/lonsurveyreports.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonsurveyreports.pm
   </target>
   <categoryname>handler</categoryname>
   <description>
   Gives instructors access to compiled survey results.
   </description>
   </file>
   <file>
   <source>loncom/interface/statistics/lonstudentsubmissions.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonstudentsubmissions.pm
   </target>
   <categoryname>handler</categoryname>
   <description>
   Generates excel file containing student submissions and correct answers.
   </description>
   </file>
   <file>
   <source>loncom/interface/statistics/loncorrectproblemplot.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/loncorrectproblemplot.pm
   </target>
   <categoryname>handler</categoryname>
   <description>
   The module that generate the html for the correct problems plot web pages.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/statistics/lonpercentage.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
   </target>
   <categoryname>handler</categoryname>
   <description>
   The module that generate the html for the Percentage graph web pages.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
   </target>
   <categoryname>handler</categoryname>
   <description>
   This module provides detailed analysis and raw data for submissions of various problem types.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/interface/statistics/longradinganalysis.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/longradinganalysis.pm</target>
     <categoryname>handler</categoryname>
     <description>
       This module provides detailed analysis and raw data for submissions of various problem types.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/statistics/lonsubmissiontimeanalysis.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonsubmissiontimeanalysis.pm
   </target>
   <categoryname>handler</categoryname>
   <description>
   This module produces plots of the times of students attempts on an assessment.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/statistics/lonstudentassessment.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
   </target>
   <categoryname>handler</categoryname>
   <description>
   The module that generate the html for the Student Assessment/Chart web pages.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/lonwhatsnew.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonwhatsnew.pm
   </target>
   <categoryname>handler</categoryname>
   <description>
   Handler to display items in course requiring action.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/publisher/londiff.pm</source>  <source>loncom/publisher/londiff.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 900  Handler to show difference between two f Line 3120  Handler to show difference between two f
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/publisher/lonrights.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to show and edit custom distribution rights
   </description>
   <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/publisher/lonupload.pm</source>  <source>loncom/publisher/lonupload.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 909  Handler to upload files through browser Line 3138  Handler to upload files through browser
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>doc/man/Apache__lonupload.3</source>
   <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
   <categoryname>doc</categoryname>
   <description>man page for lonupload.pm</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../publisher/lonupload.pm &gt; \
   ../../doc/man/Apache__lonupload.3 &amp;&amp; echo 'manifying lonupload.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/publisher/lonupload.pm
   </dependencies>
   </file>
   <file>
   <source>doc/lib/perl/Apache/lonupload.html</source>
   <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
   </target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for lonupload.pm</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../publisher/lonupload.pm &gt; \
   ../../doc/lib/perl/Apache/lonupload.html &amp;&amp; \
   echo 'pod2html lonupload.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/publisher/lonupload.pm
   </dependencies>
   </file>
   <file>
 <source>loncom/homework/essayresponse.pm</source>  <source>loncom/homework/essayresponse.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 918  Handler to evaluate essay (ungraded) sty Line 3177  Handler to evaluate essay (ungraded) sty
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/homework/externalresponse.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to evaluate externally graded responses.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/homework/loncapagrade.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Holds results and defines
   tag handlers needed by externalresponse.pm
   </description>
   <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/gradesubmission.pl</source>
     <target dist='default'>home/httpd/cgi-bin/gradesubmission.pl</target>
     <categoryname>handler</categoryname>
     <description>
   Example script for use with external response.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/publisher/lonpubdir.pm</source>  <source>loncom/publisher/lonpubdir.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 926  Handler to publish directories. Line 3213  Handler to publish directories.
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/publisher/lonunauthorized.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to explain failed contruction space access.
   </description>
   </file>
   <file>
   <source>doc/man/Apache__lonpubdir.3</source>
   <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
   <categoryname>doc</categoryname>
   <description>man page for lonpubdir.pm</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../publisher/lonpubdir.pm &gt; \
   ../../doc/man/Apache__lonpubdir.3 &amp;&amp; echo 'manifying lonpubdir.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/lonnet/perl/lonnet.pm
   </dependencies>
   </file>
   <file>
   <source>doc/lib/perl/Apache/lonpubdir.html</source>
   <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
   </target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for lonpubdir.pm</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../publisher/lonpubdir.pm &gt; \
   ../../doc/lib/perl/Apache/lonpubdir.html &amp;&amp; \
   echo 'pod2html lonpubdir.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/publisher/lonpubdir.pm
   </dependencies>
   </file>
   <file>
 <source>loncom/publisher/lonretrieve.pm</source>  <source>loncom/publisher/lonretrieve.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 935  Handler to retrieve old versions from re Line 3260  Handler to retrieve old versions from re
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/publisher/loncleanup.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/loncleanup.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to clean up HTML files.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>doc/man/Apache__lonretrieve.3</source>
   <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
   <categoryname>doc</categoryname>
   <description>man page for lonretrieve.pm</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../publisher/lonretrieve.pm &gt; \
   ../../doc/man/Apache__lonretrieve.3 &amp;&amp; echo 'manifying lonretrieve.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/publisher/lonretrieve.pm
   </dependencies>
   </file>
   <file>
   <source>doc/lib/perl/Apache/lonretrieve.html</source>
   <target dist='default'>
   home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
   </target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for lonretrieve.pm</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../publisher/lonretrieve.pm &gt; \
   ../../doc/lib/perl/Apache/lonretrieve.html &amp;&amp; \
   echo 'pod2html lonretrieve.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/publisher/lonretrieve.pm
   </dependencies>
   </file>
   <file>
 <source>loncom/homework/edit.pm</source>  <source>loncom/homework/edit.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 943  Helper functions when in homework edit m Line 3308  Helper functions when in homework edit m
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>doc/man/Apache__edit.3</source>
   <target dist='default'>usr/man/man3/Apache::edit.3</target>
   <categoryname>doc</categoryname>
   <description>man page for edit.pm</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../homework/edit.pm &gt; ../../doc/man/Apache__edit.3 &amp;&amp; \
   echo 'manifying edit.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/homework/edit.pm
   </dependencies>
   </file>
   <file>
   <source>doc/lib/perl/Apache/edit.html</source>
   <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
   </target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for edit.pm</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../homework/edit.pm &gt; \
   ../../doc/lib/perl/Apache/edit.html \
   &amp;&amp; echo 'pod2html edit.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/homework/edit.pm
   </dependencies>
   </file>
   <file>
 <source>loncom/interface/lonmeta.pm</source>  <source>loncom/interface/lonmeta.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 981  Handler for showing sequence objects of Line 3376  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>
 <file>  <file>
     <source>loncom/interface/lonclonecourse.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/lonclonecourse.pm</target>
     <categoryname>handler</categoryname>
     <description>
   Internal routines for creating a clone of an existing course.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/interface/loncreateuser.pm</source>  <source>loncom/interface/loncreateuser.pm</source>
 <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>
 <file>  <file>
 <source>loncom/interface/lonchart.pm</source>  <source>loncom/interface/lonhtmlcommon.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonchart.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Contains a set of functions that generate html controls and data layouts
   </description>
   </file>
   <file>
   <source>loncom/interface/lonspeller.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonspeller.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 Produces simple LectureOnline-like student assessment performance chart  Contains a set of functions to use Aspell
   </description>
   </file>
   <file>
   <source>loncom/localize/lonlocal.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonlocal.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Contains the &mt access function to Locale::Maketext
   </description>
   </file>
   <file>
     <source>loncom/localize/lonlocalize.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/lonlocalize.pm</target>
     <categoryname>handler</categoryname>
     <description>
   handler for &mt()ing static files
     </description>
   </file>
   <file>
   <source>loncom/localize/localize.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/localize.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Localization class for Locale::Maketext
   </description>
   </file>
   <fileglob>
   <glob>*.pm</glob>
   <sourcedir>loncom/localize/localize/</sourcedir>
   <targetdir dist='default'>
   home/httpd/lib/perl/Apache/localize/</targetdir>
   <categoryname>static conf</categoryname>
   <description>
   Translation files.
   </description>
   <filenames>
   de.pm;
   pt.pm;
   fr.pm;
   ja.pm;
   tr.pm;
   ru.pm;
   fa.pm;
   ar.pm;
   es.pm;
   x_chef.pm;
   </filenames>
   </fileglob>
   <file>
   <source>loncom/interface/loncoursedata.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Common functions for handling student course data (download and process)
 </description>  </description>
 </file>  </file>
 <file>  <file>
Line 1013  user, domain, home_server, course_id. Line 3481  user, domain, home_server, course_id.
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>doc/man/Apache__loncommon.3</source>
   <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
   <categoryname>doc</categoryname>
   <description>man page for loncommon.pm</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../interface/loncommon.pm &gt; \
   ../../doc/man/Apache__loncommon.3 &amp;&amp; echo 'manifying loncommon.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/interface/loncommon.pm
   </dependencies>
   </file>
   <file>
   <source>doc/lib/perl/Apache/loncommon.html</source>
   <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
   </target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for loncommon.pm</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../interface/loncommon.pm &gt; \
   ../../doc/lib/perl/Apache/loncommon.html &amp;&amp; \
   echo 'pod2html loncommon.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/interface/loncommon.pm
   </dependencies>
   </file>
   <file>
 <source>loncom/homework/grades.pm</source>  <source>loncom/homework/grades.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 1044  assignment. Line 3542  assignment.
 </description>  </description>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
   
   <file>
     <source>loncom/homework/chemresponse.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/chemresponse.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Handle the tags organicresponse/structure and reationresponse
     </description>
     <status>works/unverified</status>
   </file>
   
   <fileglob>
     <glob>*.*</glob>
     <sourcedir>loncom/html/adm/jme/</sourcedir>
     <targetdir dist='default'>home/httpd/html/adm/jme/</targetdir>
     <categoryname>interface file</categoryname>
     <description>
       JME files, for editing organic structures
     </description>
     <filenames>
   JME.jar;
   jme.gif;
   jme_help.html;
   nitro.gif;
   smiles.gif
     </filenames>
   </fileglob>
   
   <fileglob>
     <glob>*.*</glob>
     <sourcedir>loncom/html/adm/jmol/</sourcedir>
     <targetdir dist='default'>home/httpd/html/adm/jmol/</targetdir>
     <categoryname>interface file</categoryname>
     <description>
       Jmol files, for displaying structures
     </description>
     <filenames>
   COPYRIGHT.txt;
   JmolApplet.jar;
   Jmol.js;
   LICENSE.txt;
   README.txt
     </filenames>
   </fileglob>
   
   <file>
     <source>loncom/homework/convertjme.pl</source>
     <target dist='default'>home/httpd/cgi-bin/convertjme.pl</target>
     <categoryname>script</categoryname>
     <description>
       Dynamically converts JME strings into either a png or ps file.
     </description>
   </file>
   
   <fileglob>
     <glob>*.*</glob>
     <sourcedir>loncom/html/adm/jsMath/</sourcedir>
     <targetdir dist='default'>home/httpd/html/adm/jsMath/</targetdir>
     <categoryname>interface file</categoryname>
     <description>
   jsMath is a Javascript solution to converting TeX to something the browser can see
     </description>
     <filenames>
   black.gif;
   blank.gif;
   COPYING.txt;
   jsMath-BaKoMa-fonts.js;
   jsMath-autoload.html;
   jsMath-controls.html;
   jsMath-fallback-mac.js;
   jsMath-fallback-mac-mozilla.js;
   jsMath-fallback-mac-msie.js;
   jsMath-fallback-pc.js;
   jsMath-fallback-symbols.js;
   jsMath-fallback-unix.js;
   jsMath-global-controls.html;
   jsMath-global.html;
   jsMath.js;
   jsMath-loader.html;
   jsMath-loader-omniweb4.js;
   jsMath-mozilla.js;
   jsMath-msie-mac.js;
   jsMath-old-browsers.js;
     </filenames>
   </fileglob>
   
   <file>
     <source>loncom/html/adm/jsMath/jsMath-fonts-1.3.zip</source>
     <target dist='default'>home/httpd/html/adm/jsMath/fonts/</target>
     <categoryname>script</categoryname>
     <description>
       Dynamically converts JME strings into either a png or ps file.
     </description>
     <installscript>
   commands /home/httpd/html/adm/jsMath
     </installscript>
     <dependencies>
   loncom/html/adm/jsMath/commands;
   loncom/html/adm/jsMath/jsMath-fonts-1.3.zip;
     </dependencies>
   </file>
   
   <fileglob>
     <glob>*.*</glob>
     <sourcedir>loncom/html/adm/jsMath/extensions/</sourcedir>
     <targetdir dist='default'>home/httpd/html/adm/jsMath/extensions/</targetdir>
     <categoryname>interface file</categoryname>
     <description>
   Additional jsMath functionality that can be used when needed.
     </description>
     <filenames>
   AMSsymbols.js;
   HTML.js;
   bbox.js;
   font.js;
   boldsymbol.js;
   double-click.js;
   fbox.js;
   leaders.js;
   mathchoice.js;
   mimeTeX.js;
   moreArrows.js;
   newcommand.js;
   underset-overset.js;
     </filenames>
   </fileglob>
   
   <fileglob>
     <glob>*.*</glob>
     <sourcedir>loncom/html/adm/jsMath/plugins/</sourcedir>
     <targetdir dist='default'>home/httpd/html/adm/jsMath/plugins/</targetdir>
     <categoryname>interface file</categoryname>
     <description>
   jsMath is a Javascript solution to converting TeX to something the browser can see
     </description>
     <filenames>
   autoload.js;
   CHMmode.js;
   global.js;
   mimeTeX.js;
   noCache.js;
   noGlobal.js;
   noImageFonts.js;
   spriteImageFonts.js;
   tex2math.js;
     </filenames>
   </fileglob>
   
   <fileglob>
     <glob>*.*</glob>
     <sourcedir>loncom/html/adm/jsMath/uncompressed/</sourcedir>
     <targetdir dist='default'>home/httpd/html/adm/jsMath/uncompressed/</targetdir>
     <categoryname>interface file</categoryname>
     <description>
   the jsMath source files not compressed for increasing download speed (not used by lon-capa directly)
     </description>
     <filenames>
   def.js;
   font.js;
   jsMath-fallback-mac.js;
   jsMath-fallback-pc.js;
   jsMath-fallback-symbols.js;
   jsMath-fallback-unix.js;
   jsMath.js;
     </filenames>
   </fileglob>
   
 <file>  <file>
 <source>loncom/interface/lontest.pm</source>  <source>loncom/interface/lontest.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
Line 1064  Handles multiple-choice style responses. Line 3729  Handles multiple-choice style responses.
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/lonassignments.pm</source>  
 <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>  
 <categoryname>handler</categoryname>  
 <description>  
 Handles processing of assignments.  
 </description>  
 <status>works/unverified</status>  
 </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>
   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 1103  Handles evaluation. Line 3762  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 1116  Handles navigational maps. Line 3778  Handles navigational maps.
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
     <source>loncom/interface/lonnavdisplay.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/lonnavdisplay.pm</target>
     <categoryname>handler</categoryname>
     <description>
   Displays the nav map to the user
     </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>doc/man/Apache__lonnavmaps.3</source>
   <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
   <categoryname>doc</categoryname>
   <description>man page for lonnavmaps.pm</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm &gt; \
   ../../doc/man/Apache__lonnavmaps.3 &amp;&amp; echo 'manifying lonnavmaps.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/interface/lonnavmaps.pm
   </dependencies>
   </file>
   <file>
   <source>doc/lib/perl/Apache/lonnavmaps.html</source>
   <target dist='default'>
   home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
   </target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for lonnavmaps.pm</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm &gt; \
   ../../doc/lib/perl/Apache/lonnavmaps.html &amp;&amp; \
   echo 'pod2html lonnavmaps.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/interface/lonnavmaps.pm
   </dependencies>
   </file>
   <file>
   <source>loncom/interface/lonselstudent.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonselstudent.pm</target>
   <categoryname>standard</categoryname>
   <description>
   re-usable student selection subs.
   </description>
   <status>testing/unverified</status>
   </file>
   <file>
   <source>loncom/interface/lonhelper.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Helper framework.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/html/adm/helper/parameter.helper</source>
   <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
   <categoryname>handler</categoryname>
   <description>
   Parameter setting helper.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/html/adm/helper/course.initialization.helper</source>
   <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
   <categoryname>handler</categoryname>
   <description>
   Course initialization helper.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/html/adm/helper/resettimes.helper</source>
   <target dist='default'>home/httpd/html/adm/helper/resettimes.helper</target>
   <categoryname>handler</categoryname>
   <description>
   Helper to resetting a student's first access time.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/html/adm/helper/newslot.helper</source>
     <target dist='default'>home/httpd/html/adm/helper/newslot.helper</target>
     <categoryname>handler</categoryname>
     <description>
   Slot creation and editing helper.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/lonquickgrades.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Student quick grades interface.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/interface/lonpreferences.pm</source>  <source>loncom/interface/lonpreferences.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 1135  Handles the production of printable file Line 3900  Handles the production of printable file
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
     <source>loncom/metadata_database/LONCAPA/lonmetadata.pm</source>
     <target dist='default'>home/httpd/lib/perl/LONCAPA/lonmetadata.pm</target>
     <categoryname>system file</categoryname>
     <description>
         Provides a common interface to LON-CAPA metadata.
     </description>
   </file>
   <file>
 <source>loncom/interface/lonsearchcat.pm</source>  <source>loncom/interface/lonsearchcat.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 1144  Handles a searchable catalogue. Line 3917  Handles a searchable catalogue.
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/interface/lonmysql.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Provides utility functions for creating and accessing mysql database tables.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>doc/man/Apache__lonsearchcat.3</source>
   <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
   <categoryname>doc</categoryname>
   <description>man page for lonsearchcat.pm</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../interface/lonsearchcat.pm &gt; \
   ../../doc/man/Apache__lonsearchcat.3 &amp;&amp; echo 'manifying lonsearchcat.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/interface/lonsearchcat.pm
   </dependencies>
   </file>
   <file>
   <source>doc/lib/perl/Apache/lonsearchcat.html</source>
   <target dist='default'>
   home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
   </target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for lonsearchcat.pm</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../interface/lonsearchcat.pm &gt; \
   ../../doc/lib/perl/Apache/lonsearchcat.html &amp;&amp; \
   echo 'pod2html lonsearchcat.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/interface/lonsearchcat.pm
   </dependencies>
   </file>
   <file>
   <source>loncom/interface/lonmanagekeys.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Allows users with "mky" privileges to generate and manage course access keys.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/interface/londropadd.pm</source>  <source>loncom/interface/londropadd.pm</source>
 <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>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/lonviewclasslist.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonviewclasslist.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Allows users (including students) to view the classlist of their course.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/loncoursegroups.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/loncoursegroups.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Allows course coordinators to create groups, modify existing groups (including    
   adding, expiring or deleting group members, or modifying group member privileges.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/longroup.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/longroup.pm</target>
   <categoryname>handler</categoryname>
   <description>
   General routines used to gather information about courses in a group, and their settings, and also to perform auto-group adds/drops when a user's role assignment changes.    
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/groupboards.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/groupboards.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Displays bulletin boards in a group and provides a mechanism for users with board creation privileges in a group to create new bulletin boards.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/grouproster.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/grouproster.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Display group membership information. Type of information available depends on group privileges of the user.  
 </description>  </description>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
Line 1157  Handler to drop and add students in cour Line 4027  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.
 </description>  </description>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
     <source>loncom/interface/lonmsgdisplay.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/lonmsgdisplay.pm</target>
     <categoryname>handler</categoryname>
     <description>
   statuschange - change the status of a message (read, replied, forwarded, etc).
   The handler displays messages, has routines to reply, etc.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/homework/hint.pm</source>  <source>loncom/homework/hint.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 1172  problems and assignments. Line 4056  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>
 Spreadsheet/Grades Display Handler  The top level interface for the display and editing of spreadsheets.  There
   are three levels of spreadsheet.
   </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>
Line 1185  Spreadsheet/Grades Display Handler Line 4107  Spreadsheet/Grades Display Handler
 <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 Handler to resolve ambiguous file locations  Handler for setting and modifying both course preferences and coure parameters
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/slotrequest.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/slotrequest.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler for students to add access slots
 </description>  </description>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>doc/man/Apache__lonparmset.3</source>
   <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
   <categoryname>doc</categoryname>
   <description>man page for lonparmset.pm</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../interface/lonparmset.pm &gt; \
   ../../doc/man/Apache__lonparmset.3 &amp;&amp; echo 'manifying lonparmset.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/interface/lonparmset.pm
   </dependencies>
   </file>
   <file>
   <source>doc/lib/perl/Apache/lonparmset.html</source>
   <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
   </target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for lonparmset.pm</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../interface/lonparmset.pm &gt; \
   ../../doc/lib/perl/Apache/lonparmset.html &amp;&amp; \
   echo 'pod2html lonparmset.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/interface/lonparmset.pm
   </dependencies>
   </file>
   <file>
 <source>loncom/publisher/lonconstruct.pm</source>  <source>loncom/publisher/lonconstruct.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 1209  Publishes an LON-CAPA educational resour Line 4170  Publishes an LON-CAPA educational resour
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>doc/man/Apache__lonpublisher.3</source>
   <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
   <categoryname>doc</categoryname>
   <description>man page for lonpublisher.pm</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../publisher/lonpublisher.pm &gt; \
   ../../doc/man/Apache__lonpublisher.3 &amp;&amp; echo 'manifying lonpublisher.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/publisher/lonpublisher.pm
   </dependencies>
   </file>
   <file>
   <source>doc/lib/perl/Apache/lonpublisher.html</source>
   <target dist='default'>
   home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
   </target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for lonpublisher.pm</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../publisher/lonpublisher.pm &gt; \
   ../../doc/lib/perl/Apache/lonpublisher.html &amp;&amp; \
   echo 'pod2html lonpublisher.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/publisher/lonpublisher.pm
   </dependencies>
   </file>
   <file>
 <source>loncom/interface/lonmenu.pm</source>  <source>loncom/interface/lonmenu.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 1218  Has routines which control the remote co Line 4210  Has routines which control the remote co
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
     <source>loncom/interface/lonmainmenu.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/lonmainmenu.pm</target>
     <categoryname>handler</categoryname>
     <description>
   Displays the Main menu
     </description>
     <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/lonremote.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonremote.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to launch and collapse the remote control.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/portfolio.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/portfolio.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to manage user portfolios
   </description>
   <status>unverified</status>
   </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>
Line 1234  Builds up frame set and loads in the rig Line 4253  Builds up frame set and loads in the rig
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/html/res/adm/pages/catalog.gif</source>    <source>rat/map.pm</source>
 <target dist='default'>home/httpd/html/res/adm/pages/catalog.gif</target>    <target dist='default'>home/httpd/lib/perl/LONCAPA/map.pm</target>
 <categoryname>graphic file</categoryname>    <categoryname>handler</categoryname>
     <description>
   Functions for manipulating the contents of maps
     </description>
     <status>works/unverified</status>
   </file>
   <file>
   <source>rat/lonratmenu.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonratmenu.pm</target>
   <categoryname>handler</categoryname>
 <description>  <description>
 The catalog button for the remote control.  Creates horizontal menubar in advanced RAT
 </description>  </description>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
Line 1252  Homework remote control. Line 4280  Homework remote control.
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/html/res/adm/pages/chatroom.html</source>
   <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
   <categoryname>handler</categoryname>
   <description>
   Establishes frameset for chatroom
   </description>
   <status>works/unverified</status>
   </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>
Line 1291  bundles pages into one page Line 4328  bundles pages into one page
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>doc/man/Apache__lonpage.3</source>
   <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
   <categoryname>doc</categoryname>
   <description>man page for lonpage.pm</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../../rat/lonpage.pm &gt; \
   ../../doc/man/Apache__lonpage.3 &amp;&amp; echo 'manifying lonpage.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../rat/lonpage.pm
   </dependencies>
   </file>
   <file>
   <source>doc/lib/perl/Apache/lonpage.html</source>
   <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
   </target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for lonnet.pm</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../../rat/lonpage.pm &gt; \
   ../../doc/lib/perl/Apache/lonpage.html &amp;&amp; echo 'pod2html lonpage.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../rat/lonpage.pm
   </dependencies>
   </file>
   <file>
 <source>rat/lonuserstate.pm</source>  <source>rat/lonuserstate.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 compile course into binary data structure (in loncom/rat)  compile course into binary data structure
 </description>  </description>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>doc/man/Apache__lonuserstate.3</source>
   <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
   <categoryname>doc</categoryname>
   <description>man page for lonnet.pm</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../../rat/lonuserstate.pm &gt; \
   ../../doc/man/Apache__lonuserstate.3 &amp;&amp; echo 'manifying lonuserstate.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../rat/lonuserstate.pm
   </dependencies>
   </file>
   <file>
   <source>doc/lib/perl/Apache/lonuserstate.html</source>
   <target dist='default'>
   home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
   </target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for lonuserstate.pm</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../../rat/lonuserstate.pm &gt; \
   ../../doc/lib/perl/Apache/lonuserstate.html &amp;&amp; \
   echo 'pod2html lonuserstate.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../rat/lonuserstate.pm
   </dependencies>
   </file>
   <file>
 <source>loncom/xml/lontex.pm</source>  <source>loncom/xml/lontex.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 Handler for tex files (somewhere in modules)  Handler for tex files
 </description>  </description>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
Line 1327  XML Parsing Module Line 4424  XML Parsing Module
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/xml/lonplot.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
   <categoryname>handler</categoryname>
   <description>
   XML-based plotter of graphs
   </description>
   <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/xml/style.pm</source>  <source>loncom/xml/style.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 1364  implements &lt;script&gt;, &lt;scriptlib Line 4470  implements &lt;script&gt;, &lt;scriptlib
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/xml/languagetags.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/languagetags.pm</target>
   <categoryname>handler</categoryname>
   <description>
   implements &lt;mt&gt;
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/homework/randomlylabel.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler for compositing images, and text together.
   </description>
   </file>
   <file>
   <source>loncom/homework/drawimage.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/drawimage.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler for programtically defining an image
   </description>
   </file>
   <file>
   <source>loncom/homework/imagechoice.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/imagechoice.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler for picking out locations on an image.
   </description>
   </file>
   <file>
   <source>loncom/homework/rankresponse.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler for rankresponse
   </description>
   </file>
   <file>
   <source>loncom/homework/matchresponse.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler for matchresponse
   </description>
   </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>
 <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>  <description>
 handles requests for output, evaluation, and alteration of a homework resource  handles requests for output, evaluation, and alteration of a homework resource
 </description>  </description>
 </file>  
 <status>works/unverified</status>  <status>works/unverified</status>
   </file>
 <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 1392  resources Line 4556  resources
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
     <source>loncom/homework/bridgetask.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/bridgetask.pm</target>
     <categoryname>handler</categoryname>
     <description>
   implements the tags for supporting bridge tasks
     </description>
     <status>works/unverified</status>
   </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>
Line 1411  handles request to the CAPA homework pro Line 4584  handles request to the CAPA homework pro
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
     <source>loncom/homework/lonmaxima.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/lonmaxima.pm</target>
     <categoryname>handler</categoryname>
     <description>
       routines to simplify talking to the maxima client
     </description>
     <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/xml/Safe.pm</source>
   <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Meant to safely substitute for CPAN version of Safe.
   Allows for safely executing embedded perl comands in
   a way that does not threaten the operating system.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/auth/localauth.pm</source>
     <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
     <categoryname>handler</categoryname>
     <description>
   Local authentication mechanism.  The target file is meant as a template
   for a localauth.pm file.  The target file with the -std suffix is not
   used directly by any software program; it is just a template file.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/auth/localauth.pm</source>
     <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
     <categoryname>conf</categoryname>
     <description>
   Local authentication mechanism.  
     </description>
     <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/auth/lonacc.pm</source>  <source>loncom/auth/lonacc.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 1423  as coordinating access to educational re Line 4636  as coordinating access to educational re
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>doc/man/Apache__lonacc.3</source>
   <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
   <categoryname>doc</categoryname>
   <description>man page for lonacc.pm</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../auth/lonacc.pm &gt; \
   ../../doc/man/Apache__lonacc.3 &amp;&amp; echo 'manifying lonacc.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/auth/lonacc.pm
   </dependencies>
   </file>
   <file>
   <source>doc/lib/perl/Apache/lonacc.html</source>
   <target dist='default'>
   home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for lonacc.pm</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../auth/lonacc.pm &gt; \
   ../../doc/lib/perl/Apache/lonacc.html &amp;&amp; echo 'pod2html lonacc.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/auth/lonacc.pm
   </dependencies>
   </file>
   <file>
 <source>loncom/auth/lonracc.pm</source>  <source>loncom/auth/lonracc.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 1432  access handler for file transfers Line 4674  access handler for file transfers
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/auth/lontokacc.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
   <categoryname>handler</categoryname>
   <description>
   handler for inter-server transfer of token accessed files, includes
   cleanup handler to remove file when successfully done
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/auth/lonuploadedacc.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
   <categoryname>handler</categoryname>
   <description>
   access handler for user uploaded files
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/lontrans.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
   <categoryname>handler</categoryname>
   <description>
   URI to filename translation
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/lonenc.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonenc.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Encryption and decryption of URIs
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/lonencurl.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonencurl.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler that takes care of decrypting request URL's
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>doc/man/Apache__lonracc.3</source>
   <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
   <categoryname>doc</categoryname>
   <description>man page for lonracc.pm</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../auth/lonracc.pm &gt; \
   ../../doc/man/Apache__lonracc.3 &amp;&amp; echo 'manifying lonracc.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/auth/lonracc.pm
   </dependencies>
   </file>
   <file>
   <source>doc/lib/perl/Apache/lonracc.html</source>
   <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
   </target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for lonracc.pm</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../auth/lonracc.pm &gt; \
   ../../doc/lib/perl/Apache/lonracc.html &amp;&amp; echo 'pod2html lonracc.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/auth/lonracc.pm
   </dependencies>
   </file>
   <file>
 <source>loncom/auth/loncacc.pm</source>  <source>loncom/auth/loncacc.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 1450  for the "priv"-type access, the resource Line 4767  for the "priv"-type access, the resource
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>doc/man/Apache__loncacc.3</source>
   <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
   <categoryname>doc</categoryname>
   <description>man page for loncacc.pm</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../auth/loncacc.pm &gt; ../../doc/man/Apache__loncacc.3 \
   &amp;&amp; echo 'manifying loncacc.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/auth/loncacc.pm
   </dependencies>
   </file>
   <file>
   <source>doc/lib/perl/Apache/loncacc.html</source>
   <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
   </target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for loncacc.pm</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../auth/loncacc.pm &gt; \
   ../../doc/lib/perl/Apache/loncacc.html &amp;&amp; echo 'pod2html loncacc.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/auth/loncacc.pm
   </dependencies>
   </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>
Line 1464  for the "priv"-type access, the resource Line 4810  for the "priv"-type access, the resource
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/auth/restrictedaccess.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/restrictedaccess.pm</target>
   <categoryname>handler</categoryname>
   <description>Passphrase entry form and verification for access to passphrase-protected portfolio files</description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/auth/blockedaccess.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/blockedaccess.pm</target>
   <categoryname>handler</categoryname>
   <description>Information about course-based blocking conditions for files with blocked access (currently affects portfolio files)</description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/auth/londatecheck.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/londatecheck.pm</target>
   <categoryname>handler</categoryname>
   <description>Checks contentopen/close settings disable subsequent PerlHandlers if not open</description>
   <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/auth/publiccheck.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/publiccheck.pm</target>
     <categoryname>handler</categoryname>
     <description>Checks if resource is public and allows unauthenticated access if it is.</description>
     <status>works/unverified</status>
   </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>
Line 1471  for the "priv"-type access, the resource Line 4845  for the "priv"-type access, the resource
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
     <source>loncom/auth/migrateuser.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/migrateuser.pm</target>
     <categoryname>handler</categoryname>
     <description>auto logsin a remote user</description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/auth/switchserver.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/switchserver.pm</target>
     <categoryname>handler</categoryname>
     <description>Setups the transfer of a user between servers</description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/auth/checkauthen.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/checkauthen.pm</target>
     <categoryname>handler</categoryname>
     <description>Checks if a user's cookie exists and is valid</description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/auth/simpleauthen.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/simpleauthen.pm</target>
     <categoryname>handler</categoryname>
     <description>Always returns DENIED</description>
     <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/lonnet/perl/lonrep.pm</source>  <source>loncom/lonnet/perl/lonrep.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>replication</description>  <description>replication</description>
 </file>  </file>
 <file>  <file>
   <source>loncom/lonnet/perl/lonuploadrep.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonuploadrep.pm</target>
   <categoryname>handler</categoryname>
   <description>copying of uploaded files</description>
   </file>
   <file>
 <source>loncom/auth/lonroles.pm</source>  <source>loncom/auth/lonroles.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 1491  class. Line 4899  class.
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>doc/man/Apache__lonroles.3</source>
   <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
   <categoryname>doc</categoryname>
   <description>man page for lonroles.pm</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../auth/lonroles.pm &gt; \
   ../../doc/man/Apache__lonroles.3 &amp;&amp; echo 'manifying lonroles.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/auth/lonroles.pm
   </dependencies>
   </file>
   <file>
   <source>doc/lib/perl/Apache/lonroles.html</source>
   <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
   </target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for lonroles.pm</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../auth/lonroles.pm &gt; \
   ../../doc/lib/perl/Apache/lonroles.html &amp;&amp; echo 'pod2html lonroles.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/auth/lonroles.pm
   </dependencies>
   </file>
   <file>
   <source>loncom/interface/lonsource.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonsource.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Problem source code viewer
   </description>
   <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/interface/lonindexer.pm</source>  <source>loncom/interface/lonindexer.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 1500  cross server filesystem browser Line 4946  cross server filesystem browser
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>doc/man/Apache__lonindexer.3</source>
   <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
   <categoryname>doc</categoryname>
   <description>man page for lonindexer.pm</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../interface/lonindexer.pm &gt; \
   ../../doc/man/Apache__lonindexer.3 &amp;&amp; echo 'manifying lonindexer.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/interface/lonindexer.pm
   </dependencies>
   </file>
   <file>
   <source>doc/lib/perl/Apache/lonindexer.html</source>
   <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
   </target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for lonindexer.pm</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../interface/lonindexer.pm &gt; \
   ../../doc/lib/perl/Apache/lonindexer.html &amp;&amp; \
   echo 'pod2html lonindexer.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/interface/lonindexer.pm
   </dependencies>
   </file>
   <file>
 <source>loncom/interface/groupsort.pm</source>  <source>loncom/interface/groupsort.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 1528  symbols to and from more descriptive phr Line 5004  symbols to and from more descriptive phr
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>doc/man/Apache__lonnet.3</source>
   <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
   <categoryname>doc</categoryname>
   <description>man page for lonnet.pm</description>
   <build trigger='always run'>
   loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm &gt; \
   ../../doc/man/Apache__lonnet.3 &amp;&amp; echo 'manifying lonnet.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/lonnet/perl/lonnet.pm
   </dependencies>
   </file>
   <file>
   <source>doc/lib/perl/Apache/lonnet.html</source>
   <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
   </target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for lonnet.pm</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm &gt; \
   ../../doc/lib/perl/Apache/lonnet.html &amp;&amp; echo 'pod2html lonnet.pm'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/lonnet/perl/lonnet.pm
   </dependencies>
   </file>
   <file>
   <source>loncom/lonnet/perl/londns.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/londns.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Domain information serving.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/html/index.html</source>  <source>loncom/html/index.html</source>
 <target dist='default'>home/httpd/html/index.html</target>  <target dist='default'>home/httpd/html/index.html</target>
 <categoryname>interface file</categoryname>  <categoryname>interface file</categoryname>
 <description>bumps to login</description>  <description>bumps to login</description>
 </file>  </file>
 <link>  <file>
 <linkto>etc/mime.types</linkto>  <source>loncom/html/index.html</source>
   <target dist='default'>home/httpd/html/origindex.html</target>
   <categoryname>interface file</categoryname>
   <description>bumps to login, backup for takeonline</description>
   </file>
   <file>
   <source>loncom/html/favicon.ico</source>
   <target dist='default'>home/httpd/html/favicon.ico</target>
   <categoryname>interface file</categoryname>
   <description>Bookmark and tab icon</description>
   </file>
   <file>
   <source>loncom/mime.types</source>
 <target dist='default'>etc/httpd/conf/mime.types</target>  <target dist='default'>etc/httpd/conf/mime.types</target>
 <categoryname>symbolic link</categoryname>  <target dist='sles10 suse10.1'>etc/apache2/mime.types</target>
 <description>symbolic link to /etc/mime.types</description>  <categoryname>www static conf</categoryname>
 </link>  <description>Expanded mime.types</description>
   </file>
 <link>  <link>
 <linkto>home/httpd/html/res</linkto>  <linkto>home/httpd/html/res</linkto>
 <target dist='default'>home/httpd/html/raw</target>  <target dist='default'>home/httpd/html/raw</target>
Line 1564  which is restricted based on file or ser Line 5091  which is restricted based on file or ser
 </description>  </description>
 </file>  </file>
 <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>
   </file>
   <file>
 <source>rat/client/rat.html</source>  <source>rat/client/rat.html</source>
 <target dist='default'>home/httpd/html/adm/rat/rat.html</target>  <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
 <categoryname>interface file</categoryname>  <categoryname>interface file</categoryname>
Line 1580  Parameter input window. Line 5115  Parameter input window.
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>rat/client/code.html</source>  <source>rat/client/ratcode.js</source>
 <target dist='default'>home/httpd/html/adm/rat/code.html</target>  <target dist='default'>home/httpd/html/res/adm/includes/ratcode.js</target>
   <categoryname>interface file</categoryname>
   <description>
   javascript for horizontal menubar in RAT
   </description>
   </file>
   <file>
   <source>rat/client/extpickcode.html</source>
   <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
   <categoryname>interface file</categoryname>
   <description>
   javascript
   </description>
   </file>
   <file>
   <source>rat/client/extpickframe.html</source>
   <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
 <categoryname>interface file</categoryname>  <categoryname>interface file</categoryname>
 <description>  <description>
 javascript  javascript
Line 1603  bumper Line 5154  bumper
 A blank page with very minimal HTML structural elements.  A blank page with very minimal HTML structural elements.
 </description>  </description>
 </file>  </file>
   <file>
   <source>rat/client/loading.html</source>
   <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
   <categoryname>interface file</categoryname>
   <description>
   A blank page which calls drawwindow in its opener after being loaded.
   </description>
   </file>
 <fileglob>  <fileglob>
 <glob>*.gif</glob>  <glob>*.gif</glob>
 <sourcedir>rat/images/</sourcedir>  <sourcedir>rat/images/</sourcedir>
Line 1612  A blank page with very minimal HTML stru Line 5171  A blank page with very minimal HTML stru
 icons for providing a HTML-tabled view of a course map  icons for providing a HTML-tabled view of a course map
 </description>  </description>
 <filenames>  <filenames>
 1.1.dt.gif  1.1.dt.gif;
 1.1.empty.gif  1.1.empty.gif;
 1.1.ld.gif  1.1.ld.gif;
 1.1.lr.gif  1.1.lr.gif;
 1.1.rd.gif  1.1.rd.gif;
 1.1.rl.gif  1.1.rl.gif;
 1.1.td.gif  1.1.td.gif;
 1.1.tdrl.gif  1.1.tdrl.gif;
 1.1.tl.gif  1.1.tl.gif;
 1.1.tr.gif  1.1.tr.gif;
 1.1.utd.gif  1.1.utd.gif;
 1.2.ctd.gif  1.2.ctd.gif;
 1.2.dt.gif  1.2.dt.gif;
 1.2.empty.gif  1.2.empty.gif;
 1.2.ld.gif  1.2.ld.gif;
 1.2.lr.gif  1.2.lr.gif;
 1.2.lrd.gif  1.2.lrd.gif;
 1.2.lrtd.gif  1.2.lrtd.gif;
 1.2.rd.gif  1.2.rd.gif;
 1.2.rl.gif  1.2.rl.gif;
 1.2.rld.gif  1.2.rld.gif;
 1.2.rltd.gif  1.2.rltd.gif;
 1.2.rtd.gif  1.2.rtd.gif;
 1.2.rtdl.gif  1.2.rtdl.gif;
 1.2.rtl.gif  1.2.rtl.gif;
 1.2.td.gif  1.2.td.gif;
 1.2.tdl.gif  1.2.tdl.gif;
 1.2.tdrl.gif  1.2.tdrl.gif;
 1.2.tl.gif  1.2.tl.gif;
 1.2.tr.gif  1.2.tr.gif;
 1.2.utd.gif  1.2.utd.gif;
 2.1.dt.gif  2.1.dt.gif;
 2.1.empty.gif  2.1.empty.gif;
 2.1.ld.gif  2.1.ld.gif;
 2.1.lr.gif  2.1.lr.gif;
 2.1.rd.gif  2.1.rd.gif;
 2.1.rl.gif  2.1.rl.gif;
 2.1.td.gif  2.1.td.gif;
 2.1.tdrl.gif  2.1.tdrl.gif;
 2.1.tl.gif  2.1.tl.gif;
 2.1.tr.gif  2.1.tr.gif;
 2.2.dt.gif  2.2.dt.gif;
 2.2.empty.gif  2.2.empty.gif;
 2.2.ld.gif  2.2.ld.gif;
 2.2.lr.gif  2.2.lr.gif;
 2.2.lrd.gif  2.2.lrd.gif;
 2.2.lrt.gif  2.2.lrt.gif;
 2.2.rd.gif  2.2.rd.gif;
 2.2.rl.gif  2.2.rl.gif;
 2.2.rld.gif  2.2.rld.gif;
 2.2.rlt.gif  2.2.rlt.gif;
 2.2.td.gif  2.2.td.gif;
 2.2.tdl.gif  2.2.tdl.gif;
 2.2.tdr.gif  2.2.tdr.gif;
 2.2.tdrl.gif  2.2.tdrl.gif;
 2.2.tl.gif  2.2.tl.gif;
 2.2.tr.gif  2.2.tr.gif;
 2.2.url.gif  2.2.url.gif;
 2.2.utd.gif  2.2.utd.gif;
 arrow.gif  arrow.gif;
 bdt.gif  bdt.gif;
 bempty.gif  bempty.gif;
 bld.gif  bld.gif;
 blr.gif  blr.gif;
 blrd.gif  blrd.gif;
 blrt.gif  blrt.gif;
 brd.gif  bottom.gif;
 brl.gif  brd.gif;
 brld.gif  brl.gif;
 brlt.gif  brld.gif;
 btd.gif  brlt.gif;
 btdl.gif  btd.gif;
 btdr.gif  btdl.gif;
 btdrl.gif  btdr.gif;
 btl.gif  btdrl.gif;
 btr.gif  btl.gif;
 burl.gif  btr.gif;
 butd.gif  burl.gif;
 condition.gif  butd.gif;
 edit.gif  condition.gif;
 finish.gif  edit.gif;
 info.gif  finish.gif;
 inscol.gif  info.gif;
 inscond.gif  inscol.gif;
 insres.gif  inscond.gif;
 insrow.gif  insres.gif;
 left.gif  insrow.gif;
 middle.gif  left.gif;
 resource.gif  middle.gif;
 rbottom.gif  resource.gif;
 right.gif  right.gif;
 sctd.gif  sctd.gif;
 sdt.gif  sdt.gif;
 sempty.gif  sempty.gif;
 sld.gif  sld.gif;
 slr.gif  slr.gif;
 slrd.gif  slrd.gif;
 slrtd.gif  slrtd.gif;
 srd.gif  srd.gif;
 srl.gif  srl.gif;
 srld.gif  srld.gif;
 srltd.gif  srltd.gif;
 srtd.gif  srtd.gif;
 srtdl.gif  srtdl.gif;
 srtl.gif  srtl.gif;
 start.gif  start.gif;
 std.gif  std.gif;
 stdl.gif  stdl.gif;
 sutd.gif  sutd.gif
 </filenames>  </filenames>
 </fileglob>  </fileglob>
 <fileglob>  <fileglob>
 <glob>*</glob>  <glob>*.*</glob>
 <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>  <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
 <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>  <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
 <categoryname>graphic file</categoryname>  <categoryname>graphic file</categoryname>
Line 1732  sutd.gif Line 5291  sutd.gif
 icons to indicate an unexpected result  icons to indicate an unexpected result
 </description>  </description>
 <filenames>  <filenames>
 lonconstruct.gif  lonconstruct.gif;
 lonlogo_broken.gif  lonlogo_broken.gif;
 lonlogo_broken_tsp.gif  lonlogo_broken_tsp.gif;
 lonlogo_broken.eps  lonlogo_broken.eps;
 lonlogo_broken.jpg  lonlogo_broken.jpg;
 lonlogo_broken.mov  lonlogo_broken.mov;
   genericstudent_tn.gif
 </filenames>  </filenames>
 </fileglob>  </fileglob>
 <fileglob>  <fileglob>
 <glob>*</glob>  <glob>*.*</glob>
 <sourcedir>loncom/html/adm/lonIcons/</sourcedir>  <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
 <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>  <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
 <categoryname>graphic file</categoryname>  <categoryname>graphic file</categoryname>
 <description>  <description>
 logos  logos and general widget icons
 </description>  </description>
 <filenames>  <filenames>
 cab.gif  SMETE_white.gif;
 cab_big.gif  aboutlon.gif;
 class.gif  aboutlon_pt.gif;
 class_big.gif  aboutlon_de.gif;
 dvi.gif  accessbutton.gif;
 dvi_big.gif  accessbutton_pt.gif;
 eps.gif  accessbutton_de.gif;
 eps_big.gif  angry.gif;
 exam.gif  arrow_up.gif;
 exam_big.gif  baeh.gif;
 folder_closed.gif  bigsmile.gif;
 folder_opened.gif  branch.gif;
 folder_pointer_closed.gif  cab.gif;
 folder_pointer_opened.gif  cab_big.gif;
 form.gif  capapanel.gif;
 form_big.gif  check.gif;
 gif.gif  class.gif;
 gif_big.gif  class_big.gif;
 htm.gif  closepage.gif;
 html.gif  clickhere.gif;
 html_big.gif  coolindiff.gif;
 jpg.gif  coolsmile.gif;
 jpg_big.gif  cry.gif;
 liteani.gif  doc.gif;
 lonlogo.gif  doc_big.gif;
 lonlogos.gif  dvi.gif;
 meta.gif  dvi_big.gif;
 meta_big.gif  eps.gif;
 mov.gif  eps_big.gif;
 mov_big.gif  exam.gif;
 move_up.gif  exam_big.gif;
 move_down.gif  fillbottom.gif;
 page.gif  fillleft.gif;
 page_big.gif  fillright.gif;
 pdf.gif  filltop.gif;
 pdf_big.gif  folder_closed.gif;
 problem.gif  folder_opened.gif;
 problem_big.gif  folder_pointer_closed.gif;
 ps.gif  folder_pointer_opened.gif;
 ps_big.gif  form.gif;
 quill.gif  form_big.gif;
 quiz.gif  frowny.gif;
 quiz_big.gif  gif.gif;
 select.gif  gif_big.gif;
 sequence.gif  header.gif;
 sequence_big.gif  header.png;
 server.gif  helpdesk.gif;
 server_big.gif  helpgateway.gif;
 survey.gif  hrrm.gif;
 survey_big.gif  htm.gif;
 tex.gif  html.gif;
 tex_big.gif  html_big.gif;
 txt.gif  huh.gif;
 txt_big.gif  jar.gif;
 user.gif  jar_big.gif;
 user_big.gif  jpg.gif;
 wav.gif  jpg_big.gif;
 wav_big.gif  latex.gif;
 white_space_20_22.gif  library.gif;
 whitespace1.gif  lipsrsealed.gif;
 whitespace10.gif  lite.gif;
 whitespace2.gif  liteani.gif;
 whitespace3.gif  litetext.gif;
 whitespace4.gif  lolpanel.gif;
 whitespace5.gif  lonanim.gif;
 whitespace6.gif  lonanimend.gif;
 whitespace7.gif  loncapalogo.gif;
 whitespace8.gif  lonhelplogos.gif;
 whitespace9.gif  lonhelptop.gif;
 xml.gif  lonlogo.gif;
 xml_big.gif  lonlogos.gif;
 zip.gif  lowerleft.gif;
   lowerright.gif;
   mailbkgrd.gif;
   mailto.gif;
   minilogo.gif;
   meta.gif;
   meta_big.gif;
   mov.gif;
   mov_big.gif;
   move_up.gif;
   move_down.gif;
   navmap.correct.gif;
   navmap.partial.gif;
   navmap.ellipsis.gif;
   navmap.open.gif;
   navmap.page.open.gif;
   navmap.page.closed.gif;
   navmap.page.open.nomanip.gif;
   navmap.page.closed.nomanip.gif;
   navmap.wrong.gif;
   navmap.folder.open.gif;
   navmap.folder.closed.gif;
   navmap.folder.open.nomanip.gif;
   navmap.folder.closed.nomanip.gif;
   neutral.gif;
   page.gif;
   page_big.gif;
   pdf.gif;
   pdf_big.gif;
   png.gif;
   png_big.gif;
   ppt.gif;
   ppt_big.gif;
   problem.gif;
   problem_big.gif;
   ps.gif;
   ps_big.gif;
   rolleyes.gif;
   quill.gif;
   quiz.gif;
   quiz_big.gif;
   select.gif;
   sequence.gif;
   sequence_big.gif;
   server.gif;
   server_big.gif;
   shocked.gif;
   smiley.gif;
   srvbad.gif;
   srvempty.gif;
   srvgood.gif;
   srvhalf.gif;
   srvnull.gif;
   survey.gif;
   survey_big.gif;
   task.gif;
   task_big.gif;
   tex.gif;
   tex_big.gif;
   tth.gif;
   txt.gif;
   txt_big.gif;
   unknown.gif;
   unknown_big.gif;
   upperleft.gif;
   upperright.gif;
   user.gif;
   user_big.gif;
   userauthentication.gif;
   userauthentication_pt.gif;
   userauthentication_de.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;
   wink.gif;
   xls.gif;
   xls_big.gif;
   xml.gif;
   xml_big.gif;
   zip.gif;
 zip_big.gif  zip_big.gif
 </filenames>  </filenames>
 </fileglob>  </fileglob>
 <fileglob>  <fileglob>
 <glob>*</glob>  <glob>*.*</glob>
 <sourcedir>loncom/html/adm/lonMisc/</sourcedir>  <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
 <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>  <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
 <categoryname>graphic file</categoryname>  <categoryname>graphic file</categoryname>
 <description>  <description>
 miscellaneous resources  Miscellaneous resources.
 </description>  </description>
 <filenames>  <filenames>
 cat_button.gif  authorfeed.gif;
   blackdot.gif;
   bomb.gif;
   smallFAQ.gif;
   smallBug.gif;
   cat_button.gif;
   chat.gif;
   eval_button.gif;
   feedback.gif;
   pprm_button.gif;
   pgrd_button.gif;
   subm_button.gif
 </filenames>  </filenames>
 </fileglob>  </fileglob>
 <file>  <file>
 <source>loncom/xml/tth.pm</source>  <source>loncom/xml/algebra/AlgParser.pm</source>
 <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>  <target dist='default'>home/httpd/lib/perl/AlgParser.pm</target>
   <categoryname>system file</categoryname>
   <description>
   perl module for invoking functions specific to Algebra-to-TeX-to-HTML conversion
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>modules/TexConvert/tthperl/tth.pm</source>
   <target dist='default'>home/httpd/lib/perl/tth.pm</target>
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>  <description>
 perl module for invoking functions specific to TeX-to-HTML conversion  perl module for invoking functions specific to TeX-to-HTML conversion
Line 1846  perl module for invoking functions speci Line 5515  perl module for invoking functions speci
 <note>  <note>
 Has the same dependencies and build process as tth.so.  Has the same dependencies and build process as tth.so.
 Currently, only the tth.so file specifications invoke  Currently, only the tth.so file specifications invoke
 the build process however.  the build process however.  A static version is checked into loncom/xml
   and in this way is treated as though it isn't part of the tth build process.
 </note>  </note>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/xml/LCParser.pm</source>
   <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
   <categoryname>system file</categoryname>
   <description>
   perl module for parsing HTML in a way that really works and is thoroughly
   tested
   </description>
   <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/lonlocal.pm</source>
     <target dist='default'>home/httpd/lib/perl/LONCAPA/lonlocal.pm</target>
     <categoryname>system file</categoryname>
     <description>
        lonc/d handler for doing a local filesystem based init:
     </description>
     <status>works/verified</status>
   </file>
   <file>
     <source>loncom/lonssl.pm</source>
     <target dist='default'>home/httpd/lib/perl/LONCAPA/lonssl.pm</target>
     <categoryname>system file</categoryname>
     <description>
        lonc/d handler for doing a remote SSL based init:
     </description>
     <status>works/verified</status>
   </file>
   <file>
     <source>loncom/LondConnection.pm</source>
     <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
     <categoryname>system file</categoryname>
     <description>
        Manages a connection between a lonc proxy daemon and the lond server
        in the remote node.
     </description>
     <status>works/verified</status>
   </file>
   <file>
     <source>loncom/LondTransaction.pm</source>
     <target dist='default'>home/httpd/lib/perl/LONCAPA/LondTransaction.pm</target>
     <categoryname>system file</categoryname>
     <description>
    Handles a single lon-capa insternal transaction
     </description>
     <status>works/verified</status>
   </file>
   <file>
      <source>loncom/types/HashIterator.pm</source>
      <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
      <categoryname>system file</categoryname>
      <description>
         Provides support to iterate through opaque hashes hidden e.g. within 
         object private data.
      </description>
      <status>works/verified</status>
   </file>
   <file>
      <source>loncom/types/Queue.pm</source>
      <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
      <categoryname>system file</categoryname>
      <description>
        Provides a FIFO queue class.
      </description>
      <status>works/verified</status>
   </file>
   <file>
      <source>loncom/types/Stack.pm</source>
      <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
      <categoryname>system file</categoryname>
      <description>
        Provides a LIFO stack class.
      </description>
      <status>works/verified</status>
   </file>
   <file>
      <source>loncom/loncnew</source>
      <target dist='default'>home/httpd/perl/loncnew</target>
      <categoryname>script</categoryname>
      <description>
     Proxy server for remote loncapa requests.
             Needs CPAN Event module.
      </description>
   </file>
   <file>
   <source>loncom/configuration/Configuration.pm</source>
   <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
   <categoryname>system file</categoryname>
   <description>
   Configuration file reader (looks in /etc/httpd/conf/); accepts
   a list of *.conf files to inspect for PerlSetVar key/value
   entries.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/ConfigFileEdit.pm</source>
   <target dist='default'>home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm</target>
   <categoryname>system file</categoryname>
   <description>
   Configuration file editing module
   </description>
   <status>works/unverified</status>
   </file>
   <file>
 <source>modules/TexConvert/tthperl/tth.so</source>  <source>modules/TexConvert/tthperl/tth.so</source>
 <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>  <target dist='default'>home/httpd/lib/perl/tth.so</target>
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>  <description>
 shared library file for dynamic loading and unloading  shared library file for dynamic loading and unloading
Line 1863  CVS users.  (You can safely rely on the Line 5637  CVS users.  (You can safely rely on the
 present on your system... don't worry about warnings  present on your system... don't worry about warnings
 related to this file during the build process.)  related to this file during the build process.)
 </note>  </note>
 <build trigger='run if dependencies change'>  <build trigger='always run'>
 modules/TexConvert/tthperl/commands  modules/TexConvert/tthperl/commands
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
 ../tthdynamic/tthfunc.c  commands;
 ../tthdynamic/ttmfunc.c  compiles/tth.so.i386;
   compiles/tth.so.x86_64
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/caparesponse/capa.pm</source>  <source>loncom/homework/caparesponse/capa.pm</source>
 <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>  <target dist='default'>home/httpd/lib/perl/capa.pm</target>
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>  <description>
 perl module for invoking functions specific to CAPA  perl module for invoking functions specific to CAPA
 </description>  </description>
   <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 <note>  <note>
 Has the same dependencies and build process as capa.so.  Has the same dependencies and build process as capa.so.
 Currently, only the capa.so file specifications invoke  Currently, only the capa.so file specifications invoke
Line 1887  the build process however. Line 5663  the build process however.
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/caparesponse/capa.bs</source>  <source>loncom/homework/caparesponse/capa.bs</source>
 <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>  <target dist='default'>home/httpd/lib/perl/capa.bs</target>
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>  <description>
 bootstrap file associated with dynamic loading of this module on multiple  bootstrap file associated with dynamic loading of this module on multiple
 architectures  architectures
 </description>  </description>
   <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 <note>  <note>
 Has the same dependencies and build process as capa.so.  Has the same dependencies and build process as capa.so.
 Currently, only the capa.so file specifications invoke  Currently, only the capa.so file specifications invoke
Line 1901  the build process however. Line 5678  the build process however.
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/caparesponse/capa.so</source>  <source>loncom/homework/caparesponse/capa.so</source>
 <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>  <target dist='default'>home/httpd/lib/perl/capa.so</target>
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
 <description>  <description>
 shared library file for dynamic loading and unloading  shared library file for dynamic loading and unloading
Line 1910  shared library file for dynamic loading Line 5687  shared library file for dynamic loading
 loncom/homework/caparesponse/commands  loncom/homework/caparesponse/commands
 </build>  </build>
 <dependencies>  <dependencies>
 caparesponse.c  caparesponse.c;
 caparesponse.pm  caparesponse.pm;
   README;
   Makefile.PL;
   capa.i;
   commands;
   ../../../CAPA/pProj/Makefile;
   ../../../CAPA/pProj/capaGrammarDef.y;
   ../../../CAPA/pProj/capaFormula.y;
   ../../../CAPA/pProj/capaLexerDef.flex;
   ../../../CAPA/pProj/capaFunction.c;
   ../../../CAPA/pProj/capaParserUtils.c;
   ../../../CAPA/pProj/capaMapExpr.c;
   ../../../CAPA/pProj/capaUnit.c;
   ../../../CAPA/pProj/com.c;
   ../../../CAPA/pProj/linpack.c;
   ../../../CAPA/pProj/ranlib.c;
   ../../../CAPA/pProj/capaCgiUtils.c;
   ../../../CAPA/pProj/capaSubjective.c;
   ../../../CAPA/pProj/capaRQO.c;
   ../../../CAPA/pProj/capaFormulaLexer.c;
   ../../../CAPA/pProj/capaCommon.c;
   ../../../CAPA/pProj/capaCommon.h;
   ../../../CAPA/pProj/ranlib.h;
   ../../../CAPA/pProj/capaCGI.h;
   ../../../CAPA/pProj/capaFunction.h;
   ../../../CAPA/pProj/capaRQO.h;
   ../../../CAPA/pProj/capaParser.h;
   ../../../CAPA/pProj/lex_debug.h
   </dependencies>
   </file>
   <file>
   <source>loncom/cgi/mimeTeX/mimetex.cgi</source>
   <target dist='default'>home/httpd/cgi-bin/mimetex.cgi</target>
   <categoryname>script</categoryname>
   <description>
   cgi binary for doing TeX -> math translation
   </description>
   <build trigger='always run'>
   loncom/cgi/mimeTeX/commands
   </build>
   <dependencies>
   commands;
   gfuntype.c;
   gifsave.c;
   mimetex.c;
   mimetex.h;
   mimetex.html;
   README;
   texfonts.h;
   LICENSE;
 </dependencies>  </dependencies>
 </file>  </file>
 <fileglob>  <fileglob>
Line 1924  xml files which assign unicode numbers t Line 5750  xml files which assign unicode numbers t
 &lt;! ENTITY... &gt; type syntax.  &lt;! ENTITY... &gt; type syntax.
 </description>  </description>
 <filenames>  <filenames>
 isoamsa.ent  isoamsa.ent;
 isoamsb.ent  isoamsb.ent;
 isoamsc.ent  isoamsc.ent;
 isoamsn.ent  isoamsn.ent;
 isoamso.ent  isoamso.ent;
 isoamsr.ent  isoamsr.ent;
 isobox.ent  isobox.ent;
 isocyr1.ent  isocyr1.ent;
 isocyr2.ent  isocyr2.ent;
 isodia.ent  isodia.ent;
 isogrk1.ent  isogrk1.ent;
 isogrk2.ent  isogrk2.ent;
 isogrk3.ent  isogrk3.ent;
 isogrk4.ent  isogrk4.ent;
 isolat1.ent  isolat1.ent;
 isolat2.ent  isolat2.ent;
 isomfrk.ent  isomfrk.ent;
 isomopf.ent  isomopf.ent;
 isomscr.ent  isomscr.ent;
 isonum.ent  isonum.ent;
 isopub.ent  isopub.ent;
 isotech.ent  isotech.ent;
 mmlalias.ent  mmlalias.ent;
 mmlextra.ent  mmlextra.ent
 </filenames>  </filenames>
 </file>  </fileglob>
 <file>  <file>
 <source>loncom/MathML/mathml.css</source>  <source>loncom/MathML/mathml.css</source>
 <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>  <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
Line 1981  javascript. Line 5807  javascript.
 </target>  </target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
 <description>  <description>
 Intended for providing perl functions for the <script></script> environment  Intended for providing perl functions for the &lt;script&gt;&lt;/script&gt;
 in a problem that was converted from lectureonline.  environment in a problem that was converted from lectureonline.
 </description>  </description>
 </file>  </file>
 <file>  <file>
Line 1995  Provides many functions for the &lt;scri Line 5821  Provides many functions for the &lt;scri
 Functions are documented in CVS:loncapa/doc/homework/homework5.html.  Functions are documented in CVS:loncapa/doc/homework/homework5.html.
 </description>  </description>
 </file>  </file>
   
   <file>
     <source>loncom/homework/task.css</source>
     <target dist='default'>home/httpd/html/res/adm/includes/task.css</target>
     <categoryname>handler</categoryname>
     <description>
       Style definitions for task display
     </description>
   </file>
   <file>
     <source>loncom/homework/task_ie.css</source>
     <target dist='default'>home/httpd/html/res/adm/includes/task_ie.css</target>
     <categoryname>handler</categoryname>
     <description>
       Style definitions for task display for IE 6 and earlier
     </description>
   </file>
   <file>
     <source>loncom/homework/task_ie7.css</source>
     <target dist='default'>home/httpd/html/res/adm/includes/task_ie7.css</target>
     <categoryname>handler</categoryname>
     <description>
       Style definitions for task display for IE 7
     </description>
   </file>
   <file>
     <source>loncom/homework/task_grading.js</source>
     <target dist='default'>home/httpd/html/res/adm/includes/task_grading.js</target>
     <categoryname>handler</categoryname>
     <description>
       Javascript to make the grading screen of task easier to use
     </description>
   </file>
 <file>  <file>
 <source>loncom/homework/capa.units</source>  <source>loncom/homework/capa.units</source>
 <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>  <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
Line 2004  Define unit prefixing and conversion for Line 5863  Define unit prefixing and conversion for
 </description>  </description>
 </file>  </file>
 <fileglob>  <fileglob>
   <glob>*.jpg</glob>
   <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
   <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
   <categoryname>graphic file</categoryname>
   <description>Pages headers</description>
   <filenames>
   admin.jpg;
   author.jpg;
   coordinator.jpg;
   header.jpg;
   student.jpg;
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*.jpg</glob>
   <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
   <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
   <categoryname>graphic file</categoryname>
   <description>Logos of LON-CAPA domains (jpg)</description>
   <filenames>
   headermsu.jpg;
   headertccfl.jpg;
   header_fsu.jpg;
   header_fsuK12.jpg;
   headerhope.jpg;
   jmsbanner.jpg;
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*.gif</glob>
   <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
   <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
   <categoryname>graphic file</categoryname>
   <description>Logos of LON-CAPA domains (gif)</description>
   <filenames>
   103.gif;
   gerd.gif;
   mio.gif;
   msuvu.gif;
   ohiou.gif;
   rhs.gif;
   sfu.gif;
   tmcc.gif;
   umich.gif;
   worf.gif;
   annarbor.gif;
   elps.gif;
   gwu.gif;
   msudemo.gif;
   ndsu.gif;
   physnet.gif;
   sc.gif;
   Selwyn.gif;
   ucf.gif;
   unihalle.gif;
   wscc.gif;
   cps.gif;
   fsu.gif;
   fsuK12.gif;
   hope.gif;
   vcu.gif;
   lsd.gif;
   msu.gif;
   jms.gif;
   nsdl.gif;
   pmm.gif;
   sunysb.gif;
   udel.gif;
   uz.gif;
   fvl.gif;
   csm.gif;
   nau.gif;
   nagoya.gif;
   kanazawa.gif;
   colorado.gif;
   acadiau.gif;
   psuerie.gif;
   redford.gif;
   huji.gif;
   ifusp.gif;
   ucsc.gif;
   uiuc.gif;
   uiucheader.gif;
   koinonia.gif;
   waverly.gif;
   cmich.gif;
   UNICAMP.gif;
   lakefenton.gif;
   grandblanc.gif;
   glps.gif;
   BCHS.gif;
   headersfu.gif;
   uwsp.gif;
   tccfl.gif;
   bsu.gif;
   wmston.gif;
   headerharvard.gif;
   harvard.gif;
   uga.gif;
   headeruga.gif;
   covenantchristianhs.gif;
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*.tab</glob>
   <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
   <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
   <categoryname>conf</categoryname>
   <description>Designs of LON-CAPA domains</description>
   <filenames>
   annarbor.tab;
   default.tab;
   msu.tab;
   csm.tab;
   huji.tab;
   nau.tab;
   nagoya.tab;
   koinonia.tab;
   kanazawa.tab;
   colorado.tab;
   acadiau.tab;
   psuerie.tab;
   redford.tab;
   cmich.tab;
   ifusp.tab;
   jms.tab;
   ucsc.tab;
   uiuc.tab;
   UNICAMP.tab;
   lakefenton.tab;
   grandblanc.tab;
   fsu.tab;
   fsuK12.tab;
   hope.tab;
   vcu.tab;
   sfu.tab;
   wmston.tab;
   worf.tab;
   tccfl.tab;
   harvard.tab;
   uga.tab;
   tmcc.tab;
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*.gif</glob>
   <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
   <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
   <categoryname>graphic file</categoryname>
   <description>LON-CAPA remote control LCD font</description>
   <filenames>
   0.gif;
   1.gif;
   2.gif;
   3.gif;
   4.gif;
   5.gif;
   6.gif;
   7.gif;
   8.gif;
   9.gif;
   a.gif;
   b.gif;
   c.gif;
   d.gif;
   e.gif;
   f.gif;
   g.gif;
   h.gif;
   i.gif;
   j.gif;
   k.gif;
   l.gif;
   m.gif;
   n.gif;
   o.gif;
   p.gif;
   q.gif;
   r.gif;
   s.gif;
   t.gif;
   u.gif;
   v.gif;
   w.gif;
   x.gif;
   y.gif;
   z.gif;
   Ã¶.gif;
   Ã¤.gif;
   Ã¼.gif;
   ä.gif;
   ö.gif;
   ü.gif;
   colon.gif;
   hyphen.gif;
   slash.gif;
   space.gif;
   </filenames>
   </fileglob>
   <fileglob>
   <glob>*.gif</glob>
   <sourcedir>loncom/html/res/adm/pages/pt/</sourcedir>
   <targetdir dist='default'>home/httpd/html/res/adm/pages/pt/</targetdir>
   <categoryname>graphic file</categoryname>
   <description>icons used for the Portuguese LON-CAPA user interface</description>
   <filenames>
   anno_pt.gif;
   anot_pt.gif;
   bchat_pt.gif;
   catalog_pt.gif;
   ccrs_pt.gif;
   chrt_pt.gif;
   com_pt.gif;
   courses_pt.gif;
   cprv_pt.gif;
   cstr_pt.gif;
   docs_pt.gif;
   egrd_pt.gif;
   enrl_pt.gif;
   eval_pt.gif;
   fdbk_pt.gif;
   grds_pt.gif;
   keys_pt.gif;
   logout_pt.gif;
   nav_pt.gif;
   parm_pt.gif;
   pref_pt.gif;
   prt_pt.gif;
   res_pt.gif;
   roles_pt.gif;
   sbkm_pt.gif;
   spacer_pt.gif;
   sprs_pt.gif;
   src_pt.gif;
   stat_pt.gif;
   vbkm_pt.gif;
   </filenames>
   </fileglob>
   <fileglob>
 <glob>*.gif</glob>  <glob>*.gif</glob>
 <sourcedir>loncom/html/res/adm/pages/</sourcedir>  <sourcedir>loncom/html/res/adm/pages/</sourcedir>
 <targetdir>home/httpd/html/res/adm/pages/</targetdir>  <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
 <categoryname>graphic file</categoryname>  <categoryname>graphic file</categoryname>
 <description>icons used for the entire LON-CAPA user interface</description>  <description>icons used for the entire LON-CAPA user interface</description>
 <filenames>  <filenames>
 a.gif  anno.gif;
 anot.gif  anot.gif;
 b.gif  back.gif;
 back.gif  bchat.gif;
 bkm.gif  bkm.gif;
 brws.gif  blog.gif;
 c.gif  bl_step1.gif;
 ccrs.gif  bl_step2.gif;
 chat.gif  bl_step3.gif;
 chrt.gif  bl_step4.gif;
 com.gif  bl_step5.gif;
 courses.gif  bl_step6.gif;
 cprv.gif  bl_step7.gif;
 cstr.gif  bl_step8.gif;
 d.gif  bl_step9.gif;
 dempty.gif  brws.gif;
 e.gif  catalog.gif;
 egrd.gif  ccrs.gif;
 empty.gif  chat.gif;
 enrl.gif  chrt.gif;
 eval.gif  clst.gif;
 f.gif  com.gif;
 fdbk.gif  conf.gif;
 feedback.gif  courses.gif;
 forw.gif  cprv.gif;
 g.gif  cstr.gif;
 grds.gif  del.gif;
 group.gif  dempty.gif;
 h.gif  docs.gif;
 help.gif  egrd.gif;
 hyphen.gif  empty.gif;
 i.gif  enrl.gif;
 info.gif  eval.gif;
 j.gif  fdbk.gif;
 k.gif  feedback.gif;
 l.gif  forw.gif;
 ledblink.gif  grds.gif;
 ledgreen.gif  grps.gif;
 ledoff.gif  group.gif;
 ledon.gif  help.gif;
 ledsend.gif  info.gif;
 logout.gif  keys.gif;
 m.gif  ledblink.gif;
 mrk.gif  ledgreen.gif;
 n.gif  ledoff.gif;
 nav.gif  ledon.gif;
 next.gif  ledsend.gif;
 o.gif  list.gif;
 p.gif  logout.gif;
 parm.gif  mail.gif;
 pgrd.gif  mcrs.gif;
 pparm.gif  mrk.gif;
 prev.gif  nav.gif;
 prt.gif  new.gif;
 q.gif  next.gif;
 qempty.gif  nothumb.gif;
 r.gif  parm.gif;
 reload.gif  pcstr.gif;
 remotebg.gif  pgrd.gif;
 res.gif  port.gif;
 roles.gif  pparm.gif;
 s.gif  pref.gif;
 sbkm.gif  prev.gif;
 space.gif  prt.gif;
 spacer.gif  pub.gif;
 sprs.gif  qempty.gif;
 src.gif  reload.gif;
 stat.gif  remotebg.gif;
 subm.gif  res.gif;
 t.gif  roles.gif;
 title.gif  rtrv.gif;
 u.gif  sbkm.gif;
 v.gif  sctr.gif;
 vbkm.gif  spacer.gif;
 w.gif  sprs.gif;
 x.gif  src.gif;
 y.gif  stat.gif;
 z.gif  subm.gif;
   title.gif;
   vbkm.gif;
 </filenames>  </filenames>
 </fileglob>  </fileglob>
 <file>  <file>
   <source>loncom/html/res/adm/pages/math_example.tex</source>
   <target dist='default'>home/httpd/html/res/adm/pages/math_example.tex</target>
   <categoryname>interface file</categoryname>
   <description>
    file with an example math equation in it.
   </description>
   </file>
   <file>
 <source>loncom/html/res/adm/pages/imgmaps.html</source>  <source>loncom/html/res/adm/pages/imgmaps.html</source>
 <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>  <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
 <categoryname>interface file</categoryname>  <categoryname>interface file</categoryname>
Line 2117  renders the HTML (including image maps) Line 6225  renders the HTML (including image maps)
 <fileglob>  <fileglob>
 <glob>*.gif</glob>  <glob>*.gif</glob>
 <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>  <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
 <targetdir>home/httpd/html/res/adm/pages/indexericons/</targetdir>  <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
   </targetdir>
 <categoryname>graphic file</categoryname>  <categoryname>graphic file</categoryname>
 <description>  <description>
 icons used for the bookmark portion of the LON-CAPA user interface  icons used for directory indexing and login screen
 </description>  </description>
 <filenames>  <filenames>
 a.gif  a.gif;
 alert.black.gif  alert.black.gif;
 alert.red.gif  alert.red.gif;
 back.gif  back.gif;
 ball.gray.gif  ball.gray.gif;
 ball.red.gif  ball.red.gif;
 binary.gif  binary.gif;
 binhex.gif  binhex.gif;
 blank.gif  blank.gif;
 bomb.gif  bomb.gif;
 box1.gif  box1.gif;
 box2.gif  box2.gif;
 broken.gif  broken.gif;
 burst.gif  burst.gif;
 c.gif  c.gif;
 comp.blue.gif  comp.blue.gif;
 comp.gray.gif  comp.gray.gif;
 compressed.gif  compressed.gif;
 continued.gif  continued.gif;
 course.gif  course.gif;
 dir.gif  dir.gif;
 down.gif  down.gif;
 dvi.gif  dvi.gif;
 f.gif  f.gif;
 folder.gif  folder.gif;
 folder.open.gif  folder.open.gif;
 folder.sec.gif  folder.sec.gif;
 folder_closed.gif  folder_closed.gif;
 folder_closed_pressed.gif  folder_closed_pressed.gif;
 folder_new.gif  folder_new.gif;
 folder_opened.gif  folder_opened.gif;
 folder_opened_pressed.gif  folder_opened_pressed.gif;
 folder_pointer_closed.gif  folder_pointer_closed.gif;
 folder_pointer_opened.gif  folder_pointer_opened.gif;
 folder_spacer.gif  folder_spacer.gif;
 folder_trash.gif  folder_trash.gif;
 forward.gif  forward.gif;
 generic.gif  generic.gif;
 generic.red.gif  generic.red.gif;
 generic.sec.gif  generic.sec.gif;
 hand.right.gif  hand.right.gif;
 hand.up.gif  hand.up.gif;
 html.gif  html.gif;
 image1.gif  image1.gif;
 image2.gif  image2.gif;
 image3.gif  image3.gif;
 index.gif  index.gif;
 layout.gif  layout.gif;
 left.gif  left.gif;
 link.gif  link.gif;
 mov.gif  mov.gif;
 movie1.gif  movie1.gif;
 p.gif  p.gif;
 patch.gif  patch.gif;
 pdf.gif  pdf.gif;
 portal.gif  portal.gif;
 problem.gif  problem.gif;
 ps.gif  ps.gif;
 quill.gif  quill.gif;
 right.gif  right.gif;
 screw1.gif  screw1.gif;
 screw2.gif  screw2.gif;
 script.gif  script.gif;
 sound1.gif  sound1.gif;
 sound2.gif  sound2.gif;
 sphere1.gif  sphere1.gif;
 sphere2.gif  sphere2.gif;
 tar.gif  tar.gif;
 tex.gif  tex.gif;
 text.gif  text.gif;
 transfer.gif  transfer.gif;
 unknown.gif  unknown.gif;
 up.gif  up.gif;
 uu.gif  uu.gif;
 uuencoded.gif  uuencoded.gif;
 white_space_20_22.gif  white_space_20_22.gif;
 white_space_22_22.gif  white_space_22_22.gif;
 whitespace1.gif  whitespace1.gif;
 whitespace10.gif  whitespace10.gif;
 whitespace2.gif  whitespace2.gif;
 whitespace3.gif  whitespace3.gif;
 whitespace4.gif  whitespace4.gif;
 whitespace5.gif  whitespace5.gif;
 whitespace6.gif  whitespace6.gif;
 whitespace7.gif  whitespace7.gif;
 whitespace8.gif  whitespace8.gif;
 whitespace9.gif  whitespace9.gif;
 world1.gif  world1.gif;
 world2.gif  world2.gif
 </filenames>  </filenames>
 </fileglob>  </fileglob>
 <fileglob>  <fileglob>
 <glob>*.gif</glob>  <glob>*.gif</glob>
 <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>  <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>  <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
   </targetdir>
 <categoryname>graphic file</categoryname>  <categoryname>graphic file</categoryname>
 <description>  <description>
 icons used for directory indexing and login screen  icons used for the bookmark portion of the LON-CAPA user interface
 </description>  </description>
 <filenames>  <filenames>
 folder_anim.gif  folder_anim.gif;
 folder_close.gif  folder_close.gif;
 folder_drag.gif  folder_drag.gif;
 folder_new.gif  folder_new.gif;
 folder_open.gif  folder_open.gif;
 folder_pointer_closed.gif  folder_pointer_closed.gif;
 folder_pointer_opened.gif  folder_pointer_opened.gif;
 folder_static.gif  folder_static.gif;
 folder_trash.gif  folder_trash.gif;
 folder_trash_hover.gif  folder_trash_hover.gif;
 left_bar.gif  left_bar.gif;
 link.gif  link.gif;
 link_anim.gif  link_anim.gif;
 link_drag.gif  link_drag.gif;
 ll_corner.gif  ll_corner.gif;
 lower_bar.gif  lower_bar.gif;
 lr_corner.gif  lr_corner.gif;
 pix.gif  pix.gif;
 right_bar.gif  right_bar.gif;
 toolbar_bg.gif  toolbar_bg.gif;
 ul_corner.gif  ul_corner.gif;
 upper_bar.gif  upper_bar.gif;
 ur_corner.gif  ur_corner.gif
 </filenames>  </filenames>
 </fileglob>  </fileglob>
 <fileglob>  <fileglob>
 <glob>*.html</glob>  <glob>*.html</glob>
 <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>  <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>  <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
   </targetdir>
 <categoryname>interface file</categoryname>  <categoryname>interface file</categoryname>
 <description>  <description>
 associated with the frameset scheme of displaying bookmarks  associated with the scheme of displaying bookmarks
 </description>  </description>
 <filenames>  <filenames>
 bookmarkmenu_toolbar.html  bookmarkmenu_toolbar.html;
 blank.html  blank.html;
 closechildren.html  closechildren.html
 </filenames>  </filenames>
 </fileglob>  </fileglob>
   <fileglob>
   <glob>*.*</glob>
   <sourcedir>loncom/html/res/adm/pages/reactionresponse/</sourcedir>
   <targetdir dist='default'>home/httpd/html/res/adm/pages/reactionresponse/</targetdir>
   <categoryname>interface file</categoryname>
   <description>
   Associated file for answering reactionresponse style questions
   </description>
   <filenames>
   reaction_editor.html;
   reaction_frame.html;
   reaction_help.html;
   reaction_viewer.html;
   reaction_window.html
   </filenames>
   </fileglob>
 <file>  <file>
 <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>  <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
 <target dist='default'>  <target dist='default'>
Line 2272  javascript for handling client-side inte Line 6399  javascript for handling client-side inte
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/build/loncapaverifypackages</source>  <source dist='default'>loncom/build/CHECKRPMS</source>
 <target dist='default'>usr/sbin/loncapaverifypackages</target>  <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
 <categoryname>script</categoryname>  <categoryname>system script</categoryname>
 <description>  <description>
 checks the system RPMs against what install.lon-capa.org specifies  Checks if RPMs need updating with yum, you, rug, up2date or check-rpms depending on distribution.
 </description>  </description>
 <status>deprecated</status>  <status>tested/documented/beta</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/build/loncaparestoreconfigurations</source>  <source>loncom/build/check-rpms</source>
 <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>  <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
 <categoryname>script</categoryname>  <categoryname>system script</categoryname>
 <description>  <description>
 restores .rpmsave files after a LON-CAPA-base upgrade  compare installed rpms with up-to-date distribution
 </description>  </description>
 <status>deprecated</status>  <status>tested/documented/beta</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/build/loncapaautoupgrade</source>  <source>doc/man/check-rpms.1</source>
 <target dist='default'>usr/sbin/loncapaautoupgrade</target>  <target dist='default'>usr/local/man/man1/check-rpms.1</target>
 <categoryname>script</categoryname>  <categoryname>doc</categoryname>
 <description>  <description>man page for check-rpms</description>
 does all the things to coordinate updating of LON-CAPA base files.  Should be  <build trigger='always run'>
 used with caution so that you do not lose work  loncom/build/pod2man.sh check-rpms &gt; ../../doc/man/check-rpms.1 &amp;&amp; \
 </description>  echo 'manifying check-rpms'
 <status>deprecated</status>  </build>
   <status>beta</status>
   <dependencies>
   ../../loncom/build/check-rpms
   </dependencies>
   </file>
   <file>
   <source>doc/scripts/check-rpms.html</source>
   <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
   </target>
   <categoryname>doc</categoryname>
   <description>POD-derived page for check-rpms</description>
   <build trigger='always run'>
   loncom/build/pod2html.sh check-rpms &gt; ../../doc/scripts/check-rpms.html \
   &amp;&amp; echo 'pod2html checkrpms'
   </build>
   <status>works/unverified</status>
   <dependencies>
   ../../loncom/build/check-rpms
   </dependencies>
 </file>  </file>
 <file>  <file>
 <source>loncom/build/loncapaverify</source>  <source>loncom/build/loncaparestoreconfigurations</source>
 <target dist='default'>usr/sbin/loncapaverify</target>  <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
   </target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
 <description>  <description>
 makes verification report using loncapaverifypackages and  Updates .lpmlnew files with previous settings.  Also supports alternative
 loncapaverifybasepackage  schemes of settings-updating and file-overwriting.
 </description>  </description>
 <status>deprecated</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
 <source>loncom/cron/loncapa</source>    <source>loncom/cron/loncapa.built</source>
 <target dist='default'>etc/cron.d/loncapa</target>    <target dist='default'>etc/cron.d/loncapa</target>
 <categoryname>static conf</categoryname>    <categoryname>conf</categoryname>
 <description>    <description>
 file that specifies periodic processes to run for the LON-CAPA machine      file that specifies periodic processes to run for the LON-CAPA machine
 </description>    </description>
     <build trigger='always run'>
   loncom/cron/preserve_local_loncapa_cron
     </build>
     <dependencies>
   loncapa;
   preserve_local_loncapa_cron
     </dependencies>
 </file>  </file>
 <file>  <file>
 <source>loncom/ntp/step-tickers</source>  <source>loncom/ntp/step-tickers</source>
 <target dist='default'>etc/ntp/step-tickers</target>  <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
 <categoryname>conf</categoryname>  </target>
   <categoryname>static conf</categoryname>
 <description>  <description>
 file that stimulates running of ntpdate upon init.d/xntpd initiation  file that stimulates running of ntpdate upon init.d/xntpd initiation
 </description>  </description>
Line 2331  file that stimulates running of ntpdate Line 6486  file that stimulates running of ntpdate
 </note>  </note>
 </file>  </file>
 <file>  <file>
   <source>loncom/pam.d/pwauth</source>
   <target dist='default'>etc/pam.d/pwauth</target>
   <categoryname>static conf</categoryname>
   <description>
   file that allows setuid password privileges for pwauth executable
   </description>
   </file>
   <file>
   <source>loncom/pam.d/pwchange</source>
   <target dist='default'>etc/pam.d/pwchange</target>
   <categoryname>static conf</categoryname>
   <description>
   file that allows setuid password privileges for pwchange (lcpasswd) executable
   </description>
   </file>
   <file>
 <source>loncom/init.d/loncontrol</source>  <source>loncom/init.d/loncontrol</source>
 <target dist='default'>etc/rc.d/init.d/loncontrol</target>  <target dist='default'>etc/rc.d/init.d/loncontrol</target>
   <target dist='suse9.2 suse9.3 sles9 sles10 suse10.1'>etc/init.d/loncontrol</target>
 <categoryname>root script</categoryname>  <categoryname>root script</categoryname>
 <description>  <description>
 Controls the launching/halting of lonc, lond, and lonsql processes.  Controls the launching/halting of lonc, lond, and lonsql processes.
 </description>  </description>
 </file>  </file>
 <link>  <link>
 <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>  <linkto>etc/rc.d/init.d/loncontrol</linkto>
 <target dist='default'>  <target dist='default'>
 etc/rc.d/rc0.d/K05loncontrol  etc/rc.d/rc0.d/K05loncontrol;
 etc/rc.d/rc1.d/K05loncontrol  etc/rc.d/rc1.d/K05loncontrol;
 etc/rc.d/rc2.d/K05loncontrol  etc/rc.d/rc2.d/K05loncontrol;
 etc/rc.d/rc3.d/S95loncontrol  etc/rc.d/rc3.d/S95loncontrol;
 etc/rc.d/rc4.d/S95loncontrol  etc/rc.d/rc4.d/S95loncontrol;
 etc/rc.d/rc5.d/S95loncontrol  etc/rc.d/rc5.d/S95loncontrol;
 etc/rc.d/rc6.d/K05loncontrol  etc/rc.d/rc6.d/K05loncontrol
 </target>  </target>
 <categoryname>symbolic link</categoryname>  <categoryname>symbolic link</categoryname>
Line 2355  symbolic links to /etc/rc.d/init.d/lonco Line 6527  symbolic links to /etc/rc.d/init.d/lonco
 </link>  </link>
 <file>  <file>
 <source>loncom/atalk/config</source>  <source>loncom/atalk/config</source>
 <target dist='default'>etc/atalk/config</target>  <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
 <categoryname>conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 configuration file to make LON-CAPA server file space accessible to  configuration file to make LON-CAPA server file space accessible to
 Appleshares access (Macintosh)  Appleshares access (Macintosh)
 </description>  </description>
 </file>  </file>
   <file>
     <source>loncom/interface/loncss.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/loncss.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Generates standard LON-CAPA CSS
     </description>
   </file>
   <file>
     <source>loncom/LONCAPA.pm</source>
     <target dist='default'>home/httpd/lib/perl/LONCAPA.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Some basic Lon-CAPA functionality
     </description>
   </file>
   <file>
     <source>loncom/interface/lonnotify.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/lonnotify.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Interface for Domain Coordinators to (a) send broadcast e-mail to groups 
   of users, and (b) to display e-mail of this type sent in the past.
     </description>
   </file>
   <file>
     <source>loncom/interface/lonhelpmenu.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/lonhelpmenu.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Creates a multipage help screen to help users out.
     </description>
   </file>
   <file>
     <source>loncom/interface/lonsupportreq.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/lonsupportreq.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Handler to make it easy for users to send a request to the helpdesk
     </description>
   </file>
   <file>
     <source>loncom/interface/courseclassifier.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/courseclassifier.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Routines used in generation of dynamic Year, Semester, Departmemt and Course Number select boxes from institutional course codes.
     </description>
   </file>
   <file>
     <source>loncom/interface/coursecatalog.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/coursecatalog.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Display catalog of courses with institutional codes, filtered by domain-specific categories (e.g., year, semester, department etc.).
     </description>
   </file>
   <file>
     <source>loncom/interface/resetpw.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/resetpw.pm</target>
     <categoryname>handler</categoryname>
     <description>
       A user with an internally authenticated account and a recorded e-mail address can use a two-step process to set a new password via a token sent to his/her e-mail address.
     </description>
   </file>
   <file>
     <source>loncom/interface/lonmodifycourse.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/lonmodifycourse.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Interface to modifying a course's internal ENV values for automated
       enrollment
     </description>
   </file>
   <file>
     <source>loncom/interface/domainprefs.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/domainprefs.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Interface for modifying domain configuration
     </description>
   </file>
   <file>
     <source>loncom/interface/lonpopulate.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/lonpopulate.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Handler for configuring automated enrollment
     </description>
   </file>
   <file>
     <source>loncom/enrollment/Enrollment.pm</source>
     <target dist='default'>home/httpd/lib/perl/LONCAPA/Enrollment.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Handler for automated enrollment
     </description>
   </file>
   <file>
     <source>loncom/enrollment/localenroll.pm</source>
     <target dist='default'>home/httpd/lib/perl/localenroll.pm</target>
     <categoryname>conf</categoryname>
     <description>
       Local handler for automated enrollment.
     </description>
   </file>
   <file>
     <source>loncom/enrollment/localenroll.pm</source>
     <target dist='default'>home/httpd/lib/perl/localenroll-std.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Local handler for automated enrollment, standard version.
     </description>
   </file>
   <file>
     <source>loncom/enrollment/Autoenroll.pl</source>
     <target dist='default'>home/httpd/perl/Autoenroll.pl</target>
     <categoryname>script</categoryname>
     <description>
       Local handler for automated enrollment, standard version.
     </description>
   </file>
   <file>
     <source>loncom/auth/localstudentphoto.pm</source>
     <target dist='default'>home/httpd/lib/perl/localstudentphoto.pm</target>
     <categoryname>conf</categoryname>
     <description>
       Local handler for automated enrollment.
     </description>
   </file>
   <file>
     <source>loncom/auth/localstudentphoto.pm</source>
     <target dist='default'>home/httpd/lib/perl/localstudentphoto-std.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Local handler for automated enrollment, standard version.
     </description>
   </file>
   <file>
     <source>loncom/automation/batchcreatecourse.pm</source>
     <target dist='default'>home/httpd/lib/perl/LONCAPA/batchcreatecourse.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Handler for batch creation of courses.
     </description>
   </file>
   <file>
     <source>loncom/automation/Autocreate.pl</source>Autocreate.pl
     <target dist='default'>home/httpd/perl/Autocreate.pl</target>
     <categoryname>script</categoryname>
     <description>
       Script for automated course creation.
     </description>
   </file>
   <fileglob>
       <glob>*.pl</glob>
       <sourcedir>loncom/debugging_tools/</sourcedir>
       <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
       <categoryname>script</categoryname>
       <description>
         Tools for helping debug Lon-CAPA
       </description>
   <filenames>
   activity_to_accesscount.pl;
   clean_db.pl;
   db_copy.pl;
   dump_db.pl;
   escape.pl;
   excise_from_db.pl;
   getties.pl;
   login_count.pl;
   modify_config_files.pl;
   parse_scantron.pl;
   seed_accesscount.pl;
   stress.pl;
   unescape.pl;
   user_login_count.pl;
   </filenames>
   </fileglob>
   <fileglob>
       <glob>*</glob>
       <sourcedir>loncom/debugging_tools/compiled/</sourcedir>
       <targetdir dist='default'>home/httpd/perl/debug/</targetdir>
       <categoryname>script</categoryname>
       <description>
         Binary tools for LON-CAPA
       </description>
   <filenames>
   create_db_dynamic;
   create_db_dynamic_64;
   dump_db_static_32;
   </filenames>
   </fileglob>
   <file>
   <source>loncom/build/distprobe</source>
   <target dist='default'>home/httpd/perl/distprobe</target>
   <categoryname>script</categoryname>
   <description>
   for probing operating system flavor and version
   </description>
   <note>
   </note>
   </file>
 </files>  </files>
 </lpml>  </lpml>

Removed from v.1.29  
changed lines
  Added in v.1.531


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