File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.321: download - view: text, annotated - select for diffs
Thu Jan 15 20:22:47 2004 UTC (20 years, 3 months ago) by www
Branches: MAIN
CVS tags: HEAD
Even better handling of bombs.

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

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