File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.301: download - view: text, annotated - select for diffs
Tue Dec 2 18:27:45 2003 UTC (20 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- changing ownership and permissions of hosts.tab and domain.tab files

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

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