File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.334: download - view: text, annotated - select for diffs
Mon Feb 16 20:59:23 2004 UTC (20 years, 2 months ago) by sakharuk
Branches: MAIN
CVS tags: HEAD
Added entry CAPA_LON-CAPA_function_diffs.tex

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

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