File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.245: download - view: text, annotated - select for diffs
Mon May 19 21:05:23 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_0_99_1, version_0_99_0, HEAD
- Fixes all aspects of BUG#1418

- improved onscreen interface to Analye problem
- added simple help file abotu analyze problems
- now summarizes frquencies of answers
- prints message if no analyzable parts are found

    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.245 2003/05/19 21:05:23 albertel 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: ClickImageExample.problem;
  959: ClickImageExample.problem.meta;
  960: Essay.problem;
  961: Essay.problem.meta;
  962: man1.jpg;
  963: numerical.problem;
  964: numerical.problem.meta;
  965: Plot.problem;
  966: Plot.problem.meta;
  967: RadioResponse.problem;
  968: RadioResponse.problem.meta;
  969: RandomLabelExample.problem;
  970: RandomLabelExample.problem.meta;
  971: SelectFromOptions-4ConceptGoups.problem;
  972: SelectFromOptions-4ConceptGoups.problem.meta;
  973: SelectFromOptions-5ConceptGoups.problem;
  974: SelectFromOptions-5ConceptGoups.problem.meta;
  975: SelectFromOptions-6ConceptGoups.problem;
  976: SelectFromOptions-6ConceptGoups.problem.meta;
  977: SelectFromOptions-7ConceptGoups.problem;
  978: SelectFromOptions-7ConceptGoups.problem.meta;
  979: SelectFromOptions-8ConceptGoups.problem;
  980: SelectFromOptions-8ConceptGoups.problem.meta;
  981: SelectFromOptions-Simple.problem;
  982: SelectFromOptions-Simple.problem.meta;
  983: script.library;
  984: script.library.meta;
  985: SimpleFormula.problem;
  986: SimpleFormula.problem.meta;
  987: StringResponse.problem;
  988: StringResponse.problem.meta;
  989: SimpleMatching.problem;
  990: SimpleMatching.problem.meta;
  991: SimpleRank.problem;
  992: SimpleRank.problem.meta;
  993: SimpleTrueFalse.problem;
  994: SimpleTrueFalse.problem.meta
  995: </filenames>
  996: </fileglob>
  997: <file>
  998: <source>loncom/homework/insertlist.tab</source>
  999: <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
 1000: <categoryname>static conf</categoryname>
 1001: <description>
 1002: Describes what tags are allowed inside other tags.
 1003: </description>
 1004: </file>
 1005: <file>
 1006: <source>CAPA/JavaTools/GLabel.class</source>
 1007: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
 1008: </target>
 1009: <categoryname>static conf</categoryname>
 1010: <description>
 1011: Java applet for labelling graphs.
 1012: </description>
 1013: <note>
 1014: Built from Glabel.java.  Still working on build/dependency details.
 1015: </note>
 1016: </file>
 1017: <file>
 1018: <source>loncom/interface/default.assesscalc</source>
 1019: <target dist='default'>home/httpd/html/res/adm/includes/default.assesscalc
 1020: </target>
 1021: <categoryname>static conf</categoryname>
 1022: <description>
 1023: Default spreadsheet for individual assessment.
 1024: </description>
 1025: </file>
 1026: <file>
 1027: <source>loncom/interface/default.studentcalc</source>
 1028: <target dist='default'>home/httpd/html/res/adm/includes/default.studentcalc
 1029: </target>
 1030: <categoryname>static conf</categoryname>
 1031: <description>
 1032: Default spreadsheet for assessment of students.
 1033: </description>
 1034: </file>
 1035: <file>
 1036: <source>loncom/interface/default.classcalc</source>
 1037: <target dist='default'>home/httpd/html/res/adm/includes/default.classcalc
 1038: </target>
 1039: <categoryname>static conf</categoryname>
 1040: <description>
 1041: Default spreadsheet for assessment of a class.
 1042: </description>
 1043: </file>
 1044: <file>
 1045: <source>loncom/auth/roles.tab</source>
 1046: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
 1047: <categoryname>static conf</categoryname>
 1048: <description>
 1049: List of privileges associated with users of multiple types (for example:
 1050: Teaching Assistant, Exam Proctor, Course Coordinator)
 1051: </description>
 1052: </file>
 1053: <file>
 1054: <source>loncom/auth/rolesplain.tab</source>
 1055: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
 1056: <categoryname>static conf</categoryname>
 1057: <description>
 1058: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
 1059: and privileges available in the network with function
 1060: </description>
 1061: </file>
 1062: <file>
 1063: <source>loncom/hosts.tab</source>
 1064: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
 1065: <categoryname>static conf</categoryname>
 1066: <description>
 1067: List of all machines in the LON-CAPA network.  Relates <tt>lonHostID</tt> to
 1068: <tt>lonDefDomain</tt> and <u>IP address</u>.
 1069: </description>
 1070: </file>
 1071: <file>
 1072: <source>loncom/domain.tab</source>
 1073: <target dist='default'>home/httpd/lonTabs/domain.tab</target>
 1074: <categoryname>static conf</categoryname>
 1075: <description>
 1076: List of all domains in the LON-CAPA network. Lists the name name of the domain and any default authentication.
 1077: </description>
 1078: </file>
 1079: <file>
 1080: <source>loncom/spare.tab</source>
 1081: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
 1082: <categoryname>conf</categoryname>
 1083: <description>
 1084: Spare hosts to offload session to if the LON-CAPA machine is overloaded
 1085: </description>
 1086: <note>
 1087: <b>configure</b><br />
 1088: <table cellpadding='0' cellspacing='0' border='1'>
 1089: <tr><td>
 1090: list elements are separated by newlines
 1091: </td></tr>
 1092: <tr><td>
 1093: each list element consists of only one value; the value for <tt>lonHostID</tt>
 1094: in <tt>access.conf</tt>
 1095: </td></tr>
 1096: </table>
 1097: </note>
 1098: </file>
 1099: <file>
 1100: <source>loncom/htpasswd</source>
 1101: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
 1102: <categoryname>conf</categoryname>
 1103: <description>
 1104: Basic auth password to access /lon-status and /server-status
 1105: </description>
 1106: </file>
 1107: <file>
 1108: <source>loncom/smb.conf</source>
 1109: <target dist='default'>usr/local/loncapa/doc/conf_examples/smb.conf</target>
 1110: <categoryname>static conf</categoryname>
 1111: <description>
 1112: configuration file to make LON-CAPA server file space accessible to network
 1113: neighborhood
 1114: </description>
 1115: </file>
 1116: <file>
 1117: <source>loncom/ntp.conf</source>
 1118: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp.conf</target>
 1119: <categoryname>static conf</categoryname>
 1120: <description>
 1121: which NTP server to contact for information (XNTP3 standard)
 1122: </description>
 1123: <note>
 1124: <table cellpadding='0' cellspacing='0' border='1'>
 1125: <tr><td>
 1126: only one line needs to be changed to specify a server ip address
 1127: </td></tr>
 1128: <tr><td>
 1129: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
 1130: </td></tr>
 1131: </table>
 1132: </note>
 1133: </file>
 1134: <file>
 1135: <source>loncom/metadata_database/searchcat.pl</source>
 1136: <target dist='default'>home/httpd/perl/searchcat.pl</target>
 1137: <categoryname>script</categoryname>
 1138: <description>
 1139: Batch script for updating SQL metadata database.
 1140: </description>
 1141: </file>
 1142: <file>
 1143: <source>loncom/metadata_database/cleanup_database.pl</source>
 1144: <target dist='default'>home/httpd/perl/cleanup_database.pl</target>
 1145: <categoryname>script</categoryname>
 1146: <description>
 1147: Batch script for removing temporary tables from the SQL metadata database.
 1148: </description>
 1149: </file>
 1150: <file>
 1151: <source>loncom/misc/cleanup_prtspool.pl</source>
 1152: <target dist='default'>home/httpd/perl/cleanup_prtspool.pl</target>
 1153: <categoryname>script</categoryname>
 1154: <description>
 1155: Batch script for removing files not accessed within 24 hours from the 
 1156: /home/httpd/prtspool directory.
 1157: </description>
 1158: </file>
 1159: <file>
 1160: <source>loncom/lonhttpd</source>
 1161: <target dist='default'>home/httpd/perl/lonhttpd</target>
 1162: <categoryname>script</categoryname>
 1163: <description>
 1164: Small fry httpd on port 8080
 1165: </description>
 1166: </file>
 1167: <file>
 1168: <source>loncom/lonc</source>
 1169: <target dist='default'>home/httpd/perl/lonc</target>
 1170: <categoryname>script</categoryname>
 1171: <description>
 1172: proxy server
 1173: </description>
 1174: </file>
 1175: <file>
 1176: <source>doc/man/lonc.1</source>
 1177: <target dist='default'>usr/man/man1/lonc.1</target>
 1178: <categoryname>doc</categoryname>
 1179: <description>man page for lonc</description>
 1180: <build trigger='always run'>
 1181: loncom/build/pod2man.sh ../lonc &gt; ../../doc/man/lonc.1 &amp;&amp; \
 1182: echo 'manifying lonc'
 1183: </build>
 1184: <status>works/unverified</status>
 1185: <dependencies>
 1186: ../../loncom/lonc
 1187: </dependencies>
 1188: </file>
 1189: <file>
 1190: <source>doc/scripts/lonc.html</source>
 1191: <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
 1192: <categoryname>doc</categoryname>
 1193: <description>POD-derived page for lonc</description>
 1194: <build trigger='always run'>
 1195: loncom/build/pod2html.sh ../lonc &gt; ../../doc/scripts/lonc.html &amp;&amp; \
 1196: echo 'pod2html lonc'
 1197: </build>
 1198: <status>works/unverified</status>
 1199: <dependencies>
 1200: ../../loncom/lonc
 1201: </dependencies>
 1202: </file>
 1203: <file>
 1204: <source>loncom/lond</source>
 1205: <target dist='default'>home/httpd/perl/lond</target>
 1206: <categoryname>script</categoryname>
 1207: <description>
 1208: This is a remote command interpreter on a TCP LON-CAPA network layer.
 1209: It accepts and processes incoming requests from other LON-CAPA machines
 1210: on the network.  lond's functionality is self-contained in the sense
 1211: that it does not reference (import, require, use) any other file
 1212: described in this document.  There are only 15 subroutines in this
 1213: script, however the <tt>make_new_child</tt> subroutine is quite
 1214: complex since it parses and responds about 29 different types of 
 1215: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
 1216: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
 1217: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
 1218: tmpput, tmpget, and ls).
 1219: </description>
 1220: </file>
 1221: <file>
 1222: <source>doc/man/lond.1</source>
 1223: <target dist='default'>usr/man/man1/lond.1</target>
 1224: <categoryname>doc</categoryname>
 1225: <description>man page for lond</description>
 1226: <build trigger='always run'>
 1227: loncom/build/pod2man.sh ../lond &gt; ../../doc/man/lond.1 &amp;&amp; \
 1228: echo 'manifying lond'
 1229: </build>
 1230: <status>works/unverified</status>
 1231: <dependencies>
 1232: ../../loncom/lond
 1233: </dependencies>
 1234: </file>
 1235: <file>
 1236: <source>doc/scripts/lond.html</source>
 1237: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
 1238: <categoryname>doc</categoryname>
 1239: <description>POD-derived page for lond</description>
 1240: <build trigger='always run'>
 1241: loncom/build/pod2html.sh ../lond &gt; ../../doc/scripts/lond.html &amp;&amp; \
 1242: echo 'pod2html lond'
 1243: </build>
 1244: <status>works/unverified</status>
 1245: <dependencies>
 1246: ../../loncom/lond
 1247: </dependencies>
 1248: </file>
 1249: <file>
 1250: <source>loncom/build/CHECKRPMS</source>
 1251: <target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target>
 1252: <categoryname>script</categoryname>
 1253: <description>CGI script that checks status of RPMs</description>
 1254: </file>
 1255: <file>
 1256: <source>loncom/cgi/loncron.pl</source>
 1257: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
 1258: <categoryname>script</categoryname>
 1259: <description>CGI script that starts and pipes output of loncron</description>
 1260: </file>
 1261: <file>
 1262: <source>loncom/cgi/userstatus.pl</source>
 1263: <target dist='default'>home/httpd/cgi-bin/userstatus.pl</target>
 1264: <categoryname>script</categoryname>
 1265: <description>CGI script that shows users currently on machine</description>
 1266: </file>
 1267: <file>
 1268: <source>loncom/loncron</source>
 1269: <target dist='default'>home/httpd/perl/loncron</target>
 1270: <categoryname>script</categoryname>
 1271: <description>housekeeping</description>
 1272: </file>
 1273: <file>
 1274: <source>loncom/lonsql</source>
 1275: <target dist='default'>home/httpd/perl/lonsql</target>
 1276: <categoryname>script</categoryname>
 1277: <description>maintain secondary database of metadata</description>
 1278: </file>
 1279: <file>
 1280: <source>doc/man/lonsql.1</source>
 1281: <target dist='default'>usr/man/man1/lonsql.1</target>
 1282: <categoryname>doc</categoryname>
 1283: <description>man page for lonsql</description>
 1284: <build trigger='always run'>
 1285: loncom/build/pod2man.sh ../lonsql &gt; ../../doc/man/lonsql.1 &amp;&amp; \
 1286: echo 'manifying lonsql'
 1287: </build>
 1288: <status>works/unverified</status>
 1289: <dependencies>
 1290: ../../loncom/lonsql
 1291: </dependencies>
 1292: </file>
 1293: <file>
 1294: <source>doc/scripts/lonsql.html</source>
 1295: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
 1296: <categoryname>doc</categoryname>
 1297: <description>POD-derived page for lonsql</description>
 1298: <build trigger='always run'>
 1299: loncom/build/pod2html.sh ../lonsql &gt; ../../doc/scripts/lonsql.html &amp;&amp; \
 1300: echo 'pod2html lonsql'
 1301: </build>
 1302: <status>works/unverified</status>
 1303: <dependencies>
 1304: ../../loncom/lonsql
 1305: </dependencies>
 1306: </file>
 1307: <file>
 1308: <source>loncom/lcpasswd</source>
 1309: <target dist='default'>home/httpd/perl/lcpasswd</target>
 1310: <categoryname>setuid script</categoryname>
 1311: <description>
 1312: Coordinates the system services and files in order to allow lond to change
 1313: user passwords.
 1314: </description>
 1315: <status>being updated</status>
 1316: </file>
 1317: <file>
 1318: <source>loncom/pwchange</source>
 1319: <target dist='default'>home/httpd/perl/pwchange</target>
 1320: <categoryname>setuid script</categoryname>
 1321: <description>
 1322: Allows www to change user passwords.
 1323: </description>
 1324: <status>being updated</status>
 1325: </file>
 1326: <file>
 1327: <source>loncom/lcuseradd</source>
 1328: <target dist='default'>home/httpd/perl/lcuseradd</target>
 1329: <categoryname>setuid script</categoryname>
 1330: <description>
 1331: Coordinates the system services and files in order to allow lond to add a
 1332: new user.
 1333: </description>
 1334: <status>being updated</status>
 1335: </file>
 1336: <file>
 1337: <source>loncom/lchtmldir</source>
 1338: <target dist='default'>home/httpd/perl/lchtmldir</target>
 1339: <categoryname>setuid script</categoryname>
 1340: <description>
 1341: Manages the file system ramifications of adding author mode to a user. 
 1342: If necessary a public_html diretory is added, permissions and ownership are
 1343: set according to the user's authentication mode.
 1344: </description>
 1345: <status>New file</status>
 1346: </file>
 1347: <file>
 1348: <source>loncom/lcuserdel</source>
 1349: <target dist='default'>home/httpd/perl/lcuserdel</target>
 1350: <categoryname>setuid script</categoryname>
 1351: <description>
 1352: Coordinates the system services and files in order to allow lond to delete a
 1353: user.
 1354: </description>
 1355: <status>deprecated</status>
 1356: </file>
 1357: <file>
 1358: <source>loncom/lcnfson</source>
 1359: <target dist='default'>home/httpd/perl/lcnfson</target>
 1360: <categoryname>setuid script</categoryname>
 1361: <description>
 1362: coordinates the system services and files in order to allow lond to enable NFS
 1363: for a user
 1364: </description>
 1365: <status>deprecated</status>
 1366: </file>
 1367: <file>
 1368: <source>loncom/lcnfsoff</source>
 1369: <target dist='default'>home/httpd/perl/lcnfsoff</target>
 1370: <categoryname>setuid script</categoryname>
 1371: <description>
 1372: coordinates the system services and files in order to allow lond to disable NFS
 1373: for a user
 1374: </description>
 1375: <status>deprecated</status>
 1376: </file>
 1377: <file>
 1378: <source>loncom/license/gpl.txt</source>
 1379: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
 1380: <categoryname>interface file</categoryname>
 1381: <description>
 1382: GNU General Public License.  Long live the cause of freeware!
 1383: </description>
 1384: </file>
 1385: <file>
 1386: <source>loncom/license/httpi.license</source>
 1387: <target dist='default'>home/httpd/html/adm/httpi.license</target>
 1388: <categoryname>interface file</categoryname>
 1389: <description>
 1390: HTTPi webserver license
 1391: </description>
 1392: </file>
 1393: <file>
 1394: <source>loncom/license/httpi.readme</source>
 1395: <target dist='default'>home/httpd/html/adm/httpi.readme</target>
 1396: <categoryname>interface file</categoryname>
 1397: <description>
 1398: HTTPi webserver readme 
 1399: </description>
 1400: </file>
 1401: <file>
 1402: <source>loncom/license/about.html</source>
 1403: <target dist='default'>home/httpd/html/adm/about.html</target>
 1404: <categoryname>interface file</categoryname>
 1405: <description>
 1406: The "About" Page.
 1407: </description>
 1408: </file>
 1409: <file>
 1410: <source>loncom/publisher/publisher.html</source>
 1411: <target dist='default'>home/httpd/html/adm/publisher.html</target>
 1412: <categoryname>interface file</categoryname>
 1413: <description>
 1414: HTML frame that presents a form element to allow for the publishing of
 1415: resources, directories and underlying subdirectories.
 1416: </description>
 1417: </file>
 1418: <file>
 1419: <source>loncom/html/adm/noidea.html</source>
 1420: <target dist='default'>home/httpd/html/adm/noidea.html</target>
 1421: <categoryname>interface file</categoryname>
 1422: <description>
 1423: Interface file for responding to improper page flipping.
 1424: </description>
 1425: </file>
 1426: <file>
 1427: <source>loncom/html/adm/overloaded.txt</source>
 1428: <target dist='default'>home/httpd/html/adm/overloaded.txt</target>
 1429: <categoryname>interface file</categoryname>
 1430: <description>
 1431: Interface file for responding to overload situations.
 1432: </description>
 1433: </file>
 1434: <file>
 1435: <source>loncom/html/adm/loginproblems.html</source>
 1436: <target dist='default'>home/httpd/html/adm/loginproblems.html</target>
 1437: <categoryname>interface file</categoryname>
 1438: <description>
 1439: Help page for login problems.
 1440: </description>
 1441: </file>
 1442: <file>
 1443: <source>loncom/xml/physnet.sty</source>
 1444: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
 1445: <categoryname>static conf</categoryname>
 1446: <description>
 1447: The relevant conditions and metadata to attach to PhysNet-specific tags.
 1448: </description>
 1449: </file>
 1450: <file>
 1451: <source>loncom/homework/lectureonline.sty</source>
 1452: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
 1453: </target>
 1454: <categoryname>static conf</categoryname>
 1455: <description>
 1456: The relevant conditions and metadata to attach to LectureOnline-specific tags.
 1457: </description>
 1458: </file>
 1459: <file>
 1460: <source>loncom/thesaurus/un_keyword.tab</source>
 1461: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
 1462: <categoryname>conf</categoryname>
 1463: <description>
 1464: File which contains words which should not be keywords used to specify resource
 1465: content.
 1466: </description>
 1467: </file>
 1468: <file>
 1469: <source>loncom/homework/scantronformat.tab</source>
 1470: <target dist='default'>home/httpd/lonTabs/scantronformat.tab</target>
 1471: <categoryname>conf</categoryname>
 1472: <description>
 1473: Different configs for scantron input files.
 1474: </description>
 1475: </file>
 1476: <file>
 1477: <source>loncom/publisher/packages.tab</source>
 1478: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
 1479: <categoryname>static conf</categoryname>
 1480: <description>
 1481: Parameter packages, so that assessments can publish parameter packages
 1482: needed, which are then expanded into individual parameters - allows to
 1483: retroactively add new parameters to already published assessments.
 1484: </description>
 1485: </file>
 1486: <file>
 1487: <source>loncom/publisher/copyright.tab</source>
 1488: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
 1489: <categoryname>static conf</categoryname>
 1490: <description>
 1491: Table which contains list of copyright possibilities for educational resources.
 1492: </description>
 1493: </file>
 1494: <file>
 1495: <source>loncom/publisher/language.tab</source>
 1496: <target dist='default'>home/httpd/lonTabs/language.tab</target>
 1497: <categoryname>static conf</categoryname>
 1498: <description>
 1499: Table which contains string abbreviations of language::font rendering
 1500: combinations.
 1501: </description>
 1502: </file>
 1503: <file>
 1504: <source>loncom/publisher/addid.tab</source>
 1505: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
 1506: <categoryname>static conf</categoryname>
 1507: <description>
 1508: Table which has hash data necessary for distinguishing IDs from indices.
 1509: </description>
 1510: </file>
 1511: <file>
 1512: <source>rat/lonwrapper.pm</source>
 1513: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
 1514: <categoryname>handler</categoryname>
 1515: <description>
 1516: Wrapper for external and binary files as standalone resources.
 1517: Edit handler for rat maps; TeX content handler.
 1518: </description>
 1519: <status>works/unverified</status>
 1520: </file>
 1521: <file>
 1522: <source>loncom/interface/londocs.pm</source>
 1523: <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
 1524: <categoryname>handler</categoryname>
 1525: <description>
 1526: Handler for course documents
 1527: </description>
 1528: <status>works/unverified</status>
 1529: </file>
 1530: <file>
 1531: <source>loncom/interface/lonchat.pm</source>
 1532: <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
 1533: <categoryname>handler</categoryname>
 1534: <description>
 1535: Handler for chat
 1536: </description>
 1537: <status>works/unverified</status>
 1538: </file>
 1539: <file>
 1540: <source>loncom/interface/lonchatfetch.pm</source>
 1541: <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
 1542: <categoryname>handler</categoryname>
 1543: <description>
 1544: Handler for periodically fetch new lines of chat
 1545: </description>
 1546: <status>works/unverified</status>
 1547: </file>
 1548: <file>
 1549: <source>loncom/interface/lonannounce.pm</source>
 1550: <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
 1551: <categoryname>handler</categoryname>
 1552: <description>
 1553: Handler to put up announcements and calendar
 1554: </description>
 1555: <status>works/unverified</status>
 1556: </file>
 1557: <file>
 1558: <source>loncom/interface/lonsyllabus.pm</source>
 1559: <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
 1560: <categoryname>handler</categoryname>
 1561: <description>
 1562: Handler to put up syllabus
 1563: </description>
 1564: <status>works/unverified</status>
 1565: </file>
 1566: <file>
 1567: <source>loncom/interface/lonsimplepage.pm</source>
 1568: <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
 1569: <categoryname>handler</categoryname>
 1570: <description>
 1571: Handler to put up simple page
 1572: </description>
 1573: <status>works/unverified</status>
 1574: </file>
 1575: <file>
 1576: <source>loncom/interface/lonpickstudent.pm</source>
 1577: <target dist='default'>home/httpd/lib/perl/Apache/lonpickstudent.pm</target>
 1578: <categoryname>handler</categoryname>
 1579: <description>
 1580: Handler to pick a student from classlist
 1581: </description>
 1582: <status>works/unverified</status>
 1583: </file>
 1584: <file>
 1585: <source>loncom/interface/lonpickcourse.pm</source>
 1586: <target dist='default'>home/httpd/lib/perl/Apache/lonpickcourse.pm</target>
 1587: <categoryname>handler</categoryname>
 1588: <description>
 1589: Handler to pick a courseid from a list of courses
 1590: </description>
 1591: <status>works/unverified</status>
 1592: </file>
 1593: <file>
 1594: <source>loncom/interface/lonbulletin.pm</source>
 1595: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
 1596: <categoryname>handler</categoryname>
 1597: <description>
 1598: Handler to put up bulletin board
 1599: </description>
 1600: <status>works/unverified</status>
 1601: </file>
 1602: <file>
 1603: <source>loncom/interface/lonaboutme.pm</source>
 1604: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
 1605: <categoryname>handler</categoryname>
 1606: <description>
 1607: Handler to put up personal info
 1608: </description>
 1609: <status>works/unverified</status>
 1610: </file>
 1611: <file>
 1612: <source>loncom/publisher/loncfile.pm</source>
 1613: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
 1614: <categoryname>handler</categoryname>
 1615: <description>
 1616: Provides web-based functionality for file copy, rename, mkdir, etc, in the
 1617: construction space menu.
 1618: </description>
 1619: <status>works/unverified</status>
 1620: </file>
 1621: <file>
 1622: <source>loncom/interface/lonhelp.pm</source>
 1623: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
 1624: <categoryname>handler</categoryname>
 1625: <description>
 1626: The .tex file help handler.
 1627: </description>
 1628: <status>works/unverified</status>
 1629: <build trigger='always run'>
 1630: loncom/html/adm/help/buildMakeWrapper
 1631: </build>
 1632: <dependencies>
 1633: Makefile;
 1634: buildMakeWrapper
 1635: </dependencies>
 1636: </file>
 1637: <file>
 1638: <source>loncom/html/adm/help/abouthelp.html</source>
 1639: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
 1640: <categoryname>interface file</categoryname>
 1641: <description>
 1642: Index file for the help system
 1643: </description>
 1644: </file>
 1645: <file>
 1646: <source>doc/help/author.manual.access.tex</source>
 1647: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
 1648: </target>
 1649: <categoryname>interface file</categoryname>
 1650: <description>
 1651: The pseudo-LaTeX file to allow people to read the author's manual online, with
 1652: a somewhat clumsy interface.
 1653: </description>
 1654: <status>works/unverified</status>
 1655: </file>
 1656: <file>
 1657: <source>doc/help/course.manual.access.tex</source>
 1658: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
 1659: </target>
 1660: <categoryname>interface file</categoryname>
 1661: <description>
 1662: The pseudo-LaTeX file to allow people to read the course administrator's
 1663: manual online, with a somewhat clumsy interface.
 1664: </description>
 1665: <status>works/unverified</status>
 1666: </file>
 1667: <file>
 1668: <source>doc/help/course.instructor.access.tex</source>
 1669: <target dist='default'>home/httpd/html/adm/help/tex/course.instructor.access.tex
 1670: </target>
 1671: <categoryname>interface file</categoryname>
 1672: <description>
 1673: The pseudo-LaTeX file to allow people to read the course instructor's
 1674: manual online, with a somewhat clumsy interface.
 1675: </description>
 1676: <status>works/unverified</status>
 1677: </file>
 1678: <file>
 1679: <source>doc/help/author.manual.ps</source>
 1680: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
 1681: <categoryname>interface file</categoryname>
 1682: <description>
 1683: The postscript Author's Manual
 1684: </description>
 1685: <status>works/unverified</status>
 1686: <dependencies>
 1687: doc/help/author.manual.texxml;
 1688: doc/help/latexSplitter.py;
 1689: doc/help/rebuildLabelHash.pl;
 1690: doc/help/render.texxml.pl;
 1691: doc/help/simpleEdit.py;
 1692: doc/help/texxml2indextex.pl;
 1693: doc/help/texxml2latex.pl;
 1694: loncom/build/buildHelp.sh;
 1695: loncom/build/help_graphics_converter.pl
 1696: </dependencies>
 1697: </file>
 1698: <file>
 1699: <source>doc/help/author.manual.pdf</source>
 1700: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
 1701: <categoryname>handler</categoryname>
 1702: <description>
 1703: The PDF Author's Manual
 1704: </description>
 1705: <status>works/unverified</status>
 1706: </file>
 1707: <file>
 1708: <source>doc/help/course.manual.ps</source>
 1709: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
 1710: <categoryname>interface file</categoryname>
 1711: <description>
 1712: The postscript Course Manual
 1713: </description>
 1714: <status>works/unverified</status>
 1715: <dependencies>
 1716: doc/help/course.manual.texxml;
 1717: doc/help/latexSplitter.py;
 1718: doc/help/rebuildLabelHash.pl;
 1719: doc/help/render.texxml.pl;
 1720: doc/help/simpleEdit.py;
 1721: doc/help/texxml2indextex.pl;
 1722: doc/help/texxml2latex.pl;
 1723: loncom/build/buildHelp.sh;
 1724: loncom/build/help_graphics_converter.pl
 1725: </dependencies>
 1726: </file>
 1727: <file>
 1728: <source>doc/help/course.manual.pdf</source>
 1729: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
 1730: <categoryname>interface file</categoryname>
 1731: <description>
 1732: The PDF Course Manual
 1733: </description>
 1734: <status>works/unverified</status>
 1735: </file>
 1736: <file>
 1737: <source>doc/help/course.instructor.ps</source>
 1738: <target dist='default'>home/httpd/html/adm/help/course.instructor.ps</target>
 1739: <categoryname>interface file</categoryname>
 1740: <description>
 1741: The postscript Course Instructor Manual
 1742: </description>
 1743: <status>works/unverified</status>
 1744: </file>
 1745: <file>
 1746: <source>doc/help/course.instructor.pdf</source>
 1747: <target dist='default'>home/httpd/html/adm/help/course.instructor.pdf</target>
 1748: <categoryname>interface file</categoryname>
 1749: <description>
 1750: The PDF Course Instructor Manual
 1751: </description>
 1752: <status>works/unverified</status>
 1753: </file>
 1754: <fileglob>
 1755: <glob>*.*</glob>
 1756: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
 1757: <targetdir dist='default'>
 1758: home/httpd/html/adm/help/gif/</targetdir>
 1759: <categoryname>interface file</categoryname>
 1760: <description>
 1761: Gif files for the help system
 1762: </description>
 1763: <filenames>
 1764: authorRemote.gif;
 1765: constructionSpace.gif;
 1766: constructionSpaceForPublishing.gif;
 1767: creatingANewCourse.gif;
 1768: creatingNewProblemResource.gif;
 1769: dynamic_piecewise.gif;
 1770: dynamic_piecewise2.gif;
 1771: dynamic_plot.gif;
 1772: dynamic_plot2.gif;
 1773: formulaResponse.gif;
 1774: login.gif;
 1775: lonhelpheader.gif;
 1776: mainCourseDocuments.gif;
 1777: mapAdvancedEditorNew.gif;
 1778: mapClickedStart.gif;
 1779: mapEditFirstClick.gif;
 1780: mapEditInitial.gif;
 1781: mapEditingButton.gif;
 1782: mapEditorDirectoryBrowser.gif;
 1783: mapEditorResourceChosen.gif;
 1784: mapEditorSelection.gif;
 1785: mapInsertResource.gif;
 1786: mapNewResource.gif;
 1787: mapSecondWindowSecondResource.gif;
 1788: mapSimpleEditor.gif;
 1789: mapStraightened.gif;
 1790: mapTwoResources.gif;
 1791: numericalResponse1.gif;
 1792: numericalResponseEditor.gif;
 1793: numericalResponseSlopeProblem.gif;
 1794: numericalResponseVarInText.gif;
 1795: optionResponseEditing.gif;
 1796: optionResponseProblem.gif;
 1797: publishMetadata.gif;
 1798: radioResponse2.gif;
 1799: radioResponseHint.gif;
 1800: smallHelp.gif;
 1801: spreadsheet_hierarchy.gif;
 1802: stringResponseEditor.gif;
 1803: studentInterface.gif
 1804: </filenames>
 1805: </fileglob>
 1806: <fileglob>
 1807: <glob>*.*</glob>
 1808: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
 1809: <targetdir dist='default'>
 1810: home/httpd/html/adm/help/eps/</targetdir>
 1811: <categoryname>interface file</categoryname>
 1812: <description>
 1813: EPS files for the help system
 1814: </description>
 1815: <filenames>
 1816: authorRemote.eps;
 1817: constructionSpace.eps;
 1818: constructionSpaceForPublishing.eps;
 1819: creatingANewCourse.eps;
 1820: creatingNewProblemResource.eps;
 1821: dynamic_piecewise.eps;
 1822: dynamic_piecewise2.eps;
 1823: dynamic_plot.eps;
 1824: dynamic_plot2.eps;
 1825: formulaResponse.eps;
 1826: lonhelpheader.eps;
 1827: login.eps;
 1828: mainCourseDocuments.eps;
 1829: mapAdvancedEditorNew.eps;
 1830: mapClickedStart.eps;
 1831: mapEditFirstClick.eps;
 1832: mapEditInitial.eps;
 1833: mapEditingButton.eps;
 1834: mapEditorDirectoryBrowser.eps;
 1835: mapEditorResourceChosen.eps;
 1836: mapEditorSelection.eps;
 1837: mapInsertResource.eps;
 1838: mapNewResource.eps;
 1839: mapSecondWindowSecondResource.eps;
 1840: mapSimpleEditor.eps;
 1841: mapStraightened.eps;
 1842: mapTwoResources.eps;
 1843: numericalResponse1.eps;
 1844: numericalResponseEditor.eps;
 1845: numericalResponseSlopeProblem.eps;
 1846: numericalResponseVarInText.eps;
 1847: optionResponseEditing.eps;
 1848: optionResponseProblem.eps;
 1849: publishMetadata.eps;
 1850: radioResponse2.eps;
 1851: radioResponseHint.eps;
 1852: smallHelp.eps;
 1853: spreadsheet_hierarchy.eps;
 1854: stringResponseEditor.eps;
 1855: studentInterface.eps
 1856: </filenames>
 1857: </fileglob>
 1858: <fileglob>
 1859: <glob>*.*</glob>
 1860: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
 1861: <targetdir dist='default'>
 1862: home/httpd/html/adm/help/tex/</targetdir>
 1863: <categoryname>interface file</categoryname>
 1864: <description>
 1865: Tex files for the help system
 1866: </description>
 1867: <filenames>
 1868: About_Authors_Manual.tex;
 1869: About_Numerical_and_Formula_Response.tex;
 1870: Ambiguous_Reference.tex;
 1871: Analyze_problem.tex;
 1872: Author_LON-CAPA_Introduction.tex;
 1873: Author_Manual_Title_Page.tex;
 1874: Author_Numerical_and_Formula.tex;
 1875: Author_Remote_Control.tex;
 1876: Authoring_Adding_Pictures.tex;
 1877: Authoring_Dynamic_Plot.tex;
 1878: Authoring_HTML_vs_Tex.tex;
 1879: Authoring_M_Tag.tex;
 1880: Authoring_Piecewise_Plot.tex;
 1881: Calling_Functions.tex;
 1882: Coauthor.tex;
 1883: Construction_Space_Overview.tex;
 1884: Course_Add_Student.tex;
 1885: Course_Chart_To_Excel.tex;
 1886: Course_Convert_To_CSV.tex;
 1887: Course_Create_Class_List.tex;
 1888: Course_Critical_Message.tex;
 1889: Course_Deleting.tex;
 1890: Course_Disable_Discussion.tex;
 1891: Course_Discussion_Board.tex;
 1892: Course_Drop_Student.tex;
 1893: Course_Edit_Content.tex;
 1894: Course_Feedback_Addresses.tex;
 1895: Course_Homework_Performance_Overview.tex;
 1896: Course_Manual_Title_Page.tex;
 1897: Course_Message_Access.tex;
 1898: Course_Problem_Weight.tex;
 1899: Course_Setting_Parameters.tex;
 1900: Course_Student_Grade_Override.tex;
 1901: Course_Student_Work.tex;
 1902: Course_Toplevel_Seq.tex;
 1903: Creating_A_Course_Intro.tex;
 1904: Creating_New_Content_Pages.tex;
 1905: Creating_Online_Problems.tex;
 1906: Creating_Radio_Response_Problems.tex;
 1907: Docs_Adding_Course_Doc.tex;
 1908: Docs_Adding_External_Resource.tex;
 1909: Docs_Adding_Folders.tex;
 1910: Docs_Creating_From_Template.tex;
 1911: Docs_Importing_LON-CAPA_Resource.tex;
 1912: Docs_Main_Course_Documents.tex;
 1913: Docs_Navigate_Content.tex;
 1914: Docs_Overview.tex;
 1915: Docs_Supplemental.tex;
 1916: Docs_Uploading_From_Harddrive.tex;
 1917: Foils.tex;
 1918: Formula_Response_Example.tex;
 1919: Formula_Response_Limitations.tex;
 1920: Formula_Response_Problems.tex;
 1921: Formula_Response_Adv_Intro.tex;
 1922: Formula_Response_Sampling.tex;
 1923: Formula_Tolerance.tex;
 1924: General_Intro.tex;
 1925: Greek_Symbols.tex;
 1926: How_To_Edit_Existing_Content_Pages.tex;
 1927: Latex_Footer.tex;
 1928: Latex_Header.tex;
 1929: Login_To_LON-CAPA.tex;
 1930: Metadata_Description.tex;
 1931: Navmap_Host_Down.tex;
 1932: Numerical_Response_Advanced_Example.tex;
 1933: Numerical_Response_Format.tex;
 1934: Numerical_Response_Intro.tex;
 1935: Numerical_Response_Introduction.tex;
 1936: Numerical_Response_Parts_A.tex;
 1937: Numerical_Response_Parts_B.tex;
 1938: Numerical_Response_Problems.tex;
 1939: Numerical_Response_Randomization.tex;
 1940: Numerical_Response_Simple_Example.tex;
 1941: Numerical_Response_Tutorial_A.tex;
 1942: Numerical_Response_Units.tex;
 1943: Option_Response_Concept_Group_Example.tex;
 1944: Option_Response_Matching_Example.tex;
 1945: Option_Response_Problem_Creation.tex;
 1946: Option_Response_Problem_Figure.tex;
 1947: Option_Response_Problem_Parts.tex;
 1948: Option_Response_Problems.tex;
 1949: Option_Response_Simple.tex;
 1950: Other_Symbols.tex;
 1951: Part_Tag_Edit_Help.tex;
 1952: Problem_Editor_Testing_Area.tex;
 1953: Problem_Editor_XML_Index.tex;
 1954: Problem_Types.tex;
 1955: Publishing_A_Resource.tex;
 1956: Publishing_Author_Tutorial_Segue.tex;
 1957: Publishing_Copyright.tex;
 1958: Publishing_Intro.tex;
 1959: Publishing_Keywords.tex;
 1960: Quick_Grades_Possibly_Correct.tex;
 1961: Radio_Response_Problems.tex;
 1962: Radio_Response_Randomization.tex;
 1963: Resource_Types.tex;
 1964: Script_Tutorial_Intro.tex;
 1965: Scripting_Help.tex;
 1966: Sequence_Advanced_Editor_Creation.tex;
 1967: Sequence_Definition.tex;
 1968: Sequence_Editor_Selection.tex;
 1969: Sequence_Page_Maps.tex;
 1970: Sequence_Simple_Editor_Creation.tex;
 1971: Sequence_Top-Level.tex;
 1972: Significant_Figures.tex;
 1973: Spreadsheet_About.tex;
 1974: Spreadsheet_Alternative_View.tex;
 1975: Spreadsheet_Changes_To_Grading.tex;
 1976: Spreadsheet_Col_Sum.tex;
 1977: Spreadsheet_Completely_Recalc.tex;
 1978: Spreadsheet_Empty_Rows.tex;
 1979: Spreadsheet_Export_Row.tex;
 1980: Spreadsheet_Functions.tex;
 1981: Spreadsheet_Import_Values.tex;
 1982: Spreadsheet_Levels.tex;
 1983: Spreadsheet_Lists.tex;
 1984: Spreadsheet_Max_Depth_Exceeded.tex;
 1985: Spreadsheet_OOO_Rows.tex;
 1986: Spreadsheet_Op_On_All_Problem_Parts.tex;
 1987: Spreadsheet_Parms.tex;
 1988: Spreadsheet_Problem_Weight.tex;
 1989: Spreadsheet_Ranges.tex;
 1990: Spreadsheet_Specifying_Cells.tex;
 1991: Spreadsheet_Student_Visible.tex;
 1992: Spreadsheet_Symbolic_Names.tex;
 1993: Spreadsheet_Template_Row.tex;
 1994: Spreadsheet_Ternary_Operator.tex;
 1995: Spreadsheet_Tries.tex;
 1996: String_Response_Problem_Creation.tex;
 1997: String_Response_Problems.tex;
 1998: Tolerance.tex;
 1999: Variable_Naming_Conventions.tex;
 2000: Variable_Tutorial_A.tex;
 2001: Variables_in_Scripts.tex;
 2002: Variables_in_the_Answer_Block.tex;
 2003: Variables_in_the_Text_Block.tex
 2004: </filenames>
 2005: </fileglob>
 2006: <file>
 2007: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
 2008: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
 2009: <categoryname>interface file</categoryname>
 2010: <description>
 2011: A gdbm file containing a label->tex file hash.
 2012: </description>
 2013: <status>works/unverified</status>
 2014: </file>
 2015: <file>
 2016: <source>loncom/interface/lonstatistics.pm</source>
 2017: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
 2018: <categoryname>handler</categoryname>
 2019: <description>
 2020: Handler to show statistics on solving LON-CAPA problems.
 2021: </description>
 2022: <status>works/unverified</status>
 2023: </file>
 2024: <file>
 2025: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
 2026: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
 2027: </target>
 2028: <categoryname>handler</categoryname>
 2029: <description>
 2030: The module that generate the html for the Problem Statistics web pages.
 2031: </description>
 2032: <status>works/unverified</status>
 2033: </file>
 2034: <file>
 2035: <source>loncom/interface/statistics/lonpercentage.pm</source>
 2036: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
 2037: </target>
 2038: <categoryname>handler</categoryname>
 2039: <description>
 2040: The module that generate the html for the Percentage graph web pages.
 2041: </description>
 2042: <status>works/unverified</status>
 2043: </file>
 2044: <file>
 2045: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
 2046: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
 2047: </target>
 2048: <categoryname>handler</categoryname>
 2049: <description>
 2050: The module that generate the html for the Problem Analysis web pages.
 2051: </description>
 2052: <status>works/unverified</status>
 2053: </file>
 2054: <file>
 2055: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
 2056: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
 2057: </target>
 2058: <categoryname>handler</categoryname>
 2059: <description>
 2060: The module that generate the html for the Student Assessment/Chart web pages.
 2061: </description>
 2062: <status>works/unverified</status>
 2063: </file>
 2064: <file>
 2065: <source>loncom/publisher/londiff.pm</source>
 2066: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
 2067: <categoryname>handler</categoryname>
 2068: <description>
 2069: Handler to show difference between two files.
 2070: </description>
 2071: <status>works/unverified</status>
 2072: </file>
 2073: <file>
 2074: <source>loncom/publisher/lonrights.pm</source>
 2075: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
 2076: <categoryname>handler</categoryname>
 2077: <description>
 2078: Handler to show and edit custom distribution rights
 2079: </description>
 2080: <status>works/unverified</status>
 2081: </file>
 2082: <file>
 2083: <source>loncom/publisher/lonupload.pm</source>
 2084: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
 2085: <categoryname>handler</categoryname>
 2086: <description>
 2087: Handler to upload files through browser into construction space.
 2088: </description>
 2089: <status>works/unverified</status>
 2090: </file>
 2091: <file>
 2092: <source>doc/man/Apache__lonupload.3</source>
 2093: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
 2094: <categoryname>doc</categoryname>
 2095: <description>man page for lonupload.pm</description>
 2096: <build trigger='always run'>
 2097: loncom/build/pod2man.sh ../publisher/lonupload.pm &gt; \
 2098: ../../doc/man/Apache__lonupload.3 &amp;&amp; echo 'manifying lonupload.pm'
 2099: </build>
 2100: <status>works/unverified</status>
 2101: <dependencies>
 2102: ../../loncom/publisher/lonupload.pm
 2103: </dependencies>
 2104: </file>
 2105: <file>
 2106: <source>doc/lib/perl/Apache/lonupload.html</source>
 2107: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
 2108: </target>
 2109: <categoryname>doc</categoryname>
 2110: <description>POD-derived page for lonupload.pm</description>
 2111: <build trigger='always run'>
 2112: loncom/build/pod2html.sh ../publisher/lonupload.pm &gt; \
 2113: ../../doc/lib/perl/Apache/lonupload.html &amp;&amp; \
 2114: echo 'pod2html lonupload.pm'
 2115: </build>
 2116: <status>works/unverified</status>
 2117: <dependencies>
 2118: ../../loncom/publisher/lonupload.pm
 2119: </dependencies>
 2120: </file>
 2121: <file>
 2122: <source>loncom/homework/essayresponse.pm</source>
 2123: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
 2124: <categoryname>handler</categoryname>
 2125: <description>
 2126: Handler to evaluate essay (ungraded) style responses.
 2127: </description>
 2128: <status>works/unverified</status>
 2129: </file>
 2130: <file>
 2131: <source>loncom/homework/externalresponse.pm</source>
 2132: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
 2133: <categoryname>handler</categoryname>
 2134: <description>
 2135: Handler to evaluate externally graded responses.
 2136: </description>
 2137: <status>works/unverified</status>
 2138: </file>
 2139: <file>
 2140: <source>loncom/homework/loncapagrade.pm</source>
 2141: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
 2142: <categoryname>handler</categoryname>
 2143: <description>
 2144: Holds results and defines
 2145: tag handlers needed by externalresponse.pm
 2146: </description>
 2147: <status>works/unverified</status>
 2148: </file>
 2149: <file>
 2150: <source>loncom/publisher/lonpubdir.pm</source>
 2151: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
 2152: <categoryname>handler</categoryname>
 2153: <description>
 2154: Handler to publish directories.
 2155: </description>
 2156: </file>
 2157: <file>
 2158: <source>loncom/publisher/lonunauthorized.pm</source>
 2159: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
 2160: <categoryname>handler</categoryname>
 2161: <description>
 2162: Handler to explain failed contruction space access.
 2163: </description>
 2164: </file>
 2165: <file>
 2166: <source>doc/man/Apache__lonpubdir.3</source>
 2167: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
 2168: <categoryname>doc</categoryname>
 2169: <description>man page for lonpubdir.pm</description>
 2170: <build trigger='always run'>
 2171: loncom/build/pod2man.sh ../publisher/lonpubdir.pm &gt; \
 2172: ../../doc/man/Apache__lonpubdir.3 &amp;&amp; echo 'manifying lonpubdir.pm'
 2173: </build>
 2174: <status>works/unverified</status>
 2175: <dependencies>
 2176: ../../loncom/lonnet/perl/lonnet.pm
 2177: </dependencies>
 2178: </file>
 2179: <file>
 2180: <source>doc/lib/perl/Apache/lonpubdir.html</source>
 2181: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
 2182: </target>
 2183: <categoryname>doc</categoryname>
 2184: <description>POD-derived page for lonpubdir.pm</description>
 2185: <build trigger='always run'>
 2186: loncom/build/pod2html.sh ../publisher/lonpubdir.pm &gt; \
 2187: ../../doc/lib/perl/Apache/lonpubdir.html &amp;&amp; \
 2188: echo 'pod2html lonpubdir.pm'
 2189: </build>
 2190: <status>works/unverified</status>
 2191: <dependencies>
 2192: ../../loncom/publisher/lonpubdir.pm
 2193: </dependencies>
 2194: </file>
 2195: <file>
 2196: <source>loncom/publisher/lonretrieve.pm</source>
 2197: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
 2198: <categoryname>handler</categoryname>
 2199: <description>
 2200: Handler to retrieve old versions from resource space.
 2201: </description>
 2202: <status>works/unverified</status>
 2203: </file>
 2204: <file>
 2205: <source>doc/man/Apache__lonretrieve.3</source>
 2206: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
 2207: <categoryname>doc</categoryname>
 2208: <description>man page for lonretrieve.pm</description>
 2209: <build trigger='always run'>
 2210: loncom/build/pod2man.sh ../publisher/lonretrieve.pm &gt; \
 2211: ../../doc/man/Apache__lonretrieve.3 &amp;&amp; echo 'manifying lonretrieve.pm'
 2212: </build>
 2213: <status>works/unverified</status>
 2214: <dependencies>
 2215: ../../loncom/publisher/lonretrieve.pm
 2216: </dependencies>
 2217: </file>
 2218: <file>
 2219: <source>doc/lib/perl/Apache/lonretrieve.html</source>
 2220: <target dist='default'>
 2221: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
 2222: </target>
 2223: <categoryname>doc</categoryname>
 2224: <description>POD-derived page for lonretrieve.pm</description>
 2225: <build trigger='always run'>
 2226: loncom/build/pod2html.sh ../publisher/lonretrieve.pm &gt; \
 2227: ../../doc/lib/perl/Apache/lonretrieve.html &amp;&amp; \
 2228: echo 'pod2html lonretrieve.pm'
 2229: </build>
 2230: <status>works/unverified</status>
 2231: <dependencies>
 2232: ../../loncom/publisher/lonretrieve.pm
 2233: </dependencies>
 2234: </file>
 2235: <file>
 2236: <source>loncom/homework/edit.pm</source>
 2237: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
 2238: <categoryname>handler</categoryname>
 2239: <description>
 2240: Helper functions when in homework edit mode.
 2241: </description>
 2242: </file>
 2243: <file>
 2244: <source>doc/man/Apache__edit.3</source>
 2245: <target dist='default'>usr/man/man3/Apache::edit.3</target>
 2246: <categoryname>doc</categoryname>
 2247: <description>man page for edit.pm</description>
 2248: <build trigger='always run'>
 2249: loncom/build/pod2man.sh ../homework/edit.pm &gt; ../../doc/man/Apache__edit.3 &amp;&amp; \
 2250: echo 'manifying edit.pm'
 2251: </build>
 2252: <status>works/unverified</status>
 2253: <dependencies>
 2254: ../../loncom/homework/edit.pm
 2255: </dependencies>
 2256: </file>
 2257: <file>
 2258: <source>doc/lib/perl/Apache/edit.html</source>
 2259: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
 2260: </target>
 2261: <categoryname>doc</categoryname>
 2262: <description>POD-derived page for edit.pm</description>
 2263: <build trigger='always run'>
 2264: loncom/build/pod2html.sh ../homework/edit.pm &gt; \
 2265: ../../doc/lib/perl/Apache/edit.html \
 2266: &amp;&amp; echo 'pod2html edit.pm'
 2267: </build>
 2268: <status>works/unverified</status>
 2269: <dependencies>
 2270: ../../loncom/homework/edit.pm
 2271: </dependencies>
 2272: </file>
 2273: <file>
 2274: <source>loncom/interface/lonmeta.pm</source>
 2275: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
 2276: <categoryname>handler</categoryname>
 2277: <description>Metadata display handler.</description>
 2278: <status>works/unverified</status>
 2279: </file>
 2280: <file>
 2281: <source>rat/lonambiguous.pm</source>
 2282: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
 2283: <categoryname>handler</categoryname>
 2284: <description>
 2285: Handler to resolve ambiguous file locations.
 2286: </description>
 2287: <status>works/unverified</status>
 2288: </file>
 2289: <file>
 2290: <source>rat/lonratparms.pm</source>
 2291: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
 2292: <categoryname>handler</categoryname>
 2293: <description>
 2294: Handler to set resource parameters inside of the RAT based on metadata.
 2295: </description>
 2296: <status>works/unverified</status>
 2297: </file>
 2298: <file>
 2299: <source>rat/lonsequence.pm</source>
 2300: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
 2301: <categoryname>handler</categoryname>
 2302: <description>
 2303: Handler for showing sequence objects of educational resources.
 2304: </description>
 2305: <status>works/unverified</status>
 2306: </file>
 2307: <file>
 2308: <source>loncom/interface/loncreatecourse.pm</source>
 2309: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
 2310: <categoryname>handler</categoryname>
 2311: <description>
 2312: Allows domain coordinators to create new courses and assign course
 2313: coordinators.
 2314: </description>
 2315: <status>works/unverified</status>
 2316: </file>
 2317: <file>
 2318: <source>loncom/interface/loncreateuser.pm</source>
 2319: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
 2320: <categoryname>handler</categoryname>
 2321: <description>
 2322: Allows users to within their own privileges create/edit users and give
 2323: them roles. 
 2324: </description>
 2325: <status>works/unverified</status>
 2326: </file>
 2327: <file>
 2328: <source>loncom/interface/lonhtmlcommon.pm</source>
 2329: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
 2330: <categoryname>handler</categoryname>
 2331: <description>
 2332: Contains a set of functions that generate html controls and data layouts
 2333: </description>
 2334: </file>
 2335: <file>
 2336: <source>loncom/interface/loncoursedata.pm</source>
 2337: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
 2338: <categoryname>handler</categoryname>
 2339: <description>
 2340: Common functions for handling student course data (download and process)
 2341: </description>
 2342: </file>
 2343: <file>
 2344: <source>loncom/interface/loncommon.pm</source>
 2345: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
 2346: <categoryname>handler</categoryname>
 2347: <description>
 2348: Makes a table out of the previous attempts.  Inputs result_from_symbread,
 2349: user, domain, home_server, course_id.
 2350: </description>
 2351: <status>works/unverified</status>
 2352: </file>
 2353: <file>
 2354: <source>doc/man/Apache__loncommon.3</source>
 2355: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
 2356: <categoryname>doc</categoryname>
 2357: <description>man page for loncommon.pm</description>
 2358: <build trigger='always run'>
 2359: loncom/build/pod2man.sh ../interface/loncommon.pm &gt; \
 2360: ../../doc/man/Apache__loncommon.3 &amp;&amp; echo 'manifying loncommon.pm'
 2361: </build>
 2362: <status>works/unverified</status>
 2363: <dependencies>
 2364: ../../loncom/interface/loncommon.pm
 2365: </dependencies>
 2366: </file>
 2367: <file>
 2368: <source>doc/lib/perl/Apache/loncommon.html</source>
 2369: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
 2370: </target>
 2371: <categoryname>doc</categoryname>
 2372: <description>POD-derived page for loncommon.pm</description>
 2373: <build trigger='always run'>
 2374: loncom/build/pod2html.sh ../interface/loncommon.pm &gt; \
 2375: ../../doc/lib/perl/Apache/loncommon.html &amp;&amp; \
 2376: echo 'pod2html loncommon.pm'
 2377: </build>
 2378: <status>works/unverified</status>
 2379: <dependencies>
 2380: ../../loncom/interface/loncommon.pm
 2381: </dependencies>
 2382: </file>
 2383: <file>
 2384: <source>loncom/homework/grades.pm</source>
 2385: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
 2386: <categoryname>handler</categoryname>
 2387: <description>Handles the viewing of grades.</description>
 2388: </file>
 2389: <file>
 2390: <source>loncom/homework/imageresponse.pm</source>
 2391: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
 2392: <categoryname>handler</categoryname>
 2393: <description>
 2394: Coordinates the response to clicking an image.
 2395: </description>
 2396: <status>works/unverified</status>
 2397: </file>
 2398: <file>
 2399: <source>loncom/homework/optionresponse.pm</source>
 2400: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
 2401: <categoryname>handler</categoryname>
 2402: <description>
 2403: Handles tags associated with showing a list of options.</description>
 2404: </file>
 2405: <file>
 2406: <source>loncom/homework/outputtags.pm</source>
 2407: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
 2408: <categoryname>handler</categoryname>
 2409: <description>
 2410: Handles tags associated with output.  Seems to relate to due dates of the
 2411: assignment.
 2412: </description>
 2413: <status>works/unverified</status>
 2414: </file>
 2415: <file>
 2416: <source>loncom/interface/lontest.pm</source>
 2417: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
 2418: <categoryname>handler</categoryname>
 2419: <description>
 2420: Used for debugging and testing the LON-CAPA system.
 2421: </description>
 2422: <status>works/unverified</status>
 2423: </file>
 2424: <file>
 2425: <source>loncom/homework/radiobuttonresponse.pm</source>
 2426: <target dist='default'>
 2427: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
 2428: <categoryname>handler</categoryname>
 2429: <description>
 2430: Handles multiple-choice style responses.
 2431: </description>
 2432: <status>works/unverified</status>
 2433: </file>
 2434: <file>
 2435: <source>loncom/interface/lonassignments.pm</source>
 2436: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
 2437: <categoryname>handler</categoryname>
 2438: <description>
 2439: Handles processing of assignments.
 2440: </description>
 2441: <status>works/unverified</status>
 2442: </file>
 2443: <file>
 2444: <source>loncom/interface/loncommunicate.pm</source>
 2445: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
 2446: <categoryname>handler</categoryname>
 2447: <description>
 2448: Will be the access handler to email sending, as well as the planned
 2449: chatrooms, etc.
 2450: </description>
 2451: <status>works/unverified</status>
 2452: </file>
 2453: <file>
 2454: <source>loncom/interface/lonerrorhandler.pm</source>
 2455: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
 2456: <categoryname>handler</categoryname>
 2457: <description>
 2458: Handles errors.
 2459: </description>
 2460: <status>works/unverified</status>
 2461: </file>
 2462: <file>
 2463: <source>loncom/interface/lonevaluate.pm</source>
 2464: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
 2465: <categoryname>handler</categoryname>
 2466: <description>
 2467: Handles evaluation.
 2468: </description>
 2469: <status>works/unverified</status>
 2470: </file>
 2471: <file>
 2472: <source>loncom/interface/lonfeedback.pm</source>
 2473: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
 2474: <categoryname>handler</categoryname>
 2475: <description>
 2476: Handles feedback from students to instructors and system administrators.
 2477: Provides a screenshot of the current
 2478: resource, as well as previous attempts if the resource was a homework.
 2479: Used by lonmsg.pm.
 2480: </description>
 2481: <status>works/unverified</status>
 2482: </file>
 2483: <file>
 2484: <source>loncom/interface/lonnavmaps.pm</source>
 2485: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
 2486: <categoryname>handler</categoryname>
 2487: <description>
 2488: Handles navigational maps.
 2489: </description>
 2490: <status>works/unverified</status>
 2491: </file>
 2492: <file>
 2493: <source>doc/man/Apache__lonnavmaps.3</source>
 2494: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
 2495: <categoryname>doc</categoryname>
 2496: <description>man page for lonnavmaps.pm</description>
 2497: <build trigger='always run'>
 2498: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm &gt; \
 2499: ../../doc/man/Apache__lonnavmaps.3 &amp;&amp; echo 'manifying lonnavmaps.pm'
 2500: </build>
 2501: <status>works/unverified</status>
 2502: <dependencies>
 2503: ../../loncom/interface/lonnavmaps.pm
 2504: </dependencies>
 2505: </file>
 2506: <file>
 2507: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
 2508: <target dist='default'>
 2509: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
 2510: </target>
 2511: <categoryname>doc</categoryname>
 2512: <description>POD-derived page for lonnavmaps.pm</description>
 2513: <build trigger='always run'>
 2514: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm &gt; \
 2515: ../../doc/lib/perl/Apache/lonnavmaps.html &amp;&amp; \
 2516: echo 'pod2html lonnavmaps.pm'
 2517: </build>
 2518: <status>works/unverified</status>
 2519: <dependencies>
 2520: ../../loncom/interface/lonnavmaps.pm
 2521: </dependencies>
 2522: </file>
 2523: <file>
 2524: <source>loncom/interface/lonhelper.pm</source>
 2525: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
 2526: <categoryname>handler</categoryname>
 2527: <description>
 2528: Helper framework.
 2529: </description>
 2530: <status>works/unverified</status>
 2531: </file>
 2532: <file>
 2533: <source>loncom/html/adm/helper/parameter.helper</source>
 2534: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
 2535: <categoryname>handler</categoryname>
 2536: <description>
 2537: Parameter setting helper.
 2538: </description>
 2539: <status>works/unverified</status>
 2540: </file>
 2541: <file>
 2542: <source>loncom/html/adm/helper/course.initialization.helper</source>
 2543: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
 2544: <categoryname>handler</categoryname>
 2545: <description>
 2546: Course initialization helper.
 2547: </description>
 2548: <status>works/unverified</status>
 2549: </file>
 2550: <file>
 2551: <source>loncom/interface/lonquickgrades.pm</source>
 2552: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
 2553: <categoryname>handler</categoryname>
 2554: <description>
 2555: Student quick grades interface.
 2556: </description>
 2557: <status>works/unverified</status>
 2558: </file>
 2559: <file>
 2560: <source>loncom/interface/lonpreferences.pm</source>
 2561: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
 2562: <categoryname>handler</categoryname>
 2563: <description>
 2564: Handles user preferences associated with customizing the online LON-CAPA
 2565: educational environment.
 2566: </description>
 2567: <status>works/unverified</status>
 2568: </file>
 2569: <file>
 2570: <source>loncom/interface/lonprintout.pm</source>
 2571: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
 2572: <categoryname>handler</categoryname>
 2573: <description>
 2574: Handles the production of printable files and resources.
 2575: </description>
 2576: <status>works/unverified</status>
 2577: </file>
 2578: <file>
 2579: <source>loncom/interface/lonsearchcat.pm</source>
 2580: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
 2581: <categoryname>handler</categoryname>
 2582: <description>
 2583: Handles a searchable catalogue.
 2584: </description>
 2585: <status>works/unverified</status>
 2586: </file>
 2587: <file>
 2588: <source>loncom/interface/lonmysql.pm</source>
 2589: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
 2590: <categoryname>handler</categoryname>
 2591: <description>
 2592: Provides utility functions for creating and accessing mysql database tables.
 2593: </description>
 2594: <status>works/unverified</status>
 2595: </file>
 2596: <file>
 2597: <source>doc/man/Apache__lonsearchcat.3</source>
 2598: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
 2599: <categoryname>doc</categoryname>
 2600: <description>man page for lonsearchcat.pm</description>
 2601: <build trigger='always run'>
 2602: loncom/build/pod2man.sh ../interface/lonsearchcat.pm &gt; \
 2603: ../../doc/man/Apache__lonsearchcat.3 &amp;&amp; echo 'manifying lonsearchcat.pm'
 2604: </build>
 2605: <status>works/unverified</status>
 2606: <dependencies>
 2607: ../../loncom/interface/lonsearchcat.pm
 2608: </dependencies>
 2609: </file>
 2610: <file>
 2611: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
 2612: <target dist='default'>
 2613: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
 2614: </target>
 2615: <categoryname>doc</categoryname>
 2616: <description>POD-derived page for lonsearchcat.pm</description>
 2617: <build trigger='always run'>
 2618: loncom/build/pod2html.sh ../interface/lonsearchcat.pm &gt; \
 2619: ../../doc/lib/perl/Apache/lonsearchcat.html &amp;&amp; \
 2620: echo 'pod2html lonsearchcat.pm'
 2621: </build>
 2622: <status>works/unverified</status>
 2623: <dependencies>
 2624: ../../loncom/interface/lonsearchcat.pm
 2625: </dependencies>
 2626: </file>
 2627: <file>
 2628: <source>loncom/interface/lonmanagekeys.pm</source>
 2629: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
 2630: <categoryname>handler</categoryname>
 2631: <description>
 2632: Allows users with "mky" privileges to generate and manage course access keys.
 2633: </description>
 2634: <status>works/unverified</status>
 2635: </file>
 2636: <file>
 2637: <source>loncom/interface/londropadd.pm</source>
 2638: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
 2639: <categoryname>handler</categoryname>
 2640: <description>
 2641: Allows course coordinators to upload courselists in different formats, and
 2642: automatically create users (if they do not exist already), assign them the
 2643: role of student in a course, and add them to the classlist.
 2644: </description>
 2645: <status>works/unverified</status>
 2646: </file>
 2647: <file>
 2648: <source>loncom/interface/lonmsg.pm</source>
 2649: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
 2650: <categoryname>handler</categoryname>
 2651: <description>
 2652: lonmsg.pm has several functions to send and receive internal messages.
 2653: author_res_msg - send message to resource author.
 2654: user_crit_msg - send a critical message to a user. A critical message
 2655: will require acknowledgment by the recipient and the sender will be notified.
 2656: user_crit_received - routine to trigger acknowledgment.
 2657: statuschange - change the status of a message (read, replied, forwarded, etc).
 2658: The handler also displays messages, has routines to reply, etc.
 2659: </description>
 2660: <status>works/unverified</status>
 2661: </file>
 2662: <file>
 2663: <source>loncom/homework/hint.pm</source>
 2664: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
 2665: <categoryname>handler</categoryname>
 2666: <description>
 2667: This handler coordinates the delivery of hints to students working on LON-CAPA
 2668: problems and assignments.
 2669: </description>
 2670: <status>works/unverified</status>
 2671: </file>
 2672: <file>
 2673: <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
 2674: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
 2675: <categoryname>handler</categoryname>
 2676: <description>
 2677: The top level interface for the display and editing of spreadsheets.  There
 2678: are three levels of spreadsheet.
 2679: </description>
 2680: <status>works/unverified</status>
 2681: </file>
 2682: <file>
 2683: <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
 2684: <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
 2685: <categoryname>handler</categoryname>
 2686: <description>
 2687: Defines the parent object of each spreadsheet type (classcalc, studentcalc,
 2688: assesscalc).
 2689: </description>
 2690: <status>works/unverified</status>
 2691: </file>
 2692: <file>
 2693: <source>loncom/interface/spreadsheet/classcalc.pm</source>
 2694: <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
 2695: <categoryname>handler</categoryname>
 2696: <description>
 2697: Defines the specifics of the course level spreadsheet.
 2698: </description>
 2699: <status>works/unverified</status>
 2700: </file>
 2701: <file>
 2702: <source>loncom/interface/spreadsheet/studentcalc.pm</source>
 2703: <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
 2704: <categoryname>handler</categoryname>
 2705: <description>
 2706: Defines the specifics of the student level spreadsheet.
 2707: </description>
 2708: <status>works/unverified</status>
 2709: </file>
 2710: <file>
 2711: <source>loncom/interface/spreadsheet/assesscalc.pm</source>
 2712: <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
 2713: <categoryname>handler</categoryname>
 2714: <description>
 2715: Defines the specifics of the assessment level spreadsheet.
 2716: </description>
 2717: <status>works/unverified</status>
 2718: </file>
 2719: <file>
 2720: <source>loncom/interface/lonparmset.pm</source>
 2721: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
 2722: <categoryname>handler</categoryname>
 2723: <description>
 2724: Handler to resolve ambiguous file locations
 2725: </description>
 2726: <status>works/unverified</status>
 2727: </file>
 2728: <file>
 2729: <source>doc/man/Apache__lonparmset.3</source>
 2730: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
 2731: <categoryname>doc</categoryname>
 2732: <description>man page for lonparmset.pm</description>
 2733: <build trigger='always run'>
 2734: loncom/build/pod2man.sh ../interface/lonparmset.pm &gt; \
 2735: ../../doc/man/Apache__lonparmset.3 &amp;&amp; echo 'manifying lonparmset.pm'
 2736: </build>
 2737: <status>works/unverified</status>
 2738: <dependencies>
 2739: ../../loncom/interface/lonparmset.pm
 2740: </dependencies>
 2741: </file>
 2742: <file>
 2743: <source>doc/lib/perl/Apache/lonparmset.html</source>
 2744: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
 2745: </target>
 2746: <categoryname>doc</categoryname>
 2747: <description>POD-derived page for lonparmset.pm</description>
 2748: <build trigger='always run'>
 2749: loncom/build/pod2html.sh ../interface/lonparmset.pm &gt; \
 2750: ../../doc/lib/perl/Apache/lonparmset.html &amp;&amp; \
 2751: echo 'pod2html lonparmset.pm'
 2752: </build>
 2753: <status>works/unverified</status>
 2754: <dependencies>
 2755: ../../loncom/interface/lonparmset.pm
 2756: </dependencies>
 2757: </file>
 2758: <file>
 2759: <source>loncom/publisher/lonconstruct.pm</source>
 2760: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
 2761: <categoryname>handler</categoryname>
 2762: <description>
 2763: Page wrapper for handling construction space.
 2764: </description>
 2765: <status>works/unverified</status>
 2766: </file>
 2767: <file>
 2768: <source>loncom/publisher/lonpublisher.pm</source>
 2769: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
 2770: <categoryname>handler</categoryname>
 2771: <description>
 2772: Publishes an LON-CAPA educational resource complete with metadata
 2773: (authorship, language, copyright, creation date, etc).
 2774: </description>
 2775: <status>works/unverified</status>
 2776: </file>
 2777: <file>
 2778: <source>doc/man/Apache__lonpublisher.3</source>
 2779: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
 2780: <categoryname>doc</categoryname>
 2781: <description>man page for lonpublisher.pm</description>
 2782: <build trigger='always run'>
 2783: loncom/build/pod2man.sh ../publisher/lonpublisher.pm &gt; \
 2784: ../../doc/man/Apache__lonpublisher.3 &amp;&amp; echo 'manifying lonpublisher.pm'
 2785: </build>
 2786: <status>works/unverified</status>
 2787: <dependencies>
 2788: ../../loncom/publisher/lonpublisher.pm
 2789: </dependencies>
 2790: </file>
 2791: <file>
 2792: <source>doc/lib/perl/Apache/lonpublisher.html</source>
 2793: <target dist='default'>
 2794: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
 2795: </target>
 2796: <categoryname>doc</categoryname>
 2797: <description>POD-derived page for lonpublisher.pm</description>
 2798: <build trigger='always run'>
 2799: loncom/build/pod2html.sh ../publisher/lonpublisher.pm &gt; \
 2800: ../../doc/lib/perl/Apache/lonpublisher.html &amp;&amp; \
 2801: echo 'pod2html lonpublisher.pm'
 2802: </build>
 2803: <status>works/unverified</status>
 2804: <dependencies>
 2805: ../../loncom/publisher/lonpublisher.pm
 2806: </dependencies>
 2807: </file>
 2808: <file>
 2809: <source>loncom/interface/lonmenu.pm</source>
 2810: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
 2811: <categoryname>handler</categoryname>
 2812: <description>
 2813: Has routines which control the remote control.
 2814: </description>
 2815: <status>works/unverified</status>
 2816: </file>
 2817: <file>
 2818: <source>loncom/interface/lonremote.pm</source>
 2819: <target dist='default'>home/httpd/lib/perl/Apache/lonremote.pm</target>
 2820: <categoryname>handler</categoryname>
 2821: <description>
 2822: Handler to lauch and collapse the remote control.
 2823: </description>
 2824: <status>works/unverified</status>
 2825: </file>
 2826: <file>
 2827: <source>rat/lonpageflip.pm</source>
 2828: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
 2829: <categoryname>handler</categoryname>
 2830: <description>Deals with forward, backward, and other page flips.</description>
 2831: <status>works/unverified</status>
 2832: </file>
 2833: <file>
 2834: <source>rat/lonratedt.pm</source>
 2835: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
 2836: <categoryname>handler</categoryname>
 2837: <description>
 2838: Builds up frame set and loads in the right thing.
 2839: </description>
 2840: <status>works/unverified</status>
 2841: </file>
 2842: <file>
 2843: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
 2844: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
 2845: <categoryname>handler</categoryname>
 2846: <description>
 2847: Homework remote control.
 2848: </description>
 2849: <status>works/unverified</status>
 2850: </file>
 2851: <file>
 2852: <source>loncom/html/res/adm/pages/chatroom.html</source>
 2853: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
 2854: <categoryname>handler</categoryname>
 2855: <description>
 2856: Establishes frameset for chatroom
 2857: </description>
 2858: <status>works/unverified</status>
 2859: </file>
 2860: <file>
 2861: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
 2862: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
 2863: <categoryname>handler</categoryname>
 2864: <description>
 2865: This will take annotations and then plug them into a page.
 2866: </description>
 2867: <status>works/unverified</status>
 2868: </file>
 2869: <file>
 2870: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
 2871: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
 2872: <categoryname>handler</categoryname>
 2873: <description>
 2874: This will take bookmarks and get/write/display them for the LON-CAPA user
 2875: interface.
 2876: </description>
 2877: <status>works/unverified</status>
 2878: </file>
 2879: <file>
 2880: <source>rat/lonratsrv.pm</source>
 2881: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
 2882: <categoryname>handler</categoryname>
 2883: <description>
 2884: Handler that takes output from RAT and stores it on disk.  Handles the upper
 2885: hidden frame of the added window that comes up in RAT.   (3 frames come up in
 2886: RAT server, code, and output.  This module handles server connection.)
 2887: </description>
 2888: <status>works/unverified</status>
 2889: </file>
 2890: <file>
 2891: <source>rat/lonpage.pm</source>
 2892: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
 2893: <categoryname>handler</categoryname>
 2894: <description>
 2895: bundles pages into one page
 2896: </description>
 2897: <status>works/unverified</status>
 2898: </file>
 2899: <file>
 2900: <source>doc/man/Apache__lonpage.3</source>
 2901: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
 2902: <categoryname>doc</categoryname>
 2903: <description>man page for lonpage.pm</description>
 2904: <build trigger='always run'>
 2905: loncom/build/pod2man.sh ../../rat/lonpage.pm &gt; \
 2906: ../../doc/man/Apache__lonpage.3 &amp;&amp; echo 'manifying lonpage.pm'
 2907: </build>
 2908: <status>works/unverified</status>
 2909: <dependencies>
 2910: ../../rat/lonpage.pm
 2911: </dependencies>
 2912: </file>
 2913: <file>
 2914: <source>doc/lib/perl/Apache/lonpage.html</source>
 2915: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
 2916: </target>
 2917: <categoryname>doc</categoryname>
 2918: <description>POD-derived page for lonnet.pm</description>
 2919: <build trigger='always run'>
 2920: loncom/build/pod2html.sh ../../rat/lonpage.pm &gt; \
 2921: ../../doc/lib/perl/Apache/lonpage.html &amp;&amp; echo 'pod2html lonpage.pm'
 2922: </build>
 2923: <status>works/unverified</status>
 2924: <dependencies>
 2925: ../../rat/lonpage.pm
 2926: </dependencies>
 2927: </file>
 2928: <file>
 2929: <source>rat/lonuserstate.pm</source>
 2930: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
 2931: <categoryname>handler</categoryname>
 2932: <description>
 2933: compile course into binary data structure
 2934: </description>
 2935: <status>works/unverified</status>
 2936: </file>
 2937: <file>
 2938: <source>doc/man/Apache__lonuserstate.3</source>
 2939: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
 2940: <categoryname>doc</categoryname>
 2941: <description>man page for lonnet.pm</description>
 2942: <build trigger='always run'>
 2943: loncom/build/pod2man.sh ../../rat/lonuserstate.pm &gt; \
 2944: ../../doc/man/Apache__lonuserstate.3 &amp;&amp; echo 'manifying lonuserstate.pm'
 2945: </build>
 2946: <status>works/unverified</status>
 2947: <dependencies>
 2948: ../../rat/lonuserstate.pm
 2949: </dependencies>
 2950: </file>
 2951: <file>
 2952: <source>doc/lib/perl/Apache/lonuserstate.html</source>
 2953: <target dist='default'>
 2954: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
 2955: </target>
 2956: <categoryname>doc</categoryname>
 2957: <description>POD-derived page for lonuserstate.pm</description>
 2958: <build trigger='always run'>
 2959: loncom/build/pod2html.sh ../../rat/lonuserstate.pm &gt; \
 2960: ../../doc/lib/perl/Apache/lonuserstate.html &amp;&amp; \
 2961: echo 'pod2html lonuserstate.pm'
 2962: </build>
 2963: <status>works/unverified</status>
 2964: <dependencies>
 2965: ../../rat/lonuserstate.pm
 2966: </dependencies>
 2967: </file>
 2968: <file>
 2969: <source>loncom/xml/lontex.pm</source>
 2970: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
 2971: <categoryname>handler</categoryname>
 2972: <description>
 2973: Handler for tex files
 2974: </description>
 2975: <status>works/unverified</status>
 2976: </file>
 2977: <file>
 2978: <source>loncom/xml/lontexconvert.pm</source>
 2979: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
 2980: <categoryname>handler</categoryname>
 2981: <description>
 2982: Access to tth/ttm
 2983: </description>
 2984: <status>works/unverified</status>
 2985: </file>
 2986: <file>
 2987: <source>loncom/xml/lonxml.pm</source>
 2988: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
 2989: <categoryname>handler</categoryname>
 2990: <description>
 2991: XML Parsing Module
 2992: </description>
 2993: <status>works/unverified</status>
 2994: </file>
 2995: <file>
 2996: <source>loncom/xml/lonplot.pm</source>
 2997: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
 2998: <categoryname>handler</categoryname>
 2999: <description>
 3000: XML-based plotter of graphs
 3001: </description>
 3002: <status>works/unverified</status>
 3003: </file>
 3004: <file>
 3005: <source>loncom/xml/style.pm</source>
 3006: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
 3007: <categoryname>handler</categoryname>
 3008: <description>
 3009: Style Parsing Module
 3010: </description>
 3011: <status>works/unverified</status>
 3012: </file>
 3013: <file>
 3014: <source>loncom/xml/londefdef.pm</source>
 3015: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
 3016: <categoryname>handler</categoryname>
 3017: <description>
 3018: Tags Default Definition Module
 3019: </description>
 3020: <status>works/unverified</status>
 3021: </file>
 3022: <file>
 3023: <source>loncom/xml/run.pm</source>
 3024: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
 3025: <categoryname>handler</categoryname>
 3026: <description>
 3027: used to prevent poorly written problems from causing lingering after effects
 3028: </description>
 3029: <status>works/unverified</status>
 3030: </file>
 3031: <file>
 3032: <source>loncom/xml/scripttag.pm</source>
 3033: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
 3034: <categoryname>handler</categoryname>
 3035: <description>
 3036: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
 3037: &lt;import&gt;
 3038: </description>
 3039: <status>works/unverified</status>
 3040: </file>
 3041: <file>
 3042: <source>loncom/homework/randomlylabel.pm</source>
 3043: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
 3044: <categoryname>handler</categoryname>
 3045: <description>
 3046: Handler for compositing images, and text together.
 3047: </description>
 3048: </file>
 3049: <file>
 3050: <source>loncom/homework/rankresponse.pm</source>
 3051: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
 3052: <categoryname>handler</categoryname>
 3053: <description>
 3054: Handler for rankresponse
 3055: </description>
 3056: </file>
 3057: <file>
 3058: <source>loncom/homework/matchresponse.pm</source>
 3059: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
 3060: <categoryname>handler</categoryname>
 3061: <description>
 3062: Handler for matchresponse
 3063: </description>
 3064: </file>
 3065: <file>
 3066: <source>loncom/homework/randomlabel.pm</source>
 3067: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
 3068: <categoryname>handler</categoryname>
 3069: <description>
 3070: Interface for producing applet code which randomizes the labelling of an
 3071: image.
 3072: </description>
 3073: </file>
 3074: <file>
 3075: <source>loncom/homework/lonhomework.pm</source>
 3076: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
 3077: <categoryname>handler</categoryname>
 3078: <description>
 3079: handles requests for output, evaluation, and alteration of a homework resource
 3080: </description>
 3081: <status>works/unverified</status>
 3082: </file>
 3083: <file>
 3084: <source>loncom/homework/inputtags.pm</source>
 3085: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
 3086: <categoryname>handler</categoryname>
 3087: <description>
 3088: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
 3089: </description>
 3090: <status>works/unverified</status>
 3091: </file>
 3092: <file>
 3093: <source>loncom/homework/structuretags.pm</source>
 3094: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
 3095: <categoryname>handler</categoryname>
 3096: <description>
 3097: produces HTML tags necessary for structuring the presentation of homework
 3098: resources
 3099: </description>
 3100: <status>works/unverified</status>
 3101: </file>
 3102: <file>
 3103: <source>loncom/homework/response.pm</source>
 3104: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
 3105: <categoryname>handler</categoryname>
 3106: <description>
 3107: defines different types of responses given to student as well as syntax for
 3108: producing response values
 3109: </description>
 3110: <status>works/unverified</status>
 3111: </file>
 3112: <file>
 3113: <source>loncom/homework/caparesponse/caparesponse.pm</source>
 3114: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
 3115: <categoryname>handler</categoryname>
 3116: <description>
 3117: handles request to the CAPA homework processing engine
 3118: </description>
 3119: <status>works/unverified</status>
 3120: </file>
 3121: <file>
 3122: <source>loncom/xml/Safe.pm</source>
 3123: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
 3124: <categoryname>handler</categoryname>
 3125: <description>
 3126: Meant to safely substitute for CPAN version of Safe.
 3127: Allows for safely executing embedded perl comands in
 3128: a way that does not threaten the operating system.
 3129: </description>
 3130: <status>works/unverified</status>
 3131: </file>
 3132: <file>
 3133:   <source>loncom/auth/localauth.pm</source>
 3134:   <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
 3135:   <categoryname>handler</categoryname>
 3136:   <description>
 3137: Local authentication mechanism.  The target file is meant as a template
 3138: for a localauth.pm file.  The target file with the -std suffix is not
 3139: used directly by any software program; it is just a template file.
 3140:   </description>
 3141:   <status>works/unverified</status>
 3142: </file>
 3143: <file>
 3144:   <source>loncom/auth/localauth.pm</source>
 3145:   <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
 3146:   <categoryname>conf</categoryname>
 3147:   <description>
 3148: Local authentication mechanism.  
 3149:   </description>
 3150:   <status>works/unverified</status>
 3151: </file>
 3152: <file>
 3153: <source>loncom/auth/lonacc.pm</source>
 3154: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
 3155: <categoryname>handler</categoryname>
 3156: <description>
 3157: (This module, like loncacc.pm also authenticates with cookies.)  
 3158: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
 3159: functions (e.g. roles, logout, annotations, and bookmarks) as well
 3160: as coordinating access to educational resources.
 3161: </description>
 3162: <status>works/unverified</status>
 3163: </file>
 3164: <file>
 3165: <source>doc/man/Apache__lonacc.3</source>
 3166: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
 3167: <categoryname>doc</categoryname>
 3168: <description>man page for lonacc.pm</description>
 3169: <build trigger='always run'>
 3170: loncom/build/pod2man.sh ../auth/lonacc.pm &gt; \
 3171: ../../doc/man/Apache__lonacc.3 &amp;&amp; echo 'manifying lonacc.pm'
 3172: </build>
 3173: <status>works/unverified</status>
 3174: <dependencies>
 3175: ../../loncom/auth/lonacc.pm
 3176: </dependencies>
 3177: </file>
 3178: <file>
 3179: <source>doc/lib/perl/Apache/lonacc.html</source>
 3180: <target dist='default'>
 3181: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
 3182: <categoryname>doc</categoryname>
 3183: <description>POD-derived page for lonacc.pm</description>
 3184: <build trigger='always run'>
 3185: loncom/build/pod2html.sh ../auth/lonacc.pm &gt; \
 3186: ../../doc/lib/perl/Apache/lonacc.html &amp;&amp; echo 'pod2html lonacc.pm'
 3187: </build>
 3188: <status>works/unverified</status>
 3189: <dependencies>
 3190: ../../loncom/auth/lonacc.pm
 3191: </dependencies>
 3192: </file>
 3193: <file>
 3194: <source>loncom/auth/lonracc.pm</source>
 3195: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
 3196: <categoryname>handler</categoryname>
 3197: <description>
 3198: access handler for file transfers
 3199: </description>
 3200: <status>works/unverified</status>
 3201: </file>
 3202: <file>
 3203: <source>loncom/auth/lontokacc.pm</source>
 3204: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
 3205: <categoryname>handler</categoryname>
 3206: <description>
 3207: handler for inter-server transfer of token accessed files, includes
 3208: cleanup handler to remove file when successfully done
 3209: </description>
 3210: <status>works/unverified</status>
 3211: </file>
 3212: <file>
 3213: <source>loncom/auth/lonuploadedacc.pm</source>
 3214: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
 3215: <categoryname>handler</categoryname>
 3216: <description>
 3217: access handler for user uploaded files
 3218: </description>
 3219: <status>works/unverified</status>
 3220: </file>
 3221: <file>
 3222: <source>loncom/lontrans.pm</source>
 3223: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
 3224: <categoryname>handler</categoryname>
 3225: <description>
 3226: URI to filename translation
 3227: </description>
 3228: <status>works/unverified</status>
 3229: </file>
 3230: <file>
 3231: <source>doc/man/Apache__lonracc.3</source>
 3232: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
 3233: <categoryname>doc</categoryname>
 3234: <description>man page for lonracc.pm</description>
 3235: <build trigger='always run'>
 3236: loncom/build/pod2man.sh ../auth/lonracc.pm &gt; \
 3237: ../../doc/man/Apache__lonracc.3 &amp;&amp; echo 'manifying lonracc.pm'
 3238: </build>
 3239: <status>works/unverified</status>
 3240: <dependencies>
 3241: ../../loncom/auth/lonracc.pm
 3242: </dependencies>
 3243: </file>
 3244: <file>
 3245: <source>doc/lib/perl/Apache/lonracc.html</source>
 3246: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
 3247: </target>
 3248: <categoryname>doc</categoryname>
 3249: <description>POD-derived page for lonracc.pm</description>
 3250: <build trigger='always run'>
 3251: loncom/build/pod2html.sh ../auth/lonracc.pm &gt; \
 3252: ../../doc/lib/perl/Apache/lonracc.html &amp;&amp; echo 'pod2html lonracc.pm'
 3253: </build>
 3254: <status>works/unverified</status>
 3255: <dependencies>
 3256: ../../loncom/auth/lonracc.pm
 3257: </dependencies>
 3258: </file>
 3259: <file>
 3260: <source>loncom/auth/loncacc.pm</source>
 3261: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
 3262: <categoryname>handler</categoryname>
 3263: <description>
 3264: This module provides access to an educational resource construction area.
 3265: This module is invoked by the URL-related pattern syntax
 3266: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
 3267: Authentication of user identity
 3268: is coordinated through cookies.  The abbreviation "cacc" corresponds
 3269: to "construction-space access").  If the cookie handle is invalid, then
 3270: this module returns a forbidden status and makes appropriate log entries.
 3271: If the cookie handle is valid, status is determined to be okay (and,
 3272: for the "priv"-type access, the resource is delivered by the
 3273: <tt>lonconstruct</tt> module).
 3274: </description>
 3275: <status>works/unverified</status>
 3276: </file>
 3277: <file>
 3278: <source>doc/man/Apache__loncacc.3</source>
 3279: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
 3280: <categoryname>doc</categoryname>
 3281: <description>man page for loncacc.pm</description>
 3282: <build trigger='always run'>
 3283: loncom/build/pod2man.sh ../auth/loncacc.pm &gt; ../../doc/man/Apache__loncacc.3 \
 3284: &amp;&amp; echo 'manifying loncacc.pm'
 3285: </build>
 3286: <status>works/unverified</status>
 3287: <dependencies>
 3288: ../../loncom/auth/loncacc.pm
 3289: </dependencies>
 3290: </file>
 3291: <file>
 3292: <source>doc/lib/perl/Apache/loncacc.html</source>
 3293: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
 3294: </target>
 3295: <categoryname>doc</categoryname>
 3296: <description>POD-derived page for loncacc.pm</description>
 3297: <build trigger='always run'>
 3298: loncom/build/pod2html.sh ../auth/loncacc.pm &gt; \
 3299: ../../doc/lib/perl/Apache/loncacc.html &amp;&amp; echo 'pod2html loncacc.pm'
 3300: </build>
 3301: <status>works/unverified</status>
 3302: <dependencies>
 3303: ../../loncom/auth/loncacc.pm
 3304: </dependencies>
 3305: </file>
 3306: <file>
 3307: <source>loncom/auth/lonauth.pm</source>
 3308: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
 3309: <categoryname>handler</categoryname>
 3310: <description>authenticate, set up session environment</description>
 3311: <status>works/unverified</status>
 3312: </file>
 3313: <file>
 3314: <source>loncom/auth/lonlogin.pm</source>
 3315: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
 3316: <categoryname>handler</categoryname>
 3317: <description>login screen</description>
 3318: <status>works/unverified</status>
 3319: </file>
 3320: <file>
 3321: <source>loncom/auth/lonlogout.pm</source>
 3322: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
 3323: <categoryname>handler</categoryname>
 3324: <description>logout</description>
 3325: <status>works/unverified</status>
 3326: </file>
 3327: <file>
 3328: <source>loncom/lonnet/perl/lonrep.pm</source>
 3329: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
 3330: <categoryname>handler</categoryname>
 3331: <description>replication</description>
 3332: </file>
 3333: <file>
 3334: <source>loncom/auth/lonroles.pm</source>
 3335: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
 3336: <categoryname>handler</categoryname>
 3337: <description>
 3338: This perl handling module reads in the available roles available
 3339: for a LON-CAPA user (different courses, different privileges, etc)
 3340: and produces a form-element HTML page which allows the user to select
 3341: which role he wishes to exercise in the LON-CAPA system.  For instance,
 3342: a user may want to select between being a student in a thermodynamics
 3343: physics course or a teaching assistant for an introductory calculus
 3344: class.
 3345: </description>
 3346: </file>
 3347: <file>
 3348: <source>doc/man/Apache__lonroles.3</source>
 3349: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
 3350: <categoryname>doc</categoryname>
 3351: <description>man page for lonroles.pm</description>
 3352: <build trigger='always run'>
 3353: loncom/build/pod2man.sh ../auth/lonroles.pm &gt; \
 3354: ../../doc/man/Apache__lonroles.3 &amp;&amp; echo 'manifying lonroles.pm'
 3355: </build>
 3356: <status>works/unverified</status>
 3357: <dependencies>
 3358: ../../loncom/auth/lonroles.pm
 3359: </dependencies>
 3360: </file>
 3361: <file>
 3362: <source>doc/lib/perl/Apache/lonroles.html</source>
 3363: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
 3364: </target>
 3365: <categoryname>doc</categoryname>
 3366: <description>POD-derived page for lonroles.pm</description>
 3367: <build trigger='always run'>
 3368: loncom/build/pod2html.sh ../auth/lonroles.pm &gt; \
 3369: ../../doc/lib/perl/Apache/lonroles.html &amp;&amp; echo 'pod2html lonroles.pm'
 3370: </build>
 3371: <status>works/unverified</status>
 3372: <dependencies>
 3373: ../../loncom/auth/lonroles.pm
 3374: </dependencies>
 3375: </file>
 3376: <file>
 3377: <source>loncom/interface/lonindexer.pm</source>
 3378: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
 3379: <categoryname>handler</categoryname>
 3380: <description>
 3381: cross server filesystem browser
 3382: </description>
 3383: <status>works/unverified</status>
 3384: </file>
 3385: <file>
 3386: <source>doc/man/Apache__lonindexer.3</source>
 3387: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
 3388: <categoryname>doc</categoryname>
 3389: <description>man page for lonindexer.pm</description>
 3390: <build trigger='always run'>
 3391: loncom/build/pod2man.sh ../interface/lonindexer.pm &gt; \
 3392: ../../doc/man/Apache__lonindexer.3 &amp;&amp; echo 'manifying lonindexer.pm'
 3393: </build>
 3394: <status>works/unverified</status>
 3395: <dependencies>
 3396: ../../loncom/interface/lonindexer.pm
 3397: </dependencies>
 3398: </file>
 3399: <file>
 3400: <source>doc/lib/perl/Apache/lonindexer.html</source>
 3401: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
 3402: </target>
 3403: <categoryname>doc</categoryname>
 3404: <description>POD-derived page for lonindexer.pm</description>
 3405: <build trigger='always run'>
 3406: loncom/build/pod2html.sh ../interface/lonindexer.pm &gt; \
 3407: ../../doc/lib/perl/Apache/lonindexer.html &amp;&amp; \
 3408: echo 'pod2html lonindexer.pm'
 3409: </build>
 3410: <status>works/unverified</status>
 3411: <dependencies>
 3412: ../../loncom/interface/lonindexer.pm
 3413: </dependencies>
 3414: </file>
 3415: <file>
 3416: <source>loncom/interface/groupsort.pm</source>
 3417: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
 3418: <categoryname>handler</categoryname>
 3419: <description>
 3420: Implements a second phase of importing multiple resources into the RAT.
 3421: Allows for reordering the sequence of resources.
 3422: </description>
 3423: <status>works/unverified</status>
 3424: </file>
 3425: <file>
 3426: <source>loncom/lonnet/perl/lonnet.pm</source>
 3427: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
 3428: <categoryname>handler</categoryname>
 3429: <description>
 3430: This file is an interface to the lonc processes of the LON-CAPA network
 3431: as well as set of elaborated functions for handling information necessary
 3432: for navigating through a given cluster of LON-CAPA machines within a domain.
 3433: There are over 40 specialized functions in this module which handle
 3434: the reading and transmission of metadata, user information
 3435: (ids, names, environments, roles, logs), file information (storage, reading,
 3436: directories, extensions, replication, embedded styles and descriptors),
 3437: educational resources (course descriptions, section names and numbers),
 3438: url hashing (to assign roles on a url basis), and translating abbreviated
 3439: symbols to and from more descriptive phrases or explanations.
 3440: </description>
 3441: <status>works/unverified</status>
 3442: </file>
 3443: <file>
 3444: <source>doc/man/Apache__lonnet.3</source>
 3445: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
 3446: <categoryname>doc</categoryname>
 3447: <description>man page for lonnet.pm</description>
 3448: <build trigger='always run'>
 3449: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm &gt; \
 3450: ../../doc/man/Apache__lonnet.3 &amp;&amp; echo 'manifying lonnet.pm'
 3451: </build>
 3452: <status>works/unverified</status>
 3453: <dependencies>
 3454: ../../loncom/lonnet/perl/lonnet.pm
 3455: </dependencies>
 3456: </file>
 3457: <file>
 3458: <source>doc/lib/perl/Apache/lonnet.html</source>
 3459: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
 3460: </target>
 3461: <categoryname>doc</categoryname>
 3462: <description>POD-derived page for lonnet.pm</description>
 3463: <build trigger='always run'>
 3464: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm &gt; \
 3465: ../../doc/lib/perl/Apache/lonnet.html &amp;&amp; echo 'pod2html lonnet.pm'
 3466: </build>
 3467: <status>works/unverified</status>
 3468: <dependencies>
 3469: ../../loncom/lonnet/perl/lonnet.pm
 3470: </dependencies>
 3471: </file>
 3472: <file>
 3473: <source>loncom/html/index.html</source>
 3474: <target dist='default'>home/httpd/html/index.html</target>
 3475: <categoryname>interface file</categoryname>
 3476: <description>bumps to login</description>
 3477: </file>
 3478: <file>
 3479: <source>loncom/html/favicon.ico</source>
 3480: <target dist='default'>home/httpd/html/favicon.ico</target>
 3481: <categoryname>interface file</categoryname>
 3482: <description>Bookmark and tab icon</description>
 3483: </file>
 3484: <link>
 3485: <linkto>etc/mime.types</linkto>
 3486: <target dist='default'>etc/httpd/conf/mime.types</target>
 3487: <categoryname>symbolic link</categoryname>
 3488: <description>symbolic link to /etc/mime.types</description>
 3489: </link>
 3490: <link>
 3491: <linkto>home/httpd/html/res</linkto>
 3492: <target dist='default'>home/httpd/html/raw</target>
 3493: <categoryname>symbolic link</categoryname>
 3494: <description>symbolic link to /home/httpd/html/res</description>
 3495: </link>
 3496: <file>
 3497: <source>loncom/html/adm/notfound.html</source>
 3498: <target dist='default'>home/httpd/html/adm/notfound.html</target>
 3499: <categoryname>interface file</categoryname>
 3500: <description>
 3501: static html page that is shown when an attempt is made to access a document
 3502: not present on the web server
 3503: </description>
 3504: </file>
 3505: <file>
 3506: <source>loncom/html/adm/unauthorized.html</source>
 3507: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
 3508: <categoryname>interface file</categoryname>
 3509: <description>
 3510: static html page that is shown when an attempt is made to access a document
 3511: which is restricted based on file or server configurations
 3512: </description>
 3513: </file>
 3514: <file>
 3515: <source>loncom/html/adm/help/searchcat.html</source>
 3516: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
 3517: <categoryname>interface file</categoryname>
 3518: <description>
 3519: Help page for the search engine.
 3520: </description>
 3521: </file>
 3522: <file>
 3523: <source>rat/client/rat.html</source>
 3524: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
 3525: <categoryname>interface file</categoryname>
 3526: <description>
 3527: frameset
 3528: </description>
 3529: </file>
 3530: <file>
 3531: <source>rat/client/parameter.html</source>
 3532: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
 3533: <categoryname>interface file</categoryname>
 3534: <description>
 3535: Parameter input window.
 3536: </description>
 3537: </file>
 3538: <file>
 3539: <source>rat/client/code.html</source>
 3540: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
 3541: <categoryname>interface file</categoryname>
 3542: <description>
 3543: javascript
 3544: </description>
 3545: </file>
 3546: <file>
 3547: <source>rat/client/extpickcode.html</source>
 3548: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
 3549: <categoryname>interface file</categoryname>
 3550: <description>
 3551: javascript
 3552: </description>
 3553: </file>
 3554: <file>
 3555: <source>rat/client/extpickframe.html</source>
 3556: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
 3557: <categoryname>interface file</categoryname>
 3558: <description>
 3559: javascript
 3560: </description>
 3561: </file>
 3562: <file>
 3563: <source>rat/client/map.html</source>
 3564: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
 3565: <categoryname>interface file</categoryname>
 3566: <description>
 3567: bumper
 3568: </description>
 3569: </file>
 3570: <file>
 3571: <source>rat/client/empty.html</source>
 3572: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
 3573: <categoryname>interface file</categoryname>
 3574: <description>
 3575: A blank page with very minimal HTML structural elements.
 3576: </description>
 3577: </file>
 3578: <file>
 3579: <source>rat/client/loading.html</source>
 3580: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
 3581: <categoryname>interface file</categoryname>
 3582: <description>
 3583: A blank page which calls drawwindow in its opener after being loaded.
 3584: </description>
 3585: </file>
 3586: <fileglob>
 3587: <glob>*.gif</glob>
 3588: <sourcedir>rat/images/</sourcedir>
 3589: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
 3590: <categoryname>graphic file</categoryname>
 3591: <description>
 3592: icons for providing a HTML-tabled view of a course map
 3593: </description>
 3594: <filenames>
 3595: 1.1.dt.gif;
 3596: 1.1.empty.gif;
 3597: 1.1.ld.gif;
 3598: 1.1.lr.gif;
 3599: 1.1.rd.gif;
 3600: 1.1.rl.gif;
 3601: 1.1.td.gif;
 3602: 1.1.tdrl.gif;
 3603: 1.1.tl.gif;
 3604: 1.1.tr.gif;
 3605: 1.1.utd.gif;
 3606: 1.2.ctd.gif;
 3607: 1.2.dt.gif;
 3608: 1.2.empty.gif;
 3609: 1.2.ld.gif;
 3610: 1.2.lr.gif;
 3611: 1.2.lrd.gif;
 3612: 1.2.lrtd.gif;
 3613: 1.2.rd.gif;
 3614: 1.2.rl.gif;
 3615: 1.2.rld.gif;
 3616: 1.2.rltd.gif;
 3617: 1.2.rtd.gif;
 3618: 1.2.rtdl.gif;
 3619: 1.2.rtl.gif;
 3620: 1.2.td.gif;
 3621: 1.2.tdl.gif;
 3622: 1.2.tdrl.gif;
 3623: 1.2.tl.gif;
 3624: 1.2.tr.gif;
 3625: 1.2.utd.gif;
 3626: 2.1.dt.gif;
 3627: 2.1.empty.gif;
 3628: 2.1.ld.gif;
 3629: 2.1.lr.gif;
 3630: 2.1.rd.gif;
 3631: 2.1.rl.gif;
 3632: 2.1.td.gif;
 3633: 2.1.tdrl.gif;
 3634: 2.1.tl.gif;
 3635: 2.1.tr.gif;
 3636: 2.2.dt.gif;
 3637: 2.2.empty.gif;
 3638: 2.2.ld.gif;
 3639: 2.2.lr.gif;
 3640: 2.2.lrd.gif;
 3641: 2.2.lrt.gif;
 3642: 2.2.rd.gif;
 3643: 2.2.rl.gif;
 3644: 2.2.rld.gif;
 3645: 2.2.rlt.gif;
 3646: 2.2.td.gif;
 3647: 2.2.tdl.gif;
 3648: 2.2.tdr.gif;
 3649: 2.2.tdrl.gif;
 3650: 2.2.tl.gif;
 3651: 2.2.tr.gif;
 3652: 2.2.url.gif;
 3653: 2.2.utd.gif;
 3654: arrow.gif;
 3655: bdt.gif;
 3656: bempty.gif;
 3657: bld.gif;
 3658: blr.gif;
 3659: blrd.gif;
 3660: blrt.gif;
 3661: bottom.gif;
 3662: brd.gif;
 3663: brl.gif;
 3664: brld.gif;
 3665: brlt.gif;
 3666: btd.gif;
 3667: btdl.gif;
 3668: btdr.gif;
 3669: btdrl.gif;
 3670: btl.gif;
 3671: btr.gif;
 3672: burl.gif;
 3673: butd.gif;
 3674: condition.gif;
 3675: edit.gif;
 3676: finish.gif;
 3677: info.gif;
 3678: inscol.gif;
 3679: inscond.gif;
 3680: insres.gif;
 3681: insrow.gif;
 3682: left.gif;
 3683: middle.gif;
 3684: resource.gif;
 3685: right.gif;
 3686: sctd.gif;
 3687: sdt.gif;
 3688: sempty.gif;
 3689: sld.gif;
 3690: slr.gif;
 3691: slrd.gif;
 3692: slrtd.gif;
 3693: srd.gif;
 3694: srl.gif;
 3695: srld.gif;
 3696: srltd.gif;
 3697: srtd.gif;
 3698: srtdl.gif;
 3699: srtl.gif;
 3700: start.gif;
 3701: std.gif;
 3702: stdl.gif;
 3703: sutd.gif
 3704: </filenames>
 3705: </fileglob>
 3706: <fileglob>
 3707: <glob>*.*</glob>
 3708: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
 3709: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
 3710: <categoryname>graphic file</categoryname>
 3711: <description>
 3712: icons to indicate an unexpected result
 3713: </description>
 3714: <filenames>
 3715: lonconstruct.gif;
 3716: lonlogo_broken.gif;
 3717: lonlogo_broken_tsp.gif;
 3718: lonlogo_broken.eps;
 3719: lonlogo_broken.jpg;
 3720: lonlogo_broken.mov
 3721: </filenames>
 3722: </fileglob>
 3723: <fileglob>
 3724: <glob>*.*</glob>
 3725: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
 3726: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
 3727: <categoryname>graphic file</categoryname>
 3728: <description>
 3729: logos and general widget icons
 3730: </description>
 3731: <filenames>
 3732: SMETE_white.gif;
 3733: aboutlon.gif;
 3734: accessbutton.gif;
 3735: angry.gif;
 3736: arrow_up.gif;
 3737: bigsmile.gif;
 3738: branch.gif;
 3739: cab.gif;
 3740: cab_big.gif;
 3741: capapanel.gif;
 3742: check.gif;
 3743: class.gif;
 3744: class_big.gif;
 3745: coolindiff.gif;
 3746: coolsmile.gif;
 3747: cry.gif;
 3748: dvi.gif;
 3749: dvi_big.gif;
 3750: eps.gif;
 3751: eps_big.gif;
 3752: exam.gif;
 3753: exam_big.gif;
 3754: fillbottom.gif;
 3755: fillleft.gif;
 3756: fillright.gif;
 3757: filltop.gif;
 3758: folder_closed.gif;
 3759: folder_opened.gif;
 3760: folder_pointer_closed.gif;
 3761: folder_pointer_opened.gif;
 3762: form.gif;
 3763: form_big.gif;
 3764: frowny.gif;
 3765: gif.gif;
 3766: gif_big.gif;
 3767: header.gif;
 3768: hrrm.gif;
 3769: htm.gif;
 3770: html.gif;
 3771: html_big.gif;
 3772: huh.gif;
 3773: jar.gif;
 3774: jar_big.gif;
 3775: jpg.gif;
 3776: jpg_big.gif;
 3777: latex.gif;
 3778: lipsrsealed.gif;
 3779: lite.gif;
 3780: liteani.gif;
 3781: litetext.gif;
 3782: lolpanel.gif;
 3783: lonanim.gif;
 3784: lonanimend.gif;
 3785: loncapalogo.gif;
 3786: lonhelplogos.gif;
 3787: lonhelptop.gif;
 3788: lonlogo.gif;
 3789: lonlogos.gif;
 3790: lowerleft.gif;
 3791: lowerright.gif;
 3792: minilogo.gif;
 3793: meta.gif;
 3794: meta_big.gif;
 3795: mov.gif;
 3796: mov_big.gif;
 3797: move_up.gif;
 3798: move_down.gif;
 3799: navmap.correct.gif;
 3800: navmap.open.gif;
 3801: navmap.wrong.gif;
 3802: navmap.folder.open.gif;
 3803: navmap.folder.closed.gif;
 3804: navmap.folder.open.nomanip.gif;
 3805: navmap.folder.closed.nomanip.gif;
 3806: page.gif;
 3807: page_big.gif;
 3808: pdf.gif;
 3809: pdf_big.gif;
 3810: png.gif;
 3811: png_big.gif;
 3812: problem.gif;
 3813: problem_big.gif;
 3814: ps.gif;
 3815: ps_big.gif;
 3816: rolleyes.gif;
 3817: quill.gif;
 3818: quiz.gif;
 3819: quiz_big.gif;
 3820: select.gif;
 3821: sequence.gif;
 3822: sequence_big.gif;
 3823: server.gif;
 3824: server_big.gif;
 3825: shocked.gif;
 3826: smiley.gif;
 3827: srvbad.gif;
 3828: srvempty.gif;
 3829: srvgood.gif;
 3830: srvhalf.gif;
 3831: srvnull.gif;
 3832: survey.gif;
 3833: survey_big.gif;
 3834: tex.gif;
 3835: tex_big.gif;
 3836: tth.gif;
 3837: txt.gif;
 3838: txt_big.gif;
 3839: unknown.gif;
 3840: unknown_big.gif;
 3841: upperleft.gif;
 3842: upperright.gif;
 3843: user.gif;
 3844: user_big.gif;
 3845: userauthentication.gif;
 3846: wav.gif;
 3847: wav_big.gif;
 3848: white_space_20_22.gif;
 3849: whitespace1.gif;
 3850: whitespace10.gif;
 3851: whitespace2.gif;
 3852: whitespace3.gif;
 3853: whitespace4.gif;
 3854: whitespace5.gif;
 3855: whitespace6.gif;
 3856: whitespace7.gif;
 3857: whitespace8.gif;
 3858: whitespace9.gif;
 3859: wink.gif;
 3860: xml.gif;
 3861: xml_big.gif;
 3862: zip.gif;
 3863: zip_big.gif
 3864: </filenames>
 3865: </fileglob>
 3866: <fileglob>
 3867: <glob>*.*</glob>
 3868: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
 3869: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
 3870: <categoryname>graphic file</categoryname>
 3871: <description>
 3872: Miscellaneous resources.
 3873: </description>
 3874: <filenames>
 3875: authorfeed.gif;
 3876: bomb.gif;
 3877: cat_button.gif;
 3878: chat.gif;
 3879: eval_button.gif;
 3880: feedback.gif;
 3881: pprm_button.gif;
 3882: pgrd_button.gif;
 3883: subm_button.gif
 3884: </filenames>
 3885: </fileglob>
 3886: <file>
 3887: <source>loncom/xml/tth.pm</source>
 3888: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
 3889: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
 3890: <target dist='redhat8'>home/httpd/lib/perl/tth.pm</target>
 3891: <categoryname>system file</categoryname>
 3892: <description>
 3893: perl module for invoking functions specific to TeX-to-HTML conversion
 3894: </description>
 3895: <note>
 3896: Has the same dependencies and build process as tth.so.
 3897: Currently, only the tth.so file specifications invoke
 3898: the build process however.  A static version is checked into loncom/xml
 3899: and in this way is treated as though it isn't part of the tth build process.
 3900: </note>
 3901: <status>works/unverified</status>
 3902: </file>
 3903: <file>
 3904: <source>loncom/xml/LCParser.pm</source>
 3905: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
 3906: <categoryname>system file</categoryname>
 3907: <description>
 3908: perl module for parsing HTML in a way that really works and is thoroughly
 3909: tested
 3910: </description>
 3911: <status>works/unverified</status>
 3912: </file>
 3913: <file>
 3914:   <source>loncom/LondConnection.pm</source>
 3915:   <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
 3916:   <categoryname>system file</categoryname>
 3917:   <description>
 3918:      Manages a connection between a lonc proxy daemon and the lond server
 3919:      in the remote node.
 3920:   </description>
 3921:   <status>works/verified</status>
 3922: </file>
 3923: <file>
 3924:    <source>loncom/types/HashIterator.pm</source>
 3925:    <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
 3926:    <categoryname>system file</categoryname>
 3927:    <description>
 3928:       Provides support to iterate through opaque hashes hidden e.g. within 
 3929:       object private data.
 3930:    </description>
 3931:    <status>works/verified</status>
 3932: </file>
 3933: <file>
 3934:    <source>loncom/types/Queue.pm</source>
 3935:    <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
 3936:    <categoryname>system file</categoryname>
 3937:    <description>
 3938:      Provides a FIFO queue class.
 3939:    </description>
 3940:    <status>works/verified</status>
 3941: </file>
 3942: <file>
 3943:    <source>loncom/types/Stack.pm</source>
 3944:    <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
 3945:    <categoryname>system file</categoryname>
 3946:    <description>
 3947:      Provides a LIFO stack class.
 3948:    </description>
 3949:    <status>works/verified</status>
 3950: </file>
 3951: <file>
 3952:    <source>loncom/loncnew</source>
 3953:    <target dist='default'>home/httpd/perl/loncnew</target>
 3954:    <categoryname>script</categoryname>
 3955:    <description>
 3956: 	  Proxy server for remote loncapa requests.
 3957:    </description>
 3958:    <dependencies>
 3959:      CPAN Event module.
 3960:    </dependencies>
 3961: </file>
 3962: <file>
 3963: <source>loncom/configuration/Configuration.pm</source>
 3964: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
 3965: <categoryname>system file</categoryname>
 3966: <description>
 3967: Configuration file reader (looks in /etc/httpd/conf/); accepts
 3968: a list of *.conf files to inspect for PerlSetVar key/value
 3969: entries.
 3970: </description>
 3971: <status>works/unverified</status>
 3972: </file>
 3973: <file>
 3974: <source>modules/TexConvert/tthperl/tth.so</source>
 3975: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
 3976: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
 3977: <target dist='redhat8'>home/httpd/lib/perl/tth.so</target>
 3978: <categoryname>system file</categoryname>
 3979: <description>
 3980: shared library file for dynamic loading and unloading
 3981: </description>
 3982: <note>
 3983: The source and file dependencies are not available to most
 3984: CVS users.  (You can safely rely on the existing binaries
 3985: present on your system... don't worry about warnings
 3986: related to this file during the build process.)
 3987: </note>
 3988: <build trigger='run if dependencies change'>
 3989: modules/TexConvert/tthperl/commands
 3990: </build>
 3991: <status>works/unverified</status>
 3992: <dependencies>
 3993: ../tthdynamic/tthfunc.c;
 3994: ../ttmdynamic/ttmfunc.c
 3995: </dependencies>
 3996: </file>
 3997: <file>
 3998: <source>loncom/homework/caparesponse/capa.pm</source>
 3999: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
 4000: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
 4001: <target dist='redhat8'>home/httpd/lib/perl/capa.pm</target>
 4002: <categoryname>system file</categoryname>
 4003: <description>
 4004: perl module for invoking functions specific to CAPA
 4005: </description>
 4006: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 4007: <note>
 4008: Has the same dependencies and build process as capa.so.
 4009: Currently, only the capa.so file specifications invoke
 4010: the build process however.
 4011: </note>
 4012: </file>
 4013: <file>
 4014: <source>loncom/homework/caparesponse/capa.bs</source>
 4015: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
 4016: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
 4017: <target dist='redhat8'>home/httpd/lib/perl/capa.bs</target>
 4018: <categoryname>system file</categoryname>
 4019: <description>
 4020: bootstrap file associated with dynamic loading of this module on multiple
 4021: architectures
 4022: </description>
 4023: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 4024: <note>
 4025: Has the same dependencies and build process as capa.so.
 4026: Currently, only the capa.so file specifications invoke
 4027: the build process however.
 4028: </note>
 4029: </file>
 4030: <file>
 4031: <source>loncom/homework/caparesponse/capa.so</source>
 4032: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
 4033: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
 4034: <target dist='redhat8'>home/httpd/lib/perl/capa.so</target>
 4035: <categoryname>system file</categoryname>
 4036: <description>
 4037: shared library file for dynamic loading and unloading
 4038: </description>
 4039: <build trigger='always run'>
 4040: loncom/homework/caparesponse/commands
 4041: </build>
 4042: <dependencies>
 4043: caparesponse.c;
 4044: caparesponse.pm;
 4045: README;
 4046: Makefile.PL;
 4047: capa.i;
 4048: commands;
 4049: ../../../CAPA/pProj/Makefile;
 4050: ../../../CAPA/pProj/capaGrammarDef.y;
 4051: ../../../CAPA/pProj/capaFormula.y;
 4052: ../../../CAPA/pProj/capaLexerDef.flex;
 4053: ../../../CAPA/pProj/capaFunction.c;
 4054: ../../../CAPA/pProj/capaParserUtils.c;
 4055: ../../../CAPA/pProj/capaMapExpr.c;
 4056: ../../../CAPA/pProj/capaUnit.c;
 4057: ../../../CAPA/pProj/com.c;
 4058: ../../../CAPA/pProj/linpack.c;
 4059: ../../../CAPA/pProj/ranlib.c;
 4060: ../../../CAPA/pProj/capaCgiUtils.c;
 4061: ../../../CAPA/pProj/capaSubjective.c;
 4062: ../../../CAPA/pProj/capaRQO.c;
 4063: ../../../CAPA/pProj/capaFormulaLexer.c;
 4064: ../../../CAPA/pProj/capaCommon.c;
 4065: ../../../CAPA/pProj/capaCommon.h;
 4066: ../../../CAPA/pProj/ranlib.h;
 4067: ../../../CAPA/pProj/capaCGI.h;
 4068: ../../../CAPA/pProj/capaFunction.h;
 4069: ../../../CAPA/pProj/capaRQO.h;
 4070: ../../../CAPA/pProj/capaParser.h;
 4071: ../../../CAPA/pProj/lex_debug.h
 4072: </dependencies>
 4073: </file>
 4074: <fileglob>
 4075: <glob>*.ent</glob>
 4076: <sourcedir>loncom/MathML/</sourcedir>
 4077: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
 4078: <categoryname>system file</categoryname>
 4079: <description>
 4080: xml files which assign unicode numbers to mathematical symbols using
 4081: &lt;! ENTITY... &gt; type syntax.
 4082: </description>
 4083: <filenames>
 4084: isoamsa.ent;
 4085: isoamsb.ent;
 4086: isoamsc.ent;
 4087: isoamsn.ent;
 4088: isoamso.ent;
 4089: isoamsr.ent;
 4090: isobox.ent;
 4091: isocyr1.ent;
 4092: isocyr2.ent;
 4093: isodia.ent;
 4094: isogrk1.ent;
 4095: isogrk2.ent;
 4096: isogrk3.ent;
 4097: isogrk4.ent;
 4098: isolat1.ent;
 4099: isolat2.ent;
 4100: isomfrk.ent;
 4101: isomopf.ent;
 4102: isomscr.ent;
 4103: isonum.ent;
 4104: isopub.ent;
 4105: isotech.ent;
 4106: mmlalias.ent;
 4107: mmlextra.ent
 4108: </filenames>
 4109: </fileglob>
 4110: <file>
 4111: <source>loncom/MathML/mathml.css</source>
 4112: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
 4113: <categoryname>system file</categoryname>
 4114: <description>
 4115: cascading style sheet
 4116: </description>
 4117: </file>
 4118: <file>
 4119: <source>loncom/MathML/mathml.dtd</source>
 4120: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
 4121: <categoryname>system file</categoryname>
 4122: <description>
 4123: document type definition
 4124: </description>
 4125: </file>
 4126: <file>
 4127: <source>loncom/auth/londes.js</source>
 4128: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
 4129: <categoryname>interface file</categoryname>
 4130: <description>
 4131: Encryption Routines according to Data Encryption Standard DES, written in
 4132: javascript.
 4133: </description>
 4134: </file>
 4135: <file>
 4136: <source>loncom/homework/lectureonline.lcpm</source>
 4137: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
 4138: </target>
 4139: <categoryname>handler</categoryname>
 4140: <description>
 4141: Intended for providing perl functions for the &lt;script&gt;&lt;/script&gt;
 4142: environment in a problem that was converted from lectureonline.
 4143: </description>
 4144: </file>
 4145: <file>
 4146: <source>loncom/homework/default_homework.lcpm</source>
 4147: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
 4148: </target>
 4149: <categoryname>handler</categoryname>
 4150: <description>
 4151: Provides many functions for the &lt;script&gt; environment in a .problem.
 4152: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
 4153: </description>
 4154: </file>
 4155: <file>
 4156: <source>loncom/homework/capa.units</source>
 4157: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
 4158: <categoryname>static conf</categoryname>
 4159: <description>
 4160: Define unit prefixing and conversion for CAPA problem handling.
 4161: </description>
 4162: </file>
 4163: <fileglob>
 4164: <glob>*.jpg</glob>
 4165: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
 4166: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
 4167: <categoryname>graphic file</categoryname>
 4168: <description>Pages headers</description>
 4169: <filenames>
 4170: admin.jpg;
 4171: author.jpg;
 4172: coordinator.jpg;
 4173: header.jpg;
 4174: student.jpg;
 4175: </filenames>
 4176: </fileglob>
 4177: <fileglob>
 4178: <glob>*.jpg</glob>
 4179: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
 4180: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
 4181: <categoryname>graphic file</categoryname>
 4182: <description>Logos of LON-CAPA domains (jpg)</description>
 4183: <filenames>
 4184: headermsu.jpg;
 4185: </filenames>
 4186: </fileglob>
 4187: <fileglob>
 4188: <glob>*.gif</glob>
 4189: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
 4190: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
 4191: <categoryname>graphic file</categoryname>
 4192: <description>Logos of LON-CAPA domains (gif)</description>
 4193: <filenames>
 4194: 103.gif;
 4195: gerd.gif;
 4196: mio.gif;
 4197: msuvu.gif;
 4198: ohiou.gif;
 4199: rhs.gif;
 4200: sfu.gif;
 4201: tmcc.gif;
 4202: umich.gif;
 4203: worf.gif;
 4204: annarbor.gif;
 4205: elps.gif;
 4206: gwu.gif;
 4207: msudemo.gif;
 4208: ndsu.gif;
 4209: physnet.gif;
 4210: sc.gif;
 4211: Selwyn.gif;
 4212: ucf.gif;
 4213: unihalle.gif;
 4214: wscc.gif;
 4215: cps.gif;
 4216: fsu.gif;
 4217: lsd.gif;
 4218: msu.gif;
 4219: nsdl.gif;
 4220: pmm.gif;
 4221: sunysb.gif;
 4222: udel.gif;
 4223: uz.gif;
 4224: fvl.gif;
 4225: glps.gif;
 4226: headersfu.gif;
 4227: uwsp.gif
 4228: </filenames>
 4229: </fileglob>
 4230: <fileglob>
 4231: <glob>*.tab</glob>
 4232: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
 4233: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
 4234: <categoryname>conf</categoryname>
 4235: <description>Designs of LON-CAPA domains</description>
 4236: <filenames>
 4237: annarbor.tab;
 4238: default.tab;
 4239: msu.tab;
 4240: sfu.tab;
 4241: worf.tab
 4242: </filenames>
 4243: </fileglob>
 4244: <fileglob>
 4245: <glob>*.gif</glob>
 4246: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
 4247: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
 4248: <categoryname>graphic file</categoryname>
 4249: <description>LON-CAPA remote control LCD font</description>
 4250: <filenames>
 4251: 0.gif;
 4252: 1.gif;
 4253: 2.gif;
 4254: 3.gif;
 4255: 4.gif;
 4256: 5.gif;
 4257: 6.gif;
 4258: 7.gif;
 4259: 8.gif;
 4260: 9.gif;
 4261: a.gif;
 4262: b.gif;
 4263: c.gif;
 4264: d.gif;
 4265: e.gif;
 4266: f.gif;
 4267: g.gif;
 4268: h.gif;
 4269: i.gif;
 4270: j.gif;
 4271: k.gif;
 4272: l.gif;
 4273: m.gif;
 4274: n.gif;
 4275: o.gif;
 4276: p.gif;
 4277: q.gif;
 4278: r.gif;
 4279: s.gif;
 4280: t.gif;
 4281: u.gif;
 4282: v.gif;
 4283: w.gif;
 4284: x.gif;
 4285: y.gif;
 4286: z.gif;
 4287: colon.gif;
 4288: hyphen.gif;
 4289: slash.gif;
 4290: space.gif;
 4291: </filenames>
 4292: </fileglob>
 4293: <fileglob>
 4294: <glob>*.gif</glob>
 4295: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
 4296: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
 4297: <categoryname>graphic file</categoryname>
 4298: <description>icons used for the entire LON-CAPA user interface</description>
 4299: <filenames>
 4300: anno.gif;
 4301: anot.gif;
 4302: back.gif;
 4303: bchat.gif;
 4304: bkm.gif;
 4305: brws.gif;
 4306: catalog.gif;
 4307: ccrs.gif;
 4308: chat.gif;
 4309: chrt.gif;
 4310: com.gif;
 4311: courses.gif;
 4312: cprv.gif;
 4313: cstr.gif;
 4314: dempty.gif;
 4315: docs.gif;
 4316: egrd.gif;
 4317: empty.gif;
 4318: enrl.gif;
 4319: eval.gif;
 4320: fdbk.gif;
 4321: feedback.gif;
 4322: forw.gif;
 4323: grds.gif;
 4324: group.gif;
 4325: help.gif;
 4326: info.gif;
 4327: keys.gif;
 4328: ledblink.gif;
 4329: ledgreen.gif;
 4330: ledoff.gif;
 4331: ledon.gif;
 4332: ledsend.gif;
 4333: logout.gif;
 4334: mrk.gif;
 4335: nav.gif;
 4336: next.gif;
 4337: nothumb.gif;
 4338: parm.gif;
 4339: pgrd.gif;
 4340: pparm.gif;
 4341: pref.gif;
 4342: prev.gif;
 4343: prt.gif;
 4344: qempty.gif;
 4345: reload.gif;
 4346: remotebg.gif;
 4347: res.gif;
 4348: roles.gif;
 4349: sbkm.gif;
 4350: spacer.gif;
 4351: sprs.gif;
 4352: src.gif;
 4353: stat.gif;
 4354: subm.gif;
 4355: title.gif;
 4356: vbkm.gif;
 4357: </filenames>
 4358: </fileglob>
 4359: <file>
 4360: <source>loncom/html/res/adm/pages/imgmaps.html</source>
 4361: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
 4362: <categoryname>interface file</categoryname>
 4363: <description>
 4364: image maps for the LON-CAPA remote control
 4365: </description>
 4366: </file>
 4367: <file>
 4368: <source>loncom/html/res/adm/pages/index.html</source>
 4369: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
 4370: <categoryname>interface file</categoryname>
 4371: <description>
 4372: welcoming page to the LON-CAPA system upon login
 4373: </description>
 4374: </file>
 4375: <file>
 4376: <source>loncom/html/res/adm/pages/menu.html</source>
 4377: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
 4378: <categoryname>interface file</categoryname>
 4379: <description>
 4380: renders the HTML (including image maps) for the LON-CAPA remote control
 4381: </description>
 4382: </file>
 4383: <fileglob>
 4384: <glob>*.gif</glob>
 4385: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
 4386: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
 4387: </targetdir>
 4388: <categoryname>graphic file</categoryname>
 4389: <description>
 4390: icons used for directory indexing and login screen
 4391: </description>
 4392: <filenames>
 4393: a.gif;
 4394: alert.black.gif;
 4395: alert.red.gif;
 4396: back.gif;
 4397: ball.gray.gif;
 4398: ball.red.gif;
 4399: binary.gif;
 4400: binhex.gif;
 4401: blank.gif;
 4402: bomb.gif;
 4403: box1.gif;
 4404: box2.gif;
 4405: broken.gif;
 4406: burst.gif;
 4407: c.gif;
 4408: comp.blue.gif;
 4409: comp.gray.gif;
 4410: compressed.gif;
 4411: continued.gif;
 4412: course.gif;
 4413: dir.gif;
 4414: down.gif;
 4415: dvi.gif;
 4416: f.gif;
 4417: folder.gif;
 4418: folder.open.gif;
 4419: folder.sec.gif;
 4420: folder_closed.gif;
 4421: folder_closed_pressed.gif;
 4422: folder_new.gif;
 4423: folder_opened.gif;
 4424: folder_opened_pressed.gif;
 4425: folder_pointer_closed.gif;
 4426: folder_pointer_opened.gif;
 4427: folder_spacer.gif;
 4428: folder_trash.gif;
 4429: forward.gif;
 4430: generic.gif;
 4431: generic.red.gif;
 4432: generic.sec.gif;
 4433: hand.right.gif;
 4434: hand.up.gif;
 4435: html.gif;
 4436: image1.gif;
 4437: image2.gif;
 4438: image3.gif;
 4439: index.gif;
 4440: layout.gif;
 4441: left.gif;
 4442: link.gif;
 4443: mov.gif;
 4444: movie1.gif;
 4445: p.gif;
 4446: patch.gif;
 4447: pdf.gif;
 4448: portal.gif;
 4449: problem.gif;
 4450: ps.gif;
 4451: quill.gif;
 4452: right.gif;
 4453: screw1.gif;
 4454: screw2.gif;
 4455: script.gif;
 4456: sound1.gif;
 4457: sound2.gif;
 4458: sphere1.gif;
 4459: sphere2.gif;
 4460: tar.gif;
 4461: tex.gif;
 4462: text.gif;
 4463: transfer.gif;
 4464: unknown.gif;
 4465: up.gif;
 4466: uu.gif;
 4467: uuencoded.gif;
 4468: white_space_20_22.gif;
 4469: white_space_22_22.gif;
 4470: whitespace1.gif;
 4471: whitespace10.gif;
 4472: whitespace2.gif;
 4473: whitespace3.gif;
 4474: whitespace4.gif;
 4475: whitespace5.gif;
 4476: whitespace6.gif;
 4477: whitespace7.gif;
 4478: whitespace8.gif;
 4479: whitespace9.gif;
 4480: world1.gif;
 4481: world2.gif
 4482: </filenames>
 4483: </fileglob>
 4484: <fileglob>
 4485: <glob>*.gif</glob>
 4486: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 4487: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
 4488: </targetdir>
 4489: <categoryname>graphic file</categoryname>
 4490: <description>
 4491: icons used for the bookmark portion of the LON-CAPA user interface
 4492: </description>
 4493: <filenames>
 4494: folder_anim.gif;
 4495: folder_close.gif;
 4496: folder_drag.gif;
 4497: folder_new.gif;
 4498: folder_open.gif;
 4499: folder_pointer_closed.gif;
 4500: folder_pointer_opened.gif;
 4501: folder_static.gif;
 4502: folder_trash.gif;
 4503: folder_trash_hover.gif;
 4504: left_bar.gif;
 4505: link.gif;
 4506: link_anim.gif;
 4507: link_drag.gif;
 4508: ll_corner.gif;
 4509: lower_bar.gif;
 4510: lr_corner.gif;
 4511: pix.gif;
 4512: right_bar.gif;
 4513: toolbar_bg.gif;
 4514: ul_corner.gif;
 4515: upper_bar.gif;
 4516: ur_corner.gif
 4517: </filenames>
 4518: </fileglob>
 4519: <fileglob>
 4520: <glob>*.html</glob>
 4521: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 4522: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
 4523: </targetdir>
 4524: <categoryname>interface file</categoryname>
 4525: <description>
 4526: associated with the scheme of displaying bookmarks
 4527: </description>
 4528: <filenames>
 4529: bookmarkmenu_toolbar.html;
 4530: blank.html;
 4531: closechildren.html
 4532: </filenames>
 4533: </fileglob>
 4534: <file>
 4535: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
 4536: <target dist='default'>
 4537: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
 4538: <categoryname>interface file</categoryname>
 4539: <description>
 4540: javascript for handling client-side interactions with bookmark interface
 4541: </description>
 4542: </file>
 4543: <file>
 4544: <source>loncom/build/CHECKRPMS</source>
 4545: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
 4546: <categoryname>system script</categoryname>
 4547: <description>
 4548: manilla wrapper around check-rpms
 4549: </description>
 4550: <status>tested/documented/beta</status>
 4551: </file>
 4552: <file>
 4553: <source>loncom/build/check-rpms</source>
 4554: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
 4555: <categoryname>system script</categoryname>
 4556: <description>
 4557: compare installed rpms with up-to-date distribution
 4558: </description>
 4559: <status>tested/documented/beta</status>
 4560: </file>
 4561: <file>
 4562: <source>doc/man/check-rpms.1</source>
 4563: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
 4564: <categoryname>doc</categoryname>
 4565: <description>man page for check-rpms</description>
 4566: <build trigger='always run'>
 4567: loncom/build/pod2man.sh check-rpms &gt; ../../doc/man/check-rpms.1 &amp;&amp; \
 4568: echo 'manifying check-rpms'
 4569: </build>
 4570: <status>beta</status>
 4571: <dependencies>
 4572: ../../loncom/build/check-rpms
 4573: </dependencies>
 4574: </file>
 4575: <file>
 4576: <source>doc/scripts/check-rpms.html</source>
 4577: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
 4578: </target>
 4579: <categoryname>doc</categoryname>
 4580: <description>POD-derived page for check-rpms</description>
 4581: <build trigger='always run'>
 4582: loncom/build/pod2html.sh check-rpms &gt; ../../doc/scripts/check-rpms.html \
 4583: &amp;&amp; echo 'pod2html checkrpms'
 4584: </build>
 4585: <status>works/unverified</status>
 4586: <dependencies>
 4587: ../../loncom/build/check-rpms
 4588: </dependencies>
 4589: </file>
 4590: <file>
 4591: <source>loncom/build/loncaparestoreconfigurations</source>
 4592: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
 4593: </target>
 4594: <categoryname>script</categoryname>
 4595: <description>
 4596: Updates .lpmlnew files with previous settings.  Also supports alternative
 4597: schemes of settings-updating and file-overwriting.
 4598: </description>
 4599: <status>works/unverified</status>
 4600: </file>
 4601: <file>
 4602: <source>loncom/cron/loncapa</source>
 4603: <target dist='default'>etc/cron.d/loncapa</target>
 4604: <categoryname>static conf</categoryname>
 4605: <description>
 4606: file that specifies periodic processes to run for the LON-CAPA machine
 4607: </description>
 4608: </file>
 4609: <file>
 4610: <source>loncom/ntp/step-tickers</source>
 4611: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
 4612: </target>
 4613: <categoryname>static conf</categoryname>
 4614: <description>
 4615: file that stimulates running of ntpdate upon init.d/xntpd initiation
 4616: </description>
 4617: <note>
 4618: <table cellpadding='0' cellspacing='0' border='1'>
 4619: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
 4620: </table>
 4621: </note>
 4622: </file>
 4623: <file>
 4624: <source>loncom/pam.d/pwauth</source>
 4625: <target dist='default'>etc/pam.d/pwauth</target>
 4626: <categoryname>static conf</categoryname>
 4627: <description>
 4628: file that allows setuid password privileges for pwauth executable
 4629: </description>
 4630: </file>
 4631: <file>
 4632: <source>loncom/pam.d/pwchange</source>
 4633: <target dist='default'>etc/pam.d/pwchange</target>
 4634: <categoryname>static conf</categoryname>
 4635: <description>
 4636: file that allows setuid password privileges for pwchange (lcpasswd) executable
 4637: </description>
 4638: </file>
 4639: <file>
 4640: <source>loncom/init.d/loncontrol</source>
 4641: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
 4642: <categoryname>root script</categoryname>
 4643: <description>
 4644: Controls the launching/halting of lonc, lond, and lonsql processes.
 4645: </description>
 4646: </file>
 4647: <link>
 4648: <linkto>etc/rc.d/init.d/loncontrol</linkto>
 4649: <target dist='default'>
 4650: etc/rc.d/rc0.d/K05loncontrol;
 4651: etc/rc.d/rc1.d/K05loncontrol;
 4652: etc/rc.d/rc2.d/K05loncontrol;
 4653: etc/rc.d/rc3.d/S95loncontrol;
 4654: etc/rc.d/rc4.d/S95loncontrol;
 4655: etc/rc.d/rc5.d/S95loncontrol;
 4656: etc/rc.d/rc6.d/K05loncontrol
 4657: </target>
 4658: <categoryname>symbolic link</categoryname>
 4659: <description>
 4660: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
 4661: </link>
 4662: <file>
 4663: <source>loncom/atalk/config</source>
 4664: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
 4665: <categoryname>static conf</categoryname>
 4666: <description>
 4667: configuration file to make LON-CAPA server file space accessible to
 4668: Appleshares access (Macintosh)
 4669: </description>
 4670: </file>
 4671: </files>
 4672: </lpml>

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