File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.257: download - view: text, annotated - select for diffs
Mon Jun 30 18:34:22 2003 UTC (20 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- need to create directory too

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

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