File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.235: download - view: text, annotated - select for diffs
Fri Apr 18 17:40:14 2003 UTC (21 years ago) by bowersj2
Branches: MAIN
CVS tags: HEAD
Adding the helper directory and the parameter.helper .

    1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
    2:  "http://lpml.sourceforge.net/DTD/lpml.dtd">
    3: <!-- loncapafiles.lpml -->
    4: 
    5: <!-- $Id: loncapafiles.lpml,v 1.235 2003/04/18 17:40:14 bowersj2 Exp $ -->
    6: 
    7: <!--
    8: 
    9: Copyright Michigan State University Board of Trustees
   10: 
   11: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
   12: 
   13: LON-CAPA is free software; you can redistribute it and/or modify
   14: it under the terms of the GNU General Public License as published by
   15: the Free Software Foundation; either version 2 of the License, or
   16: (at your option) any later version.
   17: 
   18: LON-CAPA is distributed in the hope that it will be useful,
   19: but WITHOUT ANY WARRANTY; without even the implied warranty of
   20: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   21: GNU General Public License for more details.
   22: 
   23: You should have received a copy of the GNU General Public License
   24: along with LON-CAPA; if not, write to the Free Software
   25: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   26: 
   27: /home/httpd/html/adm/gpl.txt
   28: 
   29: http://www.lon-capa.org/
   30: 
   31: -->
   32: 
   33: <!-- Default values must be defined before specific values. -->
   34: <!-- If no 'dist' attribute is specified, then it is always installed. -->
   35: <!-- If 'dist' attribute is set to  'default', then the specification. -->
   36: <!-- is accepted if an alternative distribution is not requested or not -->
   37: <!-- defined. -->
   38: 
   39: <lpml>
   40: <specialnotices>
   41: <specialnotice dist='default'>
   42: !!! REDHAT 6.2 NOTICE !!!
   43: !!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
   44: !!! This sometimes happens (bad): !!!
   45: !!! 127.0.0.1  computer1 localhost.localdomain localhost  !!!
   46: !!! Should be: !!!
   47: !!! 127.0.0.1  localhost.localdomain  localhost !!!
   48: !!! 35.2.3.80  computer1 computer1.notreal.msu.edu !!!
   49: </specialnotice>
   50: <specialnotice dist='redhat7 redhat7.1'>
   51: !!!!!!!!!  REDHAT 7.*   NOTICE   !!!!!!!!!!!!!!!!!!!!
   52: !!!!!!!!!  LINE IN Cookie.pm     !!!!!!!!!!!!!!!!!!!!
   53: !!!!!!!!!  MUST BE REPLACED DUE  !!!!!!!!!!!!!!!!!!!!
   54: !!!!!!!!!  TO PERL 5.6.0 ERROR   !!!!!!!!!!!!!!!!!!!!
   55: !!!!!!!!!                        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   56: !!!! The offending line is in CGI/Cookie.pm                           !!
   57: !!!!                                                                  !!
   58: !!!! it should be changed from                                        !!
   59: !!!! $path   = CGI::url(-absolute=>1) unless defined $path;           !!
   60: !!!! to                                                               !!
   61: !!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path;          !!
   62: !!!!                                                                  !!
   63: !!!! (This is just below the following line )                         !!
   64: !!!! # IE requires the path and domain to be present for some reason. !!
   65: </specialnotice>
   66: </specialnotices>
   67: <targetroot>/</targetroot>
   68: <sourceroot>/home/user/loncapa/</sourceroot>
   69: <categories>
   70: <category name="interface file" type="runtime">
   71:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   72:   <abbreviation>interfacefile</abbreviation>
   73: </category>
   74: <category name="interface file" type="development">
   75:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
   76:   <abbreviation>interfacefile</abbreviation>
   77: </category>
   78: <category name="setuid script" type="runtime">
   79:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
   80:   <abbreviation>setuid</abbreviation>
   81: </category>
   82: <category name="setuid script" type="development">
   83:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
   84:   <abbreviation>setuid</abbreviation>
   85: </category>
   86: <category name="handler" type="runtime">
   87:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   88:   <abbreviation>handler</abbreviation>
   89: </category>
   90: <category name="handler" type="development">
   91:   <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
   92:   <abbreviation>handler</abbreviation>
   93: </category>
   94: <category name="static conf" type="runtime">
   95:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   96:   <abbreviation>static</abbreviation>
   97: </category>
   98: <category name="static conf" type="development">
   99:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
  100:   <abbreviation>static</abbreviation>
  101: </category>
  102: <category name="conf" type="runtime">
  103:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  104:   <abbreviation>configurable</abbreviation>
  105: </category>
  106: <category name="conf" type="development">
  107:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  108:   <abbreviation>configurable</abbreviation>
  109: </category>
  110: <category name="script" type="runtime">
  111:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
  112:   <abbreviation>script</abbreviation>
  113: </category>
  114: <category name="script" type="development">
  115:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
  116:   <abbreviation>script</abbreviation>
  117: </category>
  118: <category name="graphic file" type="runtime">
  119:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
  120:   <abbreviation>graphicfile</abbreviation>
  121: </category>
  122: <category name="graphic file" type="development">
  123:   <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
  124:   <abbreviation>graphicfile</abbreviation>
  125: </category>
  126: <category name="doc" type="runtime">
  127:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  128:   <abbreviation>systemfile</abbreviation>
  129: </category>
  130: <category name="doc" type="development">
  131:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  132:   <abbreviation>systemfile</abbreviation>
  133: </category>
  134: <category name="system file" type="runtime">
  135:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  136:   <abbreviation>systemfile</abbreviation>
  137: </category>
  138: <category name="system file" type="development">
  139:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  140:   <abbreviation>systemfile</abbreviation>
  141: </category>
  142: <category name="system script" type="runtime">
  143:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  144:   <abbreviation>systemscript</abbreviation>
  145: </category>
  146: <category name="system script" type="development">
  147:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  148:   <abbreviation>systemscript</abbreviation>
  149: </category>
  150: <category name="root script" type="runtime">
  151:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
  152:   <abbreviation>rootscript</abbreviation>
  153: </category>
  154: <category name="root script" type="development">
  155:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
  156:   <abbreviation>rootscript</abbreviation>
  157: </category>
  158: <category name="symbolic link" type="runtime">
  159:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
  160:   <abbreviation>link</abbreviation>
  161: </category>
  162: <category name="symbolic link" type="development">
  163:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
  164:   <abbreviation>link</abbreviation>
  165: </category>
  166: <category name="standard" type="runtime">
  167:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  168:   <abbreviation>directory</abbreviation>
  169: </category>
  170: <category name="standard" type="development">
  171:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  172:   <abbreviation>directory</abbreviation>
  173: </category>
  174: <category name="server standard" type="runtime">
  175:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
  176:   <abbreviation>directory</abbreviation>
  177: </category>
  178: <category name="server standard" type="development">
  179:   <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
  180:   <abbreviation>directory</abbreviation>
  181: </category>
  182: <category name="server readonly" type="runtime">
  183:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
  184:   <abbreviation>directory</abbreviation>
  185: </category>
  186: <category name="server readonly" type="development">
  187:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
  188:   <abbreviation>directory</abbreviation>
  189: </category>
  190: </categories>
  191: <rpm>
  192:   <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
  193:   <rpmName>LON-CAPA-base</rpmName>
  194:   <rpmVersion>3.1</rpmVersion>
  195:   <rpmRelease>1</rpmRelease>
  196:   <rpmVendor>Laboratory for Instructional Technology Education,
  197: Division of Science and Mathematics Education, Michigan State University.
  198:   </rpmVendor>
  199:   <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
  200:   <rpmCopyright>GNU General Public License. Version 2, June 1991.  Michigan State University patents may apply.</rpmCopyright>
  201:   <rpmGroup>Utilities/System</rpmGroup>
  202:   <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
  203:   <rpmAutoReqProv>no</rpmAutoReqProv>
  204:   <rpmdescription>This package facilitates a base installation of LON-CAPA \n
  205: files in their directories.\n
  206: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
  207:   </rpmdescription>
  208:   <rpmpre>echo '***********************************************************************'\n
  209: echo 'LON-CAPA  LearningOnline with CAPA'\n
  210: echo 'http://www.lon-capa.org/'\n
  211: echo 'Gerd Kortemeyer, et al'\n
  212: echo 'Laboratory for Instructional Technology Education'\n
  213: echo 'Michigan State University'\n
  214: echo 'General Public License, Version 2, June 1991'\n
  215: echo '** Michigan State University patents may apply **'\n
  216: echo ' '\n
  217: echo 'This installation assumes an installation of Redhat 6.2'\n
  218: echo ' '\n
  219: echo 'The server computer should be currently connected to the ethernet'\n
  220: echo ' '\n
  221: echo '***********************************************************************'\n
  222: </rpmpre>
  223: <rpmRequires>
  224: <item>PreReq: LON-CAPA-setup</item>
  225: <item>PreReq: apache</item>
  226: <item>PreReq: /etc/httpd/conf/httpd.conf</item>
  227: </rpmRequires>
  228: </rpm>
  229: <directories>
  230: <directory dist='default'>
  231:   <protectionlevel>never_delete</protectionlevel>
  232:   <targetdir dist='default'>etc</targetdir>
  233:   <categoryname>standard</categoryname>
  234:   <description>standard linux directory for configuration files</description>
  235: </directory>
  236: <directory dist='default'>
  237:   <protectionlevel>never_delete</protectionlevel>
  238:   <targetdir dist='default'>etc/cron.d</targetdir>
  239:   <categoryname>standard</categoryname>
  240:   <description>standard linux directory for running time-based "jobs"
  241:   </description>
  242: </directory>
  243: <directory dist='default'>
  244:   <protectionlevel>never_delete</protectionlevel>
  245:   <targetdir dist='default'>etc/httpd/conf</targetdir>
  246:   <categoryname>standard</categoryname>
  247:   <description>web configuration files</description>
  248: </directory>
  249: <directory dist='default'>
  250:   <protectionlevel>never_delete</protectionlevel>
  251:   <targetdir dist='default'>etc/pam.d</targetdir>
  252:   <categoryname>standard</categoryname>
  253:   <description>configuration directory for password authentication mechanism
  254:   </description>
  255: </directory>
  256: <directory dist='default'>
  257:   <protectionlevel>never_delete</protectionlevel>
  258:   <targetdir dist='default'>etc/rc.d/init.d</targetdir>
  259:   <targetdir dist='debian'>etc/init.d</targetdir>
  260:   <categoryname>standard</categoryname>
  261:   <description>scripts that run during system startup</description>
  262: </directory>
  263: <directory dist='default'>
  264:   <protectionlevel>never_delete</protectionlevel>
  265:   <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
  266:   <targetdir dist='debian'>etc/rc0.d</targetdir>
  267:   <categoryname>standard</categoryname>
  268:   <description>scripts that run for run-level 0</description>
  269: </directory>
  270: <directory dist='default'>
  271:   <protectionlevel>never_delete</protectionlevel>
  272:   <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
  273:   <targetdir dist='debian'>etc/rc1.d</targetdir>
  274:   <categoryname>standard</categoryname>
  275:   <description>scripts that run for run-level 1</description>
  276: </directory>
  277: <directory dist='default'>
  278:   <protectionlevel>never_delete</protectionlevel>
  279:   <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
  280:   <targetdir dist='debian'>etc/rc2.d</targetdir>
  281:   <categoryname>standard</categoryname>
  282:   <description>scripts that run for run-level 2</description>
  283: </directory>
  284: <directory dist='default'>
  285:   <protectionlevel>never_delete</protectionlevel>
  286:   <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
  287:   <targetdir dist='debian'>etc/rc3.d</targetdir>
  288:   <categoryname>standard</categoryname>
  289:   <description>scripts that run for run-level 3</description>
  290: </directory>
  291: <directory dist='default'>
  292:   <protectionlevel>never_delete</protectionlevel>
  293:   <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
  294:   <targetdir dist='debian'>etc/rc4.d</targetdir>
  295:   <categoryname>standard</categoryname>
  296:   <description>scripts that run for run-level 4</description>
  297: </directory>
  298: <directory dist='default'>
  299:   <protectionlevel>never_delete</protectionlevel>
  300:   <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
  301:   <targetdir dist='debian'>etc/rc5.d</targetdir>
  302:   <categoryname>standard</categoryname>
  303:   <description>scripts that run for run-level 5</description>
  304: </directory>
  305: <directory dist='default'>
  306:   <protectionlevel>never_delete</protectionlevel>
  307:   <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
  308:   <targetdir dist='debian'>etc/rc6.d</targetdir>
  309:   <categoryname>standard</categoryname>
  310:   <description>scripts that run for run-level 6</description>
  311: </directory>
  312: <directory dist='default'>
  313:   <protectionlevel>never_delete</protectionlevel>
  314:   <targetdir dist='default'>home/httpd/lonTabs</targetdir>
  315:   <categoryname>standard</categoryname>
  316:   <description>tab-formatted reference files</description>
  317: </directory>
  318: <directory dist='default'>
  319:   <protectionlevel>never_delete</protectionlevel>
  320:   <targetdir dist='default'>home/httpd</targetdir>
  321:   <categoryname>standard</categoryname>
  322:   <description>start of the web server tree</description>
  323: </directory>
  324: <directory dist='default'>
  325:   <protectionlevel>modest_delete</protectionlevel>
  326:   <targetdir dist='default'>home/httpd/perl</targetdir>
  327:   <categoryname>server readonly</categoryname>
  328:   <description>perl scripts for managing the LON-CAPA system</description>
  329: </directory>
  330: <directory dist='default'>
  331:   <protectionlevel>never_delete</protectionlevel>
  332:   <targetdir dist='default'>home/httpd/perl/logs</targetdir>
  333:   <categoryname>server standard</categoryname>
  334:   <description>location where system performance and error logs are kept
  335:   </description>
  336: </directory>
  337: <directory dist='default'>
  338:   <protectionlevel>modest_delete</protectionlevel>
  339:   <targetdir dist='default'>home/httpd/html/lon-status/londchld</targetdir>
  340:   <categoryname>server standard</categoryname>
  341:   <description>
  342: Used by lond parent to check if children are responding to USR1 signals
  343: (otherwise they are killed and replaced).
  344:   </description>
  345: </directory>
  346: <directory dist='default'>
  347:   <protectionlevel>modest_delete</protectionlevel>
  348:   <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
  349:   <categoryname>server standard</categoryname>
  350:   <description>location where temporary files (for caching) are stored
  351:   </description>
  352: </directory>
  353: <directory dist='default'>
  354:   <protectionlevel>modest_delete</protectionlevel>
  355:   <targetdir dist='default'>home/httpd/prtspool</targetdir>
  356:   <categoryname>server standard</categoryname>
  357:   <description>for the output of lonprintout.pm
  358:   </description>
  359: </directory>
  360: <directory dist='default'>
  361:   <protectionlevel>modest_delete</protectionlevel>
  362:   <targetdir dist='default'>home/httpd/lib</targetdir>
  363:   <categoryname>server readonly</categoryname>
  364:   <description>location of LON-CAPA software modules and
  365: extensions</description>
  366: </directory>
  367: <directory dist='default'>
  368:   <!-- Must protect localauth.pm from extinction. -->
  369:   <protectionlevel>weak_delete</protectionlevel>
  370:   <targetdir dist='default'>home/httpd/lib/perl</targetdir>
  371:   <categoryname>server readonly</categoryname>
  372:   <description>location of LON-CAPA non web mod-perl handlers</description>
  373: </directory>
  374: <directory dist='default'>
  375:   <protectionlevel>modest_delete</protectionlevel>
  376:   <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
  377:   <categoryname>server readonly</categoryname>
  378:   <description>location of LON-CAPA web mod-perl handlers</description>
  379: </directory>
  380: <directory dist='default'>
  381:   <protectionlevel>modest_delete</protectionlevel>
  382:   <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
  383:   <categoryname>server readonly</categoryname>
  384:   <description>location of HTML specific perl module fixes and additions
  385:   </description>
  386: </directory>
  387: <directory dist='default'>
  388:   <protectionlevel>modest_delete</protectionlevel>
  389:   <targetdir dist='default'>home/httpd/lib/perl/LONCAPA</targetdir>
  390:   <categoryname>server readonly</categoryname>
  391:   <description>location of HTML specific perl module fixes and additions
  392:   </description>
  393: </directory>
  394: <directory dist='default'>
  395:    <protectionlevel>modest_delete</protectionlevel>
  396:  <targetdir dist='default'>home/httpd/lonIDs</targetdir>
  397:   <categoryname>server standard</categoryname>
  398:   <description>cookie jar</description>
  399: </directory>
  400: <directory dist='default'>
  401:    <protectionlevel>modest_delete</protectionlevel>
  402:  <targetdir dist='default'>home/httpd/scantron</targetdir>
  403:   <categoryname>server standard</categoryname>
  404:   <description>uploaded scantron forms directory</description>
  405: </directory>
  406: <directory dist='default'>
  407:   <protectionlevel>modest_delete</protectionlevel>
  408:   <targetdir dist='default'>home/httpd/sockets</targetdir>
  409:   <categoryname>server standard</categoryname>
  410:   <description>lonc's sockets</description>
  411: </directory>
  412: <directory dist='default'>
  413:   <protectionlevel>modest_delete</protectionlevel>
  414:   <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
  415:   <categoryname>server standard</categoryname>
  416:   <description>lonc's sockets (delayed)</description>
  417: </directory>
  418: <directory dist='default'>
  419:   <protectionlevel>never_delete</protectionlevel>
  420:   <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
  421:   <categoryname>standard</categoryname>
  422:   <description>location of cgi scripts</description>
  423: </directory>
  424: <directory dist='default'>
  425:   <protectionlevel>never_delete</protectionlevel>
  426:   <targetdir dist='default'>home/httpd/html</targetdir>
  427:   <categoryname>server standard</categoryname>
  428:   <description>location of web-accessible file tree</description>
  429: </directory>
  430: <directory dist='default'>
  431:   <protectionlevel>never_delete</protectionlevel>
  432:   <targetdir dist='default'>home/httpd/html/res</targetdir>
  433:   <categoryname>server standard</categoryname>
  434:   <description>root of resource tree</description>
  435: </directory>
  436: <directory dist='default'>
  437:   <protectionlevel>modest_delete</protectionlevel>
  438:   <targetdir dist='default'>home/httpd/html/userfiles</targetdir>
  439:   <categoryname>server standard</categoryname>
  440:   <description>root for user uploaded files</description>
  441: </directory>
  442: <directory dist='default'>
  443:   <protectionlevel>modest_delete</protectionlevel>
  444:   <targetdir dist='default'>home/httpd/html/adm</targetdir>
  445:   <categoryname>server readonly</categoryname>
  446:   <description>unauthenticated resources</description>
  447: </directory>
  448: <directory dist='default'>
  449:   <protectionlevel>modest_delete</protectionlevel>
  450:   <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
  451:   <categoryname>server readonly</categoryname>
  452:   <description>home of the rat</description>
  453: </directory>
  454: <directory dist='default'>
  455:   <protectionlevel>modest_delete</protectionlevel>
  456:   <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
  457:   <categoryname>server readonly</categoryname>
  458:   <description>online help documentation</description>
  459: </directory>
  460: <directory dist='default'>
  461:   <protectionlevel>modest_delete</protectionlevel>
  462:   <targetdir dist='default'>home/httpd/html/adm/helper</targetdir>
  463:   <categoryname>server readonly</categoryname>
  464:   <description>XML specifications for helpers</description>
  465: </directory>
  466: <directory dist='default'>
  467:   <protectionlevel>modest_delete</protectionlevel>
  468:   <targetdir dist='default'>home/httpd/html/adm/help/gif</targetdir>
  469:   <categoryname>server readonly</categoryname>
  470:   <description>online help documentation gif files</description>
  471: </directory>
  472: <directory dist='default'>
  473:   <protectionlevel>modest_delete</protectionlevel>
  474:   <targetdir dist='default'>home/httpd/html/adm/help/eps</targetdir>
  475:   <categoryname>server readonly</categoryname>
  476:   <description>online help documentation eps files</description>
  477: </directory>
  478: <directory dist='default'>
  479:   <protectionlevel>modest_delete</protectionlevel>
  480:   <targetdir dist='default'>home/httpd/html/adm/help/tex</targetdir>
  481:   <categoryname>server readonly</categoryname>
  482:   <description>online help documentation tex files</description>
  483: </directory>
  484: <directory dist='default'>
  485:   <protectionlevel>modest_delete</protectionlevel>
  486:   <targetdir dist='default'>home/httpd/html/adm/help/png</targetdir>
  487:   <categoryname>server readonly</categoryname>
  488:   <description>online help documentation png files</description>
  489: </directory>
  490: <directory dist='default'>
  491:   <protectionlevel>modest_delete</protectionlevel>
  492:   <targetdir dist='default'>home/httpd/html/adm/help/lib/perl</targetdir>
  493:   <categoryname>server readonly</categoryname>
  494:   <description>online help documentation for the LON-CAPA programming
  495: interface</description>
  496: </directory>
  497: <directory dist='default'>
  498:   <protectionlevel>modest_delete</protectionlevel>
  499:   <targetdir dist='default'>home/httpd/html/adm/help/lib/perl/Apache
  500:   </targetdir>
  501:   <categoryname>server readonly</categoryname>
  502:   <description>online help documentation for the LON-CAPA programming
  503: interface, Apache (mod_perl) handlers</description>
  504: </directory>
  505: <directory dist='default'>
  506:   <protectionlevel>modest_delete</protectionlevel>
  507:   <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
  508:   <categoryname>server readonly</categoryname>
  509:   <description>online help documentation for the LON-CAPA programming
  510: interface, Apache (mod_perl) handlers</description>
  511: </directory>
  512: <directory dist='default'>
  513:   <protectionlevel>modest_delete</protectionlevel>
  514:   <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
  515:   <categoryname>server readonly</categoryname>
  516:   <description>graphic widgets</description>
  517: </directory>
  518: <directory dist='default'>
  519:   <protectionlevel>modest_delete</protectionlevel>
  520:   <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
  521:   <categoryname>server readonly</categoryname>
  522:   <description>miscellaneous resources</description>
  523: </directory>
  524: <directory dist='default'>
  525:   <protectionlevel>modest_delete</protectionlevel>
  526:   <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
  527:   <categoryname>server readonly</categoryname>
  528:   <description>error warnings and icons</description>
  529: </directory>
  530: <directory dist='default'>
  531:   <protectionlevel>never_delete</protectionlevel>
  532:   <targetdir dist='default'>home/httpd/lonUsers</targetdir>
  533:   <categoryname>server standard</categoryname>
  534:   <description>Home directories of local users.  There is a five-tier
  535: structure to the directories:
  536: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid].  For example,
  537: a user fredflint at MSU would have his information located in
  538: lonUsers/msu/f/r/e/fredflint.<br />&#160;<br />Within this directory there are
  539: a variety of files which govern the scope of what a user can do within the
  540: LON-CAPA system.  A passwd file determines the type of authentication
  541: mechanism to use.
  542:  There also are files such as roles.hist (and its database compilation,
  543: roles.db) which specify the roles and privileges for a user in the
  544: LON-CAPA system.</description>
  545: </directory>
  546: <directory dist='default'>
  547:   <protectionlevel>modest_delete</protectionlevel>
  548:   <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
  549:   <categoryname>server readonly</categoryname>
  550:   <description>mathematics markup language resources</description>
  551: </directory>
  552: <directory dist='default'>
  553:   <protectionlevel>modest_delete</protectionlevel>
  554:   <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
  555:   <categoryname>server readonly</categoryname>
  556:   <description>files useful for including within customized scripting
  557:   </description>
  558: </directory>
  559: <directory dist='default'>
  560:   <protectionlevel>modest_delete</protectionlevel>
  561:   <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
  562:   </targetdir>
  563:   <categoryname>server readonly</categoryname>
  564:   <description>template files useful for customized scripts</description>
  565: </directory>
  566: <directory dist='default'>
  567:   <protectionlevel>never_delete</protectionlevel>
  568:   <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
  569:   <categoryname>server standard</categoryname>
  570:   <description>status reports; online logs are kept that
  571: are viewable over the world-wide web</description>
  572: </directory>
  573: <directory dist='default'>
  574:   <protectionlevel>modest_delete</protectionlevel>
  575:   <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
  576:   <categoryname>server readonly</categoryname>
  577:   <description>web user interface resources</description>
  578: </directory>
  579: <directory dist='default'>
  580:   <protectionlevel>modest_delete</protectionlevel>
  581:   <targetdir dist='default'>home/httpd/html/adm/lonLCDfont</targetdir>
  582:   <categoryname>server readonly</categoryname>
  583:   <description>LCD font for remote control</description>
  584: </directory>
  585: <directory dist='default'>
  586:   <protectionlevel>modest_delete</protectionlevel>
  587:   <targetdir dist='default'>home/httpd/html/adm/lonDomLogos</targetdir>
  588:   <categoryname>server readonly</categoryname>
  589:   <description>Logos for LON-CAPA domains</description>
  590: </directory>
  591: <directory dist='default'>
  592:   <protectionlevel>modest_delete</protectionlevel>
  593:   <targetdir dist='default'>home/httpd/lonTabs/lonDomColors</targetdir>
  594:   <categoryname>server readonly</categoryname>
  595:   <description>Designs for LON-CAPA domains</description>
  596: </directory>
  597: <directory dist='default'>
  598:   <protectionlevel>modest_delete</protectionlevel>
  599:   <targetdir dist='default'>home/httpd/html/adm/lonInterFace</targetdir>
  600:   <categoryname>server readonly</categoryname>
  601:   <description>Page headers and graphical interface files</description>
  602: </directory>
  603: <directory dist='default'>
  604:   <protectionlevel>modest_delete</protectionlevel>
  605:   <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu
  606:   </targetdir>
  607:   <categoryname>server readonly</categoryname>
  608:   <description>bookmark user interface code</description>
  609: </directory>
  610: <directory dist='default'>
  611:   <protectionlevel>modest_delete</protectionlevel>
  612:   <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
  613:   </targetdir>
  614:   <categoryname>server readonly</categoryname>
  615:   <description></description>
  616: </directory>
  617: <directory dist='default'>
  618:   <protectionlevel>modest_delete</protectionlevel>
  619:   <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
  620:   </targetdir>
  621:   <categoryname>server readonly</categoryname>
  622:   <description>icons that help depict the file system (outdated)</description>
  623: </directory>
  624: <directory dist='default'>
  625:   <protectionlevel>never_delete</protectionlevel>
  626:   <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
  627:   <targetdir dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
  628:   <targetdir dist='redhat8'>usr/lib/perl5/site_perl/5.8.0</targetdir>
  629:   <targetdir dist='debian'>usr/local/lib/perl/5.6.0</targetdir>
  630:   <categoryname>standard</categoryname>
  631:   <description>system perl tree (usually present on linux systems)
  632:   </description>
  633: </directory>
  634: <directory dist='default'>
  635:   <protectionlevel>modest_delete</protectionlevel>
  636:   <targetdir dist='default'>usr/local/loncapa/bin</targetdir>
  637:   <categoryname>standard</categoryname>
  638:   <description>local binary files for loncapa</description>
  639: </directory>
  640: <directory dist='default'>
  641:   <protectionlevel>modest_delete</protectionlevel>
  642:   <targetdir dist='default'>usr/local/loncapa/doc</targetdir>
  643:   <categoryname>standard</categoryname>
  644:   <description>local documentation files for loncapa</description>
  645: </directory>
  646: <directory dist='default'>
  647:   <protectionlevel>modest_delete</protectionlevel>
  648:   <targetdir dist='default'>usr/local/loncapa/doc/conf_examples</targetdir>
  649:   <categoryname>standard</categoryname>
  650:   <description>examples of configuration files for secondary
  651:  services</description>
  652: </directory>
  653: <directory dist='default'>
  654:   <protectionlevel>modest_delete</protectionlevel>
  655:   <targetdir dist='default'>usr/local/loncapa/sbin</targetdir>
  656:   <categoryname>standard</categoryname>
  657:   <description>local "auxiliary" binary files for loncapa</description>
  658: </directory>
  659: <directory dist='default'>
  660:   <protectionlevel>never_delete</protectionlevel>
  661:   <targetdir dist='default'>usr/local/man/man1</targetdir>
  662:   <categoryname>standard</categoryname>
  663:   <description>local manual pages</description>
  664: </directory>
  665: <directory dist='default'>
  666:   <protectionlevel>never_delete</protectionlevel>
  667:   <targetdir dist='default'>usr/man/man1</targetdir>
  668:   <categoryname>standard</categoryname>
  669:   <description>manual pages</description>
  670: </directory>
  671: <directory dist='default'>
  672:   <protectionlevel>never_delete</protectionlevel>
  673:   <targetdir dist='default'>usr/man/man3</targetdir>
  674:   <categoryname>standard</categoryname>
  675:   <description>manual pages</description>
  676: </directory>
  677: <directory dist='default'>
  678:   <protectionlevel>never_delete</protectionlevel>
  679:   <targetdir dist='default'>usr/sbin</targetdir>
  680:   <categoryname>standard</categoryname>
  681:   <description>standard linux directory for superuser executables</description>
  682: </directory>
  683: </directories>
  684: <files>
  685: <file>
  686: <source>loncom/krb.conf</source>
  687: <target dist='default'>usr/local/loncapa/doc/conf_examples/krb.conf</target>
  688: <categoryname>static conf</categoryname>
  689: <description>
  690: which Kerberos server to contact for specified Kerberos domains
  691: </description>
  692: <note>
  693: <table cellpadding='0' cellspacing='0' border='1'>
  694: <tr><td>
  695: list elements are separated by newlines
  696: </td></tr>
  697: <tr><td>
  698: each list element consists of only two subelements separated by a colon
  699: <br />
  700: <ul>
  701: <li>Kerberos domain value</li>
  702: <li>Kerberos server IP address</li>
  703: </ul>
  704: </td></tr>
  705: </table>
  706: </note>
  707: </file>
  708: <file>
  709: <source>loncom/loncapa.conf</source>
  710: <target dist='default'>etc/httpd/conf/loncapa.conf</target>
  711: <categoryname>conf</categoryname>
  712: <description>
  713: <p>
  714: The goal of this file is to implement all LON-CAPA specific
  715: customization of the Apache web server (most all of these values
  716: require manual input from the system administrator at some point).
  717: The values in this file, as opposed to loncapa_apache.conf, are
  718: meant to be machine and institution specific.
  719: </p>
  720: <p>
  721: For the LON-CAPA network server and perl module
  722: handlers, it defines machine specific settings including lonHostID, lonRole,
  723: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt.
  724: </p>
  725: <p>
  726: This file should not be viewable by regular users of the system.
  727: Only root and www should be able to view the contents of this file
  728: since lonReceipt is sensitive.
  729: </p>
  730: </description>
  731: <note>
  732: <b>configure</b>
  733: <br />
  734: <table cellpadding='0' cellspacing='0' border='1'>
  735: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
  736: machine</td></tr>
  737: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
  738: access</td></tr>
  739: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
  740: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
  741: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
  742: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
  743: seconds</td></tr>
  744: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
  745: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
  746: MySQL database</td></tr>
  747: </table>
  748: </note>
  749: </file>
  750: <file>
  751: <source>loncom/loncapa_apache.conf</source>
  752: <target dist='default'>etc/httpd/conf/loncapa_apache.conf</target>
  753: <categoryname>static conf</categoryname>
  754: <description>
  755: The goal of this file is to implement all LON-CAPA specific
  756: customization of the Apache web server that does not require
  757: user input.
  758: 
  759: For the Apache web server, it defines a global
  760: access configuration which defines what server options (Indexes", "Includes",
  761: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
  762: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
  763: and "/usr/doc").  For the LON-CAPA network server and perl module
  764: handlers, it defines 
  765: and internal machine settings for specific directories, socket ports,
  766: the www@localhost MySQL password, and browser detection logic.
  767: </description>
  768: </file>
  769: <file>
  770: <source>loncom/startup.pl</source>
  771: <target dist='default'>etc/httpd/conf/startup.pl</target>
  772: <categoryname>static conf</categoryname>
  773: <description>
  774: This file provides initializations for perl handlers.  It adjusts what
  775: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
  776: well as causing the Apache module to be used for every perl handler.
  777: <tt>startup.pl</tt> is invoked by <tt>loncapa_apache.conf</tt>.
  778: </description>
  779: </file>
  780: <file>
  781: <source>loncom/thesaurus/thesaurus.db</source>
  782: <target dist='default'>home/httpd/lonTabs/thesaurus.db</target>
  783: <categoryname>system file</categoryname>
  784: <description>
  785: Thesaurus database file to be built from loncom/thesaurus/rawkey.txt
  786: </description>
  787: <build trigger='run if dependencies change'>
  788: loncom/thesaurus/build_thesaurus_wrapper.sh
  789: </build>
  790: <dependencies>
  791: rawkey.txt
  792: </dependencies>
  793: </file>
  794: <file>
  795: <source>loncom/interface/mydesk.tab</source>
  796: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
  797: <categoryname>static conf</categoryname>
  798: <description>
  799: Config file for "My Desk"
  800: </description>
  801: </file>
  802: <file>
  803: <source>loncom/interface/filetypes.tab</source>
  804: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
  805: <categoryname>static conf</categoryname>
  806: <description>
  807: Descriptive list of file extensions, and extension groupings.
  808: </description>
  809: </file>
  810: <file>
  811: <source>loncom/interface/filecategories.tab</source>
  812: <target dist='default'>home/httpd/lonTabs/filecategories.tab</target>
  813: <categoryname>static conf</categoryname>
  814: <description>
  815: Descriptive list of file extensions and broad categorization.
  816: </description>
  817: </file>
  818: <file>
  819: <source>loncom/cgi/barcode.png</source>
  820: <target dist='default'>home/httpd/cgi-bin/barcode.png</target>
  821: <categoryname>script</categoryname>
  822: <description>
  823: Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
  824: parameter.
  825: </description>
  826: </file>
  827: <file>
  828: <source>loncom/cgi/thumbnail.gif</source>
  829: <target dist='default'>home/httpd/cgi-bin/thumbnail.gif</target>
  830: <categoryname>script</categoryname>
  831: <description>
  832: Produces a thumbnail image of the url given
  833: </description>
  834: </file>
  835: <file>
  836: <source>loncom/cgi/clusterstatus.pl</source>
  837: <target dist='default'>home/httpd/cgi-bin/clusterstatus.pl</target>
  838: <categoryname>script</categoryname>
  839: <description>
  840: utility cgi script to view status of cluster
  841: </description>
  842: </file>
  843: <file>
  844: <source>loncom/build/system_dependencies/perltest.pl</source>
  845: <target dist='default'>home/httpd/cgi-bin/perltest.pl</target>
  846: <categoryname>script</categoryname>
  847: <description>
  848: utility cgi script to view status of perl modules
  849: </description>
  850: </file>
  851: <file>
  852: <source>loncom/build/system_dependencies/cpan_distributions.txt</source>
  853: <target dist='default'>home/httpd/cgi-bin/cpan_distributions.txt</target>
  854: <categoryname>interface file</categoryname>
  855: <description>
  856: utility cgi script to view status of perl modules
  857: </description>
  858: </file>
  859: <file>
  860: <source>loncom/cgi/graph.png</source>
  861: <target dist='default'>home/httpd/cgi-bin/graph.png</target>
  862: <categoryname>script</categoryname>
  863: <description>
  864: Dynamically outputs a graph especially for lonstatistics.pm.
  865: </description>
  866: <note>
  867: Depends on perl modules:
  868: GDGraph-1.33 and GDTextUtils-0.80.
  869: </note>
  870: </file>
  871: <file>
  872: <source>loncom/cgi/lonversions.pl</source>
  873: <target dist='default'>home/httpd/cgi-bin/lonversions.pl</target>
  874: <categoryname>script</categoryname>
  875: <description>
  876: utility cgi script to view software versions of a remote server
  877: </description>
  878: </file>
  879: <file>
  880: <source>loncom/cgi/ping.pl</source>
  881: <target dist='default'>home/httpd/cgi-bin/ping.pl</target>
  882: <categoryname>script</categoryname>
  883: <description>
  884: cgi-script to ping other server
  885: </description>
  886: </file>
  887: <file>
  888: <source>loncom/cgi/plot.gif</source>
  889: <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
  890: <categoryname>script</categoryname>
  891: <description>
  892: Dynamically outputs X-Y plots with point, line, etc functions.
  893: </description>
  894: </file>
  895: <file>
  896: <source>loncom/cgi/imagechoice.pl</source>
  897: <target dist='default'>home/httpd/cgi-bin/imagechoice.pl</target>
  898: <categoryname>script</categoryname>
  899: <description>
  900: Helper to select image coordinates in writing homework involving images.
  901: </description>
  902: </file>
  903: <file>
  904: <source>loncom/interface/printout.pl</source>
  905: <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
  906: <categoryname>script</categoryname>
  907: <description>
  908: cgi script
  909: </description>
  910: <note>
  911: Depends on srm.conf entry:
  912: Alias /prtspool/ /home/httpd/prtspool/
  913: as well as a /home/httpd/prtspool directory.
  914: </note>
  915: </file>
  916: <file>
  917: <source>loncom/cgi/metadata_keywords.pl</source>
  918: <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
  919: <categoryname>script</categoryname>
  920: <description>
  921: a cgi-script (not mod_perl), which contacts MySQL and pulls
  922: out all keywords in this format:
  923: 
  924: coil,magnetic,transformer
  925: transformer,coils,current,amperes,voltage,transformers,coil
  926: flux,magnetic,current,transformer
  927: coil,loop,field,magnetic
  928: 
  929: ... etc (one line per entry).
  930: 
  931: and simply prints this text-only (no markup) to the browser
  932: </description>
  933: </file>
  934: <file>
  935: <source>loncom/cgi/metadata_harvest.pl</source>
  936: <target dist='default'>home/httpd/cgi-bin/metadata_harvest.pl</target>
  937: <categoryname>script</categoryname>
  938: <description>
  939: a cgi-script (not mod_perl), which contacts MySQL and pulls
  940: out all records in "|"-separated format.
  941: To be used by very simple harvesting engines.
  942: </description>
  943: </file>
  944: <fileglob>
  945: <glob>*.*</glob>
  946: <sourcedir>loncom/homework/templates/</sourcedir>
  947: <targetdir dist='default'>
  948: home/httpd/html/res/adm/includes/templates/</targetdir>
  949: <categoryname>static conf</categoryname>
  950: <description>
  951: Template files for generating new resources.
  952: </description>
  953: <filenames>
  954: blank.library;
  955: blank.library.meta;
  956: blank.problem;
  957: blank.problem.meta;
  958: Essay.problem;
  959: Essay.problem.meta;
  960: numerical.problem;
  961: numerical.problem.meta;
  962: Plot.problem;
  963: Plot.problem.meta;
  964: RadioResponse.problem;
  965: RadioResponse.problem.meta;
  966: RandomLabelExample.problem;
  967: RandomLabelExample.problem.meta;
  968: SelectFromOptions-4ConceptGoups.problem;
  969: SelectFromOptions-4ConceptGoups.problem.meta;
  970: SelectFromOptions-5ConceptGoups.problem;
  971: SelectFromOptions-5ConceptGoups.problem.meta;
  972: SelectFromOptions-6ConceptGoups.problem;
  973: SelectFromOptions-6ConceptGoups.problem.meta;
  974: SelectFromOptions-7ConceptGoups.problem;
  975: SelectFromOptions-7ConceptGoups.problem.meta;
  976: SelectFromOptions-8ConceptGoups.problem;
  977: SelectFromOptions-8ConceptGoups.problem.meta;
  978: SelectFromOptions-Simple.problem;
  979: SelectFromOptions-Simple.problem.meta;
  980: script.library;
  981: script.library.meta;
  982: SimpleFormula.problem;
  983: SimpleFormula.problem.meta;
  984: StringResponse.problem;
  985: StringResponse.problem.meta;
  986: SimpleMatching.problem;
  987: SimpleMatching.problem.meta;
  988: SimpleRank.problem;
  989: SimpleRank.problem.meta;
  990: SimpleTrueFalse.problem;
  991: SimpleTrueFalse.problem.meta
  992: </filenames>
  993: </fileglob>
  994: <file>
  995: <source>loncom/homework/insertlist.tab</source>
  996: <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
  997: <categoryname>static conf</categoryname>
  998: <description>
  999: Describes what tags are allowed inside other tags.
 1000: </description>
 1001: </file>
 1002: <file>
 1003: <source>CAPA/JavaTools/GLabel.class</source>
 1004: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
 1005: </target>
 1006: <categoryname>static conf</categoryname>
 1007: <description>
 1008: Java applet for labelling graphs.
 1009: </description>
 1010: <note>
 1011: Built from Glabel.java.  Still working on build/dependency details.
 1012: </note>
 1013: </file>
 1014: <file>
 1015: <source>loncom/interface/default.assesscalc</source>
 1016: <target dist='default'>home/httpd/html/res/adm/includes/default.assesscalc
 1017: </target>
 1018: <categoryname>static conf</categoryname>
 1019: <description>
 1020: Default spreadsheet for individual assessment.
 1021: </description>
 1022: </file>
 1023: <file>
 1024: <source>loncom/interface/default.studentcalc</source>
 1025: <target dist='default'>home/httpd/html/res/adm/includes/default.studentcalc
 1026: </target>
 1027: <categoryname>static conf</categoryname>
 1028: <description>
 1029: Default spreadsheet for assessment of students.
 1030: </description>
 1031: </file>
 1032: <file>
 1033: <source>loncom/interface/default.classcalc</source>
 1034: <target dist='default'>home/httpd/html/res/adm/includes/default.classcalc
 1035: </target>
 1036: <categoryname>static conf</categoryname>
 1037: <description>
 1038: Default spreadsheet for assessment of a class.
 1039: </description>
 1040: </file>
 1041: <file>
 1042: <source>loncom/auth/roles.tab</source>
 1043: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
 1044: <categoryname>static conf</categoryname>
 1045: <description>
 1046: List of privileges associated with users of multiple types (for example:
 1047: Teaching Assistant, Exam Proctor, Course Coordinator)
 1048: </description>
 1049: </file>
 1050: <file>
 1051: <source>loncom/auth/rolesplain.tab</source>
 1052: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
 1053: <categoryname>static conf</categoryname>
 1054: <description>
 1055: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
 1056: and privileges available in the network with function
 1057: </description>
 1058: </file>
 1059: <file>
 1060: <source>loncom/hosts.tab</source>
 1061: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
 1062: <categoryname>static conf</categoryname>
 1063: <description>
 1064: List of all machines in the LON-CAPA network.  Relates <tt>lonHostID</tt> to
 1065: <tt>lonDefDomain</tt> and <u>IP address</u>.
 1066: </description>
 1067: </file>
 1068: <file>
 1069: <source>loncom/domain.tab</source>
 1070: <target dist='default'>home/httpd/lonTabs/domain.tab</target>
 1071: <categoryname>static conf</categoryname>
 1072: <description>
 1073: List of all domains in the LON-CAPA network. Lists the name name of the domain and any default authentication.
 1074: </description>
 1075: </file>
 1076: <file>
 1077: <source>loncom/spare.tab</source>
 1078: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
 1079: <categoryname>conf</categoryname>
 1080: <description>
 1081: Spare hosts to offload session to if the LON-CAPA machine is overloaded
 1082: </description>
 1083: <note>
 1084: <b>configure</b><br />
 1085: <table cellpadding='0' cellspacing='0' border='1'>
 1086: <tr><td>
 1087: list elements are separated by newlines
 1088: </td></tr>
 1089: <tr><td>
 1090: each list element consists of only one value; the value for <tt>lonHostID</tt>
 1091: in <tt>access.conf</tt>
 1092: </td></tr>
 1093: </table>
 1094: </note>
 1095: </file>
 1096: <file>
 1097: <source>loncom/htpasswd</source>
 1098: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
 1099: <categoryname>conf</categoryname>
 1100: <description>
 1101: Basic auth password to access /lon-status and /server-status
 1102: </description>
 1103: </file>
 1104: <file>
 1105: <source>loncom/smb.conf</source>
 1106: <target dist='default'>usr/local/loncapa/doc/conf_examples/smb.conf</target>
 1107: <categoryname>static conf</categoryname>
 1108: <description>
 1109: configuration file to make LON-CAPA server file space accessible to network
 1110: neighborhood
 1111: </description>
 1112: </file>
 1113: <file>
 1114: <source>loncom/ntp.conf</source>
 1115: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp.conf</target>
 1116: <categoryname>static conf</categoryname>
 1117: <description>
 1118: which NTP server to contact for information (XNTP3 standard)
 1119: </description>
 1120: <note>
 1121: <table cellpadding='0' cellspacing='0' border='1'>
 1122: <tr><td>
 1123: only one line needs to be changed to specify a server ip address
 1124: </td></tr>
 1125: <tr><td>
 1126: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
 1127: </td></tr>
 1128: </table>
 1129: </note>
 1130: </file>
 1131: <file>
 1132: <source>loncom/metadata_database/searchcat.pl</source>
 1133: <target dist='default'>home/httpd/perl/searchcat.pl</target>
 1134: <categoryname>script</categoryname>
 1135: <description>
 1136: Batch script for updating SQL metadata database.
 1137: </description>
 1138: </file>
 1139: <file>
 1140: <source>loncom/metadata_database/cleanup_database.pl</source>
 1141: <target dist='default'>home/httpd/perl/cleanup_database.pl</target>
 1142: <categoryname>script</categoryname>
 1143: <description>
 1144: Batch script for removing temporary tables from the SQL metadata database.
 1145: </description>
 1146: </file>
 1147: <file>
 1148: <source>loncom/misc/cleanup_prtspool.pl</source>
 1149: <target dist='default'>home/httpd/perl/cleanup_prtspool.pl</target>
 1150: <categoryname>script</categoryname>
 1151: <description>
 1152: Batch script for removing files not accessed within 24 hours from the 
 1153: /home/httpd/prtspool directory.
 1154: </description>
 1155: </file>
 1156: <file>
 1157: <source>loncom/lonhttpd</source>
 1158: <target dist='default'>home/httpd/perl/lonhttpd</target>
 1159: <categoryname>script</categoryname>
 1160: <description>
 1161: Small fry httpd on port 8080
 1162: </description>
 1163: </file>
 1164: <file>
 1165: <source>loncom/lonc</source>
 1166: <target dist='default'>home/httpd/perl/lonc</target>
 1167: <categoryname>script</categoryname>
 1168: <description>
 1169: proxy server
 1170: </description>
 1171: </file>
 1172: <file>
 1173: <source>doc/man/lonc.1</source>
 1174: <target dist='default'>usr/man/man1/lonc.1</target>
 1175: <categoryname>doc</categoryname>
 1176: <description>man page for lonc</description>
 1177: <build trigger='always run'>
 1178: loncom/build/pod2man.sh ../lonc &gt; ../../doc/man/lonc.1 &amp;&amp; \
 1179: echo 'manifying lonc'
 1180: </build>
 1181: <status>works/unverified</status>
 1182: <dependencies>
 1183: ../../loncom/lonc
 1184: </dependencies>
 1185: </file>
 1186: <file>
 1187: <source>doc/scripts/lonc.html</source>
 1188: <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
 1189: <categoryname>doc</categoryname>
 1190: <description>POD-derived page for lonc</description>
 1191: <build trigger='always run'>
 1192: loncom/build/pod2html.sh ../lonc &gt; ../../doc/scripts/lonc.html &amp;&amp; \
 1193: echo 'pod2html lonc'
 1194: </build>
 1195: <status>works/unverified</status>
 1196: <dependencies>
 1197: ../../loncom/lonc
 1198: </dependencies>
 1199: </file>
 1200: <file>
 1201: <source>loncom/lond</source>
 1202: <target dist='default'>home/httpd/perl/lond</target>
 1203: <categoryname>script</categoryname>
 1204: <description>
 1205: This is a remote command interpreter on a TCP LON-CAPA network layer.
 1206: It accepts and processes incoming requests from other LON-CAPA machines
 1207: on the network.  lond's functionality is self-contained in the sense
 1208: that it does not reference (import, require, use) any other file
 1209: described in this document.  There are only 15 subroutines in this
 1210: script, however the <tt>make_new_child</tt> subroutine is quite
 1211: complex since it parses and responds about 29 different types of 
 1212: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
 1213: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
 1214: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
 1215: tmpput, tmpget, and ls).
 1216: </description>
 1217: </file>
 1218: <file>
 1219: <source>doc/man/lond.1</source>
 1220: <target dist='default'>usr/man/man1/lond.1</target>
 1221: <categoryname>doc</categoryname>
 1222: <description>man page for lond</description>
 1223: <build trigger='always run'>
 1224: loncom/build/pod2man.sh ../lond &gt; ../../doc/man/lond.1 &amp;&amp; \
 1225: echo 'manifying lond'
 1226: </build>
 1227: <status>works/unverified</status>
 1228: <dependencies>
 1229: ../../loncom/lond
 1230: </dependencies>
 1231: </file>
 1232: <file>
 1233: <source>doc/scripts/lond.html</source>
 1234: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
 1235: <categoryname>doc</categoryname>
 1236: <description>POD-derived page for lond</description>
 1237: <build trigger='always run'>
 1238: loncom/build/pod2html.sh ../lond &gt; ../../doc/scripts/lond.html &amp;&amp; \
 1239: echo 'pod2html lond'
 1240: </build>
 1241: <status>works/unverified</status>
 1242: <dependencies>
 1243: ../../loncom/lond
 1244: </dependencies>
 1245: </file>
 1246: <file>
 1247: <source>loncom/build/CHECKRPMS</source>
 1248: <target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target>
 1249: <categoryname>script</categoryname>
 1250: <description>CGI script that checks status of RPMs</description>
 1251: </file>
 1252: <file>
 1253: <source>loncom/cgi/loncron.pl</source>
 1254: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
 1255: <categoryname>script</categoryname>
 1256: <description>CGI script that starts and pipes output of loncron</description>
 1257: </file>
 1258: <file>
 1259: <source>loncom/cgi/userstatus.pl</source>
 1260: <target dist='default'>home/httpd/cgi-bin/userstatus.pl</target>
 1261: <categoryname>script</categoryname>
 1262: <description>CGI script that shows users currently on machine</description>
 1263: </file>
 1264: <file>
 1265: <source>loncom/loncron</source>
 1266: <target dist='default'>home/httpd/perl/loncron</target>
 1267: <categoryname>script</categoryname>
 1268: <description>housekeeping</description>
 1269: </file>
 1270: <file>
 1271: <source>loncom/lonsql</source>
 1272: <target dist='default'>home/httpd/perl/lonsql</target>
 1273: <categoryname>script</categoryname>
 1274: <description>maintain secondary database of metadata</description>
 1275: </file>
 1276: <file>
 1277: <source>doc/man/lonsql.1</source>
 1278: <target dist='default'>usr/man/man1/lonsql.1</target>
 1279: <categoryname>doc</categoryname>
 1280: <description>man page for lonsql</description>
 1281: <build trigger='always run'>
 1282: loncom/build/pod2man.sh ../lonsql &gt; ../../doc/man/lonsql.1 &amp;&amp; \
 1283: echo 'manifying lonsql'
 1284: </build>
 1285: <status>works/unverified</status>
 1286: <dependencies>
 1287: ../../loncom/lonsql
 1288: </dependencies>
 1289: </file>
 1290: <file>
 1291: <source>doc/scripts/lonsql.html</source>
 1292: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
 1293: <categoryname>doc</categoryname>
 1294: <description>POD-derived page for lonsql</description>
 1295: <build trigger='always run'>
 1296: loncom/build/pod2html.sh ../lonsql &gt; ../../doc/scripts/lonsql.html &amp;&amp; \
 1297: echo 'pod2html lonsql'
 1298: </build>
 1299: <status>works/unverified</status>
 1300: <dependencies>
 1301: ../../loncom/lonsql
 1302: </dependencies>
 1303: </file>
 1304: <file>
 1305: <source>loncom/lcpasswd</source>
 1306: <target dist='default'>home/httpd/perl/lcpasswd</target>
 1307: <categoryname>setuid script</categoryname>
 1308: <description>
 1309: Coordinates the system services and files in order to allow lond to change
 1310: user passwords.
 1311: </description>
 1312: <status>being updated</status>
 1313: </file>
 1314: <file>
 1315: <source>loncom/pwchange</source>
 1316: <target dist='default'>home/httpd/perl/pwchange</target>
 1317: <categoryname>setuid script</categoryname>
 1318: <description>
 1319: Allows www to change user passwords.
 1320: </description>
 1321: <status>being updated</status>
 1322: </file>
 1323: <file>
 1324: <source>loncom/lcuseradd</source>
 1325: <target dist='default'>home/httpd/perl/lcuseradd</target>
 1326: <categoryname>setuid script</categoryname>
 1327: <description>
 1328: Coordinates the system services and files in order to allow lond to add a
 1329: new user.
 1330: </description>
 1331: <status>being updated</status>
 1332: </file>
 1333: <file>
 1334: <source>loncom/lchtmldir</source>
 1335: <target dist='default'>home/httpd/perl/lchtmldir</target>
 1336: <categoryname>setuid script</categoryname>
 1337: <description>
 1338: Manages the file system ramifications of adding author mode to a user. 
 1339: If necessary a public_html diretory is added, permissions and ownership are
 1340: set according to the user's authentication mode.
 1341: </description>
 1342: <status>New file</status>
 1343: </file>
 1344: <file>
 1345: <source>loncom/lcuserdel</source>
 1346: <target dist='default'>home/httpd/perl/lcuserdel</target>
 1347: <categoryname>setuid script</categoryname>
 1348: <description>
 1349: Coordinates the system services and files in order to allow lond to delete a
 1350: user.
 1351: </description>
 1352: <status>deprecated</status>
 1353: </file>
 1354: <file>
 1355: <source>loncom/lcnfson</source>
 1356: <target dist='default'>home/httpd/perl/lcnfson</target>
 1357: <categoryname>setuid script</categoryname>
 1358: <description>
 1359: coordinates the system services and files in order to allow lond to enable NFS
 1360: for a user
 1361: </description>
 1362: <status>deprecated</status>
 1363: </file>
 1364: <file>
 1365: <source>loncom/lcnfsoff</source>
 1366: <target dist='default'>home/httpd/perl/lcnfsoff</target>
 1367: <categoryname>setuid script</categoryname>
 1368: <description>
 1369: coordinates the system services and files in order to allow lond to disable NFS
 1370: for a user
 1371: </description>
 1372: <status>deprecated</status>
 1373: </file>
 1374: <file>
 1375: <source>loncom/license/gpl.txt</source>
 1376: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
 1377: <categoryname>interface file</categoryname>
 1378: <description>
 1379: GNU General Public License.  Long live the cause of freeware!
 1380: </description>
 1381: </file>
 1382: <file>
 1383: <source>loncom/license/httpi.license</source>
 1384: <target dist='default'>home/httpd/html/adm/httpi.license</target>
 1385: <categoryname>interface file</categoryname>
 1386: <description>
 1387: HTTPi webserver license
 1388: </description>
 1389: </file>
 1390: <file>
 1391: <source>loncom/license/httpi.readme</source>
 1392: <target dist='default'>home/httpd/html/adm/httpi.readme</target>
 1393: <categoryname>interface file</categoryname>
 1394: <description>
 1395: HTTPi webserver readme 
 1396: </description>
 1397: </file>
 1398: <file>
 1399: <source>loncom/license/about.html</source>
 1400: <target dist='default'>home/httpd/html/adm/about.html</target>
 1401: <categoryname>interface file</categoryname>
 1402: <description>
 1403: The "About" Page.
 1404: </description>
 1405: </file>
 1406: <file>
 1407: <source>loncom/publisher/publisher.html</source>
 1408: <target dist='default'>home/httpd/html/adm/publisher.html</target>
 1409: <categoryname>interface file</categoryname>
 1410: <description>
 1411: HTML frame that presents a form element to allow for the publishing of
 1412: resources, directories and underlying subdirectories.
 1413: </description>
 1414: </file>
 1415: <file>
 1416: <source>loncom/html/adm/noidea.html</source>
 1417: <target dist='default'>home/httpd/html/adm/noidea.html</target>
 1418: <categoryname>interface file</categoryname>
 1419: <description>
 1420: Interface file for responding to improper page flipping.
 1421: </description>
 1422: </file>
 1423: <file>
 1424: <source>loncom/html/adm/overloaded.txt</source>
 1425: <target dist='default'>home/httpd/html/adm/overloaded.txt</target>
 1426: <categoryname>interface file</categoryname>
 1427: <description>
 1428: Interface file for responding to overload situations.
 1429: </description>
 1430: </file>
 1431: <file>
 1432: <source>loncom/html/adm/loginproblems.html</source>
 1433: <target dist='default'>home/httpd/html/adm/loginproblems.html</target>
 1434: <categoryname>interface file</categoryname>
 1435: <description>
 1436: Help page for login problems.
 1437: </description>
 1438: </file>
 1439: <file>
 1440: <source>loncom/xml/physnet.sty</source>
 1441: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
 1442: <categoryname>static conf</categoryname>
 1443: <description>
 1444: The relevant conditions and metadata to attach to PhysNet-specific tags.
 1445: </description>
 1446: </file>
 1447: <file>
 1448: <source>loncom/homework/lectureonline.sty</source>
 1449: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
 1450: </target>
 1451: <categoryname>static conf</categoryname>
 1452: <description>
 1453: The relevant conditions and metadata to attach to LectureOnline-specific tags.
 1454: </description>
 1455: </file>
 1456: <file>
 1457: <source>loncom/thesaurus/un_keyword.tab</source>
 1458: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
 1459: <categoryname>conf</categoryname>
 1460: <description>
 1461: File which contains words which should not be keywords used to specify resource
 1462: content.
 1463: </description>
 1464: </file>
 1465: <file>
 1466: <source>loncom/homework/scantronformat.tab</source>
 1467: <target dist='default'>home/httpd/lonTabs/scantronformat.tab</target>
 1468: <categoryname>conf</categoryname>
 1469: <description>
 1470: Different configs for scantron input files.
 1471: </description>
 1472: </file>
 1473: <file>
 1474: <source>loncom/publisher/packages.tab</source>
 1475: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
 1476: <categoryname>static conf</categoryname>
 1477: <description>
 1478: Parameter packages, so that assessments can publish parameter packages
 1479: needed, which are then expanded into individual parameters - allows to
 1480: retroactively add new parameters to already published assessments.
 1481: </description>
 1482: </file>
 1483: <file>
 1484: <source>loncom/publisher/copyright.tab</source>
 1485: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
 1486: <categoryname>static conf</categoryname>
 1487: <description>
 1488: Table which contains list of copyright possibilities for educational resources.
 1489: </description>
 1490: </file>
 1491: <file>
 1492: <source>loncom/publisher/language.tab</source>
 1493: <target dist='default'>home/httpd/lonTabs/language.tab</target>
 1494: <categoryname>static conf</categoryname>
 1495: <description>
 1496: Table which contains string abbreviations of language::font rendering
 1497: combinations.
 1498: </description>
 1499: </file>
 1500: <file>
 1501: <source>loncom/publisher/addid.tab</source>
 1502: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
 1503: <categoryname>static conf</categoryname>
 1504: <description>
 1505: Table which has hash data necessary for distinguishing IDs from indices.
 1506: </description>
 1507: </file>
 1508: <file>
 1509: <source>rat/lonwrapper.pm</source>
 1510: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
 1511: <categoryname>handler</categoryname>
 1512: <description>
 1513: Wrapper for external and binary files as standalone resources.
 1514: Edit handler for rat maps; TeX content handler.
 1515: </description>
 1516: <status>works/unverified</status>
 1517: </file>
 1518: <file>
 1519: <source>loncom/interface/londocs.pm</source>
 1520: <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
 1521: <categoryname>handler</categoryname>
 1522: <description>
 1523: Handler for course documents
 1524: </description>
 1525: <status>works/unverified</status>
 1526: </file>
 1527: <file>
 1528: <source>loncom/interface/lonchat.pm</source>
 1529: <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
 1530: <categoryname>handler</categoryname>
 1531: <description>
 1532: Handler for chat
 1533: </description>
 1534: <status>works/unverified</status>
 1535: </file>
 1536: <file>
 1537: <source>loncom/interface/lonchatfetch.pm</source>
 1538: <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
 1539: <categoryname>handler</categoryname>
 1540: <description>
 1541: Handler for periodically fetch new lines of chat
 1542: </description>
 1543: <status>works/unverified</status>
 1544: </file>
 1545: <file>
 1546: <source>loncom/interface/lonannounce.pm</source>
 1547: <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
 1548: <categoryname>handler</categoryname>
 1549: <description>
 1550: Handler to put up announcements and calendar
 1551: </description>
 1552: <status>works/unverified</status>
 1553: </file>
 1554: <file>
 1555: <source>loncom/interface/lonsyllabus.pm</source>
 1556: <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
 1557: <categoryname>handler</categoryname>
 1558: <description>
 1559: Handler to put up syllabus
 1560: </description>
 1561: <status>works/unverified</status>
 1562: </file>
 1563: <file>
 1564: <source>loncom/interface/lonsimplepage.pm</source>
 1565: <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
 1566: <categoryname>handler</categoryname>
 1567: <description>
 1568: Handler to put up simple page
 1569: </description>
 1570: <status>works/unverified</status>
 1571: </file>
 1572: <file>
 1573: <source>loncom/interface/lonpickstudent.pm</source>
 1574: <target dist='default'>home/httpd/lib/perl/Apache/lonpickstudent.pm</target>
 1575: <categoryname>handler</categoryname>
 1576: <description>
 1577: Handler to pick a student from classlist
 1578: </description>
 1579: <status>works/unverified</status>
 1580: </file>
 1581: <file>
 1582: <source>loncom/interface/lonpickcourse.pm</source>
 1583: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcourse.pm</target>
 1584: <categoryname>handler</categoryname>
 1585: <description>
 1586: Handler to pick a courseid from a list of courses
 1587: </description>
 1588: <status>works/unverified</status>
 1589: </file>
 1590: <file>
 1591: <source>loncom/interface/lonbulletin.pm</source>
 1592: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
 1593: <categoryname>handler</categoryname>
 1594: <description>
 1595: Handler to put up bulletin board
 1596: </description>
 1597: <status>works/unverified</status>
 1598: </file>
 1599: <file>
 1600: <source>loncom/interface/lonaboutme.pm</source>
 1601: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
 1602: <categoryname>handler</categoryname>
 1603: <description>
 1604: Handler to put up personal info
 1605: </description>
 1606: <status>works/unverified</status>
 1607: </file>
 1608: <file>
 1609: <source>loncom/publisher/loncfile.pm</source>
 1610: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
 1611: <categoryname>handler</categoryname>
 1612: <description>
 1613: Provides web-based functionality for file copy, rename, mkdir, etc, in the
 1614: construction space menu.
 1615: </description>
 1616: <status>works/unverified</status>
 1617: </file>
 1618: <file>
 1619: <source>loncom/interface/lonhelp.pm</source>
 1620: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
 1621: <categoryname>handler</categoryname>
 1622: <description>
 1623: The .tex file help handler.
 1624: </description>
 1625: <status>works/unverified</status>
 1626: <build trigger='always run'>
 1627: loncom/html/adm/help/buildMakeWrapper
 1628: </build>
 1629: <dependencies>
 1630: Makefile;
 1631: buildMakeWrapper
 1632: </dependencies>
 1633: </file>
 1634: <file>
 1635: <source>loncom/html/adm/help/abouthelp.html</source>
 1636: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
 1637: <categoryname>interface file</categoryname>
 1638: <description>
 1639: Index file for the help system
 1640: </description>
 1641: </file>
 1642: <file>
 1643: <source>doc/help/author.manual.access.tex</source>
 1644: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
 1645: </target>
 1646: <categoryname>interface file</categoryname>
 1647: <description>
 1648: The pseudo-LaTeX file to allow people to read the author's manual online, with
 1649: a somewhat clumsy interface.
 1650: </description>
 1651: <status>works/unverified</status>
 1652: </file>
 1653: <file>
 1654: <source>doc/help/course.manual.access.tex</source>
 1655: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
 1656: </target>
 1657: <categoryname>interface file</categoryname>
 1658: <description>
 1659: The pseudo-LaTeX file to allow people to read the course administrator's
 1660: manual online, with a somewhat clumsy interface.
 1661: </description>
 1662: <status>works/unverified</status>
 1663: </file>
 1664: <file>
 1665: <source>doc/help/course.instructor.access.tex</source>
 1666: <target dist='default'>home/httpd/html/adm/help/tex/course.instructor.access.tex
 1667: </target>
 1668: <categoryname>interface file</categoryname>
 1669: <description>
 1670: The pseudo-LaTeX file to allow people to read the course instructor's
 1671: manual online, with a somewhat clumsy interface.
 1672: </description>
 1673: <status>works/unverified</status>
 1674: </file>
 1675: <file>
 1676: <source>doc/help/author.manual.ps</source>
 1677: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
 1678: <categoryname>interface file</categoryname>
 1679: <description>
 1680: The postscript Author's Manual
 1681: </description>
 1682: <status>works/unverified</status>
 1683: <dependencies>
 1684: doc/help/author.manual.texxml;
 1685: doc/help/latexSplitter.py;
 1686: doc/help/rebuildLabelHash.pl;
 1687: doc/help/render.texxml.pl;
 1688: doc/help/simpleEdit.py;
 1689: doc/help/texxml2indextex.pl;
 1690: doc/help/texxml2latex.pl;
 1691: loncom/build/buildHelp.sh;
 1692: loncom/build/help_graphics_converter.pl
 1693: </dependencies>
 1694: </file>
 1695: <file>
 1696: <source>doc/help/author.manual.pdf</source>
 1697: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
 1698: <categoryname>handler</categoryname>
 1699: <description>
 1700: The PDF Author's Manual
 1701: </description>
 1702: <status>works/unverified</status>
 1703: </file>
 1704: <file>
 1705: <source>doc/help/course.manual.ps</source>
 1706: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
 1707: <categoryname>interface file</categoryname>
 1708: <description>
 1709: The postscript Course Manual
 1710: </description>
 1711: <status>works/unverified</status>
 1712: <dependencies>
 1713: doc/help/course.manual.texxml;
 1714: doc/help/latexSplitter.py;
 1715: doc/help/rebuildLabelHash.pl;
 1716: doc/help/render.texxml.pl;
 1717: doc/help/simpleEdit.py;
 1718: doc/help/texxml2indextex.pl;
 1719: doc/help/texxml2latex.pl;
 1720: loncom/build/buildHelp.sh;
 1721: loncom/build/help_graphics_converter.pl
 1722: </dependencies>
 1723: </file>
 1724: <file>
 1725: <source>doc/help/course.manual.pdf</source>
 1726: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
 1727: <categoryname>interface file</categoryname>
 1728: <description>
 1729: The PDF Course Manual
 1730: </description>
 1731: <status>works/unverified</status>
 1732: </file>
 1733: <file>
 1734: <source>doc/help/course.instructor.ps</source>
 1735: <target dist='default'>home/httpd/html/adm/help/course.instructor.ps</target>
 1736: <categoryname>interface file</categoryname>
 1737: <description>
 1738: The postscript Course Instructor Manual
 1739: </description>
 1740: <status>works/unverified</status>
 1741: </file>
 1742: <file>
 1743: <source>doc/help/course.instructor.pdf</source>
 1744: <target dist='default'>home/httpd/html/adm/help/course.instructor.pdf</target>
 1745: <categoryname>interface file</categoryname>
 1746: <description>
 1747: The PDF Course Instructor Manual
 1748: </description>
 1749: <status>works/unverified</status>
 1750: </file>
 1751: <fileglob>
 1752: <glob>*.*</glob>
 1753: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
 1754: <targetdir dist='default'>
 1755: home/httpd/html/adm/help/gif/</targetdir>
 1756: <categoryname>interface file</categoryname>
 1757: <description>
 1758: Gif files for the help system
 1759: </description>
 1760: <filenames>
 1761: authorRemote.gif;
 1762: constructionSpace.gif;
 1763: constructionSpaceForPublishing.gif;
 1764: creatingANewCourse.gif;
 1765: creatingNewProblemResource.gif;
 1766: dynamic_piecewise.gif;
 1767: dynamic_piecewise2.gif;
 1768: dynamic_plot.gif;
 1769: dynamic_plot2.gif;
 1770: formulaResponse.gif;
 1771: login.gif;
 1772: lonhelpheader.gif;
 1773: mainCourseDocuments.gif;
 1774: mapAdvancedEditorNew.gif;
 1775: mapClickedStart.gif;
 1776: mapEditFirstClick.gif;
 1777: mapEditInitial.gif;
 1778: mapEditingButton.gif;
 1779: mapEditorDirectoryBrowser.gif;
 1780: mapEditorResourceChosen.gif;
 1781: mapEditorSelection.gif;
 1782: mapInsertResource.gif;
 1783: mapNewResource.gif;
 1784: mapSecondWindowSecondResource.gif;
 1785: mapSimpleEditor.gif;
 1786: mapStraightened.gif;
 1787: mapTwoResources.gif;
 1788: numericalResponse1.gif;
 1789: numericalResponseEditor.gif;
 1790: numericalResponseSlopeProblem.gif;
 1791: numericalResponseVarInText.gif;
 1792: optionResponseEditing.gif;
 1793: optionResponseProblem.gif;
 1794: publishMetadata.gif;
 1795: radioResponse2.gif;
 1796: radioResponseHint.gif;
 1797: smallHelp.gif;
 1798: spreadsheet_hierarchy.gif;
 1799: stringResponseEditor.gif;
 1800: studentInterface.gif
 1801: </filenames>
 1802: </fileglob>
 1803: <fileglob>
 1804: <glob>*.*</glob>
 1805: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
 1806: <targetdir dist='default'>
 1807: home/httpd/html/adm/help/eps/</targetdir>
 1808: <categoryname>interface file</categoryname>
 1809: <description>
 1810: EPS files for the help system
 1811: </description>
 1812: <filenames>
 1813: authorRemote.eps;
 1814: constructionSpace.eps;
 1815: constructionSpaceForPublishing.eps;
 1816: creatingANewCourse.eps;
 1817: creatingNewProblemResource.eps;
 1818: dynamic_piecewise.eps;
 1819: dynamic_piecewise2.eps;
 1820: dynamic_plot.eps;
 1821: dynamic_plot2.eps;
 1822: formulaResponse.eps;
 1823: lonhelpheader.eps;
 1824: login.eps;
 1825: mainCourseDocuments.eps;
 1826: mapAdvancedEditorNew.eps;
 1827: mapClickedStart.eps;
 1828: mapEditFirstClick.eps;
 1829: mapEditInitial.eps;
 1830: mapEditingButton.eps;
 1831: mapEditorDirectoryBrowser.eps;
 1832: mapEditorResourceChosen.eps;
 1833: mapEditorSelection.eps;
 1834: mapInsertResource.eps;
 1835: mapNewResource.eps;
 1836: mapSecondWindowSecondResource.eps;
 1837: mapSimpleEditor.eps;
 1838: mapStraightened.eps;
 1839: mapTwoResources.eps;
 1840: numericalResponse1.eps;
 1841: numericalResponseEditor.eps;
 1842: numericalResponseSlopeProblem.eps;
 1843: numericalResponseVarInText.eps;
 1844: optionResponseEditing.eps;
 1845: optionResponseProblem.eps;
 1846: publishMetadata.eps;
 1847: radioResponse2.eps;
 1848: radioResponseHint.eps;
 1849: smallHelp.eps;
 1850: spreadsheet_hierarchy.eps;
 1851: stringResponseEditor.eps;
 1852: studentInterface.eps
 1853: </filenames>
 1854: </fileglob>
 1855: <fileglob>
 1856: <glob>*.*</glob>
 1857: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
 1858: <targetdir dist='default'>
 1859: home/httpd/html/adm/help/tex/</targetdir>
 1860: <categoryname>interface file</categoryname>
 1861: <description>
 1862: Tex files for the help system
 1863: </description>
 1864: <filenames>
 1865: About_Authors_Manual.tex;
 1866: About_Numerical_and_Formula_Response.tex;
 1867: Ambiguous_Reference.tex;
 1868: Author_LON-CAPA_Introduction.tex;
 1869: Author_Manual_Title_Page.tex;
 1870: Author_Numerical_and_Formula.tex;
 1871: Author_Remote_Control.tex;
 1872: Authoring_Adding_Pictures.tex;
 1873: Authoring_Dynamic_Plot.tex;
 1874: Authoring_HTML_vs_Tex.tex;
 1875: Authoring_M_Tag.tex;
 1876: Authoring_Piecewise_Plot.tex;
 1877: Calling_Functions.tex;
 1878: Coauthor.tex;
 1879: Construction_Space_Overview.tex;
 1880: Course_Add_Student.tex;
 1881: Course_Chart_To_Excel.tex;
 1882: Course_Convert_To_CSV.tex;
 1883: Course_Create_Class_List.tex;
 1884: Course_Critical_Message.tex;
 1885: Course_Deleting.tex;
 1886: Course_Disable_Discussion.tex;
 1887: Course_Discussion_Board.tex;
 1888: Course_Drop_Student.tex;
 1889: Course_Edit_Content.tex;
 1890: Course_Feedback_Addresses.tex;
 1891: Course_Homework_Performance_Overview.tex;
 1892: Course_Manual_Title_Page.tex;
 1893: Course_Message_Access.tex;
 1894: Course_Problem_Weight.tex;
 1895: Course_Setting_Parameters.tex;
 1896: Course_Student_Grade_Override.tex;
 1897: Course_Student_Work.tex;
 1898: Course_Toplevel_Seq.tex;
 1899: Creating_A_Course_Intro.tex;
 1900: Creating_New_Content_Pages.tex;
 1901: Creating_Online_Problems.tex;
 1902: Creating_Radio_Response_Problems.tex;
 1903: Docs_Adding_Course_Doc.tex;
 1904: Docs_Adding_External_Resource.tex;
 1905: Docs_Adding_Folders.tex;
 1906: Docs_Creating_From_Template.tex;
 1907: Docs_Importing_LON-CAPA_Resource.tex;
 1908: Docs_Main_Course_Documents.tex;
 1909: Docs_Navigate_Content.tex;
 1910: Docs_Overview.tex;
 1911: Docs_Supplemental.tex;
 1912: Docs_Uploading_From_Harddrive.tex;
 1913: Foils.tex;
 1914: Formula_Response_Example.tex;
 1915: Formula_Response_Limitations.tex;
 1916: Formula_Response_Problems.tex;
 1917: Formula_Response_Sampling.tex;
 1918: Formula_Tolerance.tex;
 1919: General_Intro.tex;
 1920: Greek_Symbols.tex;
 1921: How_To_Edit_Existing_Content_Pages.tex;
 1922: Latex_Footer.tex;
 1923: Latex_Header.tex;
 1924: Login_To_LON-CAPA.tex;
 1925: Metadata_Description.tex;
 1926: Navmap_Host_Down.tex;
 1927: Numerical_Response_Advanced_Example.tex;
 1928: Numerical_Response_Format.tex;
 1929: Numerical_Response_Intro.tex;
 1930: Numerical_Response_Introduction.tex;
 1931: Numerical_Response_Parts_A.tex;
 1932: Numerical_Response_Parts_B.tex;
 1933: Numerical_Response_Problems.tex;
 1934: Numerical_Response_Randomization.tex;
 1935: Numerical_Response_Simple_Example.tex;
 1936: Numerical_Response_Tutorial_A.tex;
 1937: Numerical_Response_Units.tex;
 1938: Option_Response_Concept_Group_Example.tex;
 1939: Option_Response_Matching_Example.tex;
 1940: Option_Response_Problem_Creation.tex;
 1941: Option_Response_Problem_Figure.tex;
 1942: Option_Response_Problem_Parts.tex;
 1943: Option_Response_Problems.tex;
 1944: Option_Response_Simple.tex;
 1945: Other_Symbols.tex;
 1946: Part_Tag_Edit_Help.tex;
 1947: Problem_Editor_Testing_Area.tex;
 1948: Problem_Editor_XML_Index.tex;
 1949: Problem_Types.tex;
 1950: Publishing_A_Resource.tex;
 1951: Publishing_Author_Tutorial_Segue.tex;
 1952: Publishing_Copyright.tex;
 1953: Publishing_Intro.tex;
 1954: Publishing_Keywords.tex;
 1955: Quick_Grades_Possibly_Correct.tex;
 1956: Radio_Response_Problems.tex;
 1957: Radio_Response_Randomization.tex;
 1958: Resource_Types.tex;
 1959: Script_Tutorial_Intro.tex;
 1960: Scripting_Help.tex;
 1961: Sequence_Advanced_Editor_Creation.tex;
 1962: Sequence_Definition.tex;
 1963: Sequence_Editor_Selection.tex;
 1964: Sequence_Page_Maps.tex;
 1965: Sequence_Simple_Editor_Creation.tex;
 1966: Sequence_Top-Level.tex;
 1967: Significant_Figures.tex;
 1968: Spreadsheet_About.tex;
 1969: Spreadsheet_Alternative_View.tex;
 1970: Spreadsheet_Changes_To_Grading.tex;
 1971: Spreadsheet_Col_Sum.tex;
 1972: Spreadsheet_Completely_Recalc.tex;
 1973: Spreadsheet_Empty_Rows.tex;
 1974: Spreadsheet_Export_Row.tex;
 1975: Spreadsheet_Functions.tex;
 1976: Spreadsheet_Import_Values.tex;
 1977: Spreadsheet_Levels.tex;
 1978: Spreadsheet_Lists.tex;
 1979: Spreadsheet_Max_Depth_Exceeded.tex;
 1980: Spreadsheet_OOO_Rows.tex;
 1981: Spreadsheet_Op_On_All_Problem_Parts.tex;
 1982: Spreadsheet_Parms.tex;
 1983: Spreadsheet_Problem_Weight.tex;
 1984: Spreadsheet_Ranges.tex;
 1985: Spreadsheet_Specifying_Cells.tex;
 1986: Spreadsheet_Student_Visible.tex;
 1987: Spreadsheet_Symbolic_Names.tex;
 1988: Spreadsheet_Template_Row.tex;
 1989: Spreadsheet_Ternary_Operator.tex;
 1990: Spreadsheet_Tries.tex;
 1991: String_Response_Problem_Creation.tex;
 1992: String_Response_Problems.tex;
 1993: Tolerance.tex;
 1994: Variable_Naming_Conventions.tex;
 1995: Variable_Tutorial_A.tex;
 1996: Variables_in_Scripts.tex;
 1997: Variables_in_the_Answer_Block.tex;
 1998: Variables_in_the_Text_Block.tex
 1999: </filenames>
 2000: </fileglob>
 2001: <file>
 2002: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
 2003: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
 2004: <categoryname>interface file</categoryname>
 2005: <description>
 2006: A gdbm file containing a label->tex file hash.
 2007: </description>
 2008: <status>works/unverified</status>
 2009: </file>
 2010: <file>
 2011: <source>loncom/interface/lonstatistics.pm</source>
 2012: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
 2013: <categoryname>handler</categoryname>
 2014: <description>
 2015: Handler to show statistics on solving LON-CAPA problems.
 2016: </description>
 2017: <status>works/unverified</status>
 2018: </file>
 2019: <file>
 2020: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
 2021: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
 2022: </target>
 2023: <categoryname>handler</categoryname>
 2024: <description>
 2025: The module that generate the html for the Problem Statistics web pages.
 2026: </description>
 2027: <status>works/unverified</status>
 2028: </file>
 2029: <file>
 2030: <source>loncom/interface/statistics/lonpercentage.pm</source>
 2031: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
 2032: </target>
 2033: <categoryname>handler</categoryname>
 2034: <description>
 2035: The module that generate the html for the Percentage graph web pages.
 2036: </description>
 2037: <status>works/unverified</status>
 2038: </file>
 2039: <file>
 2040: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
 2041: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
 2042: </target>
 2043: <categoryname>handler</categoryname>
 2044: <description>
 2045: The module that generate the html for the Problem Analysis web pages.
 2046: </description>
 2047: <status>works/unverified</status>
 2048: </file>
 2049: <file>
 2050: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
 2051: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
 2052: </target>
 2053: <categoryname>handler</categoryname>
 2054: <description>
 2055: The module that generate the html for the Student Assessment/Chart web pages.
 2056: </description>
 2057: <status>works/unverified</status>
 2058: </file>
 2059: <file>
 2060: <source>loncom/publisher/londiff.pm</source>
 2061: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
 2062: <categoryname>handler</categoryname>
 2063: <description>
 2064: Handler to show difference between two files.
 2065: </description>
 2066: <status>works/unverified</status>
 2067: </file>
 2068: <file>
 2069: <source>loncom/publisher/lonrights.pm</source>
 2070: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
 2071: <categoryname>handler</categoryname>
 2072: <description>
 2073: Handler to show and edit custom distribution rights
 2074: </description>
 2075: <status>works/unverified</status>
 2076: </file>
 2077: <file>
 2078: <source>loncom/publisher/lonupload.pm</source>
 2079: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
 2080: <categoryname>handler</categoryname>
 2081: <description>
 2082: Handler to upload files through browser into construction space.
 2083: </description>
 2084: <status>works/unverified</status>
 2085: </file>
 2086: <file>
 2087: <source>doc/man/Apache__lonupload.3</source>
 2088: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
 2089: <categoryname>doc</categoryname>
 2090: <description>man page for lonupload.pm</description>
 2091: <build trigger='always run'>
 2092: loncom/build/pod2man.sh ../publisher/lonupload.pm &gt; \
 2093: ../../doc/man/Apache__lonupload.3 &amp;&amp; echo 'manifying lonupload.pm'
 2094: </build>
 2095: <status>works/unverified</status>
 2096: <dependencies>
 2097: ../../loncom/publisher/lonupload.pm
 2098: </dependencies>
 2099: </file>
 2100: <file>
 2101: <source>doc/lib/perl/Apache/lonupload.html</source>
 2102: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
 2103: </target>
 2104: <categoryname>doc</categoryname>
 2105: <description>POD-derived page for lonupload.pm</description>
 2106: <build trigger='always run'>
 2107: loncom/build/pod2html.sh ../publisher/lonupload.pm &gt; \
 2108: ../../doc/lib/perl/Apache/lonupload.html &amp;&amp; \
 2109: echo 'pod2html lonupload.pm'
 2110: </build>
 2111: <status>works/unverified</status>
 2112: <dependencies>
 2113: ../../loncom/publisher/lonupload.pm
 2114: </dependencies>
 2115: </file>
 2116: <file>
 2117: <source>loncom/homework/essayresponse.pm</source>
 2118: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
 2119: <categoryname>handler</categoryname>
 2120: <description>
 2121: Handler to evaluate essay (ungraded) style responses.
 2122: </description>
 2123: <status>works/unverified</status>
 2124: </file>
 2125: <file>
 2126: <source>loncom/homework/externalresponse.pm</source>
 2127: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
 2128: <categoryname>handler</categoryname>
 2129: <description>
 2130: Handler to evaluate externally graded responses.
 2131: </description>
 2132: <status>works/unverified</status>
 2133: </file>
 2134: <file>
 2135: <source>loncom/homework/loncapagrade.pm</source>
 2136: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
 2137: <categoryname>handler</categoryname>
 2138: <description>
 2139: Holds results and defines
 2140: tag handlers needed by externalresponse.pm
 2141: </description>
 2142: <status>works/unverified</status>
 2143: </file>
 2144: <file>
 2145: <source>loncom/publisher/lonpubdir.pm</source>
 2146: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
 2147: <categoryname>handler</categoryname>
 2148: <description>
 2149: Handler to publish directories.
 2150: </description>
 2151: </file>
 2152: <file>
 2153: <source>loncom/publisher/lonunauthorized.pm</source>
 2154: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
 2155: <categoryname>handler</categoryname>
 2156: <description>
 2157: Handler to explain failed contruction space access.
 2158: </description>
 2159: </file>
 2160: <file>
 2161: <source>doc/man/Apache__lonpubdir.3</source>
 2162: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
 2163: <categoryname>doc</categoryname>
 2164: <description>man page for lonpubdir.pm</description>
 2165: <build trigger='always run'>
 2166: loncom/build/pod2man.sh ../publisher/lonpubdir.pm &gt; \
 2167: ../../doc/man/Apache__lonpubdir.3 &amp;&amp; echo 'manifying lonpubdir.pm'
 2168: </build>
 2169: <status>works/unverified</status>
 2170: <dependencies>
 2171: ../../loncom/lonnet/perl/lonnet.pm
 2172: </dependencies>
 2173: </file>
 2174: <file>
 2175: <source>doc/lib/perl/Apache/lonpubdir.html</source>
 2176: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
 2177: </target>
 2178: <categoryname>doc</categoryname>
 2179: <description>POD-derived page for lonpubdir.pm</description>
 2180: <build trigger='always run'>
 2181: loncom/build/pod2html.sh ../publisher/lonpubdir.pm &gt; \
 2182: ../../doc/lib/perl/Apache/lonpubdir.html &amp;&amp; \
 2183: echo 'pod2html lonpubdir.pm'
 2184: </build>
 2185: <status>works/unverified</status>
 2186: <dependencies>
 2187: ../../loncom/publisher/lonpubdir.pm
 2188: </dependencies>
 2189: </file>
 2190: <file>
 2191: <source>loncom/publisher/lonretrieve.pm</source>
 2192: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
 2193: <categoryname>handler</categoryname>
 2194: <description>
 2195: Handler to retrieve old versions from resource space.
 2196: </description>
 2197: <status>works/unverified</status>
 2198: </file>
 2199: <file>
 2200: <source>doc/man/Apache__lonretrieve.3</source>
 2201: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
 2202: <categoryname>doc</categoryname>
 2203: <description>man page for lonretrieve.pm</description>
 2204: <build trigger='always run'>
 2205: loncom/build/pod2man.sh ../publisher/lonretrieve.pm &gt; \
 2206: ../../doc/man/Apache__lonretrieve.3 &amp;&amp; echo 'manifying lonretrieve.pm'
 2207: </build>
 2208: <status>works/unverified</status>
 2209: <dependencies>
 2210: ../../loncom/publisher/lonretrieve.pm
 2211: </dependencies>
 2212: </file>
 2213: <file>
 2214: <source>doc/lib/perl/Apache/lonretrieve.html</source>
 2215: <target dist='default'>
 2216: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
 2217: </target>
 2218: <categoryname>doc</categoryname>
 2219: <description>POD-derived page for lonretrieve.pm</description>
 2220: <build trigger='always run'>
 2221: loncom/build/pod2html.sh ../publisher/lonretrieve.pm &gt; \
 2222: ../../doc/lib/perl/Apache/lonretrieve.html &amp;&amp; \
 2223: echo 'pod2html lonretrieve.pm'
 2224: </build>
 2225: <status>works/unverified</status>
 2226: <dependencies>
 2227: ../../loncom/publisher/lonretrieve.pm
 2228: </dependencies>
 2229: </file>
 2230: <file>
 2231: <source>loncom/homework/edit.pm</source>
 2232: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
 2233: <categoryname>handler</categoryname>
 2234: <description>
 2235: Helper functions when in homework edit mode.
 2236: </description>
 2237: </file>
 2238: <file>
 2239: <source>doc/man/Apache__edit.3</source>
 2240: <target dist='default'>usr/man/man3/Apache::edit.3</target>
 2241: <categoryname>doc</categoryname>
 2242: <description>man page for edit.pm</description>
 2243: <build trigger='always run'>
 2244: loncom/build/pod2man.sh ../homework/edit.pm &gt; ../../doc/man/Apache__edit.3 &amp;&amp; \
 2245: echo 'manifying edit.pm'
 2246: </build>
 2247: <status>works/unverified</status>
 2248: <dependencies>
 2249: ../../loncom/homework/edit.pm
 2250: </dependencies>
 2251: </file>
 2252: <file>
 2253: <source>doc/lib/perl/Apache/edit.html</source>
 2254: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
 2255: </target>
 2256: <categoryname>doc</categoryname>
 2257: <description>POD-derived page for edit.pm</description>
 2258: <build trigger='always run'>
 2259: loncom/build/pod2html.sh ../homework/edit.pm &gt; \
 2260: ../../doc/lib/perl/Apache/edit.html \
 2261: &amp;&amp; echo 'pod2html edit.pm'
 2262: </build>
 2263: <status>works/unverified</status>
 2264: <dependencies>
 2265: ../../loncom/homework/edit.pm
 2266: </dependencies>
 2267: </file>
 2268: <file>
 2269: <source>loncom/interface/lonmeta.pm</source>
 2270: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
 2271: <categoryname>handler</categoryname>
 2272: <description>Metadata display handler.</description>
 2273: <status>works/unverified</status>
 2274: </file>
 2275: <file>
 2276: <source>rat/lonambiguous.pm</source>
 2277: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
 2278: <categoryname>handler</categoryname>
 2279: <description>
 2280: Handler to resolve ambiguous file locations.
 2281: </description>
 2282: <status>works/unverified</status>
 2283: </file>
 2284: <file>
 2285: <source>rat/lonratparms.pm</source>
 2286: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
 2287: <categoryname>handler</categoryname>
 2288: <description>
 2289: Handler to set resource parameters inside of the RAT based on metadata.
 2290: </description>
 2291: <status>works/unverified</status>
 2292: </file>
 2293: <file>
 2294: <source>rat/lonsequence.pm</source>
 2295: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
 2296: <categoryname>handler</categoryname>
 2297: <description>
 2298: Handler for showing sequence objects of educational resources.
 2299: </description>
 2300: <status>works/unverified</status>
 2301: </file>
 2302: <file>
 2303: <source>loncom/interface/loncreatecourse.pm</source>
 2304: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
 2305: <categoryname>handler</categoryname>
 2306: <description>
 2307: Allows domain coordinators to create new courses and assign course
 2308: coordinators.
 2309: </description>
 2310: <status>works/unverified</status>
 2311: </file>
 2312: <file>
 2313: <source>loncom/interface/loncreateuser.pm</source>
 2314: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
 2315: <categoryname>handler</categoryname>
 2316: <description>
 2317: Allows users to within their own privileges create/edit users and give
 2318: them roles. 
 2319: </description>
 2320: <status>works/unverified</status>
 2321: </file>
 2322: <file>
 2323: <source>loncom/interface/lonhtmlcommon.pm</source>
 2324: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
 2325: <categoryname>handler</categoryname>
 2326: <description>
 2327: Contains a set of functions that generate html controls and data layouts
 2328: </description>
 2329: </file>
 2330: <file>
 2331: <source>loncom/interface/loncoursedata.pm</source>
 2332: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
 2333: <categoryname>handler</categoryname>
 2334: <description>
 2335: Common functions for handling student course data (download and process)
 2336: </description>
 2337: </file>
 2338: <file>
 2339: <source>loncom/interface/loncommon.pm</source>
 2340: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
 2341: <categoryname>handler</categoryname>
 2342: <description>
 2343: Makes a table out of the previous attempts.  Inputs result_from_symbread,
 2344: user, domain, home_server, course_id.
 2345: </description>
 2346: <status>works/unverified</status>
 2347: </file>
 2348: <file>
 2349: <source>doc/man/Apache__loncommon.3</source>
 2350: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
 2351: <categoryname>doc</categoryname>
 2352: <description>man page for loncommon.pm</description>
 2353: <build trigger='always run'>
 2354: loncom/build/pod2man.sh ../interface/loncommon.pm &gt; \
 2355: ../../doc/man/Apache__loncommon.3 &amp;&amp; echo 'manifying loncommon.pm'
 2356: </build>
 2357: <status>works/unverified</status>
 2358: <dependencies>
 2359: ../../loncom/interface/loncommon.pm
 2360: </dependencies>
 2361: </file>
 2362: <file>
 2363: <source>doc/lib/perl/Apache/loncommon.html</source>
 2364: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
 2365: </target>
 2366: <categoryname>doc</categoryname>
 2367: <description>POD-derived page for loncommon.pm</description>
 2368: <build trigger='always run'>
 2369: loncom/build/pod2html.sh ../interface/loncommon.pm &gt; \
 2370: ../../doc/lib/perl/Apache/loncommon.html &amp;&amp; \
 2371: echo 'pod2html loncommon.pm'
 2372: </build>
 2373: <status>works/unverified</status>
 2374: <dependencies>
 2375: ../../loncom/interface/loncommon.pm
 2376: </dependencies>
 2377: </file>
 2378: <file>
 2379: <source>loncom/homework/grades.pm</source>
 2380: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
 2381: <categoryname>handler</categoryname>
 2382: <description>Handles the viewing of grades.</description>
 2383: </file>
 2384: <file>
 2385: <source>loncom/homework/imageresponse.pm</source>
 2386: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
 2387: <categoryname>handler</categoryname>
 2388: <description>
 2389: Coordinates the response to clicking an image.
 2390: </description>
 2391: <status>works/unverified</status>
 2392: </file>
 2393: <file>
 2394: <source>loncom/homework/optionresponse.pm</source>
 2395: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
 2396: <categoryname>handler</categoryname>
 2397: <description>
 2398: Handles tags associated with showing a list of options.</description>
 2399: </file>
 2400: <file>
 2401: <source>loncom/homework/outputtags.pm</source>
 2402: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
 2403: <categoryname>handler</categoryname>
 2404: <description>
 2405: Handles tags associated with output.  Seems to relate to due dates of the
 2406: assignment.
 2407: </description>
 2408: <status>works/unverified</status>
 2409: </file>
 2410: <file>
 2411: <source>loncom/interface/lontest.pm</source>
 2412: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
 2413: <categoryname>handler</categoryname>
 2414: <description>
 2415: Used for debugging and testing the LON-CAPA system.
 2416: </description>
 2417: <status>works/unverified</status>
 2418: </file>
 2419: <file>
 2420: <source>loncom/homework/radiobuttonresponse.pm</source>
 2421: <target dist='default'>
 2422: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
 2423: <categoryname>handler</categoryname>
 2424: <description>
 2425: Handles multiple-choice style responses.
 2426: </description>
 2427: <status>works/unverified</status>
 2428: </file>
 2429: <file>
 2430: <source>loncom/interface/lonassignments.pm</source>
 2431: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
 2432: <categoryname>handler</categoryname>
 2433: <description>
 2434: Handles processing of assignments.
 2435: </description>
 2436: <status>works/unverified</status>
 2437: </file>
 2438: <file>
 2439: <source>loncom/interface/loncommunicate.pm</source>
 2440: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
 2441: <categoryname>handler</categoryname>
 2442: <description>
 2443: Will be the access handler to email sending, as well as the planned
 2444: chatrooms, etc.
 2445: </description>
 2446: <status>works/unverified</status>
 2447: </file>
 2448: <file>
 2449: <source>loncom/interface/lonerrorhandler.pm</source>
 2450: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
 2451: <categoryname>handler</categoryname>
 2452: <description>
 2453: Handles errors.
 2454: </description>
 2455: <status>works/unverified</status>
 2456: </file>
 2457: <file>
 2458: <source>loncom/interface/lonevaluate.pm</source>
 2459: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
 2460: <categoryname>handler</categoryname>
 2461: <description>
 2462: Handles evaluation.
 2463: </description>
 2464: <status>works/unverified</status>
 2465: </file>
 2466: <file>
 2467: <source>loncom/interface/lonfeedback.pm</source>
 2468: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
 2469: <categoryname>handler</categoryname>
 2470: <description>
 2471: Handles feedback from students to instructors and system administrators.
 2472: Provides a screenshot of the current
 2473: resource, as well as previous attempts if the resource was a homework.
 2474: Used by lonmsg.pm.
 2475: </description>
 2476: <status>works/unverified</status>
 2477: </file>
 2478: <file>
 2479: <source>loncom/interface/lonnavmaps.pm</source>
 2480: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
 2481: <categoryname>handler</categoryname>
 2482: <description>
 2483: Handles navigational maps.
 2484: </description>
 2485: <status>works/unverified</status>
 2486: </file>
 2487: <file>
 2488: <source>doc/man/Apache__lonnavmaps.3</source>
 2489: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
 2490: <categoryname>doc</categoryname>
 2491: <description>man page for lonnavmaps.pm</description>
 2492: <build trigger='always run'>
 2493: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm &gt; \
 2494: ../../doc/man/Apache__lonnavmaps.3 &amp;&amp; echo 'manifying lonnavmaps.pm'
 2495: </build>
 2496: <status>works/unverified</status>
 2497: <dependencies>
 2498: ../../loncom/interface/lonnavmaps.pm
 2499: </dependencies>
 2500: </file>
 2501: <file>
 2502: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
 2503: <target dist='default'>
 2504: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
 2505: </target>
 2506: <categoryname>doc</categoryname>
 2507: <description>POD-derived page for lonnavmaps.pm</description>
 2508: <build trigger='always run'>
 2509: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm &gt; \
 2510: ../../doc/lib/perl/Apache/lonnavmaps.html &amp;&amp; \
 2511: echo 'pod2html lonnavmaps.pm'
 2512: </build>
 2513: <status>works/unverified</status>
 2514: <dependencies>
 2515: ../../loncom/interface/lonnavmaps.pm
 2516: </dependencies>
 2517: </file>
 2518: <file>
 2519: <source>loncom/interface/lonhelper.pm</source>
 2520: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
 2521: <categoryname>handler</categoryname>
 2522: <description>
 2523: Helper framework.
 2524: </description>
 2525: <status>works/unverified</status>
 2526: </file>
 2527: <file>
 2528: <source>loncom/html/adm/helper/parameter.helper</source>
 2529: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
 2530: <categoryname>handler</categoryname>
 2531: <description>
 2532: Parameter setting helper.
 2533: </description>
 2534: <status>works/unverified</status>
 2535: </file>
 2536: <file>
 2537: <source>loncom/interface/lonquickgrades.pm</source>
 2538: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
 2539: <categoryname>handler</categoryname>
 2540: <description>
 2541: Student quick grades interface.
 2542: </description>
 2543: <status>works/unverified</status>
 2544: </file>
 2545: <file>
 2546: <source>loncom/interface/lonpreferences.pm</source>
 2547: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
 2548: <categoryname>handler</categoryname>
 2549: <description>
 2550: Handles user preferences associated with customizing the online LON-CAPA
 2551: educational environment.
 2552: </description>
 2553: <status>works/unverified</status>
 2554: </file>
 2555: <file>
 2556: <source>loncom/interface/lonprintout.pm</source>
 2557: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
 2558: <categoryname>handler</categoryname>
 2559: <description>
 2560: Handles the production of printable files and resources.
 2561: </description>
 2562: <status>works/unverified</status>
 2563: </file>
 2564: <file>
 2565: <source>loncom/interface/lonsearchcat.pm</source>
 2566: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
 2567: <categoryname>handler</categoryname>
 2568: <description>
 2569: Handles a searchable catalogue.
 2570: </description>
 2571: <status>works/unverified</status>
 2572: </file>
 2573: <file>
 2574: <source>loncom/interface/lonmysql.pm</source>
 2575: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
 2576: <categoryname>handler</categoryname>
 2577: <description>
 2578: Provides utility functions for creating and accessing mysql database tables.
 2579: </description>
 2580: <status>works/unverified</status>
 2581: </file>
 2582: <file>
 2583: <source>doc/man/Apache__lonsearchcat.3</source>
 2584: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
 2585: <categoryname>doc</categoryname>
 2586: <description>man page for lonsearchcat.pm</description>
 2587: <build trigger='always run'>
 2588: loncom/build/pod2man.sh ../interface/lonsearchcat.pm &gt; \
 2589: ../../doc/man/Apache__lonsearchcat.3 &amp;&amp; echo 'manifying lonsearchcat.pm'
 2590: </build>
 2591: <status>works/unverified</status>
 2592: <dependencies>
 2593: ../../loncom/interface/lonsearchcat.pm
 2594: </dependencies>
 2595: </file>
 2596: <file>
 2597: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
 2598: <target dist='default'>
 2599: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
 2600: </target>
 2601: <categoryname>doc</categoryname>
 2602: <description>POD-derived page for lonsearchcat.pm</description>
 2603: <build trigger='always run'>
 2604: loncom/build/pod2html.sh ../interface/lonsearchcat.pm &gt; \
 2605: ../../doc/lib/perl/Apache/lonsearchcat.html &amp;&amp; \
 2606: echo 'pod2html lonsearchcat.pm'
 2607: </build>
 2608: <status>works/unverified</status>
 2609: <dependencies>
 2610: ../../loncom/interface/lonsearchcat.pm
 2611: </dependencies>
 2612: </file>
 2613: <file>
 2614: <source>loncom/interface/lonmanagekeys.pm</source>
 2615: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
 2616: <categoryname>handler</categoryname>
 2617: <description>
 2618: Allows users with "mky" privileges to generate and manage course access keys.
 2619: </description>
 2620: <status>works/unverified</status>
 2621: </file>
 2622: <file>
 2623: <source>loncom/interface/londropadd.pm</source>
 2624: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
 2625: <categoryname>handler</categoryname>
 2626: <description>
 2627: Allows course coordinators to upload courselists in different formats, and
 2628: automatically create users (if they do not exist already), assign them the
 2629: role of student in a course, and add them to the classlist.
 2630: </description>
 2631: <status>works/unverified</status>
 2632: </file>
 2633: <file>
 2634: <source>loncom/interface/lonmsg.pm</source>
 2635: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
 2636: <categoryname>handler</categoryname>
 2637: <description>
 2638: lonmsg.pm has several functions to send and receive internal messages.
 2639: author_res_msg - send message to resource author.
 2640: user_crit_msg - send a critical message to a user. A critical message
 2641: will require acknowledgment by the recipient and the sender will be notified.
 2642: user_crit_received - routine to trigger acknowledgment.
 2643: statuschange - change the status of a message (read, replied, forwarded, etc).
 2644: The handler also displays messages, has routines to reply, etc.
 2645: </description>
 2646: <status>works/unverified</status>
 2647: </file>
 2648: <file>
 2649: <source>loncom/homework/hint.pm</source>
 2650: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
 2651: <categoryname>handler</categoryname>
 2652: <description>
 2653: This handler coordinates the delivery of hints to students working on LON-CAPA
 2654: problems and assignments.
 2655: </description>
 2656: <status>works/unverified</status>
 2657: </file>
 2658: <file>
 2659: <source>loncom/interface/lonspreadsheet.pm</source>
 2660: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
 2661: <categoryname>handler</categoryname>
 2662: <description>
 2663: Spreadsheets are completely web-based.
 2664: They exist on the level of a whole course, a student, and individual
 2665: assessments.
 2666: </description>
 2667: <status>works/unverified</status>
 2668: </file>
 2669: <file>
 2670: <source>loncom/interface/lonparmset.pm</source>
 2671: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
 2672: <categoryname>handler</categoryname>
 2673: <description>
 2674: Handler to resolve ambiguous file locations
 2675: </description>
 2676: <status>works/unverified</status>
 2677: </file>
 2678: <file>
 2679: <source>doc/man/Apache__lonparmset.3</source>
 2680: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
 2681: <categoryname>doc</categoryname>
 2682: <description>man page for lonparmset.pm</description>
 2683: <build trigger='always run'>
 2684: loncom/build/pod2man.sh ../interface/lonparmset.pm &gt; \
 2685: ../../doc/man/Apache__lonparmset.3 &amp;&amp; echo 'manifying lonparmset.pm'
 2686: </build>
 2687: <status>works/unverified</status>
 2688: <dependencies>
 2689: ../../loncom/interface/lonparmset.pm
 2690: </dependencies>
 2691: </file>
 2692: <file>
 2693: <source>doc/lib/perl/Apache/lonparmset.html</source>
 2694: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
 2695: </target>
 2696: <categoryname>doc</categoryname>
 2697: <description>POD-derived page for lonparmset.pm</description>
 2698: <build trigger='always run'>
 2699: loncom/build/pod2html.sh ../interface/lonparmset.pm &gt; \
 2700: ../../doc/lib/perl/Apache/lonparmset.html &amp;&amp; \
 2701: echo 'pod2html lonparmset.pm'
 2702: </build>
 2703: <status>works/unverified</status>
 2704: <dependencies>
 2705: ../../loncom/interface/lonparmset.pm
 2706: </dependencies>
 2707: </file>
 2708: <file>
 2709: <source>loncom/publisher/lonconstruct.pm</source>
 2710: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
 2711: <categoryname>handler</categoryname>
 2712: <description>
 2713: Page wrapper for handling construction space.
 2714: </description>
 2715: <status>works/unverified</status>
 2716: </file>
 2717: <file>
 2718: <source>loncom/publisher/lonpublisher.pm</source>
 2719: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
 2720: <categoryname>handler</categoryname>
 2721: <description>
 2722: Publishes an LON-CAPA educational resource complete with metadata
 2723: (authorship, language, copyright, creation date, etc).
 2724: </description>
 2725: <status>works/unverified</status>
 2726: </file>
 2727: <file>
 2728: <source>doc/man/Apache__lonpublisher.3</source>
 2729: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
 2730: <categoryname>doc</categoryname>
 2731: <description>man page for lonpublisher.pm</description>
 2732: <build trigger='always run'>
 2733: loncom/build/pod2man.sh ../publisher/lonpublisher.pm &gt; \
 2734: ../../doc/man/Apache__lonpublisher.3 &amp;&amp; echo 'manifying lonpublisher.pm'
 2735: </build>
 2736: <status>works/unverified</status>
 2737: <dependencies>
 2738: ../../loncom/publisher/lonpublisher.pm
 2739: </dependencies>
 2740: </file>
 2741: <file>
 2742: <source>doc/lib/perl/Apache/lonpublisher.html</source>
 2743: <target dist='default'>
 2744: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
 2745: </target>
 2746: <categoryname>doc</categoryname>
 2747: <description>POD-derived page for lonpublisher.pm</description>
 2748: <build trigger='always run'>
 2749: loncom/build/pod2html.sh ../publisher/lonpublisher.pm &gt; \
 2750: ../../doc/lib/perl/Apache/lonpublisher.html &amp;&amp; \
 2751: echo 'pod2html lonpublisher.pm'
 2752: </build>
 2753: <status>works/unverified</status>
 2754: <dependencies>
 2755: ../../loncom/publisher/lonpublisher.pm
 2756: </dependencies>
 2757: </file>
 2758: <file>
 2759: <source>loncom/interface/lonmenu.pm</source>
 2760: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
 2761: <categoryname>handler</categoryname>
 2762: <description>
 2763: Has routines which control the remote control.
 2764: </description>
 2765: <status>works/unverified</status>
 2766: </file>
 2767: <file>
 2768: <source>loncom/interface/lonremote.pm</source>
 2769: <target dist='default'>home/httpd/lib/perl/Apache/lonremote.pm</target>
 2770: <categoryname>handler</categoryname>
 2771: <description>
 2772: Handler to lauch and collapse the remote control.
 2773: </description>
 2774: <status>works/unverified</status>
 2775: </file>
 2776: <file>
 2777: <source>rat/lonpageflip.pm</source>
 2778: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
 2779: <categoryname>handler</categoryname>
 2780: <description>Deals with forward, backward, and other page flips.</description>
 2781: <status>works/unverified</status>
 2782: </file>
 2783: <file>
 2784: <source>rat/lonratedt.pm</source>
 2785: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
 2786: <categoryname>handler</categoryname>
 2787: <description>
 2788: Builds up frame set and loads in the right thing.
 2789: </description>
 2790: <status>works/unverified</status>
 2791: </file>
 2792: <file>
 2793: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
 2794: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
 2795: <categoryname>handler</categoryname>
 2796: <description>
 2797: Homework remote control.
 2798: </description>
 2799: <status>works/unverified</status>
 2800: </file>
 2801: <file>
 2802: <source>loncom/html/res/adm/pages/chatroom.html</source>
 2803: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
 2804: <categoryname>handler</categoryname>
 2805: <description>
 2806: Establishes frameset for chatroom
 2807: </description>
 2808: <status>works/unverified</status>
 2809: </file>
 2810: <file>
 2811: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
 2812: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
 2813: <categoryname>handler</categoryname>
 2814: <description>
 2815: This will take annotations and then plug them into a page.
 2816: </description>
 2817: <status>works/unverified</status>
 2818: </file>
 2819: <file>
 2820: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
 2821: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
 2822: <categoryname>handler</categoryname>
 2823: <description>
 2824: This will take bookmarks and get/write/display them for the LON-CAPA user
 2825: interface.
 2826: </description>
 2827: <status>works/unverified</status>
 2828: </file>
 2829: <file>
 2830: <source>rat/lonratsrv.pm</source>
 2831: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
 2832: <categoryname>handler</categoryname>
 2833: <description>
 2834: Handler that takes output from RAT and stores it on disk.  Handles the upper
 2835: hidden frame of the added window that comes up in RAT.   (3 frames come up in
 2836: RAT server, code, and output.  This module handles server connection.)
 2837: </description>
 2838: <status>works/unverified</status>
 2839: </file>
 2840: <file>
 2841: <source>rat/lonpage.pm</source>
 2842: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
 2843: <categoryname>handler</categoryname>
 2844: <description>
 2845: bundles pages into one page
 2846: </description>
 2847: <status>works/unverified</status>
 2848: </file>
 2849: <file>
 2850: <source>doc/man/Apache__lonpage.3</source>
 2851: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
 2852: <categoryname>doc</categoryname>
 2853: <description>man page for lonpage.pm</description>
 2854: <build trigger='always run'>
 2855: loncom/build/pod2man.sh ../../rat/lonpage.pm &gt; \
 2856: ../../doc/man/Apache__lonpage.3 &amp;&amp; echo 'manifying lonpage.pm'
 2857: </build>
 2858: <status>works/unverified</status>
 2859: <dependencies>
 2860: ../../rat/lonpage.pm
 2861: </dependencies>
 2862: </file>
 2863: <file>
 2864: <source>doc/lib/perl/Apache/lonpage.html</source>
 2865: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
 2866: </target>
 2867: <categoryname>doc</categoryname>
 2868: <description>POD-derived page for lonnet.pm</description>
 2869: <build trigger='always run'>
 2870: loncom/build/pod2html.sh ../../rat/lonpage.pm &gt; \
 2871: ../../doc/lib/perl/Apache/lonpage.html &amp;&amp; echo 'pod2html lonpage.pm'
 2872: </build>
 2873: <status>works/unverified</status>
 2874: <dependencies>
 2875: ../../rat/lonpage.pm
 2876: </dependencies>
 2877: </file>
 2878: <file>
 2879: <source>rat/lonuserstate.pm</source>
 2880: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
 2881: <categoryname>handler</categoryname>
 2882: <description>
 2883: compile course into binary data structure
 2884: </description>
 2885: <status>works/unverified</status>
 2886: </file>
 2887: <file>
 2888: <source>doc/man/Apache__lonuserstate.3</source>
 2889: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
 2890: <categoryname>doc</categoryname>
 2891: <description>man page for lonnet.pm</description>
 2892: <build trigger='always run'>
 2893: loncom/build/pod2man.sh ../../rat/lonuserstate.pm &gt; \
 2894: ../../doc/man/Apache__lonuserstate.3 &amp;&amp; echo 'manifying lonuserstate.pm'
 2895: </build>
 2896: <status>works/unverified</status>
 2897: <dependencies>
 2898: ../../rat/lonuserstate.pm
 2899: </dependencies>
 2900: </file>
 2901: <file>
 2902: <source>doc/lib/perl/Apache/lonuserstate.html</source>
 2903: <target dist='default'>
 2904: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
 2905: </target>
 2906: <categoryname>doc</categoryname>
 2907: <description>POD-derived page for lonuserstate.pm</description>
 2908: <build trigger='always run'>
 2909: loncom/build/pod2html.sh ../../rat/lonuserstate.pm &gt; \
 2910: ../../doc/lib/perl/Apache/lonuserstate.html &amp;&amp; \
 2911: echo 'pod2html lonuserstate.pm'
 2912: </build>
 2913: <status>works/unverified</status>
 2914: <dependencies>
 2915: ../../rat/lonuserstate.pm
 2916: </dependencies>
 2917: </file>
 2918: <file>
 2919: <source>loncom/xml/lontex.pm</source>
 2920: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
 2921: <categoryname>handler</categoryname>
 2922: <description>
 2923: Handler for tex files
 2924: </description>
 2925: <status>works/unverified</status>
 2926: </file>
 2927: <file>
 2928: <source>loncom/xml/lontexconvert.pm</source>
 2929: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
 2930: <categoryname>handler</categoryname>
 2931: <description>
 2932: Access to tth/ttm
 2933: </description>
 2934: <status>works/unverified</status>
 2935: </file>
 2936: <file>
 2937: <source>loncom/xml/lonxml.pm</source>
 2938: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
 2939: <categoryname>handler</categoryname>
 2940: <description>
 2941: XML Parsing Module
 2942: </description>
 2943: <status>works/unverified</status>
 2944: </file>
 2945: <file>
 2946: <source>loncom/xml/lonplot.pm</source>
 2947: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
 2948: <categoryname>handler</categoryname>
 2949: <description>
 2950: XML-based plotter of graphs
 2951: </description>
 2952: <status>works/unverified</status>
 2953: </file>
 2954: <file>
 2955: <source>loncom/xml/style.pm</source>
 2956: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
 2957: <categoryname>handler</categoryname>
 2958: <description>
 2959: Style Parsing Module
 2960: </description>
 2961: <status>works/unverified</status>
 2962: </file>
 2963: <file>
 2964: <source>loncom/xml/londefdef.pm</source>
 2965: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
 2966: <categoryname>handler</categoryname>
 2967: <description>
 2968: Tags Default Definition Module
 2969: </description>
 2970: <status>works/unverified</status>
 2971: </file>
 2972: <file>
 2973: <source>loncom/xml/run.pm</source>
 2974: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
 2975: <categoryname>handler</categoryname>
 2976: <description>
 2977: used to prevent poorly written problems from causing lingering after effects
 2978: </description>
 2979: <status>works/unverified</status>
 2980: </file>
 2981: <file>
 2982: <source>loncom/xml/scripttag.pm</source>
 2983: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
 2984: <categoryname>handler</categoryname>
 2985: <description>
 2986: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
 2987: &lt;import&gt;
 2988: </description>
 2989: <status>works/unverified</status>
 2990: </file>
 2991: <file>
 2992: <source>loncom/homework/randomlylabel.pm</source>
 2993: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
 2994: <categoryname>handler</categoryname>
 2995: <description>
 2996: Handler for compositing images, and text together.
 2997: </description>
 2998: </file>
 2999: <file>
 3000: <source>loncom/homework/rankresponse.pm</source>
 3001: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
 3002: <categoryname>handler</categoryname>
 3003: <description>
 3004: Handler for rankresponse
 3005: </description>
 3006: </file>
 3007: <file>
 3008: <source>loncom/homework/matchresponse.pm</source>
 3009: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
 3010: <categoryname>handler</categoryname>
 3011: <description>
 3012: Handler for matchresponse
 3013: </description>
 3014: </file>
 3015: <file>
 3016: <source>loncom/homework/randomlabel.pm</source>
 3017: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
 3018: <categoryname>handler</categoryname>
 3019: <description>
 3020: Interface for producing applet code which randomizes the labelling of an
 3021: image.
 3022: </description>
 3023: </file>
 3024: <file>
 3025: <source>loncom/homework/lonhomework.pm</source>
 3026: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
 3027: <categoryname>handler</categoryname>
 3028: <description>
 3029: handles requests for output, evaluation, and alteration of a homework resource
 3030: </description>
 3031: <status>works/unverified</status>
 3032: </file>
 3033: <file>
 3034: <source>loncom/homework/inputtags.pm</source>
 3035: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
 3036: <categoryname>handler</categoryname>
 3037: <description>
 3038: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
 3039: </description>
 3040: <status>works/unverified</status>
 3041: </file>
 3042: <file>
 3043: <source>loncom/homework/structuretags.pm</source>
 3044: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
 3045: <categoryname>handler</categoryname>
 3046: <description>
 3047: produces HTML tags necessary for structuring the presentation of homework
 3048: resources
 3049: </description>
 3050: <status>works/unverified</status>
 3051: </file>
 3052: <file>
 3053: <source>loncom/homework/response.pm</source>
 3054: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
 3055: <categoryname>handler</categoryname>
 3056: <description>
 3057: defines different types of responses given to student as well as syntax for
 3058: producing response values
 3059: </description>
 3060: <status>works/unverified</status>
 3061: </file>
 3062: <file>
 3063: <source>loncom/homework/caparesponse/caparesponse.pm</source>
 3064: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
 3065: <categoryname>handler</categoryname>
 3066: <description>
 3067: handles request to the CAPA homework processing engine
 3068: </description>
 3069: <status>works/unverified</status>
 3070: </file>
 3071: <file>
 3072: <source>loncom/xml/Safe.pm</source>
 3073: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
 3074: <categoryname>handler</categoryname>
 3075: <description>
 3076: Meant to safely substitute for CPAN version of Safe.
 3077: Allows for safely executing embedded perl comands in
 3078: a way that does not threaten the operating system.
 3079: </description>
 3080: <status>works/unverified</status>
 3081: </file>
 3082: <file>
 3083: <source>loncom/auth/localauth.pm</source>
 3084: <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
 3085: <categoryname>handler</categoryname>
 3086: <description>
 3087: Local authentication mechanism.  The target file is meant as a template
 3088: for a localauth.pm file.  The target file with the -std suffix is not
 3089: used directly by any software program; it is just a template file.
 3090: </description>
 3091: <status>works/unverified</status>
 3092: </file>
 3093: <file>
 3094: <source>loncom/auth/lonacc.pm</source>
 3095: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
 3096: <categoryname>handler</categoryname>
 3097: <description>
 3098: (This module, like loncacc.pm also authenticates with cookies.)  
 3099: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
 3100: functions (e.g. roles, logout, annotations, and bookmarks) as well
 3101: as coordinating access to educational resources.
 3102: </description>
 3103: <status>works/unverified</status>
 3104: </file>
 3105: <file>
 3106: <source>doc/man/Apache__lonacc.3</source>
 3107: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
 3108: <categoryname>doc</categoryname>
 3109: <description>man page for lonacc.pm</description>
 3110: <build trigger='always run'>
 3111: loncom/build/pod2man.sh ../auth/lonacc.pm &gt; \
 3112: ../../doc/man/Apache__lonacc.3 &amp;&amp; echo 'manifying lonacc.pm'
 3113: </build>
 3114: <status>works/unverified</status>
 3115: <dependencies>
 3116: ../../loncom/auth/lonacc.pm
 3117: </dependencies>
 3118: </file>
 3119: <file>
 3120: <source>doc/lib/perl/Apache/lonacc.html</source>
 3121: <target dist='default'>
 3122: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
 3123: <categoryname>doc</categoryname>
 3124: <description>POD-derived page for lonacc.pm</description>
 3125: <build trigger='always run'>
 3126: loncom/build/pod2html.sh ../auth/lonacc.pm &gt; \
 3127: ../../doc/lib/perl/Apache/lonacc.html &amp;&amp; echo 'pod2html lonacc.pm'
 3128: </build>
 3129: <status>works/unverified</status>
 3130: <dependencies>
 3131: ../../loncom/auth/lonacc.pm
 3132: </dependencies>
 3133: </file>
 3134: <file>
 3135: <source>loncom/auth/lonracc.pm</source>
 3136: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
 3137: <categoryname>handler</categoryname>
 3138: <description>
 3139: access handler for file transfers
 3140: </description>
 3141: <status>works/unverified</status>
 3142: </file>
 3143: <file>
 3144: <source>loncom/auth/lontokacc.pm</source>
 3145: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
 3146: <categoryname>handler</categoryname>
 3147: <description>
 3148: handler for inter-server transfer of token accessed files, includes
 3149: cleanup handler to remove file when successfully done
 3150: </description>
 3151: <status>works/unverified</status>
 3152: </file>
 3153: <file>
 3154: <source>loncom/auth/lonuploadedacc.pm</source>
 3155: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
 3156: <categoryname>handler</categoryname>
 3157: <description>
 3158: access handler for user uploaded files
 3159: </description>
 3160: <status>works/unverified</status>
 3161: </file>
 3162: <file>
 3163: <source>loncom/lontrans.pm</source>
 3164: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
 3165: <categoryname>handler</categoryname>
 3166: <description>
 3167: URI to filename translation
 3168: </description>
 3169: <status>works/unverified</status>
 3170: </file>
 3171: <file>
 3172: <source>doc/man/Apache__lonracc.3</source>
 3173: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
 3174: <categoryname>doc</categoryname>
 3175: <description>man page for lonracc.pm</description>
 3176: <build trigger='always run'>
 3177: loncom/build/pod2man.sh ../auth/lonracc.pm &gt; \
 3178: ../../doc/man/Apache__lonracc.3 &amp;&amp; echo 'manifying lonracc.pm'
 3179: </build>
 3180: <status>works/unverified</status>
 3181: <dependencies>
 3182: ../../loncom/auth/lonracc.pm
 3183: </dependencies>
 3184: </file>
 3185: <file>
 3186: <source>doc/lib/perl/Apache/lonracc.html</source>
 3187: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
 3188: </target>
 3189: <categoryname>doc</categoryname>
 3190: <description>POD-derived page for lonracc.pm</description>
 3191: <build trigger='always run'>
 3192: loncom/build/pod2html.sh ../auth/lonracc.pm &gt; \
 3193: ../../doc/lib/perl/Apache/lonracc.html &amp;&amp; echo 'pod2html lonracc.pm'
 3194: </build>
 3195: <status>works/unverified</status>
 3196: <dependencies>
 3197: ../../loncom/auth/lonracc.pm
 3198: </dependencies>
 3199: </file>
 3200: <file>
 3201: <source>loncom/auth/loncacc.pm</source>
 3202: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
 3203: <categoryname>handler</categoryname>
 3204: <description>
 3205: This module provides access to an educational resource construction area.
 3206: This module is invoked by the URL-related pattern syntax
 3207: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
 3208: Authentication of user identity
 3209: is coordinated through cookies.  The abbreviation "cacc" corresponds
 3210: to "construction-space access").  If the cookie handle is invalid, then
 3211: this module returns a forbidden status and makes appropriate log entries.
 3212: If the cookie handle is valid, status is determined to be okay (and,
 3213: for the "priv"-type access, the resource is delivered by the
 3214: <tt>lonconstruct</tt> module).
 3215: </description>
 3216: <status>works/unverified</status>
 3217: </file>
 3218: <file>
 3219: <source>doc/man/Apache__loncacc.3</source>
 3220: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
 3221: <categoryname>doc</categoryname>
 3222: <description>man page for loncacc.pm</description>
 3223: <build trigger='always run'>
 3224: loncom/build/pod2man.sh ../auth/loncacc.pm &gt; ../../doc/man/Apache__loncacc.3 \
 3225: &amp;&amp; echo 'manifying loncacc.pm'
 3226: </build>
 3227: <status>works/unverified</status>
 3228: <dependencies>
 3229: ../../loncom/auth/loncacc.pm
 3230: </dependencies>
 3231: </file>
 3232: <file>
 3233: <source>doc/lib/perl/Apache/loncacc.html</source>
 3234: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
 3235: </target>
 3236: <categoryname>doc</categoryname>
 3237: <description>POD-derived page for loncacc.pm</description>
 3238: <build trigger='always run'>
 3239: loncom/build/pod2html.sh ../auth/loncacc.pm &gt; \
 3240: ../../doc/lib/perl/Apache/loncacc.html &amp;&amp; echo 'pod2html loncacc.pm'
 3241: </build>
 3242: <status>works/unverified</status>
 3243: <dependencies>
 3244: ../../loncom/auth/loncacc.pm
 3245: </dependencies>
 3246: </file>
 3247: <file>
 3248: <source>loncom/auth/lonauth.pm</source>
 3249: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
 3250: <categoryname>handler</categoryname>
 3251: <description>authenticate, set up session environment</description>
 3252: <status>works/unverified</status>
 3253: </file>
 3254: <file>
 3255: <source>loncom/auth/lonlogin.pm</source>
 3256: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
 3257: <categoryname>handler</categoryname>
 3258: <description>login screen</description>
 3259: <status>works/unverified</status>
 3260: </file>
 3261: <file>
 3262: <source>loncom/auth/lonlogout.pm</source>
 3263: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
 3264: <categoryname>handler</categoryname>
 3265: <description>logout</description>
 3266: <status>works/unverified</status>
 3267: </file>
 3268: <file>
 3269: <source>loncom/lonnet/perl/lonrep.pm</source>
 3270: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
 3271: <categoryname>handler</categoryname>
 3272: <description>replication</description>
 3273: </file>
 3274: <file>
 3275: <source>loncom/auth/lonroles.pm</source>
 3276: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
 3277: <categoryname>handler</categoryname>
 3278: <description>
 3279: This perl handling module reads in the available roles available
 3280: for a LON-CAPA user (different courses, different privileges, etc)
 3281: and produces a form-element HTML page which allows the user to select
 3282: which role he wishes to exercise in the LON-CAPA system.  For instance,
 3283: a user may want to select between being a student in a thermodynamics
 3284: physics course or a teaching assistant for an introductory calculus
 3285: class.
 3286: </description>
 3287: </file>
 3288: <file>
 3289: <source>doc/man/Apache__lonroles.3</source>
 3290: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
 3291: <categoryname>doc</categoryname>
 3292: <description>man page for lonroles.pm</description>
 3293: <build trigger='always run'>
 3294: loncom/build/pod2man.sh ../auth/lonroles.pm &gt; \
 3295: ../../doc/man/Apache__lonroles.3 &amp;&amp; echo 'manifying lonroles.pm'
 3296: </build>
 3297: <status>works/unverified</status>
 3298: <dependencies>
 3299: ../../loncom/auth/lonroles.pm
 3300: </dependencies>
 3301: </file>
 3302: <file>
 3303: <source>doc/lib/perl/Apache/lonroles.html</source>
 3304: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
 3305: </target>
 3306: <categoryname>doc</categoryname>
 3307: <description>POD-derived page for lonroles.pm</description>
 3308: <build trigger='always run'>
 3309: loncom/build/pod2html.sh ../auth/lonroles.pm &gt; \
 3310: ../../doc/lib/perl/Apache/lonroles.html &amp;&amp; echo 'pod2html lonroles.pm'
 3311: </build>
 3312: <status>works/unverified</status>
 3313: <dependencies>
 3314: ../../loncom/auth/lonroles.pm
 3315: </dependencies>
 3316: </file>
 3317: <file>
 3318: <source>loncom/interface/lonindexer.pm</source>
 3319: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
 3320: <categoryname>handler</categoryname>
 3321: <description>
 3322: cross server filesystem browser
 3323: </description>
 3324: <status>works/unverified</status>
 3325: </file>
 3326: <file>
 3327: <source>doc/man/Apache__lonindexer.3</source>
 3328: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
 3329: <categoryname>doc</categoryname>
 3330: <description>man page for lonindexer.pm</description>
 3331: <build trigger='always run'>
 3332: loncom/build/pod2man.sh ../interface/lonindexer.pm &gt; \
 3333: ../../doc/man/Apache__lonindexer.3 &amp;&amp; echo 'manifying lonindexer.pm'
 3334: </build>
 3335: <status>works/unverified</status>
 3336: <dependencies>
 3337: ../../loncom/interface/lonindexer.pm
 3338: </dependencies>
 3339: </file>
 3340: <file>
 3341: <source>doc/lib/perl/Apache/lonindexer.html</source>
 3342: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
 3343: </target>
 3344: <categoryname>doc</categoryname>
 3345: <description>POD-derived page for lonindexer.pm</description>
 3346: <build trigger='always run'>
 3347: loncom/build/pod2html.sh ../interface/lonindexer.pm &gt; \
 3348: ../../doc/lib/perl/Apache/lonindexer.html &amp;&amp; \
 3349: echo 'pod2html lonindexer.pm'
 3350: </build>
 3351: <status>works/unverified</status>
 3352: <dependencies>
 3353: ../../loncom/interface/lonindexer.pm
 3354: </dependencies>
 3355: </file>
 3356: <file>
 3357: <source>loncom/interface/groupsort.pm</source>
 3358: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
 3359: <categoryname>handler</categoryname>
 3360: <description>
 3361: Implements a second phase of importing multiple resources into the RAT.
 3362: Allows for reordering the sequence of resources.
 3363: </description>
 3364: <status>works/unverified</status>
 3365: </file>
 3366: <file>
 3367: <source>loncom/lonnet/perl/lonnet.pm</source>
 3368: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
 3369: <categoryname>handler</categoryname>
 3370: <description>
 3371: This file is an interface to the lonc processes of the LON-CAPA network
 3372: as well as set of elaborated functions for handling information necessary
 3373: for navigating through a given cluster of LON-CAPA machines within a domain.
 3374: There are over 40 specialized functions in this module which handle
 3375: the reading and transmission of metadata, user information
 3376: (ids, names, environments, roles, logs), file information (storage, reading,
 3377: directories, extensions, replication, embedded styles and descriptors),
 3378: educational resources (course descriptions, section names and numbers),
 3379: url hashing (to assign roles on a url basis), and translating abbreviated
 3380: symbols to and from more descriptive phrases or explanations.
 3381: </description>
 3382: <status>works/unverified</status>
 3383: </file>
 3384: <file>
 3385: <source>doc/man/Apache__lonnet.3</source>
 3386: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
 3387: <categoryname>doc</categoryname>
 3388: <description>man page for lonnet.pm</description>
 3389: <build trigger='always run'>
 3390: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm &gt; \
 3391: ../../doc/man/Apache__lonnet.3 &amp;&amp; echo 'manifying lonnet.pm'
 3392: </build>
 3393: <status>works/unverified</status>
 3394: <dependencies>
 3395: ../../loncom/lonnet/perl/lonnet.pm
 3396: </dependencies>
 3397: </file>
 3398: <file>
 3399: <source>doc/lib/perl/Apache/lonnet.html</source>
 3400: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
 3401: </target>
 3402: <categoryname>doc</categoryname>
 3403: <description>POD-derived page for lonnet.pm</description>
 3404: <build trigger='always run'>
 3405: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm &gt; \
 3406: ../../doc/lib/perl/Apache/lonnet.html &amp;&amp; echo 'pod2html lonnet.pm'
 3407: </build>
 3408: <status>works/unverified</status>
 3409: <dependencies>
 3410: ../../loncom/lonnet/perl/lonnet.pm
 3411: </dependencies>
 3412: </file>
 3413: <file>
 3414: <source>loncom/html/index.html</source>
 3415: <target dist='default'>home/httpd/html/index.html</target>
 3416: <categoryname>interface file</categoryname>
 3417: <description>bumps to login</description>
 3418: </file>
 3419: <file>
 3420: <source>loncom/html/favicon.ico</source>
 3421: <target dist='default'>home/httpd/html/favicon.ico</target>
 3422: <categoryname>interface file</categoryname>
 3423: <description>Bookmark and tab icon</description>
 3424: </file>
 3425: <link>
 3426: <linkto>etc/mime.types</linkto>
 3427: <target dist='default'>etc/httpd/conf/mime.types</target>
 3428: <categoryname>symbolic link</categoryname>
 3429: <description>symbolic link to /etc/mime.types</description>
 3430: </link>
 3431: <link>
 3432: <linkto>home/httpd/html/res</linkto>
 3433: <target dist='default'>home/httpd/html/raw</target>
 3434: <categoryname>symbolic link</categoryname>
 3435: <description>symbolic link to /home/httpd/html/res</description>
 3436: </link>
 3437: <file>
 3438: <source>loncom/html/adm/notfound.html</source>
 3439: <target dist='default'>home/httpd/html/adm/notfound.html</target>
 3440: <categoryname>interface file</categoryname>
 3441: <description>
 3442: static html page that is shown when an attempt is made to access a document
 3443: not present on the web server
 3444: </description>
 3445: </file>
 3446: <file>
 3447: <source>loncom/html/adm/unauthorized.html</source>
 3448: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
 3449: <categoryname>interface file</categoryname>
 3450: <description>
 3451: static html page that is shown when an attempt is made to access a document
 3452: which is restricted based on file or server configurations
 3453: </description>
 3454: </file>
 3455: <file>
 3456: <source>loncom/html/adm/help/searchcat.html</source>
 3457: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
 3458: <categoryname>interface file</categoryname>
 3459: <description>
 3460: Help page for the search engine.
 3461: </description>
 3462: </file>
 3463: <file>
 3464: <source>rat/client/rat.html</source>
 3465: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
 3466: <categoryname>interface file</categoryname>
 3467: <description>
 3468: frameset
 3469: </description>
 3470: </file>
 3471: <file>
 3472: <source>rat/client/parameter.html</source>
 3473: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
 3474: <categoryname>interface file</categoryname>
 3475: <description>
 3476: Parameter input window.
 3477: </description>
 3478: </file>
 3479: <file>
 3480: <source>rat/client/code.html</source>
 3481: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
 3482: <categoryname>interface file</categoryname>
 3483: <description>
 3484: javascript
 3485: </description>
 3486: </file>
 3487: <file>
 3488: <source>rat/client/extpickcode.html</source>
 3489: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
 3490: <categoryname>interface file</categoryname>
 3491: <description>
 3492: javascript
 3493: </description>
 3494: </file>
 3495: <file>
 3496: <source>rat/client/extpickframe.html</source>
 3497: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
 3498: <categoryname>interface file</categoryname>
 3499: <description>
 3500: javascript
 3501: </description>
 3502: </file>
 3503: <file>
 3504: <source>rat/client/map.html</source>
 3505: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
 3506: <categoryname>interface file</categoryname>
 3507: <description>
 3508: bumper
 3509: </description>
 3510: </file>
 3511: <file>
 3512: <source>rat/client/empty.html</source>
 3513: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
 3514: <categoryname>interface file</categoryname>
 3515: <description>
 3516: A blank page with very minimal HTML structural elements.
 3517: </description>
 3518: </file>
 3519: <file>
 3520: <source>rat/client/loading.html</source>
 3521: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
 3522: <categoryname>interface file</categoryname>
 3523: <description>
 3524: A blank page which calls drawwindow in its opener after being loaded.
 3525: </description>
 3526: </file>
 3527: <fileglob>
 3528: <glob>*.gif</glob>
 3529: <sourcedir>rat/images/</sourcedir>
 3530: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
 3531: <categoryname>graphic file</categoryname>
 3532: <description>
 3533: icons for providing a HTML-tabled view of a course map
 3534: </description>
 3535: <filenames>
 3536: 1.1.dt.gif;
 3537: 1.1.empty.gif;
 3538: 1.1.ld.gif;
 3539: 1.1.lr.gif;
 3540: 1.1.rd.gif;
 3541: 1.1.rl.gif;
 3542: 1.1.td.gif;
 3543: 1.1.tdrl.gif;
 3544: 1.1.tl.gif;
 3545: 1.1.tr.gif;
 3546: 1.1.utd.gif;
 3547: 1.2.ctd.gif;
 3548: 1.2.dt.gif;
 3549: 1.2.empty.gif;
 3550: 1.2.ld.gif;
 3551: 1.2.lr.gif;
 3552: 1.2.lrd.gif;
 3553: 1.2.lrtd.gif;
 3554: 1.2.rd.gif;
 3555: 1.2.rl.gif;
 3556: 1.2.rld.gif;
 3557: 1.2.rltd.gif;
 3558: 1.2.rtd.gif;
 3559: 1.2.rtdl.gif;
 3560: 1.2.rtl.gif;
 3561: 1.2.td.gif;
 3562: 1.2.tdl.gif;
 3563: 1.2.tdrl.gif;
 3564: 1.2.tl.gif;
 3565: 1.2.tr.gif;
 3566: 1.2.utd.gif;
 3567: 2.1.dt.gif;
 3568: 2.1.empty.gif;
 3569: 2.1.ld.gif;
 3570: 2.1.lr.gif;
 3571: 2.1.rd.gif;
 3572: 2.1.rl.gif;
 3573: 2.1.td.gif;
 3574: 2.1.tdrl.gif;
 3575: 2.1.tl.gif;
 3576: 2.1.tr.gif;
 3577: 2.2.dt.gif;
 3578: 2.2.empty.gif;
 3579: 2.2.ld.gif;
 3580: 2.2.lr.gif;
 3581: 2.2.lrd.gif;
 3582: 2.2.lrt.gif;
 3583: 2.2.rd.gif;
 3584: 2.2.rl.gif;
 3585: 2.2.rld.gif;
 3586: 2.2.rlt.gif;
 3587: 2.2.td.gif;
 3588: 2.2.tdl.gif;
 3589: 2.2.tdr.gif;
 3590: 2.2.tdrl.gif;
 3591: 2.2.tl.gif;
 3592: 2.2.tr.gif;
 3593: 2.2.url.gif;
 3594: 2.2.utd.gif;
 3595: arrow.gif;
 3596: bdt.gif;
 3597: bempty.gif;
 3598: bld.gif;
 3599: blr.gif;
 3600: blrd.gif;
 3601: blrt.gif;
 3602: bottom.gif;
 3603: brd.gif;
 3604: brl.gif;
 3605: brld.gif;
 3606: brlt.gif;
 3607: btd.gif;
 3608: btdl.gif;
 3609: btdr.gif;
 3610: btdrl.gif;
 3611: btl.gif;
 3612: btr.gif;
 3613: burl.gif;
 3614: butd.gif;
 3615: condition.gif;
 3616: edit.gif;
 3617: finish.gif;
 3618: info.gif;
 3619: inscol.gif;
 3620: inscond.gif;
 3621: insres.gif;
 3622: insrow.gif;
 3623: left.gif;
 3624: middle.gif;
 3625: resource.gif;
 3626: right.gif;
 3627: sctd.gif;
 3628: sdt.gif;
 3629: sempty.gif;
 3630: sld.gif;
 3631: slr.gif;
 3632: slrd.gif;
 3633: slrtd.gif;
 3634: srd.gif;
 3635: srl.gif;
 3636: srld.gif;
 3637: srltd.gif;
 3638: srtd.gif;
 3639: srtdl.gif;
 3640: srtl.gif;
 3641: start.gif;
 3642: std.gif;
 3643: stdl.gif;
 3644: sutd.gif
 3645: </filenames>
 3646: </fileglob>
 3647: <fileglob>
 3648: <glob>*.*</glob>
 3649: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
 3650: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
 3651: <categoryname>graphic file</categoryname>
 3652: <description>
 3653: icons to indicate an unexpected result
 3654: </description>
 3655: <filenames>
 3656: lonconstruct.gif;
 3657: lonlogo_broken.gif;
 3658: lonlogo_broken_tsp.gif;
 3659: lonlogo_broken.eps;
 3660: lonlogo_broken.jpg;
 3661: lonlogo_broken.mov
 3662: </filenames>
 3663: </fileglob>
 3664: <fileglob>
 3665: <glob>*.*</glob>
 3666: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
 3667: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
 3668: <categoryname>graphic file</categoryname>
 3669: <description>
 3670: logos and general widget icons
 3671: </description>
 3672: <filenames>
 3673: SMETE_white.gif;
 3674: aboutlon.gif;
 3675: accessbutton.gif;
 3676: angry.gif;
 3677: arrow_up.gif;
 3678: bigsmile.gif;
 3679: branch.gif;
 3680: cab.gif;
 3681: cab_big.gif;
 3682: capapanel.gif;
 3683: check.gif;
 3684: class.gif;
 3685: class_big.gif;
 3686: coolindiff.gif;
 3687: coolsmile.gif;
 3688: cry.gif;
 3689: dvi.gif;
 3690: dvi_big.gif;
 3691: eps.gif;
 3692: eps_big.gif;
 3693: exam.gif;
 3694: exam_big.gif;
 3695: fillbottom.gif;
 3696: fillleft.gif;
 3697: fillright.gif;
 3698: filltop.gif;
 3699: folder_closed.gif;
 3700: folder_opened.gif;
 3701: folder_pointer_closed.gif;
 3702: folder_pointer_opened.gif;
 3703: form.gif;
 3704: form_big.gif;
 3705: frowny.gif;
 3706: gif.gif;
 3707: gif_big.gif;
 3708: header.gif;
 3709: hrrm.gif;
 3710: htm.gif;
 3711: html.gif;
 3712: html_big.gif;
 3713: huh.gif;
 3714: jar.gif;
 3715: jar_big.gif;
 3716: jpg.gif;
 3717: jpg_big.gif;
 3718: latex.gif;
 3719: lipsrsealed.gif;
 3720: lite.gif;
 3721: liteani.gif;
 3722: litetext.gif;
 3723: lolpanel.gif;
 3724: lonanim.gif;
 3725: lonanimend.gif;
 3726: loncapalogo.gif;
 3727: lonhelplogos.gif;
 3728: lonhelptop.gif;
 3729: lonlogo.gif;
 3730: lonlogos.gif;
 3731: lowerleft.gif;
 3732: lowerright.gif;
 3733: meta.gif;
 3734: meta_big.gif;
 3735: mov.gif;
 3736: mov_big.gif;
 3737: move_up.gif;
 3738: move_down.gif;
 3739: navmap.correct.gif;
 3740: navmap.open.gif;
 3741: navmap.wrong.gif;
 3742: navmap.folder.open.gif;
 3743: navmap.folder.closed.gif;
 3744: navmap.folder.open.nomanip.gif;
 3745: navmap.folder.closed.nomanip.gif;
 3746: page.gif;
 3747: page_big.gif;
 3748: pdf.gif;
 3749: pdf_big.gif;
 3750: png.gif;
 3751: png_big.gif;
 3752: problem.gif;
 3753: problem_big.gif;
 3754: ps.gif;
 3755: ps_big.gif;
 3756: rolleyes.gif;
 3757: quill.gif;
 3758: quiz.gif;
 3759: quiz_big.gif;
 3760: select.gif;
 3761: sequence.gif;
 3762: sequence_big.gif;
 3763: server.gif;
 3764: server_big.gif;
 3765: shocked.gif;
 3766: smiley.gif;
 3767: srvbad.gif;
 3768: srvempty.gif;
 3769: srvgood.gif;
 3770: srvhalf.gif;
 3771: srvnull.gif;
 3772: survey.gif;
 3773: survey_big.gif;
 3774: tex.gif;
 3775: tex_big.gif;
 3776: tth.gif;
 3777: txt.gif;
 3778: txt_big.gif;
 3779: unknown.gif;
 3780: unknown_big.gif;
 3781: upperleft.gif;
 3782: upperright.gif;
 3783: user.gif;
 3784: user_big.gif;
 3785: userauthentication.gif;
 3786: wav.gif;
 3787: wav_big.gif;
 3788: white_space_20_22.gif;
 3789: whitespace1.gif;
 3790: whitespace10.gif;
 3791: whitespace2.gif;
 3792: whitespace3.gif;
 3793: whitespace4.gif;
 3794: whitespace5.gif;
 3795: whitespace6.gif;
 3796: whitespace7.gif;
 3797: whitespace8.gif;
 3798: whitespace9.gif;
 3799: wink.gif;
 3800: xml.gif;
 3801: xml_big.gif;
 3802: zip.gif;
 3803: zip_big.gif
 3804: </filenames>
 3805: </fileglob>
 3806: <fileglob>
 3807: <glob>*.*</glob>
 3808: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
 3809: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
 3810: <categoryname>graphic file</categoryname>
 3811: <description>
 3812: Miscellaneous resources.
 3813: </description>
 3814: <filenames>
 3815: authorfeed.gif;
 3816: bomb.gif;
 3817: cat_button.gif;
 3818: chat.gif;
 3819: eval_button.gif;
 3820: feedback.gif;
 3821: pprm_button.gif;
 3822: pgrd_button.gif;
 3823: subm_button.gif
 3824: </filenames>
 3825: </fileglob>
 3826: <file>
 3827: <source>loncom/xml/tth.pm</source>
 3828: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
 3829: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
 3830: <target dist='redhat8'>home/httpd/lib/perl/tth.pm</target>
 3831: <categoryname>system file</categoryname>
 3832: <description>
 3833: perl module for invoking functions specific to TeX-to-HTML conversion
 3834: </description>
 3835: <note>
 3836: Has the same dependencies and build process as tth.so.
 3837: Currently, only the tth.so file specifications invoke
 3838: the build process however.  A static version is checked into loncom/xml
 3839: and in this way is treated as though it isn't part of the tth build process.
 3840: </note>
 3841: <status>works/unverified</status>
 3842: </file>
 3843: <file>
 3844: <source>loncom/xml/LCParser.pm</source>
 3845: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
 3846: <categoryname>system file</categoryname>
 3847: <description>
 3848: perl module for parsing HTML in a way that really works and is thoroughly
 3849: tested
 3850: </description>
 3851: <status>works/unverified</status>
 3852: </file>
 3853: <file>
 3854:   <source>loncom/LondConnection.pm</source>
 3855:   <target dist='default'>home/httpd/perl/lib/LONCAPA/LondConnection.pm</target>
 3856:   <categoryname>system file</categoryname>
 3857:   <description>
 3858:      Manages a connection between a lonc proxy daemon and the lond server
 3859:      in the remote node.
 3860:   </description>
 3861:   <status>works/verified</status>
 3862: </file>
 3863: <file>
 3864:    <source>loncom/types/HashIterator.pm</source>
 3865:    <target dist='default'>home/httpd/perl/lib/LONCAPA/HashIterator.pm</target>
 3866:    <categoryname>system file</categoryname>
 3867:    <description>
 3868:       Provides support to iterate through opaque hashes hidden e.g. within 
 3869:       object private data.
 3870:    </description>
 3871:    <status>works/verified</status>
 3872: </file>
 3873: <file>
 3874:    <source>loncom/types/Queue.pm</source>
 3875:    <target dist='default'>home/httpd/perl/lib/LONCAPA/Queue.pm</target>
 3876:    <categoryname>system file</categoryname>
 3877:    <description>
 3878:      Provides a FIFO queue class.
 3879:    </description>
 3880:    <status>works/verified</status>
 3881: </file>
 3882: <file>
 3883:    <source>loncom/types/Stack.pm</source>
 3884:    <target dist='default'>home/httpd/perl/lib/LONCAPA/Stack.pm</target>
 3885:    <categoryname>system file</categoryname>
 3886:    <description>
 3887:      Provides a LIFO stack class.
 3888:    </description>
 3889:    <status>works/verified</status>
 3890: <file>
 3891:    <source>loncom/loncnew</source>
 3892:    <target dist='default>home/httpd/perl/loncnew</target>
 3893:    <categoryname>script </categoryname>
 3894:    <description>
 3895: 	  Proxy server for remote loncapa requests.
 3896:    </description>
 3897:    <dependencies>
 3898:      CPAN Event module.
 3899:    </dependencies>
 3900: </file>
 3901: <file>
 3902: <source>loncom/configuration/Configuration.pm</source>
 3903: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
 3904: <categoryname>system file</categoryname>
 3905: <description>
 3906: Configuration file reader (looks in /etc/httpd/conf/); accepts
 3907: a list of *.conf files to inspect for PerlSetVar key/value
 3908: entries.
 3909: </description>
 3910: <status>works/unverified</status>
 3911: </file>
 3912: <file>
 3913: <source>modules/TexConvert/tthperl/tth.so</source>
 3914: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
 3915: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
 3916: <target dist='redhat8'>home/httpd/lib/perl/tth.so</target>
 3917: <categoryname>system file</categoryname>
 3918: <description>
 3919: shared library file for dynamic loading and unloading
 3920: </description>
 3921: <note>
 3922: The source and file dependencies are not available to most
 3923: CVS users.  (You can safely rely on the existing binaries
 3924: present on your system... don't worry about warnings
 3925: related to this file during the build process.)
 3926: </note>
 3927: <build trigger='run if dependencies change'>
 3928: modules/TexConvert/tthperl/commands
 3929: </build>
 3930: <status>works/unverified</status>
 3931: <dependencies>
 3932: ../tthdynamic/tthfunc.c;
 3933: ../ttmdynamic/ttmfunc.c
 3934: </dependencies>
 3935: </file>
 3936: <file>
 3937: <source>loncom/homework/caparesponse/capa.pm</source>
 3938: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
 3939: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
 3940: <target dist='redhat8'>home/httpd/lib/perl/capa.pm</target>
 3941: <categoryname>system file</categoryname>
 3942: <description>
 3943: perl module for invoking functions specific to CAPA
 3944: </description>
 3945: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 3946: <note>
 3947: Has the same dependencies and build process as capa.so.
 3948: Currently, only the capa.so file specifications invoke
 3949: the build process however.
 3950: </note>
 3951: </file>
 3952: <file>
 3953: <source>loncom/homework/caparesponse/capa.bs</source>
 3954: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
 3955: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
 3956: <target dist='redhat8'>home/httpd/lib/perl/capa.bs</target>
 3957: <categoryname>system file</categoryname>
 3958: <description>
 3959: bootstrap file associated with dynamic loading of this module on multiple
 3960: architectures
 3961: </description>
 3962: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 3963: <note>
 3964: Has the same dependencies and build process as capa.so.
 3965: Currently, only the capa.so file specifications invoke
 3966: the build process however.
 3967: </note>
 3968: </file>
 3969: <file>
 3970: <source>loncom/homework/caparesponse/capa.so</source>
 3971: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
 3972: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
 3973: <target dist='redhat8'>home/httpd/lib/perl/capa.so</target>
 3974: <categoryname>system file</categoryname>
 3975: <description>
 3976: shared library file for dynamic loading and unloading
 3977: </description>
 3978: <build trigger='always run'>
 3979: loncom/homework/caparesponse/commands
 3980: </build>
 3981: <dependencies>
 3982: caparesponse.c;
 3983: caparesponse.pm;
 3984: README;
 3985: Makefile.PL;
 3986: capa.i;
 3987: commands;
 3988: ../../../CAPA/pProj/Makefile;
 3989: ../../../CAPA/pProj/capaGrammarDef.y;
 3990: ../../../CAPA/pProj/capaFormula.y;
 3991: ../../../CAPA/pProj/capaLexerDef.flex;
 3992: ../../../CAPA/pProj/capaFunction.c;
 3993: ../../../CAPA/pProj/capaParserUtils.c;
 3994: ../../../CAPA/pProj/capaMapExpr.c;
 3995: ../../../CAPA/pProj/capaUnit.c;
 3996: ../../../CAPA/pProj/com.c;
 3997: ../../../CAPA/pProj/linpack.c;
 3998: ../../../CAPA/pProj/ranlib.c;
 3999: ../../../CAPA/pProj/capaCgiUtils.c;
 4000: ../../../CAPA/pProj/capaSubjective.c;
 4001: ../../../CAPA/pProj/capaRQO.c;
 4002: ../../../CAPA/pProj/capaFormulaLexer.c;
 4003: ../../../CAPA/pProj/capaCommon.c;
 4004: ../../../CAPA/pProj/capaCommon.h;
 4005: ../../../CAPA/pProj/ranlib.h;
 4006: ../../../CAPA/pProj/capaCGI.h;
 4007: ../../../CAPA/pProj/capaFunction.h;
 4008: ../../../CAPA/pProj/capaRQO.h;
 4009: ../../../CAPA/pProj/capaParser.h;
 4010: ../../../CAPA/pProj/lex_debug.h
 4011: </dependencies>
 4012: </file>
 4013: <fileglob>
 4014: <glob>*.ent</glob>
 4015: <sourcedir>loncom/MathML/</sourcedir>
 4016: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
 4017: <categoryname>system file</categoryname>
 4018: <description>
 4019: xml files which assign unicode numbers to mathematical symbols using
 4020: &lt;! ENTITY... &gt; type syntax.
 4021: </description>
 4022: <filenames>
 4023: isoamsa.ent;
 4024: isoamsb.ent;
 4025: isoamsc.ent;
 4026: isoamsn.ent;
 4027: isoamso.ent;
 4028: isoamsr.ent;
 4029: isobox.ent;
 4030: isocyr1.ent;
 4031: isocyr2.ent;
 4032: isodia.ent;
 4033: isogrk1.ent;
 4034: isogrk2.ent;
 4035: isogrk3.ent;
 4036: isogrk4.ent;
 4037: isolat1.ent;
 4038: isolat2.ent;
 4039: isomfrk.ent;
 4040: isomopf.ent;
 4041: isomscr.ent;
 4042: isonum.ent;
 4043: isopub.ent;
 4044: isotech.ent;
 4045: mmlalias.ent;
 4046: mmlextra.ent
 4047: </filenames>
 4048: </fileglob>
 4049: <file>
 4050: <source>loncom/MathML/mathml.css</source>
 4051: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
 4052: <categoryname>system file</categoryname>
 4053: <description>
 4054: cascading style sheet
 4055: </description>
 4056: </file>
 4057: <file>
 4058: <source>loncom/MathML/mathml.dtd</source>
 4059: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
 4060: <categoryname>system file</categoryname>
 4061: <description>
 4062: document type definition
 4063: </description>
 4064: </file>
 4065: <file>
 4066: <source>loncom/auth/londes.js</source>
 4067: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
 4068: <categoryname>interface file</categoryname>
 4069: <description>
 4070: Encryption Routines according to Data Encryption Standard DES, written in
 4071: javascript.
 4072: </description>
 4073: </file>
 4074: <file>
 4075: <source>loncom/homework/lectureonline.lcpm</source>
 4076: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
 4077: </target>
 4078: <categoryname>handler</categoryname>
 4079: <description>
 4080: Intended for providing perl functions for the &lt;script&gt;&lt;/script&gt;
 4081: environment in a problem that was converted from lectureonline.
 4082: </description>
 4083: </file>
 4084: <file>
 4085: <source>loncom/homework/default_homework.lcpm</source>
 4086: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
 4087: </target>
 4088: <categoryname>handler</categoryname>
 4089: <description>
 4090: Provides many functions for the &lt;script&gt; environment in a .problem.
 4091: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
 4092: </description>
 4093: </file>
 4094: <file>
 4095: <source>loncom/homework/capa.units</source>
 4096: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
 4097: <categoryname>static conf</categoryname>
 4098: <description>
 4099: Define unit prefixing and conversion for CAPA problem handling.
 4100: </description>
 4101: </file>
 4102: <fileglob>
 4103: <glob>*.jpg</glob>
 4104: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
 4105: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
 4106: <categoryname>graphic file</categoryname>
 4107: <description>Pages headers</description>
 4108: <filenames>
 4109: admin.jpg;
 4110: author.jpg;
 4111: coordinator.jpg;
 4112: header.jpg;
 4113: student.jpg;
 4114: </filenames>
 4115: </fileglob>
 4116: <fileglob>
 4117: <glob>*.jpg</glob>
 4118: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
 4119: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
 4120: <categoryname>graphic file</categoryname>
 4121: <description>Logos of LON-CAPA domains (jpg)</description>
 4122: <filenames>
 4123: headermsu.jpg;
 4124: </filenames>
 4125: </fileglob>
 4126: <fileglob>
 4127: <glob>*.gif</glob>
 4128: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
 4129: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
 4130: <categoryname>graphic file</categoryname>
 4131: <description>Logos of LON-CAPA domains (gif)</description>
 4132: <filenames>
 4133: 103.gif;
 4134: gerd.gif;
 4135: mio.gif;
 4136: msuvu.gif;
 4137: ohiou.gif;
 4138: rhs.gif;
 4139: sfu.gif;
 4140: tmcc.gif;
 4141: umich.gif;
 4142: worf.gif;
 4143: annarbor.gif;
 4144: elps.gif;
 4145: gwu.gif;
 4146: msudemo.gif;
 4147: ndsu.gif;
 4148: physnet.gif;
 4149: sc.gif;
 4150: Selwyn.gif;
 4151: ucf.gif;
 4152: unihalle.gif;
 4153: wscc.gif;
 4154: cps.gif;
 4155: fsu.gif;
 4156: lsd.gif;
 4157: msu.gif;
 4158: nsdl.gif;
 4159: pmm.gif;
 4160: sunysb.gif;
 4161: udel.gif;
 4162: uz.gif;
 4163: fvl.gif;
 4164: glps.gif;
 4165: headersfu.gif;
 4166: uwsp.gif
 4167: </filenames>
 4168: </fileglob>
 4169: <fileglob>
 4170: <glob>*.tab</glob>
 4171: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
 4172: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
 4173: <categoryname>conf</categoryname>
 4174: <description>Designs of LON-CAPA domains</description>
 4175: <filenames>
 4176: annarbor.tab;
 4177: default.tab;
 4178: msu.tab;
 4179: sfu.tab;
 4180: worf.tab
 4181: </filenames>
 4182: </fileglob>
 4183: <fileglob>
 4184: <glob>*.gif</glob>
 4185: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
 4186: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
 4187: <categoryname>graphic file</categoryname>
 4188: <description>LON-CAPA remote control LCD font</description>
 4189: <filenames>
 4190: 0.gif;
 4191: 1.gif;
 4192: 2.gif;
 4193: 3.gif;
 4194: 4.gif;
 4195: 5.gif;
 4196: 6.gif;
 4197: 7.gif;
 4198: 8.gif;
 4199: 9.gif;
 4200: a.gif;
 4201: b.gif;
 4202: c.gif;
 4203: d.gif;
 4204: e.gif;
 4205: f.gif;
 4206: g.gif;
 4207: h.gif;
 4208: i.gif;
 4209: j.gif;
 4210: k.gif;
 4211: l.gif;
 4212: m.gif;
 4213: n.gif;
 4214: o.gif;
 4215: p.gif;
 4216: q.gif;
 4217: r.gif;
 4218: s.gif;
 4219: t.gif;
 4220: u.gif;
 4221: v.gif;
 4222: w.gif;
 4223: x.gif;
 4224: y.gif;
 4225: z.gif;
 4226: colon.gif;
 4227: hyphen.gif;
 4228: slash.gif;
 4229: space.gif;
 4230: </filenames>
 4231: </fileglob>
 4232: <fileglob>
 4233: <glob>*.gif</glob>
 4234: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
 4235: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
 4236: <categoryname>graphic file</categoryname>
 4237: <description>icons used for the entire LON-CAPA user interface</description>
 4238: <filenames>
 4239: anno.gif;
 4240: anot.gif;
 4241: back.gif;
 4242: bchat.gif;
 4243: bkm.gif;
 4244: brws.gif;
 4245: catalog.gif;
 4246: ccrs.gif;
 4247: chat.gif;
 4248: chrt.gif;
 4249: com.gif;
 4250: courses.gif;
 4251: cprv.gif;
 4252: cstr.gif;
 4253: dempty.gif;
 4254: docs.gif;
 4255: egrd.gif;
 4256: empty.gif;
 4257: enrl.gif;
 4258: eval.gif;
 4259: fdbk.gif;
 4260: feedback.gif;
 4261: forw.gif;
 4262: grds.gif;
 4263: group.gif;
 4264: help.gif;
 4265: info.gif;
 4266: ledblink.gif;
 4267: ledgreen.gif;
 4268: ledoff.gif;
 4269: ledon.gif;
 4270: ledsend.gif;
 4271: logout.gif;
 4272: mrk.gif;
 4273: nav.gif;
 4274: next.gif;
 4275: nothumb.gif;
 4276: parm.gif;
 4277: pgrd.gif;
 4278: pparm.gif;
 4279: pref.gif;
 4280: prev.gif;
 4281: prt.gif;
 4282: qempty.gif;
 4283: reload.gif;
 4284: remotebg.gif;
 4285: res.gif;
 4286: roles.gif;
 4287: sbkm.gif;
 4288: spacer.gif;
 4289: sprs.gif;
 4290: src.gif;
 4291: stat.gif;
 4292: subm.gif;
 4293: title.gif;
 4294: vbkm.gif;
 4295: </filenames>
 4296: </fileglob>
 4297: <file>
 4298: <source>loncom/html/res/adm/pages/imgmaps.html</source>
 4299: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
 4300: <categoryname>interface file</categoryname>
 4301: <description>
 4302: image maps for the LON-CAPA remote control
 4303: </description>
 4304: </file>
 4305: <file>
 4306: <source>loncom/html/res/adm/pages/index.html</source>
 4307: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
 4308: <categoryname>interface file</categoryname>
 4309: <description>
 4310: welcoming page to the LON-CAPA system upon login
 4311: </description>
 4312: </file>
 4313: <file>
 4314: <source>loncom/html/res/adm/pages/menu.html</source>
 4315: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
 4316: <categoryname>interface file</categoryname>
 4317: <description>
 4318: renders the HTML (including image maps) for the LON-CAPA remote control
 4319: </description>
 4320: </file>
 4321: <fileglob>
 4322: <glob>*.gif</glob>
 4323: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
 4324: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
 4325: </targetdir>
 4326: <categoryname>graphic file</categoryname>
 4327: <description>
 4328: icons used for directory indexing and login screen
 4329: </description>
 4330: <filenames>
 4331: a.gif;
 4332: alert.black.gif;
 4333: alert.red.gif;
 4334: back.gif;
 4335: ball.gray.gif;
 4336: ball.red.gif;
 4337: binary.gif;
 4338: binhex.gif;
 4339: blank.gif;
 4340: bomb.gif;
 4341: box1.gif;
 4342: box2.gif;
 4343: broken.gif;
 4344: burst.gif;
 4345: c.gif;
 4346: comp.blue.gif;
 4347: comp.gray.gif;
 4348: compressed.gif;
 4349: continued.gif;
 4350: course.gif;
 4351: dir.gif;
 4352: down.gif;
 4353: dvi.gif;
 4354: f.gif;
 4355: folder.gif;
 4356: folder.open.gif;
 4357: folder.sec.gif;
 4358: folder_closed.gif;
 4359: folder_closed_pressed.gif;
 4360: folder_new.gif;
 4361: folder_opened.gif;
 4362: folder_opened_pressed.gif;
 4363: folder_pointer_closed.gif;
 4364: folder_pointer_opened.gif;
 4365: folder_spacer.gif;
 4366: folder_trash.gif;
 4367: forward.gif;
 4368: generic.gif;
 4369: generic.red.gif;
 4370: generic.sec.gif;
 4371: hand.right.gif;
 4372: hand.up.gif;
 4373: html.gif;
 4374: image1.gif;
 4375: image2.gif;
 4376: image3.gif;
 4377: index.gif;
 4378: layout.gif;
 4379: left.gif;
 4380: link.gif;
 4381: mov.gif;
 4382: movie1.gif;
 4383: p.gif;
 4384: patch.gif;
 4385: pdf.gif;
 4386: portal.gif;
 4387: problem.gif;
 4388: ps.gif;
 4389: quill.gif;
 4390: right.gif;
 4391: screw1.gif;
 4392: screw2.gif;
 4393: script.gif;
 4394: sound1.gif;
 4395: sound2.gif;
 4396: sphere1.gif;
 4397: sphere2.gif;
 4398: tar.gif;
 4399: tex.gif;
 4400: text.gif;
 4401: transfer.gif;
 4402: unknown.gif;
 4403: up.gif;
 4404: uu.gif;
 4405: uuencoded.gif;
 4406: white_space_20_22.gif;
 4407: white_space_22_22.gif;
 4408: whitespace1.gif;
 4409: whitespace10.gif;
 4410: whitespace2.gif;
 4411: whitespace3.gif;
 4412: whitespace4.gif;
 4413: whitespace5.gif;
 4414: whitespace6.gif;
 4415: whitespace7.gif;
 4416: whitespace8.gif;
 4417: whitespace9.gif;
 4418: world1.gif;
 4419: world2.gif
 4420: </filenames>
 4421: </fileglob>
 4422: <fileglob>
 4423: <glob>*.gif</glob>
 4424: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 4425: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
 4426: </targetdir>
 4427: <categoryname>graphic file</categoryname>
 4428: <description>
 4429: icons used for the bookmark portion of the LON-CAPA user interface
 4430: </description>
 4431: <filenames>
 4432: folder_anim.gif;
 4433: folder_close.gif;
 4434: folder_drag.gif;
 4435: folder_new.gif;
 4436: folder_open.gif;
 4437: folder_pointer_closed.gif;
 4438: folder_pointer_opened.gif;
 4439: folder_static.gif;
 4440: folder_trash.gif;
 4441: folder_trash_hover.gif;
 4442: left_bar.gif;
 4443: link.gif;
 4444: link_anim.gif;
 4445: link_drag.gif;
 4446: ll_corner.gif;
 4447: lower_bar.gif;
 4448: lr_corner.gif;
 4449: pix.gif;
 4450: right_bar.gif;
 4451: toolbar_bg.gif;
 4452: ul_corner.gif;
 4453: upper_bar.gif;
 4454: ur_corner.gif
 4455: </filenames>
 4456: </fileglob>
 4457: <fileglob>
 4458: <glob>*.html</glob>
 4459: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 4460: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
 4461: </targetdir>
 4462: <categoryname>interface file</categoryname>
 4463: <description>
 4464: associated with the scheme of displaying bookmarks
 4465: </description>
 4466: <filenames>
 4467: bookmarkmenu_toolbar.html;
 4468: blank.html;
 4469: closechildren.html
 4470: </filenames>
 4471: </fileglob>
 4472: <file>
 4473: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
 4474: <target dist='default'>
 4475: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
 4476: <categoryname>interface file</categoryname>
 4477: <description>
 4478: javascript for handling client-side interactions with bookmark interface
 4479: </description>
 4480: </file>
 4481: <file>
 4482: <source>loncom/build/CHECKRPMS</source>
 4483: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
 4484: <categoryname>system script</categoryname>
 4485: <description>
 4486: manilla wrapper around check-rpms
 4487: </description>
 4488: <status>tested/documented/beta</status>
 4489: </file>
 4490: <file>
 4491: <source>loncom/build/check-rpms</source>
 4492: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
 4493: <categoryname>system script</categoryname>
 4494: <description>
 4495: compare installed rpms with up-to-date distribution
 4496: </description>
 4497: <status>tested/documented/beta</status>
 4498: </file>
 4499: <file>
 4500: <source>doc/man/check-rpms.1</source>
 4501: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
 4502: <categoryname>doc</categoryname>
 4503: <description>man page for check-rpms</description>
 4504: <build trigger='always run'>
 4505: loncom/build/pod2man.sh check-rpms &gt; ../../doc/man/check-rpms.1 &amp;&amp; \
 4506: echo 'manifying check-rpms'
 4507: </build>
 4508: <status>beta</status>
 4509: <dependencies>
 4510: ../../loncom/build/check-rpms
 4511: </dependencies>
 4512: </file>
 4513: <file>
 4514: <source>doc/scripts/check-rpms.html</source>
 4515: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
 4516: </target>
 4517: <categoryname>doc</categoryname>
 4518: <description>POD-derived page for check-rpms</description>
 4519: <build trigger='always run'>
 4520: loncom/build/pod2html.sh check-rpms &gt; ../../doc/scripts/check-rpms.html \
 4521: &amp;&amp; echo 'pod2html checkrpms'
 4522: </build>
 4523: <status>works/unverified</status>
 4524: <dependencies>
 4525: ../../loncom/build/check-rpms
 4526: </dependencies>
 4527: </file>
 4528: <file>
 4529: <source>loncom/build/loncaparestoreconfigurations</source>
 4530: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
 4531: </target>
 4532: <categoryname>script</categoryname>
 4533: <description>
 4534: Updates .lpmlnew files with previous settings.  Also supports alternative
 4535: schemes of settings-updating and file-overwriting.
 4536: </description>
 4537: <status>works/unverified</status>
 4538: </file>
 4539: <file>
 4540: <source>loncom/cron/loncapa</source>
 4541: <target dist='default'>etc/cron.d/loncapa</target>
 4542: <categoryname>static conf</categoryname>
 4543: <description>
 4544: file that specifies periodic processes to run for the LON-CAPA machine
 4545: </description>
 4546: </file>
 4547: <file>
 4548: <source>loncom/ntp/step-tickers</source>
 4549: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
 4550: </target>
 4551: <categoryname>static conf</categoryname>
 4552: <description>
 4553: file that stimulates running of ntpdate upon init.d/xntpd initiation
 4554: </description>
 4555: <note>
 4556: <table cellpadding='0' cellspacing='0' border='1'>
 4557: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
 4558: </table>
 4559: </note>
 4560: </file>
 4561: <file>
 4562: <source>loncom/pam.d/pwauth</source>
 4563: <target dist='default'>etc/pam.d/pwauth</target>
 4564: <categoryname>static conf</categoryname>
 4565: <description>
 4566: file that allows setuid password privileges for pwauth executable
 4567: </description>
 4568: </file>
 4569: <file>
 4570: <source>loncom/pam.d/pwchange</source>
 4571: <target dist='default'>etc/pam.d/pwchange</target>
 4572: <categoryname>static conf</categoryname>
 4573: <description>
 4574: file that allows setuid password privileges for pwchange (lcpasswd) executable
 4575: </description>
 4576: </file>
 4577: <file>
 4578: <source>loncom/init.d/loncontrol</source>
 4579: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
 4580: <categoryname>root script</categoryname>
 4581: <description>
 4582: Controls the launching/halting of lonc, lond, and lonsql processes.
 4583: </description>
 4584: </file>
 4585: <link>
 4586: <linkto>etc/rc.d/init.d/loncontrol</linkto>
 4587: <target dist='default'>
 4588: etc/rc.d/rc0.d/K05loncontrol;
 4589: etc/rc.d/rc1.d/K05loncontrol;
 4590: etc/rc.d/rc2.d/K05loncontrol;
 4591: etc/rc.d/rc3.d/S95loncontrol;
 4592: etc/rc.d/rc4.d/S95loncontrol;
 4593: etc/rc.d/rc5.d/S95loncontrol;
 4594: etc/rc.d/rc6.d/K05loncontrol
 4595: </target>
 4596: <categoryname>symbolic link</categoryname>
 4597: <description>
 4598: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
 4599: </link>
 4600: <file>
 4601: <source>loncom/atalk/config</source>
 4602: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
 4603: <categoryname>static conf</categoryname>
 4604: <description>
 4605: configuration file to make LON-CAPA server file space accessible to
 4606: Appleshares access (Macintosh)
 4607: </description>
 4608: </file>
 4609: </files>
 4610: </lpml>

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