Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.27 and 1.70

version 1.27, 2001/08/16 01:44:37 version 1.70, 2001/12/13 20:46:18
Line 1 Line 1
   <!-- loncapafiles.pl
 <!-- Scott Harrison -->  <!-- Scott Harrison -->
 <!-- Guy Albertelli -->  
   <!-- $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 36
 <!-- defined. -->  <!-- defined. -->
   
 <lpml>  <lpml>
   <specialnotice dist='redhat 7.0 redhat7.1'>
   !!!!!!!!!  REDHAT 7.1   NOTICE   !!!!!!!!!!!!!!!!!!!!
   !!!!!!!!!  LINE IN Cookie.pm     !!!!!!!!!!!!!!!!!!!!
   !!!!!!!!!  MUST BE REPLACED DUE  !!!!!!!!!!!!!!!!!!!!
   !!!!!!!!!  TO PERL 5.6.0 ERROR   !!!!!!!!!!!!!!!!!!!!
   !!!!!!!!!                        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !!!! The offending line is in CGI/Cookie.pm                           !!
   !!!!                                                                  !!
   !!!! it went from                                                     !!
   !!!!                                                                  !!
   !!!!                                                                  !!
   !!!! # IE requires the path and domain to be present for some reason. !!
   !!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path;          !!
   !!!!                                                                  !!
   !!!! to                                                               !!
   !!!!                                                                  !!
   !!!!                                                                  !!
   !!!! # IE requires the path and domain to be present for some reason. !!
   !!!! $path   = CGI::url(-absolute=>1) unless defined $path;           !!
   </specialnotice>
 <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>
 <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>
 <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>
 <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 130  echo '********************************** Line 204  echo '**********************************
 </rpm>  </rpm>
 <directories>  <directories>
 <directory>  <directory>
     <targetdir dist='default'>etc</targetdir>
     <categoryname>standard</categoryname>
     <description>standard linux directory for configuration files</description>
   </directory>
   <directory>
     <targetdir dist='default'>etc/atalk</targetdir>
     <categoryname>standard</categoryname>
     <description>appletalk configuration files</description>
   </directory>
   <directory>
     <targetdir dist='default'>etc/cron.d</targetdir>
     <categoryname>standard</categoryname>
     <description>standard linux directory for running time-based "jobs"
     </description>
   </directory>
   <directory>
   <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>
     <targetdir dist='default'>etc/ntp</targetdir>
     <categoryname>standard</categoryname>
     <description>configuration directory for network time protocol</description>
   </directory>
   <directory>
     <targetdir dist='default'>etc/pam.d</targetdir>
     <categoryname>standard</categoryname>
     <description>configuration directory for password authentication mechanism
     </description>
   </directory>
   <directory>
     <targetdir dist='default'>etc/rc.d/init.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/init.d</targetdir>
     <categoryname>standard</categoryname>
     <description>scripts that run during system startup</description>
   </directory>
   <directory>
     <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/rc0.d</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>
     <description>scripts that run for run-level 2</description>
   </directory>
   <directory>
     <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/rc3.d</targetdir>
     <categoryname>standard</categoryname>
     <description>scripts that run for run-level 3</description>
   </directory>
   <directory>
     <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/rc4.d</targetdir>
     <categoryname>standard</categoryname>
     <description>scripts that run for run-level 4</description>
   </directory>
   <directory>
     <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/rc5.d</targetdir>
     <categoryname>standard</categoryname>
     <description>scripts that run for run-level 5</description>
   </directory>
   <directory>
     <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
     <targetdir dist='redhat7.1 debian2.2'>etc/rc6.d</targetdir>
     <categoryname>standard</categoryname>
     <description>scripts that run for run-level 6</description>
   </directory>
   <directory>
   <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>
Line 145  echo '********************************** Line 294  echo '**********************************
   <description>start of the web server tree</description>    <description>start of the web server tree</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc</targetdir>  
   <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>
Line 167  echo '********************************** Line 311  echo '**********************************
   </description>    </description>
 </directory>  </directory>
 <directory>  <directory>
     <targetdir dist='default'>home/httpd/prtspool</targetdir>
     <categoryname>server standard</categoryname>
     <description>for the output of lonprintout.pm
     </description>
   </directory>
   <directory>
     <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>
   <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>
Line 212  echo '********************************** Line 367  echo '**********************************
   <description>home of the rat</description>    <description>home of the rat</description>
 </directory>  </directory>
 <directory>  <directory>
     <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
     <categoryname>server readonly</categoryname>
     <description>online help documentation</description>
   </directory>
   <directory>
   <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>    <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>graphic widgets</description>    <description>graphic widgets</description>
Line 219  echo '********************************** Line 379  echo '**********************************
 <directory>  <directory>
   <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>
   <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>    <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
Line 242  roles.db) which specify the roles and pr Line 402  roles.db) which specify the roles and pr
 LON-CAPA system.</description>  LON-CAPA system.</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>home/httpd/html/lon-status</targetdir>  
   <categoryname>server standard</categoryname>  
   <description>status reports</description>  
 </directory>  
 <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>  
 </directory>  
 <directory>  
   <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>
Line 294  LON-CAPA system.</description> Line 441  LON-CAPA system.</description>
   <description></description>    <description></description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>usr/sbin</targetdir>    <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
   <categoryname>standard</categoryname>    </targetdir>
   <description>standard linux directory for superuser executables</description>    <categoryname>server readonly</categoryname>
     <description>icons that help depict the file system (outdated)</description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc/cron.d</targetdir>    <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
     <targetdir dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
     <targetdir dist='debian2.2'>usr/local/lib/perl/5.6.0</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>standard linux directory for running time-based "jobs"    <description>system perl tree (usually present on linux systems)
   </description>    </description>
 </directory>  </directory>
 <directory>  <directory>
   <targetdir dist='default'>etc/ntp</targetdir>    <targetdir dist='default'>usr/sbin</targetdir>
   <categoryname>standard</categoryname>  
   <description>configuration directory for network time protocol</description>  
 </directory>  
 <directory>  
   <targetdir dist='default'>etc/rc.d/init.d</targetdir>  
   <targetdir dist='redhat7.1 debian2.2'>etc/init.d</targetdir>  
   <categoryname>standard</categoryname>  
   <description>scripts that run during system startup</description>  
 </directory>  
 <directory>  
   <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>  
   <targetdir dist='redhat7.1 debian2.2'>etc/rc0.d</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>  
   <description>scripts that run for run-level 2</description>  
 </directory>  
 <directory>  
   <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>  
   <targetdir dist='redhat7.1 debian2.2'>etc/rc3.d</targetdir>  
   <categoryname>standard</categoryname>  
   <description>scripts that run for run-level 3</description>  
 </directory>  
 <directory>  
   <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>  
   <targetdir dist='redhat7.1 debian2.2'>etc/rc4.d</targetdir>  
   <categoryname>standard</categoryname>  
   <description>scripts that run for run-level 4</description>  
 </directory>  
 <directory>  
   <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>  
   <targetdir dist='redhat7.1 debian2.2'>etc/rc5.d</targetdir>  
   <categoryname>standard</categoryname>  
   <description>scripts that run for run-level 5</description>  
 </directory>  
 <directory>  
   <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>  
   <targetdir dist='redhat7.1 debian2.2'>etc/rc6.d</targetdir>  
   <categoryname>standard</categoryname>  
   <description>scripts that run for run-level 6</description>  
 </directory>  
 <directory>  
   <targetdir dist='default'>etc/atalk</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/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/access.conf</source>  <source>loncom/access.conf</source>
 <target dist='default'>etc/httpd/conf/access.conf</target>  <target dist='default'>etc/httpd/conf/access.conf</target>
 <categoryname>conf</categoryname>  <categoryname>conf</categoryname>
Line 452  well as causing the Apache module to be Line 566  well as causing the Apache module to be
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/publisher/thesaurus.dat</source>
   <target dist='default'>home/httpd/lonTabs/thesaurus.dat</target>
   <categoryname>static conf</categoryname>
   <description>
   Custom Thesaurus file for LON-CAPA, in the format
   word@wordID@frequency@relatedwordID:frequency,relatedwordID:frequency,...
   </description>
   </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 477  parameter. Line 600  parameter.
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/templates/blank.library</source>  <source>loncom/cgi/graph.gif</source>
 <target dist='default'>  <target dist='default'>home/httpd/cgi-bin/graph.gif</target>
 home/httpd/html/res/adm/includes/templates/blank.library</target>  <categoryname>script</categoryname>
 <categoryname>static conf</categoryname>  
 <description>  
 Template file for a new library.  
 </description>  
 </file>  
 <file>  
 <source>loncom/homework/templates/blank.library.meta</source>  
 <target dist='default'>  
 home/httpd/html/res/adm/includes/templates/blank.library.meta</target>  
 <categoryname>static conf</categoryname>  
 <description>  
 Metadata related to a new library.  
 </description>  
 </file>  
 <file>  
 <source>loncom/homework/templates/script.library</source>  
 <target dist='default'>  
 home/httpd/html/res/adm/includes/templates/script.library</target>  
 <categoryname>static conf</categoryname>  
 <description>  <description>
 Template file for a new script library.  Dynamically outputs a graph especially for lonstatistics.pm.
 </description>  </description>
   <note>
   Depends on perl modules:
   GDGraph-1.33 and GDTextUtils-0.80.
   </note>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/templates/script.library.meta</source>  <source>loncom/cgi/plot.gif</source>
 <target dist='default'>  <target dist='default'>home/httpd/cgi-bin/plot.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.  Dynamically outputs X-Y plots with point, line, etc functions.
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/templates/blank.problem</source>  <source>loncom/interface/printout.pl</source>
 <target dist='default'>  <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
 home/httpd/html/res/adm/includes/templates/blank.problem</target>  <categoryname>script</categoryname>
 <categoryname>static conf</categoryname>  
 <description>  <description>
 Template file.  cgi script
 </description>  </description>
   <note>
   Depends on srm.conf entry:
   Alias /prtspool/ /home/httpd/prtspool/
   as well as a /home/httpd/prtspool directory.
   </note>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/templates/blank.problem.meta</source>  <source>loncom/cgi/metadata_keywords.pl</source>
 <target dist='default'>  <target dist='default'>home/httpd/cgi-bin/metadata_keywords.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.  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>  </description>
 </file>  </file>
 <file>  <fileglob>
 <source>loncom/homework/templates/numerical.problem</source>  <glob>*.*</glob>
 <target dist='default'>  <sourcedir>loncom/homework/templates/</sourcedir>
 home/httpd/html/res/adm/includes/templates/numerical.problem</target>  <targetdir dist='default'>
   home/httpd/html/res/adm/includes/templates/</targetdir>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 Template file for a numerical problem.  Template files for generating new resources.
 </description>  </description>
 </file>  <filenames>
   blank.library;
   blank.library.meta;
   blank.problem;
   blank.problem.meta;
   formula.problem;
   formula.problem.meta;
   numerical.problem;
   numerical.problem.meta;
   RadioResponse.problem;
   RadioResponse.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;
   script.library;
   script.library.meta;
   SimpleStringResponse.problem;
   SimpleStringResponse.problem.meta;
   StringResponse.problem;
   StringResponse.problem.meta
   </filenames>
   </fileglob>
 <file>  <file>
 <source>loncom/homework/templates/numerical.problem.meta</source>  <source>loncom/homework/insertlist.tab</source>
 <target dist='default'>  <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
 home/httpd/html/res/adm/includes/templates/numerical.problem.meta</target>  
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 Template file metadata for a numerical problem.  Describes what tags are allowed inside other tags.
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/homework/insertlist.tab</source>  <source>CAPA/JavaTools/GLabel.class</source>
 <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>  <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
   </target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 Describes what tags are allowed inside other tags.  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/default.assesscalc</source>
Line 639  Basic auth password to access /lon-statu Line 793  Basic auth password to access /lon-statu
 </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'>etc/smb.conf</target>
 <categoryname>conf</categoryname>  <categoryname>conf</categoryname>
Line 723  tmpput, tmpget, and ls). Line 854  tmpput, tmpget, and ls).
 </description>  </description>
 </file>  </file>
 <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/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 739  tmpput, tmpget, and ls). Line 876  tmpput, tmpget, and ls).
 <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>
 <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 931  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/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 964  Interface file for responding to imprope
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/xml/physnet.sty</source>
   <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
   <categoryname>static conf</categoryname>
   <description>
   The relevant conditions and metadata to attach to PhysNet-specific tags.
   </description>
   </file>
   <file>
 <source>loncom/homework/lectureonline.sty</source>  <source>loncom/homework/lectureonline.sty</source>
 <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty</target>  <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty</target>
 <categoryname>static conf</categoryname>  <categoryname>static conf</categoryname>
Line 821  content. Line 991  content.
 <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 854  Table which has hash data necessary for Line 1024  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 1226  Builds up frame set and loads in the rig Line 1396  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>  
 <target dist='default'>home/httpd/html/res/adm/pages/catalog.gif</target>  
 <categoryname>graphic file</categoryname>  
 <description>  
 The catalog button for the remote control.  
 </description>  
 <status>works/unverified</status>  
 </file>  
 <file>  
 <source>loncom/html/res/adm/pages/homeworkmenu.html</source>  <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
 <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>  <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 1356  implements &lt;script&gt;, &lt;scriptlib Line 1517  implements &lt;script&gt;, &lt;scriptlib
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <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>
Line 1403  handles request to the CAPA homework pro Line 1573  handles request to the CAPA homework pro
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/auth/localauth.pm</source>
   <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Local authentication mechanism (meant to be customized).
   </description>
   <status>works/unverified</status>
   </file>
   <file>
 <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 1556  which is restricted based on file or ser Line 1735  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 1604  A blank page with very minimal HTML stru Line 1791  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 1724  sutd.gif Line 1911  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
 </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>
Line 1741  lonlogo_broken.mov Line 1928  lonlogo_broken.mov
 logos  logos
 </description>  </description>
 <filenames>  <filenames>
 cab.gif  SMETE_white.gif;
 cab_big.gif  arrow_up.gif;
 class.gif  cab.gif;
 class_big.gif  cab_big.gif;
 dvi.gif  capapanel.gif;
 dvi_big.gif  class.gif;
 eps.gif  class_big.gif;
 eps_big.gif  dvi.gif;
 exam.gif  dvi_big.gif;
 exam_big.gif  eps.gif;
 folder_closed.gif  eps_big.gif;
 folder_opened.gif  exam.gif;
 folder_pointer_closed.gif  exam_big.gif;
 folder_pointer_opened.gif  folder_closed.gif;
 form.gif  folder_opened.gif;
 form_big.gif  folder_pointer_closed.gif;
 gif.gif  folder_pointer_opened.gif;
 gif_big.gif  form.gif;
 htm.gif  form_big.gif;
 html.gif  gif.gif;
 html_big.gif  gif_big.gif;
 jpg.gif  htm.gif;
 jpg_big.gif  html.gif;
 liteani.gif  html_big.gif;
 lonlogo.gif  jar.gif;
 lonlogos.gif  jar_big.gif;
 meta.gif  jpg.gif;
 meta_big.gif  jpg_big.gif;
 mov.gif  latex.gif;
 mov_big.gif  liteani.gif;
 move_up.gif  lolpanel.gif;
 move_down.gif  lonanim.gif;
 page.gif  lonanimend.gif;
 page_big.gif  lonhelplogos.gif;
 pdf.gif  lonhelptop.gif;
 pdf_big.gif  lonlogo.gif;
 problem.gif  lonlogos.gif;
 problem_big.gif  meta.gif;
 ps.gif  meta_big.gif;
 ps_big.gif  mov.gif;
 quill.gif  mov_big.gif;
 quiz.gif  move_up.gif;
 quiz_big.gif  move_down.gif;
 select.gif  page.gif;
 sequence.gif  page_big.gif;
 sequence_big.gif  pdf.gif;
 server.gif  pdf_big.gif;
 server_big.gif  png.gif;
 survey.gif  png_big.gif;
 survey_big.gif  problem.gif;
 tex.gif  problem_big.gif;
 tex_big.gif  ps.gif;
 txt.gif  ps_big.gif;
 txt_big.gif  quill.gif;
 user.gif  quiz.gif;
 user_big.gif  quiz_big.gif;
 wav.gif  select.gif;
 wav_big.gif  sequence.gif;
 white_space_20_22.gif  sequence_big.gif;
 whitespace1.gif  server.gif;
 whitespace10.gif  server_big.gif;
 whitespace2.gif  srvbad.gif;
 whitespace3.gif  srvempty.gif;
 whitespace4.gif  srvgood.gif;
 whitespace5.gif  srvhalf.gif;
 whitespace6.gif  srvnull.gif;
 whitespace7.gif  survey.gif;
 whitespace8.gif  survey_big.gif;
 whitespace9.gif  tex.gif;
 xml.gif  tex_big.gif;
 xml_big.gif  txt.gif;
 zip.gif  txt_big.gif;
   unknown.gif;
   unknown_big.gif;
   user.gif;
   user_big.gif;
   wav.gif;
   wav_big.gif;
   white_space_20_22.gif;
   whitespace1.gif;
   whitespace10.gif;
   whitespace2.gif;
   whitespace3.gif;
   whitespace4.gif;
   whitespace5.gif;
   whitespace6.gif;
   whitespace7.gif;
   whitespace8.gif;
   whitespace9.gif;
   xml.gif;
   xml_big.gif;
   zip.gif;
 zip_big.gif  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.  Respectively: button for catalog,
   button to set parameters in a page,
   button to do regrades, button to check on problem submissions,
 </description>  </description>
 <filenames>  <filenames>
 cat_button.gif  cat_button.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/tth.pm</source>
 <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>  <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
   <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/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 1838  perl module for invoking functions speci Line 2051  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>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'>usr/lib/perl5/site_perl/5.005/tth.so</target>
   <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/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 1860  modules/TexConvert/tthperl/commands Line 2075  modules/TexConvert/tthperl/commands
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
 ../tthdynamic/tthfunc.c  ../tthdynamic/tthfunc.c;
 ../tthdynamic/ttmfunc.c  ../tthdynamic/ttmfunc.c
 </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'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
   <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/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 1880  the build process however. Line 2097  the build process however.
 <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'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
   <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/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 1894  the build process however. Line 2113  the build process however.
 <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'>usr/lib/perl5/site_perl/5.005/capa.so</target>
   <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/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 1902  shared library file for dynamic loading Line 2122  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
 </dependencies>  </dependencies>
 </file>  </file>
Line 1916  xml files which assign unicode numbers t Line 2136  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 2002  Define unit prefixing and conversion for Line 2222  Define unit prefixing and conversion for
 <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  a.gif;
 anot.gif  anot.gif;
 b.gif  b.gif;
 back.gif  back.gif;
 bkm.gif  bkm.gif;
 brws.gif  brws.gif;
 c.gif  c.gif;
 ccrs.gif  catalog.gif;
 chat.gif  ccrs.gif;
 chrt.gif  chat.gif;
 com.gif  chrt.gif;
 courses.gif  com.gif;
 cprv.gif  courses.gif;
 cstr.gif  cprv.gif;
 d.gif  cstr.gif;
 dempty.gif  d.gif;
 e.gif  dempty.gif;
 empty.gif  e.gif;
 enrl.gif  egrd.gif;
 eval.gif  empty.gif;
 f.gif  enrl.gif;
 fdbk.gif  eval.gif;
 feedback.gif  f.gif;
 forw.gif  fdbk.gif;
 g.gif  feedback.gif;
 grds.gif  forw.gif;
 group.gif  g.gif;
 h.gif  grds.gif;
 help.gif  group.gif;
 hyphen.gif  h.gif;
 i.gif  help.gif;
 info.gif  hyphen.gif;
 j.gif  i.gif;
 k.gif  info.gif;
 l.gif  j.gif;
 ledblink.gif  k.gif;
 ledgreen.gif  l.gif;
 ledoff.gif  ledblink.gif;
 ledon.gif  ledgreen.gif;
 ledsend.gif  ledoff.gif;
 logout.gif  ledon.gif;
 m.gif  ledsend.gif;
 mrk.gif  logout.gif;
 n.gif  m.gif;
 nav.gif  mrk.gif;
 next.gif  n.gif;
 o.gif  nav.gif;
 p.gif  next.gif;
 parm.gif  o.gif;
 pgrd.gif  p.gif;
 pparm.gif  parm.gif;
 prev.gif  pgrd.gif;
 prt.gif  pparm.gif;
 q.gif  prev.gif;
 qempty.gif  prt.gif;
 r.gif  q.gif;
 reload.gif  qempty.gif;
 remotebg.gif  r.gif;
 res.gif  reload.gif;
 roles.gif  remotebg.gif;
 s.gif  res.gif;
 sbkm.gif  roles.gif;
 space.gif  s.gif;
 spacer.gif  sbkm.gif;
 sprs.gif  space.gif;
 src.gif  spacer.gif;
 stat.gif  sprs.gif;
 subm.gif  src.gif;
 t.gif  stat.gif;
 title.gif  subm.gif;
 u.gif  t.gif;
 v.gif  title.gif;
 vbkm.gif  u.gif;
 w.gif  v.gif;
 x.gif  vbkm.gif;
 y.gif  w.gif;
   x.gif;
   y.gif;
 z.gif  z.gif
 </filenames>  </filenames>
 </fileglob>  </fileglob>
Line 2114  renders the HTML (including image maps) Line 2336  renders the HTML (including image maps)
 icons used for the bookmark portion of the LON-CAPA user interface  icons used for the bookmark portion of the LON-CAPA user interface
 </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>
Line 2214  world2.gif Line 2436  world2.gif
 icons used for directory indexing and login screen  icons used for directory indexing and login screen
 </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>
Line 2248  ur_corner.gif Line 2470  ur_corner.gif
 associated with the frameset scheme of displaying bookmarks  associated with the frameset 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>
Line 2322  file that stimulates running of ntpdate Line 2544  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>
 <categoryname>root script</categoryname>  <categoryname>root script</categoryname>
Line 2332  Controls the launching/halting of lonc, Line 2570  Controls the launching/halting of lonc,
 <link>  <link>
 <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>  <linkto dist='default'>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>

Removed from v.1.27  
changed lines
  Added in v.1.70


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