Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.88 and 1.181

version 1.88, 2002/01/18 15:30:34 version 1.181, 2002/10/20 18:55:06
Line 1 Line 1
   <!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
    "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->  <!-- loncapafiles.lpml -->
 <!-- Scott Harrison -->  <!-- Scott Harrison -->
   
Line 36  http://www.lon-capa.org/ Line 38  http://www.lon-capa.org/
 <!-- defined. -->  <!-- defined. -->
   
 <lpml>  <lpml>
 <specialnotice dist='redhat7.0 redhat7.1'>  <specialnotices>
   <specialnotice dist='default'>
   !!! REDHAT 6.2 NOTICE !!!
   !!! 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>
   <specialnotice dist='redhat7 redhat7.1'>
 !!!!!!!!!  REDHAT 7.*   NOTICE   !!!!!!!!!!!!!!!!!!!!  !!!!!!!!!  REDHAT 7.*   NOTICE   !!!!!!!!!!!!!!!!!!!!
 !!!!!!!!!  LINE IN Cookie.pm     !!!!!!!!!!!!!!!!!!!!  !!!!!!!!!  LINE IN Cookie.pm     !!!!!!!!!!!!!!!!!!!!
 !!!!!!!!!  MUST BE REPLACED DUE  !!!!!!!!!!!!!!!!!!!!  !!!!!!!!!  MUST BE REPLACED DUE  !!!!!!!!!!!!!!!!!!!!
Line 44  http://www.lon-capa.org/ Line 56  http://www.lon-capa.org/
 !!!!!!!!!                        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  !!!!!!!!!                        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !!!! The offending line is in CGI/Cookie.pm                           !!  !!!! The offending line is in CGI/Cookie.pm                           !!
 !!!!                                                                  !!  !!!!                                                                  !!
 !!!! it went from                                                     !!  !!!! it should be changed from                                        !!
 !!!!                                                                  !!  !!!! $path   = CGI::url(-absolute=>1) unless defined $path;           !!
 !!!!                                                                  !!  
 !!!! # IE requires the path and domain to be present for some reason. !!  
 !!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path;          !!  
 !!!!                                                                  !!  
 !!!! to                                                               !!  !!!! to                                                               !!
   !!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path;          !!
 !!!!                                                                  !!  !!!!                                                                  !!
 !!!!                                                                  !!  !!!! (This is just below the following line )                         !!
 !!!! # IE requires the path and domain to be present for some reason. !!  !!!! # IE requires the path and domain to be present for some reason. !!
 !!!! $path   = CGI::url(-absolute=>1) unless defined $path;           !!  
 </specialnotice>  </specialnotice>
   </specialnotices>
 <targetroot>/</targetroot>  <targetroot>/</targetroot>
 <sourceroot>/home/user/loncapa/</sourceroot>  <sourceroot>/home/user/loncapa/</sourceroot>
 <categories>  <categories>
Line 80  http://www.lon-capa.org/ Line 89  http://www.lon-capa.org/
   <abbreviation>handler</abbreviation>    <abbreviation>handler</abbreviation>
 </category>  </category>
 <category name="handler" type="development">  <category name="handler" type="development">
   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>    <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
   <abbreviation>handler</abbreviation>    <abbreviation>handler</abbreviation>
 </category>  </category>
 <category name="static conf" type="runtime">  <category name="static conf" type="runtime">
Line 100  http://www.lon-capa.org/ Line 109  http://www.lon-capa.org/
   <abbreviation>configurable</abbreviation>    <abbreviation>configurable</abbreviation>
 </category>  </category>
 <category name="script" type="runtime">  <category name="script" type="runtime">
   <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>    <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
   <abbreviation>script</abbreviation>    <abbreviation>script</abbreviation>
 </category>  </category>
 <category name="script" type="development">  <category name="script" type="development">
   <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>    <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
   <abbreviation>script</abbreviation>    <abbreviation>script</abbreviation>
 </category>  </category>
 <category name="graphic file" type="runtime">  <category name="graphic file" type="runtime">
Line 112  http://www.lon-capa.org/ Line 121  http://www.lon-capa.org/
   <abbreviation>graphicfile</abbreviation>    <abbreviation>graphicfile</abbreviation>
 </category>  </category>
 <category name="graphic file" type="development">  <category name="graphic file" type="development">
   <chmod dist='default'>0444</chmod><chown dist='default'>www:www</chown>    <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
   <abbreviation>graphicfile</abbreviation>    <abbreviation>graphicfile</abbreviation>
 </category>  </category>
 <category name="doc" type="runtime">  <category name="doc" type="runtime">
Line 132  http://www.lon-capa.org/ Line 141  http://www.lon-capa.org/
   <abbreviation>systemfile</abbreviation>    <abbreviation>systemfile</abbreviation>
 </category>  </category>
 <category name="root script" type="runtime">  <category name="root script" type="runtime">
   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>    <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
   <abbreviation>rootscript</abbreviation>    <abbreviation>rootscript</abbreviation>
 </category>  </category>
 <category name="root script" type="development">  <category name="root script" type="development">
   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>    <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
   <abbreviation>rootscript</abbreviation>    <abbreviation>rootscript</abbreviation>
 </category>  </category>
 <category name="symbolic link" type="runtime">  <category name="symbolic link" type="runtime">
Line 168  http://www.lon-capa.org/ Line 177  http://www.lon-capa.org/
   <abbreviation>directory</abbreviation>    <abbreviation>directory</abbreviation>
 </category>  </category>
 <category name="server readonly" type="development">  <category name="server readonly" type="development">
   <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>    <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
   <abbreviation>directory</abbreviation>    <abbreviation>directory</abbreviation>
 </category>  </category>
 </categories>  </categories>
Line 185  Division of Science and Mathematics Educ Line 194  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 203  echo 'This installation assumes an insta Line 211  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>  <rpmRequires>
 <item>PreReq: LON-CAPA-setup</item>  <item>PreReq: LON-CAPA-setup</item>
 <item>PreReq: apache</item>  <item>PreReq: apache</item>
 <item>PreReq: /etc/httpd/conf/access.conf</item>  <item>PreReq: /etc/httpd/conf/httpd.conf</item>
 </rpmRequires>  </rpmRequires>
 </rpm>  </rpm>
 <directories>  <directories>
 <directory>  <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='default'>etc</targetdir>    <targetdir dist='default'>etc</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>standard linux directory for configuration files</description>    <description>standard linux directory for configuration files</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
   <targetdir dist='default'>etc/atalk</targetdir>    <protectionlevel>never_delete</protectionlevel>
   <categoryname>standard</categoryname>  
   <description>appletalk configuration files</description>  
 </directory>  
 <directory>  
   <targetdir dist='default'>etc/cron.d</targetdir>    <targetdir dist='default'>etc/cron.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>standard linux directory for running time-based "jobs"    <description>standard linux directory for running time-based "jobs"
   </description>    </description>
 </directory>  </directory>
 <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'>
   <targetdir dist='default'>etc/ntp</targetdir>    <protectionlevel>never_delete</protectionlevel>
   <categoryname>standard</categoryname>  
   <description>configuration directory for network time protocol</description>  
 </directory>  
 <directory>  
   <targetdir dist='default'>etc/pam.d</targetdir>    <targetdir dist='default'>etc/pam.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>configuration directory for password authentication mechanism    <description>configuration directory for password authentication mechanism
   </description>    </description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='default'>etc/rc.d/init.d</targetdir>    <targetdir dist='default'>etc/rc.d/init.d</targetdir>
   <targetdir dist='redhat7.1 debian2.2'>etc/init.d</targetdir>    <targetdir dist='debian'>etc/init.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run during system startup</description>    <description>scripts that run during system startup</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
   <targetdir dist='redhat7.1 debian2.2'>etc/rc0.d</targetdir>    <targetdir dist='debian'>etc/rc0.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 0</description>    <description>scripts that run for run-level 0</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
   <targetdir dist='redhat7.1 debian2.2'>etc/rc1.d</targetdir>    <targetdir dist='debian'>etc/rc1.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 1</description>    <description>scripts that run for run-level 1</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
   <targetdir dist='redhat7.1 debian2.2'>etc/rc2.d</targetdir>    <targetdir dist='debian'>etc/rc2.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 2</description>    <description>scripts that run for run-level 2</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
   <targetdir dist='redhat7.1 debian2.2'>etc/rc3.d</targetdir>    <targetdir dist='debian'>etc/rc3.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 3</description>    <description>scripts that run for run-level 3</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
   <targetdir dist='redhat7.1 debian2.2'>etc/rc4.d</targetdir>    <targetdir dist='debian'>etc/rc4.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 4</description>    <description>scripts that run for run-level 4</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
   <targetdir dist='redhat7.1 debian2.2'>etc/rc5.d</targetdir>    <targetdir dist='debian'>etc/rc5.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 5</description>    <description>scripts that run for run-level 5</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>    <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
   <targetdir dist='redhat7.1 debian2.2'>etc/rc6.d</targetdir>    <targetdir dist='debian'>etc/rc6.d</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>scripts that run for run-level 6</description>    <description>scripts that run for run-level 6</description>
 </directory>  </directory>
 <directory>  <directory 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'>
     <protectionlevel>modest_delete</protectionlevel>
   <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>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>    <targetdir dist='default'>home/httpd/prtspool</targetdir>
   <categoryname>server standard</categoryname>    <categoryname>server standard</categoryname>
   <description>for the output of lonprintout.pm    <description>for the output of lonprintout.pm
   </description>    </description>
 </directory>  </directory>
 <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 from extinction. -->
     <protectionlevel>weak_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/lib/perl</targetdir>    <targetdir dist='default'>home/httpd/lib/perl</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>location of LON-CAPA non web mod-perl handlers</description>    <description>location of LON-CAPA non web mod-perl handlers</description>
 </directory>  </directory>
 <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/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/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/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/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/help</targetdir>    <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>online help documentation</description>    <description>online help documentation</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
   <targetdir dist='default'>home/httpd/html/adm/help/api</targetdir>    <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/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>    <categoryname>server readonly</categoryname>
   <description>online help documentation for the LON-CAPA programming    <description>online help documentation for the LON-CAPA programming
 interface</description>  interface</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
   <targetdir dist='default'>home/httpd/html/adm/help/api/Apache</targetdir>    <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/help/lib/perl/Apache
     </targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>online help documentation for the LON-CAPA programming    <description>online help documentation for the LON-CAPA programming
 interface, Apache (mod_perl) handlers</description>  interface, Apache (mod_perl) handlers</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>    <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>online help documentation for the LON-CAPA programming    <description>online help documentation for the LON-CAPA programming
 interface, Apache (mod_perl) handlers</description>  interface, Apache (mod_perl) handlers</description>
 </directory>  </directory>
 <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>miscellaneous resources</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 432  mechanism to use. Line 524  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'>
     <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/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/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'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons    <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
   </targetdir>    </targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>icons that help depict the file system (outdated)</description>    <description>icons that help depict the file system (outdated)</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>    <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
   <targetdir dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>    <targetdir dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
   <targetdir dist='debian2.2'>usr/local/lib/perl/5.6.0</targetdir>    <targetdir dist='debian'>usr/local/lib/perl/5.6.0</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>system perl tree (usually present on linux systems)    <description>system perl tree (usually present on linux systems)
   </description>    </description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>usr/local/loncapa/bin</targetdir>
     <categoryname>standard</categoryname>
     <description>local binary files for loncapa</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>usr/local/loncapa/doc</targetdir>
     <categoryname>standard</categoryname>
     <description>local documentation files for loncapa</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>usr/local/loncapa/doc/conf_examples</targetdir>
     <categoryname>standard</categoryname>
     <description>examples of configuration files for secondary
    services</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
     <targetdir dist='default'>usr/local/man/man1</targetdir>
     <categoryname>standard</categoryname>
     <description>local manual pages</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='default'>usr/man/man1</targetdir>    <targetdir dist='default'>usr/man/man1</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>manual pages</description>    <description>manual pages</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='default'>usr/man/man3</targetdir>    <targetdir dist='default'>usr/man/man3</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>manual pages</description>    <description>manual pages</description>
 </directory>  </directory>
 <directory>  <directory dist='default'>
     <protectionlevel>never_delete</protectionlevel>
   <targetdir dist='default'>usr/sbin</targetdir>    <targetdir dist='default'>usr/sbin</targetdir>
   <categoryname>standard</categoryname>    <categoryname>standard</categoryname>
   <description>standard linux directory for superuser executables</description>    <description>standard linux directory for superuser executables</description>
Line 504  LON-CAPA system.</description> Line 658  LON-CAPA system.</description>
 <files>  <files>
 <file>  <file>
 <source>loncom/krb.conf</source>  <source>loncom/krb.conf</source>
 <target dist='default'>etc/krb.conf</target>  <target dist='default'>usr/local/loncapa/doc/conf_examples/krb.conf</target>
 <categoryname>conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 which Kerberos server to contact for specified Kerberos domains  which Kerberos server to contact for specified Kerberos domains
 </description>  </description>
Line 530  each list element consists of only two s Line 684  each list element consists of only two s
 <target dist='default'>etc/httpd/conf/loncapa.conf</target>  <target dist='default'>etc/httpd/conf/loncapa.conf</target>
 <categoryname>conf</categoryname>  <categoryname>conf</categoryname>
 <description>  <description>
   <p>
 The goal of this file is to implement all LON-CAPA specific  The goal of this file is to implement all LON-CAPA specific
 customization of the Apache web server.  customization of the Apache web server (most all of these values
 </description>  require manual input from the system administrator at some point).
 </file>  The values in this file, as opposed to loncapa_apache.conf, are
 <file>  meant to be machine and institution specific.
 <source>loncom/access.conf</source>  </p>
 <target dist='default'>etc/httpd/conf/access.conf</target>  <p>
 <categoryname>conf</categoryname>  For the LON-CAPA network server and perl module
 <description>  handlers, it defines machine specific settings including lonHostID, lonRole,
 This file has two major functions.  lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt.
 For the Apache web server, it defines a global  </p>
 access configuration which defines what server options (Indexes", "Includes",  <p>
 "FollowSymLinks", "ExecCGI", or "MultiViews") are associated  This file should not be viewable by regular users of the system.
 with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",  Only root and www should be able to view the contents of this file
 and "/usr/doc").  For the LON-CAPA network server and perl module  since lonReceipt is sensitive.
 handlers, it defines machine specific settings (lonHostID, lonRole,  </p>
 lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt)  
 and internal machine settings for specific directories, socket ports,  
 and browser detection logic.  
 </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 570  MySQL database</td></tr> Line 722  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>  <categoryname>static conf</categoryname>
 <description>  <description>
 This is the main server configuration file.  The settings here are  The goal of this file is to implement all LON-CAPA specific
 more or less standard for the Apache web server.  Most notably (and  customization of the Apache web server that does not require
 importantly!), perl handling and mod_perl are enabled in this configuration  user input.
 file.  
 </description>  For the Apache web server, it defines a global
 </file>  access configuration which defines what server options (Indexes", "Includes",
 <file>  "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
 <source>loncom/srm.conf</source>  with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
 <target dist='default'>etc/httpd/conf/srm.conf</target>  and "/usr/doc").  For the LON-CAPA network server and perl module
 <categoryname>static conf</categoryname>  handlers, it defines 
 <description>  and internal machine settings for specific directories, socket ports,
 <p>  the www@localhost MySQL password, and browser detection logic.
 This file configures the "name space" of the Apache web server.    
 <tt>srm.conf</tt>  
 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,  
 and a specific regular expression associated with the URL, such as  
 "^/res/.*\.page".  
 </p>  
 <p>  
 Here is an example entry:  
 <pre>  
 &lt;LocationMatch "^/res/.*\.page$&gt;  
 SetHandler perl-script  
 PerlHandler Apache::lonpage  
 &lt;/LocationMatch&gt;  
 </pre>  
 </p>  
 </description>  </description>
 </file>  </file>
 <file>  <file>
Line 612  PerlHandler Apache::lonpage Line 748  PerlHandler Apache::lonpage
 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/publisher/thesaurus.dat</source>  <source>loncom/thesaurus/thesaurus.db</source>
 <target dist='default'>home/httpd/lonTabs/thesaurus.dat</target>  <target dist='default'>home/httpd/lonTabs/thesaurus.db</target>
 <categoryname>static conf</categoryname>  <categoryname>system file</categoryname>
 <description>  <description>
 Custom Thesaurus file for LON-CAPA, in the format  Thesaurus database file to be built from loncom/thesaurus/rawkey.txt
 word@wordID@frequency@relatedwordID:frequency,relatedwordID:frequency,...  
 </description>  </description>
   <build trigger='run if dependencies change'>
   loncom/thesaurus/build_thesaurus_wrapper.sh
   </build>
   <dependencies>
   rawkey.txt
   </dependencies>
 </file>  </file>
 <file>  <file>
 <source>loncom/interface/mydesk.tab</source>  <source>loncom/interface/mydesk.tab</source>
Line 641  Descriptive list of file extensions, and Line 782  Descriptive list of file extensions, and
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/interface/filecategories.tab</source>
   <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.gif</source>  <source>loncom/cgi/barcode.gif</source>
 <target dist='default'>home/httpd/cgi-bin/barcode.gif</target>  <target dist='default'>home/httpd/cgi-bin/barcode.gif</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
Line 650  parameter. Line 799  parameter.
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/cgi/thumbnail.gif</source>
   <target dist='default'>home/httpd/cgi-bin/thumbnail.gif</target>
   <categoryname>script</categoryname>
   <description>
   Produces a thumbnail image of the url given
   </description>
   </file>
   <file>
   <source>loncom/cgi/clusterstatus.pl</source>
   <target dist='default'>home/httpd/cgi-bin/clusterstatus.pl</target>
   <categoryname>script</categoryname>
   <description>
   utility cgi script to view status of cluster
   </description>
   </file>
   <file>
   <source>loncom/build/system_dependencies/perltest.pl</source>
   <target dist='default'>home/httpd/cgi-bin/perltest.pl</target>
   <categoryname>script</categoryname>
   <description>
   utility cgi script to view status of perl modules
   </description>
   </file>
   <file>
   <source>loncom/build/system_dependencies/cpan_distributions.txt</source>
   <target dist='default'>home/httpd/cgi-bin/cpan_distributions.txt</target>
   <categoryname>interface file</categoryname>
   <description>
   utility cgi script to view status of perl modules
   </description>
   </file>
   <file>
 <source>loncom/cgi/graph.gif</source>  <source>loncom/cgi/graph.gif</source>
 <target dist='default'>home/httpd/cgi-bin/graph.gif</target>  <target dist='default'>home/httpd/cgi-bin/graph.gif</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
Line 662  GDGraph-1.33 and GDTextUtils-0.80. Line 843  GDGraph-1.33 and GDTextUtils-0.80.
 </note>  </note>
 </file>  </file>
 <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>  <source>loncom/cgi/plot.gif</source>
 <target dist='default'>home/httpd/cgi-bin/plot.gif</target>  <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
Line 714  blank.library; Line 911  blank.library;
 blank.library.meta;  blank.library.meta;
 blank.problem;  blank.problem;
 blank.problem.meta;  blank.problem.meta;
 formula.problem;  Essay.problem;
 formula.problem.meta;  Essay.problem.meta;
 numerical.problem;  numerical.problem;
 numerical.problem.meta;  numerical.problem.meta;
   Plot.problem;
   Plot.problem.meta;
 RadioResponse.problem;  RadioResponse.problem;
 RadioResponse.problem.meta;  RadioResponse.problem.meta;
   RandomLabelExample.problem;
   RandomLabelExample.problem.meta;
 SelectFromOptions-4ConceptGoups.problem;  SelectFromOptions-4ConceptGoups.problem;
 SelectFromOptions-4ConceptGoups.problem.meta;  SelectFromOptions-4ConceptGoups.problem.meta;
 SelectFromOptions-5ConceptGoups.problem;  SelectFromOptions-5ConceptGoups.problem;
Line 734  SelectFromOptions-Simple.problem; Line 935  SelectFromOptions-Simple.problem;
 SelectFromOptions-Simple.problem.meta;  SelectFromOptions-Simple.problem.meta;
 script.library;  script.library;
 script.library.meta;  script.library.meta;
 SimpleStringResponse.problem;  SimpleFormula.problem;
 SimpleStringResponse.problem.meta;  SimpleFormula.problem.meta;
 StringResponse.problem;  StringResponse.problem;
 StringResponse.problem.meta  StringResponse.problem.meta
 </filenames>  </filenames>
Line 808  and privileges available in the network Line 1009  and privileges available in the network
 <file>  <file>
 <source>loncom/hosts.tab</source>  <source>loncom/hosts.tab</source>
 <target dist='default'>home/httpd/lonTabs/hosts.tab</target>  <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
 <categoryname>conf</categoryname>  <categoryname>static conf</categoryname>
 <description>  <description>
 List of all machines in the LON-CAPA network.  Relates <tt>lonHostID</tt> to  List of all machines in the LON-CAPA network.  Relates <tt>lonHostID</tt> to
 <tt>lonDefDomain</tt> and <u>IP address</u>.  <tt>lonDefDomain</tt> and <u>IP address</u>.
Line 823  Spare hosts to offload session to if the Line 1024  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 844  Basic auth password to access /lon-statu Line 1045  Basic auth password to access /lon-statu
 </file>  </file>
 <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>
 <target dist='redhat7.1'>etc/samba/smb.conf</target>  <categoryname>static conf</categoryname>
 <categoryname>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 854  neighborhood Line 1054  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 879  Batch script for updating SQL metadata d Line 1079  Batch script for updating SQL metadata d
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/metadata_database/cleanup_database.pl</source>
   <target dist='default'>home/httpd/perl/cleanup_database.pl</target>
   <categoryname>script</categoryname>
   <description>
   Batch script for removing temporary tables from the SQL metadata database.
   </description>
   </file>
   <file>
 <source>loncom/lonc</source>  <source>loncom/lonc</source>
 <target dist='default'>home/httpd/perl/lonc</target>  <target dist='default'>home/httpd/perl/lonc</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
Line 892  proxy server Line 1100  proxy server
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lonc</description>  <description>man page for lonc</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../lonc > ../../doc/man/lonc.1 && echo 'manifying lonc'  loncom/build/pod2man.sh ../lonc &gt; ../../doc/man/lonc.1 &amp;&amp; \
   echo 'manifying lonc'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 903  loncom/build/pod2man.sh ../lonc > ../../ Line 1112  loncom/build/pod2man.sh ../lonc > ../../
 <source>doc/scripts/lonc.html</source>  <source>doc/scripts/lonc.html</source>
 <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>  <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lonc</description>  <description>POD-derived page for lonc</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && echo 'pod2html lonc'  loncom/build/pod2html.sh ../lonc &gt; ../../doc/scripts/lonc.html &amp;&amp; \
   echo 'pod2html lonc'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 922  It accepts and processes incoming reques Line 1132  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 936  tmpput, tmpget, and ls). Line 1146  tmpput, tmpget, and ls).
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lond</description>  <description>man page for lond</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && echo 'manifying lond'  loncom/build/pod2man.sh ../lond &gt; ../../doc/man/lond.1 &amp;&amp; \
   echo 'manifying lond'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 947  loncom/build/pod2man.sh ../lond > ../../ Line 1158  loncom/build/pod2man.sh ../lond > ../../
 <source>doc/scripts/lond.html</source>  <source>doc/scripts/lond.html</source>
 <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>  <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lond</description>  <description>POD-derived page for lond</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && echo 'pod2html lond'  loncom/build/pod2html.sh ../lond &gt; ../../doc/scripts/lond.html &amp;&amp; \
   echo 'pod2html lond'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 957  loncom/build/pod2html.sh ../lond > ../.. Line 1169  loncom/build/pod2html.sh ../lond > ../..
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
   <source>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>
   </file>
   <file>
 <source>loncom/cgi/loncron.pl</source>  <source>loncom/cgi/loncron.pl</source>
 <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>  <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
Line 980  loncom/build/pod2html.sh ../lond > ../.. Line 1198  loncom/build/pod2html.sh ../lond > ../..
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lonsql</description>  <description>man page for lonsql</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && echo 'manifying lonsql'  loncom/build/pod2man.sh ../lonsql &gt; ../../doc/man/lonsql.1 &amp;&amp; \
   echo 'manifying lonsql'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 991  loncom/build/pod2man.sh ../lonsql > ../. Line 1210  loncom/build/pod2man.sh ../lonsql > ../.
 <source>doc/scripts/lonsql.html</source>  <source>doc/scripts/lonsql.html</source>
 <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>  <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lonsql</description>  <description>POD-derived page for lonsql</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && echo 'pod2html lonsql'  loncom/build/pod2html.sh ../lonsql &gt; ../../doc/scripts/lonsql.html &amp;&amp; \
   echo 'pod2html lonsql'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1030  new user. Line 1250  new user.
 <status>being updated</status>  <status>being updated</status>
 </file>  </file>
 <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>
 <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>
Line 1093  Interface file for responding to imprope Line 1324  Interface file for responding to imprope
 </description>  </description>
 </file>  </file>
 <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/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 1102  The relevant conditions and metadata to Line 1341  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 1163  Edit handler for rat maps; TeX content h Line 1403  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/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/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/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 1173  construction space menu. Line 1485  construction space menu.
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <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/build/buildHelp.sh</build>
   </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>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>
   </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>
   </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>
   <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>
   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;
   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>
   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;
   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_Numerical_and_Formula_Response.tex;
   Ambiguous_Reference.tex;
   Author_LON-CAPA_Introduction.tex;
   Author_Manual_Title_Page.tex;
   Author_Numerical_and_Formula.tex;
   Author_Remote_Control.tex;
   Authoring_Adding_Pictures.tex;
   Authoring_Dynamic_Plot.tex;
   Authoring_HTML_vs_Tex.tex;
   Authoring_M_Tag.tex;
   Authoring_Piecewise_Plot.tex;
   Calling_Functions.tex;
   Coauthor.tex;
   Construction_Space_Overview.tex;
   Course_Add_Student.tex;
   Course_Chart_To_Excel.tex;
   Course_Convert_To_CSV.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_Feedback_Addresses.tex;
   Course_Homework_Performance_Overview.tex;
   Course_Message_Access.tex;
   Course_Problem_Weight.tex;
   Course_Setting_Parameters.tex;
   Course_Student_Grade_Override.tex;
   Course_Student_Work.tex;
   Course_Toplevel_Seq.tex;
   Creating_A_Course_Intro.tex;
   Creating_New_Content_Pages.tex;
   Creating_Online_Problems.tex;
   Creating_Radio_Response_Problems.tex;
   Foils.tex;
   Formula_Response_Example.tex;
   Formula_Response_Limitations.tex;
   Formula_Response_Problems.tex;
   Formula_Response_Sampling.tex;
   Formula_Tolerance.tex;
   How_To_Edit_Existing_Content_Pages.tex;
   Latex_Footer.tex;
   Latex_Header.tex;
   Login_To_LON-CAPA.tex;
   Metadata_Description.tex;
   Navmap_Host_Down.tex;
   Numerical_Response_Advanced_Example.tex;
   Numerical_Response_Format.tex;
   Numerical_Response_Intro.tex;
   Numerical_Response_Introduction.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;
   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;
   Problem_Editor_Testing_Area.tex;
   Problem_Editor_XML_Index.tex;
   Problem_Types.tex;
   Publishing_A_Resource.tex;
   Publishing_Author_Tutorial_Segue.tex;
   Publishing_Copyright.tex;
   Publishing_Intro.tex;
   Publishing_Keywords.tex;
   Radio_Response_Problems.tex;
   Radio_Response_Randomization.tex;
   Resource_Types.tex;
   Script_Tutorial_Intro.tex;
   Scripting_Help.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;
   Spreadsheet_About.tex;
   Spreadsheet_Alternative_View.tex;
   Spreadsheet_Changes_To_Grading.tex;
   Spreadsheet_Col_Sum.tex;
   Spreadsheet_Completely_Recalc.tex;
   Spreadsheet_Empty_Rows.tex;
   Spreadsheet_Export_Row.tex;
   Spreadsheet_Functions.tex;
   Spreadsheet_Import_Values.tex;
   Spreadsheet_Levels.tex;
   Spreadsheet_Lists.tex;
   Spreadsheet_Max_Depth_Exceeded.tex;
   Spreadsheet_OOO_Rows.tex;
   Spreadsheet_Op_On_All_Problem_Parts.tex;
   Spreadsheet_Parms.tex;
   Spreadsheet_Problem_Weight.tex;
   Spreadsheet_Ranges.tex;
   Spreadsheet_Specifying_Cells.tex;
   Spreadsheet_Student_Visible.tex;
   Spreadsheet_Symbolic_Names.tex;
   Spreadsheet_Template_Row.tex;
   Spreadsheet_Ternary_Operator.tex;
   Spreadsheet_Tries.tex;
   String_Response_Problem_Creation.tex;
   String_Response_Problems.tex;
   Tolerance.tex;
   Variable_Naming_Conventions.tex;
   Variable_Tutorial_A.tex;
   Variables_in_Scripts.tex;
   Variables_in_the_Answer_Block.tex;
   Variables_in_the_Text_Block.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>
   </file>
   <file>
 <source>loncom/interface/lonstatistics.pm</source>  <source>loncom/interface/lonstatistics.pm</source>
 <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>  <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 1182  Handler to show statistics on solving LO Line 1811  Handler to show statistics on solving LO
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <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>
   <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>
   The module that generate the html for the Problem Analysis web pages.
   </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/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 1205  Handler to upload files through browser Line 1874  Handler to upload files through browser
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lonupload.pm</description>  <description>man page for lonupload.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../publisher/lonupload.pm > ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'  loncom/build/pod2man.sh ../publisher/lonupload.pm &gt; \
   ../../doc/man/Apache__lonupload.3 &amp;&amp; echo 'manifying lonupload.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1213  loncom/build/pod2man.sh ../publisher/lon Line 1883  loncom/build/pod2man.sh ../publisher/lon
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
 <source>doc/api/Apache/lonupload.html</source>  <source>doc/lib/perl/Apache/lonupload.html</source>
 <target dist='default'>home/httpd/html/adm/help/api/Apache/lonupload.html</target>  <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
   </target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>POD-derived page for lonupload.pm</description>  <description>POD-derived page for lonupload.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../publisher/lonupload.pm > ../../doc/api/Apache/lonupload.html && echo 'pod2html lonupload.pm'  loncom/build/pod2html.sh ../publisher/lonupload.pm &gt; \
   ../../doc/lib/perl/Apache/lonupload.html &amp;&amp; \
   echo 'pod2html lonupload.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1235  Handler to evaluate essay (ungraded) sty Line 1908  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/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 1243  Handler to publish directories. Line 1935  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>  <source>doc/man/Apache__lonpubdir.3</source>
 <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>  <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lonpubdir.pm</description>  <description>man page for lonpubdir.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../publisher/lonpubdir.pm > ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'  loncom/build/pod2man.sh ../publisher/lonpubdir.pm &gt; \
   ../../doc/man/Apache__lonpubdir.3 &amp;&amp; echo 'manifying lonpubdir.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1256  loncom/build/pod2man.sh ../publisher/lon Line 1957  loncom/build/pod2man.sh ../publisher/lon
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
 <source>doc/api/Apache/lonpubdir.html</source>  <source>doc/lib/perl/Apache/lonpubdir.html</source>
 <target dist='default'>home/httpd/html/adm/help/api/Apache/lonpubdir.html</target>  <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
   </target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>POD-derived page for lonpubdir.pm</description>  <description>POD-derived page for lonpubdir.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../publisher/lonpubdir.pm > ../../doc/api/Apache/lonpubdir.html && echo 'pod2html lonpubdir.pm'  loncom/build/pod2html.sh ../publisher/lonpubdir.pm &gt; \
   ../../doc/lib/perl/Apache/lonpubdir.html &amp;&amp; \
   echo 'pod2html lonpubdir.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1283  Handler to retrieve old versions from re Line 1987  Handler to retrieve old versions from re
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lonretrieve.pm</description>  <description>man page for lonretrieve.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../publisher/lonretrieve.pm > ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'  loncom/build/pod2man.sh ../publisher/lonretrieve.pm &gt; \
   ../../doc/man/Apache__lonretrieve.3 &amp;&amp; echo 'manifying lonretrieve.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1291  loncom/build/pod2man.sh ../publisher/lon Line 1996  loncom/build/pod2man.sh ../publisher/lon
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
 <source>doc/api/Apache/lonretrieve.html</source>  <source>doc/lib/perl/Apache/lonretrieve.html</source>
 <target dist='default'>home/httpd/html/adm/help/api/Apache/lonretrieve.html</target>  <target dist='default'>
   home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
   </target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>POD-derived page for lonretrieve.pm</description>  <description>POD-derived page for lonretrieve.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../publisher/lonretrieve.pm > ../../doc/api/Apache/lonretrieve.html && echo 'pod2html lonretrieve.pm'  loncom/build/pod2html.sh ../publisher/lonretrieve.pm &gt; \
   ../../doc/lib/perl/Apache/lonretrieve.html &amp;&amp; \
   echo 'pod2html lonretrieve.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1317  Helper functions when in homework edit m Line 2026  Helper functions when in homework edit m
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for edit.pm</description>  <description>man page for edit.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../homework/edit.pm > ../../doc/man/Apache__edit.3 && echo 'manifying edit.pm'  loncom/build/pod2man.sh ../homework/edit.pm &gt; ../../doc/man/Apache__edit.3 &amp;&amp; \
   echo 'manifying edit.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1325  loncom/build/pod2man.sh ../homework/edit Line 2035  loncom/build/pod2man.sh ../homework/edit
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
 <source>doc/api/Apache/edit.html</source>  <source>doc/lib/perl/Apache/edit.html</source>
 <target dist='default'>home/httpd/html/adm/help/api/Apache/edit.html</target>  <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
   </target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>POD-derived page for edit.pm</description>  <description>POD-derived page for edit.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../homework/edit.pm > ../../doc/api/Apache/edit.html && echo 'pod2html edit.pm'  loncom/build/pod2html.sh ../homework/edit.pm &gt; \
   ../../doc/lib/perl/Apache/edit.html \
   &amp;&amp; echo 'pod2html edit.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1392  them roles. Line 2105  them roles.
 <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>  <categoryname>handler</categoryname>
 <description>  <description>
 Produces simple LectureOnline-like student assessment performance chart  Contains a set of functions that generate html controls and data layouts
   </description>
   </file>
   <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 1415  user, domain, home_server, course_id. Line 2136  user, domain, home_server, course_id.
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for loncommon.pm</description>  <description>man page for loncommon.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../interface/loncommon.pm > ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'  loncom/build/pod2man.sh ../interface/loncommon.pm &gt; \
   ../../doc/man/Apache__loncommon.3 &amp;&amp; echo 'manifying loncommon.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1423  loncom/build/pod2man.sh ../interface/lon Line 2145  loncom/build/pod2man.sh ../interface/lon
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
 <source>doc/api/Apache/loncommon.html</source>  <source>doc/lib/perl/Apache/loncommon.html</source>
 <target dist='default'>home/httpd/html/adm/help/api/Apache/loncommon.html</target>  <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
   </target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>POD-derived page for loncommon.pm</description>  <description>POD-derived page for loncommon.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../interface/loncommon.pm > ../../doc/api/Apache/loncommon.html && echo 'pod2html loncommon.pm'  loncom/build/pod2html.sh ../interface/loncommon.pm &gt; \
   ../../doc/lib/perl/Apache/loncommon.html &amp;&amp; \
   echo 'pod2html loncommon.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1573  Handles a searchable catalogue. Line 2298  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>  <source>doc/man/Apache__lonsearchcat.3</source>
 <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>  <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lonsearchcat.pm</description>  <description>man page for lonsearchcat.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../interface/lonsearchcat.pm > ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'  loncom/build/pod2man.sh ../interface/lonsearchcat.pm &gt; \
   ../../doc/man/Apache__lonsearchcat.3 &amp;&amp; echo 'manifying lonsearchcat.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1586  loncom/build/pod2man.sh ../interface/lon Line 2321  loncom/build/pod2man.sh ../interface/lon
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
 <source>doc/api/Apache/lonsearchcat.html</source>  <source>doc/lib/perl/Apache/lonsearchcat.html</source>
 <target dist='default'>home/httpd/html/adm/help/api/Apache/lonsearchcat.html</target>  <target dist='default'>
   home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
   </target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>POD-derived page for lonsearchcat.pm</description>  <description>POD-derived page for lonsearchcat.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../interface/lonsearchcat.pm > ../../doc/api/Apache/lonsearchcat.html && echo 'pod2html lonsearchcat.pm'  loncom/build/pod2html.sh ../interface/lonsearchcat.pm &gt; \
   ../../doc/lib/perl/Apache/lonsearchcat.html &amp;&amp; \
   echo 'pod2html lonsearchcat.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1660  Handler to resolve ambiguous file locati Line 2399  Handler to resolve ambiguous file locati
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lonparmset.pm</description>  <description>man page for lonparmset.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../interface/lonparmset.pm > ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'  loncom/build/pod2man.sh ../interface/lonparmset.pm &gt; \
   ../../doc/man/Apache__lonparmset.3 &amp;&amp; echo 'manifying lonparmset.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1668  loncom/build/pod2man.sh ../interface/lon Line 2408  loncom/build/pod2man.sh ../interface/lon
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
 <source>doc/api/Apache/lonparmset.html</source>  <source>doc/lib/perl/Apache/lonparmset.html</source>
 <target dist='default'>home/httpd/html/adm/help/api/Apache/lonparmset.html</target>  <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
   </target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>POD-derived page for lonparmset.pm</description>  <description>POD-derived page for lonparmset.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../interface/lonparmset.pm > ../../doc/api/Apache/lonparmset.html && echo 'pod2html lonparmset.pm'  loncom/build/pod2html.sh ../interface/lonparmset.pm &gt; \
   ../../doc/lib/perl/Apache/lonparmset.html &amp;&amp; \
   echo 'pod2html lonparmset.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1705  Publishes an LON-CAPA educational resour Line 2448  Publishes an LON-CAPA educational resour
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lonpublisher.pm</description>  <description>man page for lonpublisher.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../publisher/lonpublisher.pm > ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'  loncom/build/pod2man.sh ../publisher/lonpublisher.pm &gt; \
   ../../doc/man/Apache__lonpublisher.3 &amp;&amp; echo 'manifying lonpublisher.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1713  loncom/build/pod2man.sh ../publisher/lon Line 2457  loncom/build/pod2man.sh ../publisher/lon
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
 <source>doc/api/Apache/lonpublisher.html</source>  <source>doc/lib/perl/Apache/lonpublisher.html</source>
 <target dist='default'>home/httpd/html/adm/help/api/Apache/lonpublisher.html</target>  <target dist='default'>
   home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
   </target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>POD-derived page for lonpublisher.pm</description>  <description>POD-derived page for lonpublisher.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../publisher/lonpublisher.pm > ../../doc/api/Apache/lonpublisher.html && echo 'pod2html lonpublisher.pm'  loncom/build/pod2html.sh ../publisher/lonpublisher.pm &gt; \
   ../../doc/lib/perl/Apache/lonpublisher.html &amp;&amp; \
   echo 'pod2html lonpublisher.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1760  Homework remote control. Line 2508  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 1804  bundles pages into one page Line 2561  bundles pages into one page
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lonpage.pm</description>  <description>man page for lonpage.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../../rat/lonpage.pm > ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'  loncom/build/pod2man.sh ../../rat/lonpage.pm &gt; \
   ../../doc/man/Apache__lonpage.3 &amp;&amp; echo 'manifying lonpage.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1812  loncom/build/pod2man.sh ../../rat/lonpag Line 2570  loncom/build/pod2man.sh ../../rat/lonpag
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
 <source>doc/api/Apache/lonpage.html</source>  <source>doc/lib/perl/Apache/lonpage.html</source>
 <target dist='default'>home/httpd/html/adm/help/api/Apache/lonpage.html</target>  <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
   </target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>POD-derived page for lonnet.pm</description>  <description>POD-derived page for lonnet.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../../rat/lonpage.pm > ../../doc/api/Apache/lonpage.html && echo 'pod2html lonpage.pm'  loncom/build/pod2html.sh ../../rat/lonpage.pm &gt; \
   ../../doc/lib/perl/Apache/lonpage.html &amp;&amp; echo 'pod2html lonpage.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1829  loncom/build/pod2html.sh ../../rat/lonpa Line 2589  loncom/build/pod2html.sh ../../rat/lonpa
 <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>
Line 1839  compile course into binary data structur Line 2599  compile course into binary data structur
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lonnet.pm</description>  <description>man page for lonnet.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../../rat/lonuserstate.pm > ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'  loncom/build/pod2man.sh ../../rat/lonuserstate.pm &gt; \
   ../../doc/man/Apache__lonuserstate.3 &amp;&amp; echo 'manifying lonuserstate.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1847  loncom/build/pod2man.sh ../../rat/lonuse Line 2608  loncom/build/pod2man.sh ../../rat/lonuse
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
 <source>doc/api/Apache/lonuserstate.html</source>  <source>doc/lib/perl/Apache/lonuserstate.html</source>
 <target dist='default'>home/httpd/html/adm/help/api/Apache/lonuserstate.html</target>  <target dist='default'>
   home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
   </target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>POD-derived page for lonuserstate.pm</description>  <description>POD-derived page for lonuserstate.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../../rat/lonuserstate.pm > ../../doc/api/Apache/lonuserstate.html && echo 'pod2html lonuserstate.pm'  loncom/build/pod2html.sh ../../rat/lonuserstate.pm &gt; \
   ../../doc/lib/perl/Apache/lonuserstate.html &amp;&amp; \
   echo 'pod2html lonuserstate.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 1864  loncom/build/pod2html.sh ../../rat/lonus Line 2629  loncom/build/pod2html.sh ../../rat/lonus
 <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 1948  image. Line 2713  image.
 <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 1989  handles request to the CAPA homework pro Line 2754  handles request to the CAPA homework pro
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <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>  <source>loncom/auth/localauth.pm</source>
 <target dist='default'>home/httpd/lib/perl/localauth.pm</target>  <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
 <categoryname>handler</categoryname>  <categoryname>handler</categoryname>
Line 2015  as coordinating access to educational re Line 2791  as coordinating access to educational re
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lonacc.pm</description>  <description>man page for lonacc.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../auth/lonacc.pm > ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'  loncom/build/pod2man.sh ../auth/lonacc.pm &gt; \
   ../../doc/man/Apache__lonacc.3 &amp;&amp; echo 'manifying lonacc.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 2023  loncom/build/pod2man.sh ../auth/lonacc.p Line 2800  loncom/build/pod2man.sh ../auth/lonacc.p
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
 <source>doc/api/Apache/lonacc.html</source>  <source>doc/lib/perl/Apache/lonacc.html</source>
 <target dist='default'>home/httpd/html/adm/help/api/Apache/lonacc.html</target>  <target dist='default'>
   home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>POD-derived page for lonacc.pm</description>  <description>POD-derived page for lonacc.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../auth/lonacc.pm > ../../doc/api/Apache/lonacc.html && echo 'pod2html lonacc.pm'  loncom/build/pod2html.sh ../auth/lonacc.pm &gt; \
   ../../doc/lib/perl/Apache/lonacc.html &amp;&amp; echo 'pod2html lonacc.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 2045  access handler for file transfers Line 2824  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>doc/man/Apache__lonracc.3</source>  <source>doc/man/Apache__lonracc.3</source>
 <target dist='default'>usr/man/man3/Apache::lonracc.3</target>  <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lonracc.pm</description>  <description>man page for lonracc.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../auth/lonracc.pm > ../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm'  loncom/build/pod2man.sh ../auth/lonracc.pm &gt; \
   ../../doc/man/Apache__lonracc.3 &amp;&amp; echo 'manifying lonracc.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 2058  loncom/build/pod2man.sh ../auth/lonracc. Line 2866  loncom/build/pod2man.sh ../auth/lonracc.
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
 <source>doc/api/Apache/lonracc.html</source>  <source>doc/lib/perl/Apache/lonracc.html</source>
 <target dist='default'>home/httpd/html/adm/help/api/Apache/lonracc.html</target>  <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
   </target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>POD-derived page for lonracc.pm</description>  <description>POD-derived page for lonracc.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../auth/lonracc.pm > ../../doc/api/Apache/lonracc.html && echo 'pod2html lonracc.pm'  loncom/build/pod2html.sh ../auth/lonracc.pm &gt; \
   ../../doc/lib/perl/Apache/lonracc.html &amp;&amp; echo 'pod2html lonracc.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 2094  for the "priv"-type access, the resource Line 2904  for the "priv"-type access, the resource
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for loncacc.pm</description>  <description>man page for loncacc.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 && echo 'manifying loncacc.pm'  loncom/build/pod2man.sh ../auth/loncacc.pm &gt; ../../doc/man/Apache__loncacc.3 \
   &amp;&amp; echo 'manifying loncacc.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 2102  loncom/build/pod2man.sh ../auth/loncacc. Line 2913  loncom/build/pod2man.sh ../auth/loncacc.
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
 <source>doc/api/Apache/loncacc.html</source>  <source>doc/lib/perl/Apache/loncacc.html</source>
 <target dist='default'>home/httpd/html/adm/help/api/Apache/loncacc.html</target>  <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
   </target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>POD-derived page for loncacc.pm</description>  <description>POD-derived page for loncacc.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../auth/loncacc.pm > ../../doc/api/Apache/loncacc.html && echo 'pod2html loncacc.pm'  loncom/build/pod2html.sh ../auth/loncacc.pm &gt; \
   ../../doc/lib/perl/Apache/loncacc.html &amp;&amp; echo 'pod2html loncacc.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 2161  class. Line 2974  class.
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lonroles.pm</description>  <description>man page for lonroles.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../auth/lonroles.pm > ../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'  loncom/build/pod2man.sh ../auth/lonroles.pm &gt; \
   ../../doc/man/Apache__lonroles.3 &amp;&amp; echo 'manifying lonroles.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 2169  loncom/build/pod2man.sh ../auth/lonroles Line 2983  loncom/build/pod2man.sh ../auth/lonroles
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
 <source>doc/api/Apache/lonroles.html</source>  <source>doc/lib/perl/Apache/lonroles.html</source>
 <target dist='default'>home/httpd/html/adm/help/api/Apache/lonroles.html</target>  <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
   </target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>POD-derived page for lonroles.pm</description>  <description>POD-derived page for lonroles.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../auth/lonroles.pm > ../../doc/api/Apache/lonroles.html && echo 'pod2html lonroles.pm'  loncom/build/pod2html.sh ../auth/lonroles.pm &gt; \
   ../../doc/lib/perl/Apache/lonroles.html &amp;&amp; echo 'pod2html lonroles.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 2196  cross server filesystem browser Line 3012  cross server filesystem browser
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lonindexer.pm</description>  <description>man page for lonindexer.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../interface/lonindexer.pm > ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'  loncom/build/pod2man.sh ../interface/lonindexer.pm &gt; \
   ../../doc/man/Apache__lonindexer.3 &amp;&amp; echo 'manifying lonindexer.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 2204  loncom/build/pod2man.sh ../interface/lon Line 3021  loncom/build/pod2man.sh ../interface/lon
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
 <source>doc/api/Apache/lonindexer.html</source>  <source>doc/lib/perl/Apache/lonindexer.html</source>
 <target dist='default'>home/httpd/html/adm/help/api/Apache/lonindexer.html</target>  <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
   </target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>POD-derived page for lonindexer.pm</description>  <description>POD-derived page for lonindexer.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../interface/lonindexer.pm > ../../doc/api/Apache/lonindexer.html && echo 'pod2html lonindexer.pm'  loncom/build/pod2html.sh ../interface/lonindexer.pm &gt; \
   ../../doc/lib/perl/Apache/lonindexer.html &amp;&amp; \
   echo 'pod2html lonindexer.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 2250  symbols to and from more descriptive phr Line 3070  symbols to and from more descriptive phr
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>man page for lonnet.pm</description>  <description>man page for lonnet.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'  loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm &gt; \
   ../../doc/man/Apache__lonnet.3 &amp;&amp; echo 'manifying lonnet.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 2258  loncom/build/pod2man.sh ../lonnet/perl/l Line 3079  loncom/build/pod2man.sh ../lonnet/perl/l
 </dependencies>  </dependencies>
 </file>  </file>
 <file>  <file>
 <source>doc/api/Apache/lonnet.html</source>  <source>doc/lib/perl/Apache/lonnet.html</source>
 <target dist='default'>home/httpd/html/adm/help/api/Apache/lonnet.html</target>  <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
   </target>
 <categoryname>doc</categoryname>  <categoryname>doc</categoryname>
 <description>POD-derived page for lonnet.pm</description>  <description>POD-derived page for lonnet.pm</description>
 <build trigger='always run'>  <build trigger='always run'>
 loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > ../../doc/api/Apache/lonnet.html && echo 'pod2html lonnet.pm'  loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm &gt; \
   ../../doc/lib/perl/Apache/lonnet.html &amp;&amp; echo 'pod2html lonnet.pm'
 </build>  </build>
 <status>works/unverified</status>  <status>works/unverified</status>
 <dependencies>  <dependencies>
Line 2276  loncom/build/pod2html.sh ../lonnet/perl/ Line 3099  loncom/build/pod2html.sh ../lonnet/perl/
 <categoryname>interface file</categoryname>  <categoryname>interface file</categoryname>
 <description>bumps to login</description>  <description>bumps to login</description>
 </file>  </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>
 <link>  <link>
 <linkto>etc/mime.types</linkto>  <linkto>etc/mime.types</linkto>
 <target dist='default'>etc/httpd/conf/mime.types</target>  <target dist='default'>etc/httpd/conf/mime.types</target>
Line 2339  javascript Line 3168  javascript
 </description>  </description>
 </file>  </file>
 <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>
   <description>
   javascript
   </description>
   </file>
   <file>
 <source>rat/client/map.html</source>  <source>rat/client/map.html</source>
 <target dist='default'>home/httpd/html/adm/rat/map.html</target>  <target dist='default'>home/httpd/html/adm/rat/map.html</target>
 <categoryname>interface file</categoryname>  <categoryname>interface file</categoryname>
Line 2497  lonlogo_broken.mov Line 3342  lonlogo_broken.mov
 <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>
 SMETE_white.gif;  SMETE_white.gif;
   aboutlon.gif;
   accessbutton.gif;
 arrow_up.gif;  arrow_up.gif;
   branch.gif;
 cab.gif;  cab.gif;
 cab_big.gif;  cab_big.gif;
 capapanel.gif;  capapanel.gif;
Line 2513  eps.gif; Line 3361  eps.gif;
 eps_big.gif;  eps_big.gif;
 exam.gif;  exam.gif;
 exam_big.gif;  exam_big.gif;
   fillbottom.gif;
   fillleft.gif;
   fillright.gif;
   filltop.gif;
 folder_closed.gif;  folder_closed.gif;
 folder_opened.gif;  folder_opened.gif;
 folder_pointer_closed.gif;  folder_pointer_closed.gif;
Line 2521  form.gif; Line 3373  form.gif;
 form_big.gif;  form_big.gif;
 gif.gif;  gif.gif;
 gif_big.gif;  gif_big.gif;
   header.gif;
 htm.gif;  htm.gif;
 html.gif;  html.gif;
 html_big.gif;  html_big.gif;
Line 2529  jar_big.gif; Line 3382  jar_big.gif;
 jpg.gif;  jpg.gif;
 jpg_big.gif;  jpg_big.gif;
 latex.gif;  latex.gif;
   lite.gif;
 liteani.gif;  liteani.gif;
   litetext.gif;
 lolpanel.gif;  lolpanel.gif;
 lonanim.gif;  lonanim.gif;
 lonanimend.gif;  lonanimend.gif;
   loncapalogo.gif;
 lonhelplogos.gif;  lonhelplogos.gif;
 lonhelptop.gif;  lonhelptop.gif;
 lonlogo.gif;  lonlogo.gif;
 lonlogos.gif;  lonlogos.gif;
   lowerleft.gif;
   lowerright.gif;
 meta.gif;  meta.gif;
 meta_big.gif;  meta_big.gif;
 mov.gif;  mov.gif;
 mov_big.gif;  mov_big.gif;
 move_up.gif;  move_up.gif;
 move_down.gif;  move_down.gif;
   navmap.correct.gif;
   navmap.open.gif;
   navmap.wrong.gif;
   navmap.folder.open.gif;
   navmap.folder.closed.gif;
 page.gif;  page.gif;
 page_big.gif;  page_big.gif;
 pdf.gif;  pdf.gif;
Line 2574  txt.gif; Line 3437  txt.gif;
 txt_big.gif;  txt_big.gif;
 unknown.gif;  unknown.gif;
 unknown_big.gif;  unknown_big.gif;
   upperleft.gif;
   upperright.gif;
 user.gif;  user.gif;
 user_big.gif;  user_big.gif;
   userauthentication.gif;
 wav.gif;  wav.gif;
 wav_big.gif;  wav_big.gif;
 white_space_20_22.gif;  white_space_20_22.gif;
Line 2601  zip_big.gif Line 3467  zip_big.gif
 <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.  Respectively: button for catalog,  Miscellaneous resources.
 button to set parameters in a page,  
 button to do regrades, button to check on problem submissions,  
 </description>  </description>
 <filenames>  <filenames>
 authorfeed.gif;  authorfeed.gif;
 bomb.gif;  bomb.gif;
 cat_button.gif;  cat_button.gif;
 chat.gif;  chat.gif;
   eval_button.gif;
 feedback.gif;  feedback.gif;
 pprm_button.gif;  pprm_button.gif;
 pgrd_button.gif;  pgrd_button.gif;
Line 2619  subm_button.gif Line 3484  subm_button.gif
 <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>  <target dist='redhat7 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 2633  and in this way is treated as though it Line 3498  and in this way is treated as though it
 <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/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>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>  <target dist='redhat7 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 2658  modules/TexConvert/tthperl/commands Line 3544  modules/TexConvert/tthperl/commands
 <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>  <target dist='redhat7 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
Line 2673  the build process however. Line 3559  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>  <target dist='redhat7 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
Line 2689  the build process however. Line 3575  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>  <target dist='redhat7 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 2699  loncom/homework/caparesponse/commands Line 3585  loncom/homework/caparesponse/commands
 </build>  </build>
 <dependencies>  <dependencies>
 caparesponse.c;  caparesponse.c;
 caparesponse.pm  caparesponse.pm;
   README;
   Makefile.PL;
   capa.i;
   commands;
   ../../../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>  </dependencies>
 </file>  </file>
 <fileglob>  <fileglob>
Line 2769  javascript. Line 3681  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 2792  Define unit prefixing and conversion for Line 3704  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>*.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</description>
   <filenames>
   </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>
   </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;
   colon.gif;
   hyphen.gif;
   slash.gif;
   space.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;  brws.gif;
 c.gif;  
 catalog.gif;  catalog.gif;
 ccrs.gif;  ccrs.gif;
 chat.gif;  chat.gif;
Line 2813  com.gif; Line 3805  com.gif;
 courses.gif;  courses.gif;
 cprv.gif;  cprv.gif;
 cstr.gif;  cstr.gif;
 d.gif;  
 dempty.gif;  dempty.gif;
 e.gif;  docs.gif;
 egrd.gif;  egrd.gif;
 empty.gif;  empty.gif;
 enrl.gif;  enrl.gif;
 eval.gif;  eval.gif;
 f.gif;  
 fdbk.gif;  fdbk.gif;
 feedback.gif;  feedback.gif;
 forw.gif;  forw.gif;
 g.gif;  
 grds.gif;  grds.gif;
 group.gif;  group.gif;
 h.gif;  
 help.gif;  help.gif;
 hyphen.gif;  
 i.gif;  
 info.gif;  info.gif;
 j.gif;  
 k.gif;  
 l.gif;  
 ledblink.gif;  ledblink.gif;
 ledgreen.gif;  ledgreen.gif;
 ledoff.gif;  ledoff.gif;
 ledon.gif;  ledon.gif;
 ledsend.gif;  ledsend.gif;
 logout.gif;  logout.gif;
 m.gif;  
 mrk.gif;  mrk.gif;
 n.gif;  
 nav.gif;  nav.gif;
 next.gif;  next.gif;
 o.gif;  nothumb.gif;
 p.gif;  
 parm.gif;  parm.gif;
 pgrd.gif;  pgrd.gif;
 pparm.gif;  pparm.gif;
   pref.gif;
 prev.gif;  prev.gif;
 prt.gif;  prt.gif;
 q.gif;  
 qempty.gif;  qempty.gif;
 r.gif;  
 reload.gif;  reload.gif;
 remotebg.gif;  remotebg.gif;
 res.gif;  res.gif;
 roles.gif;  roles.gif;
 s.gif;  
 sbkm.gif;  sbkm.gif;
 space.gif;  
 spacer.gif;  spacer.gif;
 sprs.gif;  sprs.gif;
 src.gif;  src.gif;
 stat.gif;  stat.gif;
 subm.gif;  subm.gif;
 t.gif;  
 title.gif;  title.gif;
 u.gif;  
 v.gif;  
 vbkm.gif;  vbkm.gif;
 w.gif;  
 x.gif;  
 y.gif;  
 z.gif  
 </filenames>  </filenames>
 </fileglob>  </fileglob>
 <file>  <file>
Line 2906  renders the HTML (including image maps) Line 3876  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;
Line 3006  world2.gif Line 3977  world2.gif
 <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;
Line 3040  ur_corner.gif Line 4012  ur_corner.gif
 <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;
Line 3061  javascript for handling client-side inte Line 4034  javascript for handling client-side inte
 </description>  </description>
 </file>  </file>
 <file>  <file>
 <source>loncom/build/loncapaverifypackages</source>  <source>loncom/build/CHECKRPMS</source>
 <target dist='default'>usr/sbin/loncapaverifypackages</target>  <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
 <categoryname>script</categoryname>  <categoryname>root script</categoryname>
 <description>  <description>
 checks the system RPMs against what install.lon-capa.org specifies  manilla wrapper around check-rpms
 </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>root 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>
 <file>  <file>
 <source>loncom/build/loncapaverify</source>  <source>doc/scripts/check-rpms.html</source>
 <target dist='default'>usr/sbin/loncapaverify</target>  <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>
   <source>loncom/build/loncaparestoreconfigurations</source>
   <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
 <description>  <description>
 makes verification report using loncapaverifypackages and  restores .rpmsave files after a LON-CAPA-base upgrade
 loncapaverifybasepackage  
 </description>  </description>
 <status>deprecated</status>  <status>deprecated</status>
 </file>  </file>
Line 3108  file that specifies periodic processes t Line 4099  file that specifies periodic processes t
 </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 3144  Controls the launching/halting of lonc, Line 4136  Controls the launching/halting of lonc,
 </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;
Line 3160  symbolic links to /etc/rc.d/init.d/lonco Line 4152  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)

Removed from v.1.88  
changed lines
  Added in v.1.181


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