File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.247: download - view: text, annotated - select for diffs
Mon Jun 2 18:51:13 2003 UTC (20 years, 11 months ago) by bowersj2
Branches: MAIN
CVS tags: conference_2003, HEAD
Remove the seperate course instructor manual.

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

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