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

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