File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.264: download - view: text, annotated - select for diffs
Tue Jul 15 19:25:45 2003 UTC (20 years, 9 months ago) by bowersj2
Branches: MAIN
CVS tags: HEAD
Add new .tex files to the install.

    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.264 2003/07/15 19:25:45 bowersj2 Exp $ -->
    6: 
    7: <!--
    8: 
    9: Copyright Michigan State University Board of Trustees
   10: 
   11: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
   12: 
   13: LON-CAPA is free software; you can redistribute it and/or modify
   14: it under the terms of the GNU General Public License as published by
   15: the Free Software Foundation; either version 2 of the License, or
   16: (at your option) any later version.
   17: 
   18: LON-CAPA is distributed in the hope that it will be useful,
   19: but WITHOUT ANY WARRANTY; without even the implied warranty of
   20: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   21: GNU General Public License for more details.
   22: 
   23: You should have received a copy of the GNU General Public License
   24: along with LON-CAPA; if not, write to the Free Software
   25: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   26: 
   27: /home/httpd/html/adm/gpl.txt
   28: 
   29: http://www.lon-capa.org/
   30: 
   31: -->
   32: 
   33: <!-- Default values must be defined before specific values. -->
   34: <!-- If no 'dist' attribute is specified, then it is always installed. -->
   35: <!-- If 'dist' attribute is set to  'default', then the specification. -->
   36: <!-- is accepted if an alternative distribution is not requested or not -->
   37: <!-- defined. -->
   38: 
   39: <lpml>
   40: <specialnotices>
   41: <specialnotice dist='default'>
   42: !!! REDHAT 6.2 NOTICE !!!
   43: !!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
   44: !!! This sometimes happens (bad): !!!
   45: !!! 127.0.0.1  computer1 localhost.localdomain localhost  !!!
   46: !!! Should be: !!!
   47: !!! 127.0.0.1  localhost.localdomain  localhost !!!
   48: !!! 35.2.3.80  computer1 computer1.notreal.msu.edu !!!
   49: </specialnotice>
   50: <specialnotice dist='redhat7 redhat7.1'>
   51: !!!!!!!!!  REDHAT 7.*   NOTICE   !!!!!!!!!!!!!!!!!!!!
   52: !!!!!!!!!  LINE IN Cookie.pm     !!!!!!!!!!!!!!!!!!!!
   53: !!!!!!!!!  MUST BE REPLACED DUE  !!!!!!!!!!!!!!!!!!!!
   54: !!!!!!!!!  TO PERL 5.6.0 ERROR   !!!!!!!!!!!!!!!!!!!!
   55: !!!!!!!!!                        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   56: !!!! The offending line is in CGI/Cookie.pm                           !!
   57: !!!!                                                                  !!
   58: !!!! it should be changed from                                        !!
   59: !!!! $path   = CGI::url(-absolute=>1) unless defined $path;           !!
   60: !!!! to                                                               !!
   61: !!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path;          !!
   62: !!!!                                                                  !!
   63: !!!! (This is just below the following line )                         !!
   64: !!!! # IE requires the path and domain to be present for some reason. !!
   65: </specialnotice>
   66: </specialnotices>
   67: <targetroot>/</targetroot>
   68: <sourceroot>/home/user/loncapa/</sourceroot>
   69: <categories>
   70: <category name="interface file" type="runtime">
   71:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   72:   <abbreviation>interfacefile</abbreviation>
   73: </category>
   74: <category name="interface file" type="development">
   75:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
   76:   <abbreviation>interfacefile</abbreviation>
   77: </category>
   78: <category name="setuid script" type="runtime">
   79:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
   80:   <abbreviation>setuid</abbreviation>
   81: </category>
   82: <category name="setuid script" type="development">
   83:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
   84:   <abbreviation>setuid</abbreviation>
   85: </category>
   86: <category name="handler" type="runtime">
   87:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   88:   <abbreviation>handler</abbreviation>
   89: </category>
   90: <category name="handler" type="development">
   91:   <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
   92:   <abbreviation>handler</abbreviation>
   93: </category>
   94: <category name="static conf" type="runtime">
   95:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   96:   <abbreviation>static</abbreviation>
   97: </category>
   98: <category name="static conf" type="development">
   99:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
  100:   <abbreviation>static</abbreviation>
  101: </category>
  102: <category name="conf" type="runtime">
  103:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  104:   <abbreviation>configurable</abbreviation>
  105: </category>
  106: <category name="conf" type="development">
  107:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  108:   <abbreviation>configurable</abbreviation>
  109: </category>
  110: <category name="script" type="runtime">
  111:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
  112:   <abbreviation>script</abbreviation>
  113: </category>
  114: <category name="script" type="development">
  115:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
  116:   <abbreviation>script</abbreviation>
  117: </category>
  118: <category name="graphic file" type="runtime">
  119:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
  120:   <abbreviation>graphicfile</abbreviation>
  121: </category>
  122: <category name="graphic file" type="development">
  123:   <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
  124:   <abbreviation>graphicfile</abbreviation>
  125: </category>
  126: <category name="doc" type="runtime">
  127:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  128:   <abbreviation>systemfile</abbreviation>
  129: </category>
  130: <category name="doc" type="development">
  131:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  132:   <abbreviation>systemfile</abbreviation>
  133: </category>
  134: <category name="system file" type="runtime">
  135:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  136:   <abbreviation>systemfile</abbreviation>
  137: </category>
  138: <category name="system file" type="development">
  139:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  140:   <abbreviation>systemfile</abbreviation>
  141: </category>
  142: <category name="system script" type="runtime">
  143:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  144:   <abbreviation>systemscript</abbreviation>
  145: </category>
  146: <category name="system script" type="development">
  147:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  148:   <abbreviation>systemscript</abbreviation>
  149: </category>
  150: <category name="root script" type="runtime">
  151:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
  152:   <abbreviation>rootscript</abbreviation>
  153: </category>
  154: <category name="root script" type="development">
  155:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
  156:   <abbreviation>rootscript</abbreviation>
  157: </category>
  158: <category name="symbolic link" type="runtime">
  159:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
  160:   <abbreviation>link</abbreviation>
  161: </category>
  162: <category name="symbolic link" type="development">
  163:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
  164:   <abbreviation>link</abbreviation>
  165: </category>
  166: <category name="standard" type="runtime">
  167:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  168:   <abbreviation>directory</abbreviation>
  169: </category>
  170: <category name="standard" type="development">
  171:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  172:   <abbreviation>directory</abbreviation>
  173: </category>
  174: <category name="server standard" type="runtime">
  175:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
  176:   <abbreviation>directory</abbreviation>
  177: </category>
  178: <category name="server standard" type="development">
  179:   <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
  180:   <abbreviation>directory</abbreviation>
  181: </category>
  182: <category name="server readonly" type="runtime">
  183:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
  184:   <abbreviation>directory</abbreviation>
  185: </category>
  186: <category name="server readonly" type="development">
  187:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
  188:   <abbreviation>directory</abbreviation>
  189: </category>
  190: </categories>
  191: <rpm>
  192:   <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
  193:   <rpmName>LON-CAPA-base</rpmName>
  194:   <rpmVersion>3.1</rpmVersion>
  195:   <rpmRelease>1</rpmRelease>
  196:   <rpmVendor>Laboratory for Instructional Technology Education,
  197: Division of Science and Mathematics Education, Michigan State University.
  198:   </rpmVendor>
  199:   <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
  200:   <rpmCopyright>GNU General Public License. Version 2, June 1991.  Michigan State University patents may apply.</rpmCopyright>
  201:   <rpmGroup>Utilities/System</rpmGroup>
  202:   <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
  203:   <rpmAutoReqProv>no</rpmAutoReqProv>
  204:   <rpmdescription>This package facilitates a base installation of LON-CAPA \n
  205: files in their directories.\n
  206: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
  207:   </rpmdescription>
  208:   <rpmpre>echo '***********************************************************************'\n
  209: echo 'LON-CAPA  LearningOnline with CAPA'\n
  210: echo 'http://www.lon-capa.org/'\n
  211: echo 'Gerd Kortemeyer, et al'\n
  212: echo 'Laboratory for Instructional Technology Education'\n
  213: echo 'Michigan State University'\n
  214: echo 'General Public License, Version 2, June 1991'\n
  215: echo '** Michigan State University patents may apply **'\n
  216: echo ' '\n
  217: echo 'This installation assumes an installation of Redhat 6.2'\n
  218: echo ' '\n
  219: echo 'The server computer should be currently connected to the ethernet'\n
  220: echo ' '\n
  221: echo '***********************************************************************'\n
  222: </rpmpre>
  223: <rpmRequires>
  224: <item>PreReq: LON-CAPA-setup</item>
  225: <item>PreReq: apache</item>
  226: <item>PreReq: /etc/httpd/conf/httpd.conf</item>
  227: </rpmRequires>
  228: </rpm>
  229: <directories>
  230: <directory dist='default'>
  231:   <protectionlevel>never_delete</protectionlevel>
  232:   <targetdir dist='default'>etc</targetdir>
  233:   <categoryname>standard</categoryname>
  234:   <description>standard linux directory for configuration files</description>
  235: </directory>
  236: <directory dist='default'>
  237:   <protectionlevel>never_delete</protectionlevel>
  238:   <targetdir dist='default'>etc/cron.d</targetdir>
  239:   <categoryname>standard</categoryname>
  240:   <description>standard linux directory for running time-based "jobs"
  241:   </description>
  242: </directory>
  243: <directory dist='default'>
  244:   <protectionlevel>never_delete</protectionlevel>
  245:   <targetdir dist='default'>etc/httpd/conf</targetdir>
  246:   <categoryname>standard</categoryname>
  247:   <description>web configuration files</description>
  248: </directory>
  249: <directory dist='default'>
  250:   <protectionlevel>never_delete</protectionlevel>
  251:   <targetdir dist='default'>etc/pam.d</targetdir>
  252:   <categoryname>standard</categoryname>
  253:   <description>configuration directory for password authentication mechanism
  254:   </description>
  255: </directory>
  256: <directory dist='default'>
  257:   <protectionlevel>never_delete</protectionlevel>
  258:   <targetdir dist='default'>etc/rc.d/init.d</targetdir>
  259:   <targetdir dist='debian'>etc/init.d</targetdir>
  260:   <categoryname>standard</categoryname>
  261:   <description>scripts that run during system startup</description>
  262: </directory>
  263: <directory dist='default'>
  264:   <protectionlevel>never_delete</protectionlevel>
  265:   <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
  266:   <targetdir dist='debian'>etc/rc0.d</targetdir>
  267:   <categoryname>standard</categoryname>
  268:   <description>scripts that run for run-level 0</description>
  269: </directory>
  270: <directory dist='default'>
  271:   <protectionlevel>never_delete</protectionlevel>
  272:   <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
  273:   <targetdir dist='debian'>etc/rc1.d</targetdir>
  274:   <categoryname>standard</categoryname>
  275:   <description>scripts that run for run-level 1</description>
  276: </directory>
  277: <directory dist='default'>
  278:   <protectionlevel>never_delete</protectionlevel>
  279:   <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
  280:   <targetdir dist='debian'>etc/rc2.d</targetdir>
  281:   <categoryname>standard</categoryname>
  282:   <description>scripts that run for run-level 2</description>
  283: </directory>
  284: <directory dist='default'>
  285:   <protectionlevel>never_delete</protectionlevel>
  286:   <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
  287:   <targetdir dist='debian'>etc/rc3.d</targetdir>
  288:   <categoryname>standard</categoryname>
  289:   <description>scripts that run for run-level 3</description>
  290: </directory>
  291: <directory dist='default'>
  292:   <protectionlevel>never_delete</protectionlevel>
  293:   <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
  294:   <targetdir dist='debian'>etc/rc4.d</targetdir>
  295:   <categoryname>standard</categoryname>
  296:   <description>scripts that run for run-level 4</description>
  297: </directory>
  298: <directory dist='default'>
  299:   <protectionlevel>never_delete</protectionlevel>
  300:   <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
  301:   <targetdir dist='debian'>etc/rc5.d</targetdir>
  302:   <categoryname>standard</categoryname>
  303:   <description>scripts that run for run-level 5</description>
  304: </directory>
  305: <directory dist='default'>
  306:   <protectionlevel>never_delete</protectionlevel>
  307:   <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
  308:   <targetdir dist='debian'>etc/rc6.d</targetdir>
  309:   <categoryname>standard</categoryname>
  310:   <description>scripts that run for run-level 6</description>
  311: </directory>
  312: <directory dist='default'>
  313:   <protectionlevel>never_delete</protectionlevel>
  314:   <targetdir dist='default'>home/httpd/lonTabs</targetdir>
  315:   <categoryname>standard</categoryname>
  316:   <description>tab-formatted reference files</description>
  317: </directory>
  318: <directory dist='default'>
  319:   <protectionlevel>never_delete</protectionlevel>
  320:   <targetdir dist='default'>home/httpd</targetdir>
  321:   <categoryname>standard</categoryname>
  322:   <description>start of the web server tree</description>
  323: </directory>
  324: <directory dist='default'>
  325:   <protectionlevel>modest_delete</protectionlevel>
  326:   <targetdir dist='default'>home/httpd/perl</targetdir>
  327:   <categoryname>server readonly</categoryname>
  328:   <description>perl scripts for managing the LON-CAPA system</description>
  329: </directory>
  330: <directory dist='default'>
  331:   <protectionlevel>never_delete</protectionlevel>
  332:   <targetdir dist='default'>home/httpd/perl/logs</targetdir>
  333:   <categoryname>server standard</categoryname>
  334:   <description>location where system performance and error logs are kept
  335:   </description>
  336: </directory>
  337: <directory dist='default'>
  338:   <protectionlevel>modest_delete</protectionlevel>
  339:   <targetdir dist='default'>home/httpd/html/lon-status/londchld</targetdir>
  340:   <categoryname>server standard</categoryname>
  341:   <description>
  342: Used by lond parent to check if children are responding to USR1 signals
  343: (otherwise they are killed and replaced).
  344:   </description>
  345: </directory>
  346: <directory dist='default'>
  347:   <protectionlevel>modest_delete</protectionlevel>
  348:   <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
  349:   <categoryname>server standard</categoryname>
  350:   <description>location where temporary files (for caching) are stored
  351:   </description>
  352: </directory>
  353: <directory dist='default'>
  354:   <protectionlevel>modest_delete</protectionlevel>
  355:   <targetdir dist='default'>home/httpd/prtspool</targetdir>
  356:   <categoryname>server standard</categoryname>
  357:   <description>for the output of lonprintout.pm
  358:   </description>
  359: </directory>
  360: <directory dist='default'>
  361:   <protectionlevel>modest_delete</protectionlevel>
  362:   <targetdir dist='default'>home/httpd/lib</targetdir>
  363:   <categoryname>server readonly</categoryname>
  364:   <description>location of LON-CAPA software modules and
  365: extensions</description>
  366: </directory>
  367: <directory dist='default'>
  368:   <!-- Must protect localauth.pm from extinction. -->
  369:   <protectionlevel>weak_delete</protectionlevel>
  370:   <targetdir dist='default'>home/httpd/lib/perl</targetdir>
  371:   <categoryname>server readonly</categoryname>
  372:   <description>location of LON-CAPA non web mod-perl handlers</description>
  373: </directory>
  374: <directory dist='default'>
  375:   <protectionlevel>modest_delete</protectionlevel>
  376:   <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
  377:   <categoryname>server readonly</categoryname>
  378:   <description>location of LON-CAPA web mod-perl handlers</description>
  379: </directory>
  380: <directory dist='default'>
  381:   <protectionlevel>modest_delete</protectionlevel>
  382:   <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
  383:   <categoryname>server readonly</categoryname>
  384:   <description>location of HTML specific perl module fixes and additions
  385:   </description>
  386: </directory>
  387: <directory dist='default'>
  388:   <protectionlevel>modest_delete</protectionlevel>
  389:   <targetdir dist='default'>home/httpd/lib/perl/LONCAPA</targetdir>
  390:   <categoryname>server readonly</categoryname>
  391:   <description>location of HTML specific perl module fixes and additions
  392:   </description>
  393: </directory>
  394: <directory dist='default'>
  395:    <protectionlevel>modest_delete</protectionlevel>
  396:  <targetdir dist='default'>home/httpd/lonIDs</targetdir>
  397:   <categoryname>server standard</categoryname>
  398:   <description>cookie jar</description>
  399: </directory>
  400: <directory dist='default'>
  401:    <protectionlevel>modest_delete</protectionlevel>
  402:  <targetdir dist='default'>home/httpd/scantron</targetdir>
  403:   <categoryname>server standard</categoryname>
  404:   <description>uploaded scantron forms directory</description>
  405: </directory>
  406: <directory dist='default'>
  407:   <protectionlevel>modest_delete</protectionlevel>
  408:   <targetdir dist='default'>home/httpd/sockets</targetdir>
  409:   <categoryname>server standard</categoryname>
  410:   <description>lonc's sockets</description>
  411: </directory>
  412: <directory dist='default'>
  413:   <protectionlevel>modest_delete</protectionlevel>
  414:   <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
  415:   <categoryname>server standard</categoryname>
  416:   <description>lonc's sockets (delayed)</description>
  417: </directory>
  418: <directory dist='default'>
  419:   <protectionlevel>never_delete</protectionlevel>
  420:   <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
  421:   <categoryname>standard</categoryname>
  422:   <description>location of cgi scripts</description>
  423: </directory>
  424: <directory dist='default'>
  425:   <protectionlevel>never_delete</protectionlevel>
  426:   <targetdir dist='default'>home/httpd/html</targetdir>
  427:   <categoryname>server standard</categoryname>
  428:   <description>location of web-accessible file tree</description>
  429: </directory>
  430: <directory dist='default'>
  431:   <protectionlevel>never_delete</protectionlevel>
  432:   <targetdir dist='default'>home/httpd/html/res</targetdir>
  433:   <categoryname>server standard</categoryname>
  434:   <description>root of resource tree</description>
  435: </directory>
  436: <directory dist='default'>
  437:   <protectionlevel>modest_delete</protectionlevel>
  438:   <targetdir dist='default'>home/httpd/html/userfiles</targetdir>
  439:   <categoryname>server standard</categoryname>
  440:   <description>root for user uploaded files</description>
  441: </directory>
  442: <directory dist='default'>
  443:   <protectionlevel>modest_delete</protectionlevel>
  444:   <targetdir dist='default'>home/httpd/html/adm</targetdir>
  445:   <categoryname>server readonly</categoryname>
  446:   <description>unauthenticated resources</description>
  447: </directory>
  448: <directory dist='default'>
  449:   <protectionlevel>modest_delete</protectionlevel>
  450:   <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
  451:   <categoryname>server readonly</categoryname>
  452:   <description>home of the rat</description>
  453: </directory>
  454: <directory dist='default'>
  455:   <protectionlevel>modest_delete</protectionlevel>
  456:   <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
  457:   <categoryname>server readonly</categoryname>
  458:   <description>online help documentation</description>
  459: </directory>
  460: <directory dist='default'>
  461:   <protectionlevel>modest_delete</protectionlevel>
  462:   <targetdir dist='default'>home/httpd/html/adm/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='run if dependencies change'>
  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_Numerical_and_Formula_Response.tex;
 1906: Ambiguous_Reference.tex;
 1907: Analyze_Problem.tex;
 1908: Author_LON-CAPA_Introduction.tex;
 1909: Author_Manual_Title_Page.tex;
 1910: Author_Numerical_and_Formula.tex;
 1911: Author_Remote_Control.tex;
 1912: Authoring_Adding_Pictures.tex;
 1913: Authoring_DataResponse.tex;
 1914: Authoring_Dynamic_Plot.tex;
 1915: Authoring_ExternalResponse.tex;
 1916: Authoring_Foil_Structure_Tags.tex;
 1917: Authoring_HTML_vs_Tex.tex;
 1918: Authoring_Hint_Tags.tex;
 1919: Authoring_ImageResponse.tex;
 1920: Authoring_Input_Tags.tex;
 1921: Authoring_Internal_Tags.tex;
 1922: Authoring_M_Tag.tex;
 1923: Authoring_NumericalResponse.tex;
 1924: Authoring_OptionResponse.tex;
 1925: Authoring_Output_Tags.tex;
 1926: Authoring_Pictures_EPS.tex;
 1927: Authoring_Piecewise_Plot.tex;
 1928: Authoring_RadiobuttonResponse.tex;
 1929: Authoring_Response_Attributes.tex;
 1930: Authoring_Response_Tag_Intro.tex;
 1931: Authoring_Responseparam_Parameter.tex;
 1932: Authoring_Scripting_Tags.tex;
 1933: Authoring_Structure_Tags.tex;
 1934: Authoring_XML_Intro.tex;
 1935: CAPA_LON-CAPA_function_diffs.tex;
 1936: Calendar_Add_Announcement.tex;
 1937: Calendar_Remove_Announcement.tex;
 1938: Calling_Functions.tex;
 1939: Chart_Description.tex;
 1940: Chart_Output_Data.tex;
 1941: Chart_Output_Formats.tex;
 1942: Coauthor.tex;
 1943: Construction_Space_Overview.tex;
 1944: Course_Add_Student.tex;
 1945: Course_Chart_To_Excel.tex;
 1946: Course_Chat.tex;
 1947: Course_Convert_To_CSV.tex;
 1948: Course_Create_Class_List.tex;
 1949: Course_Critical_Message.tex;
 1950: Course_Deleting.tex;
 1951: Course_Disable_Discussion.tex;
 1952: Course_Discussion_Board.tex;
 1953: Course_Drop_Student.tex;
 1954: Course_Edit_Content.tex;
 1955: Course_Face_To_Face_Records.tex;
 1956: Course_Feedback_Addresses.tex;
 1957: Course_Homework_Performance_Overview.tex;
 1958: Course_Manual_Title_Page.tex;
 1959: Course_Maximum_Collaborators.tex;
 1960: Course_Message_Access.tex;
 1961: Course_Modify_Student_Data.tex;
 1962: Course_Parameter_Levels.tex;
 1963: Course_Problem_Weight.tex;
 1964: Course_Set_Start_End_Date.tex;
 1965: Course_Setting_Parameters.tex;
 1966: Course_Student_Grade_Override.tex;
 1967: Course_Student_Work.tex;
 1968: Course_Toplevel_Seq.tex;
 1969: Course_User_Evaluation.tex;
 1970: Course_User_Parameter.tex;
 1971: Create_Course.tex;
 1972: Creating_A_Course_Intro.tex;
 1973: Creating_New_Content_Pages.tex;
 1974: Creating_Online_Problems.tex;
 1975: Creating_Radio_Response_Problems.tex;
 1976: Docs_About_Bulletin_Board.tex;
 1977: Docs_About_My_Personal_Info.tex;
 1978: Docs_About_Simple_Page.tex;
 1979: Docs_About_Syllabus.tex;
 1980: Docs_Adding_Course_Doc.tex;
 1981: Docs_Adding_External_Resource.tex;
 1982: Docs_Adding_Folders.tex;
 1983: Docs_Alternatives.tex;
 1984: Docs_Creating_From_Template.tex;
 1985: Docs_Editing_Templated_Pages.tex;
 1986: Docs_Importing_LON-CAPA_Resource.tex;
 1987: Docs_Main_Course_Documents.tex;
 1988: Docs_Navigate_Content.tex;
 1989: Docs_Overview.tex;
 1990: Docs_Supplemental.tex;
 1991: Docs_Uploading_From_Harddrive.tex;
 1992: Foils.tex;
 1993: Formula_Response_Adv_Intro.tex;
 1994: Formula_Response_Example.tex;
 1995: Formula_Response_Limitations.tex;
 1996: Formula_Response_Problems.tex;
 1997: Formula_Response_Sampling.tex;
 1998: Formula_Tolerance.tex;
 1999: General_Intro.tex;
 2000: Greek_Symbols.tex;
 2001: How_To_Edit_Existing_Content_Pages.tex;
 2002: Leaving_Feedback.tex;
 2003: Login_To_LON-CAPA.tex;
 2004: Metadata_Description.tex;
 2005: Navmap_Host_Down.tex;
 2006: Numerical_Response_Advanced_Example.tex;
 2007: Numerical_Response_Format.tex;
 2008: Numerical_Response_Intro.tex;
 2009: Numerical_Response_Introduction.tex;
 2010: Numerical_Response_Parts_A.tex;
 2011: Numerical_Response_Parts_B.tex;
 2012: Numerical_Response_Problems.tex;
 2013: Numerical_Response_Randomization.tex;
 2014: Numerical_Response_Simple_Example.tex;
 2015: Numerical_Response_Tutorial_A.tex;
 2016: Numerical_Response_Units.tex;
 2017: Option_Response_Concept_Group_Example.tex;
 2018: Option_Response_Matching_Example.tex;
 2019: Option_Response_Problem_Creation.tex;
 2020: Option_Response_Problem_Figure.tex;
 2021: Option_Response_Problem_Parts.tex;
 2022: Option_Response_Problems.tex;
 2023: Option_Response_Simple.tex;
 2024: Other_Symbols.tex;
 2025: Part_Tag_Edit_Help.tex;
 2026: Personal_Info_Page.tex;
 2027: Physical_Units.tex;
 2028: Prefs_Forwarding.tex;
 2029: Prefs_Screen_Name_Nickname.tex;
 2030: Problem_Editor_Testing_Area.tex;
 2031: Problem_Editor_XML_Index.tex;
 2032: Problem_LON-CAPA_Functions.tex;
 2033: Problem_Types.tex;
 2034: Publishing_A_Resource.tex;
 2035: Publishing_Author_Tutorial_Segue.tex;
 2036: Publishing_Copyright.tex;
 2037: Publishing_Intro.tex;
 2038: Publishing_Keywords.tex;
 2039: Quick_Grades_Possibly_Correct.tex;
 2040: Radio_Response_Problems.tex;
 2041: Radio_Response_Randomization.tex;
 2042: Ranking_Problems.tex;
 2043: Resource_Types.tex;
 2044: Script_Functions.tex;
 2045: Script_Tutorial_Intro.tex;
 2046: Script_Variables.tex;
 2047: Scripting_Help.tex;
 2048: Sequence_Advanced_Editor_Creation.tex;
 2049: Sequence_Definition.tex;
 2050: Sequence_Editor_Selection.tex;
 2051: Sequence_Page_Maps.tex;
 2052: Sequence_Simple_Editor_Creation.tex;
 2053: Sequence_Top-Level.tex;
 2054: Significant_Figures.tex;
 2055: Spreadsheet_About.tex;
 2056: Spreadsheet_Alternative_View.tex;
 2057: Spreadsheet_Changes_To_Grading.tex;
 2058: Spreadsheet_Col_Sum.tex;
 2059: Spreadsheet_Completely_Recalc.tex;
 2060: Spreadsheet_Empty_Rows.tex;
 2061: Spreadsheet_Export_Row.tex;
 2062: Spreadsheet_Functions.tex;
 2063: Spreadsheet_Import_Values.tex;
 2064: Spreadsheet_Levels.tex;
 2065: Spreadsheet_Lists.tex;
 2066: Spreadsheet_Max_Depth_Exceeded.tex;
 2067: Spreadsheet_OOO_Rows.tex;
 2068: Spreadsheet_Op_On_All_Problem_Parts.tex;
 2069: Spreadsheet_Parms.tex;
 2070: Spreadsheet_Problem_Weight.tex;
 2071: Spreadsheet_Ranges.tex;
 2072: Spreadsheet_Specifying_Cells.tex;
 2073: Spreadsheet_Student_Visible.tex;
 2074: Spreadsheet_Symbolic_Names.tex;
 2075: Spreadsheet_Template_Row.tex;
 2076: Spreadsheet_Ternary_Operator.tex;
 2077: Spreadsheet_Tries.tex;
 2078: String_Response_Problem_Creation.tex;
 2079: String_Response_Problems.tex;
 2080: Syllabus_ExtLink.tex;
 2081: Syllabus_URLs.tex;
 2082: Tolerance.tex;
 2083: Uploaded_Templates_PublicView.tex;
 2084: Uploaded_Templates_TextBoxes.tex;
 2085: Variable_Naming_Conventions.tex;
 2086: Variable_Tutorial_A.tex;
 2087: Variables_in_Scripts.tex;
 2088: Variables_in_the_Answer_Block.tex;
 2089: Variables_in_the_Text_Block.tex;
 2090: all_functions_table.tex;
 2091: </filenames>
 2092: </fileglob>
 2093: <file>
 2094: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
 2095: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
 2096: <categoryname>interface file</categoryname>
 2097: <description>
 2098: A gdbm file containing a label->tex file hash.
 2099: </description>
 2100: <status>works/unverified</status>
 2101: </file>
 2102: <file>
 2103: <source>loncom/interface/lonstatistics.pm</source>
 2104: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
 2105: <categoryname>handler</categoryname>
 2106: <description>
 2107: Handler to show statistics on solving LON-CAPA problems.
 2108: </description>
 2109: <status>works/unverified</status>
 2110: </file>
 2111: <file>
 2112: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
 2113: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
 2114: </target>
 2115: <categoryname>handler</categoryname>
 2116: <description>
 2117: The module that generate the html for the Problem Statistics web pages.
 2118: </description>
 2119: <status>works/unverified</status>
 2120: </file>
 2121: <file>
 2122: <source>loncom/interface/statistics/lonpercentage.pm</source>
 2123: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
 2124: </target>
 2125: <categoryname>handler</categoryname>
 2126: <description>
 2127: The module that generate the html for the Percentage graph web pages.
 2128: </description>
 2129: <status>works/unverified</status>
 2130: </file>
 2131: <file>
 2132: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
 2133: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
 2134: </target>
 2135: <categoryname>handler</categoryname>
 2136: <description>
 2137: The module that generate the html for the Problem Analysis web pages.
 2138: </description>
 2139: <status>works/unverified</status>
 2140: </file>
 2141: <file>
 2142: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
 2143: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
 2144: </target>
 2145: <categoryname>handler</categoryname>
 2146: <description>
 2147: The module that generate the html for the Student Assessment/Chart web pages.
 2148: </description>
 2149: <status>works/unverified</status>
 2150: </file>
 2151: <file>
 2152: <source>loncom/publisher/londiff.pm</source>
 2153: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
 2154: <categoryname>handler</categoryname>
 2155: <description>
 2156: Handler to show difference between two files.
 2157: </description>
 2158: <status>works/unverified</status>
 2159: </file>
 2160: <file>
 2161: <source>loncom/publisher/lonrights.pm</source>
 2162: <target dist='default'>home/httpd/lib/perl/Apache/lonrights.pm</target>
 2163: <categoryname>handler</categoryname>
 2164: <description>
 2165: Handler to show and edit custom distribution rights
 2166: </description>
 2167: <status>works/unverified</status>
 2168: </file>
 2169: <file>
 2170: <source>loncom/publisher/lonupload.pm</source>
 2171: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
 2172: <categoryname>handler</categoryname>
 2173: <description>
 2174: Handler to upload files through browser into construction space.
 2175: </description>
 2176: <status>works/unverified</status>
 2177: </file>
 2178: <file>
 2179: <source>doc/man/Apache__lonupload.3</source>
 2180: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
 2181: <categoryname>doc</categoryname>
 2182: <description>man page for lonupload.pm</description>
 2183: <build trigger='always run'>
 2184: loncom/build/pod2man.sh ../publisher/lonupload.pm &gt; \
 2185: ../../doc/man/Apache__lonupload.3 &amp;&amp; echo 'manifying lonupload.pm'
 2186: </build>
 2187: <status>works/unverified</status>
 2188: <dependencies>
 2189: ../../loncom/publisher/lonupload.pm
 2190: </dependencies>
 2191: </file>
 2192: <file>
 2193: <source>doc/lib/perl/Apache/lonupload.html</source>
 2194: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
 2195: </target>
 2196: <categoryname>doc</categoryname>
 2197: <description>POD-derived page for lonupload.pm</description>
 2198: <build trigger='always run'>
 2199: loncom/build/pod2html.sh ../publisher/lonupload.pm &gt; \
 2200: ../../doc/lib/perl/Apache/lonupload.html &amp;&amp; \
 2201: echo 'pod2html lonupload.pm'
 2202: </build>
 2203: <status>works/unverified</status>
 2204: <dependencies>
 2205: ../../loncom/publisher/lonupload.pm
 2206: </dependencies>
 2207: </file>
 2208: <file>
 2209: <source>loncom/homework/essayresponse.pm</source>
 2210: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
 2211: <categoryname>handler</categoryname>
 2212: <description>
 2213: Handler to evaluate essay (ungraded) style responses.
 2214: </description>
 2215: <status>works/unverified</status>
 2216: </file>
 2217: <file>
 2218: <source>loncom/homework/externalresponse.pm</source>
 2219: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
 2220: <categoryname>handler</categoryname>
 2221: <description>
 2222: Handler to evaluate externally graded responses.
 2223: </description>
 2224: <status>works/unverified</status>
 2225: </file>
 2226: <file>
 2227: <source>loncom/homework/loncapagrade.pm</source>
 2228: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
 2229: <categoryname>handler</categoryname>
 2230: <description>
 2231: Holds results and defines
 2232: tag handlers needed by externalresponse.pm
 2233: </description>
 2234: <status>works/unverified</status>
 2235: </file>
 2236: <file>
 2237: <source>loncom/publisher/lonpubdir.pm</source>
 2238: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
 2239: <categoryname>handler</categoryname>
 2240: <description>
 2241: Handler to publish directories.
 2242: </description>
 2243: </file>
 2244: <file>
 2245: <source>loncom/publisher/lonunauthorized.pm</source>
 2246: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
 2247: <categoryname>handler</categoryname>
 2248: <description>
 2249: Handler to explain failed contruction space access.
 2250: </description>
 2251: </file>
 2252: <file>
 2253: <source>doc/man/Apache__lonpubdir.3</source>
 2254: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
 2255: <categoryname>doc</categoryname>
 2256: <description>man page for lonpubdir.pm</description>
 2257: <build trigger='always run'>
 2258: loncom/build/pod2man.sh ../publisher/lonpubdir.pm &gt; \
 2259: ../../doc/man/Apache__lonpubdir.3 &amp;&amp; echo 'manifying lonpubdir.pm'
 2260: </build>
 2261: <status>works/unverified</status>
 2262: <dependencies>
 2263: ../../loncom/lonnet/perl/lonnet.pm
 2264: </dependencies>
 2265: </file>
 2266: <file>
 2267: <source>doc/lib/perl/Apache/lonpubdir.html</source>
 2268: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
 2269: </target>
 2270: <categoryname>doc</categoryname>
 2271: <description>POD-derived page for lonpubdir.pm</description>
 2272: <build trigger='always run'>
 2273: loncom/build/pod2html.sh ../publisher/lonpubdir.pm &gt; \
 2274: ../../doc/lib/perl/Apache/lonpubdir.html &amp;&amp; \
 2275: echo 'pod2html lonpubdir.pm'
 2276: </build>
 2277: <status>works/unverified</status>
 2278: <dependencies>
 2279: ../../loncom/publisher/lonpubdir.pm
 2280: </dependencies>
 2281: </file>
 2282: <file>
 2283: <source>loncom/publisher/lonretrieve.pm</source>
 2284: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
 2285: <categoryname>handler</categoryname>
 2286: <description>
 2287: Handler to retrieve old versions from resource space.
 2288: </description>
 2289: <status>works/unverified</status>
 2290: </file>
 2291: <file>
 2292: <source>doc/man/Apache__lonretrieve.3</source>
 2293: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
 2294: <categoryname>doc</categoryname>
 2295: <description>man page for lonretrieve.pm</description>
 2296: <build trigger='always run'>
 2297: loncom/build/pod2man.sh ../publisher/lonretrieve.pm &gt; \
 2298: ../../doc/man/Apache__lonretrieve.3 &amp;&amp; echo 'manifying lonretrieve.pm'
 2299: </build>
 2300: <status>works/unverified</status>
 2301: <dependencies>
 2302: ../../loncom/publisher/lonretrieve.pm
 2303: </dependencies>
 2304: </file>
 2305: <file>
 2306: <source>doc/lib/perl/Apache/lonretrieve.html</source>
 2307: <target dist='default'>
 2308: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
 2309: </target>
 2310: <categoryname>doc</categoryname>
 2311: <description>POD-derived page for lonretrieve.pm</description>
 2312: <build trigger='always run'>
 2313: loncom/build/pod2html.sh ../publisher/lonretrieve.pm &gt; \
 2314: ../../doc/lib/perl/Apache/lonretrieve.html &amp;&amp; \
 2315: echo 'pod2html lonretrieve.pm'
 2316: </build>
 2317: <status>works/unverified</status>
 2318: <dependencies>
 2319: ../../loncom/publisher/lonretrieve.pm
 2320: </dependencies>
 2321: </file>
 2322: <file>
 2323: <source>loncom/homework/edit.pm</source>
 2324: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
 2325: <categoryname>handler</categoryname>
 2326: <description>
 2327: Helper functions when in homework edit mode.
 2328: </description>
 2329: </file>
 2330: <file>
 2331: <source>doc/man/Apache__edit.3</source>
 2332: <target dist='default'>usr/man/man3/Apache::edit.3</target>
 2333: <categoryname>doc</categoryname>
 2334: <description>man page for edit.pm</description>
 2335: <build trigger='always run'>
 2336: loncom/build/pod2man.sh ../homework/edit.pm &gt; ../../doc/man/Apache__edit.3 &amp;&amp; \
 2337: echo 'manifying edit.pm'
 2338: </build>
 2339: <status>works/unverified</status>
 2340: <dependencies>
 2341: ../../loncom/homework/edit.pm
 2342: </dependencies>
 2343: </file>
 2344: <file>
 2345: <source>doc/lib/perl/Apache/edit.html</source>
 2346: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
 2347: </target>
 2348: <categoryname>doc</categoryname>
 2349: <description>POD-derived page for edit.pm</description>
 2350: <build trigger='always run'>
 2351: loncom/build/pod2html.sh ../homework/edit.pm &gt; \
 2352: ../../doc/lib/perl/Apache/edit.html \
 2353: &amp;&amp; echo 'pod2html edit.pm'
 2354: </build>
 2355: <status>works/unverified</status>
 2356: <dependencies>
 2357: ../../loncom/homework/edit.pm
 2358: </dependencies>
 2359: </file>
 2360: <file>
 2361: <source>loncom/interface/lonmeta.pm</source>
 2362: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
 2363: <categoryname>handler</categoryname>
 2364: <description>Metadata display handler.</description>
 2365: <status>works/unverified</status>
 2366: </file>
 2367: <file>
 2368: <source>rat/lonambiguous.pm</source>
 2369: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
 2370: <categoryname>handler</categoryname>
 2371: <description>
 2372: Handler to resolve ambiguous file locations.
 2373: </description>
 2374: <status>works/unverified</status>
 2375: </file>
 2376: <file>
 2377: <source>rat/lonratparms.pm</source>
 2378: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
 2379: <categoryname>handler</categoryname>
 2380: <description>
 2381: Handler to set resource parameters inside of the RAT based on metadata.
 2382: </description>
 2383: <status>works/unverified</status>
 2384: </file>
 2385: <file>
 2386: <source>rat/lonsequence.pm</source>
 2387: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
 2388: <categoryname>handler</categoryname>
 2389: <description>
 2390: Handler for showing sequence objects of educational resources.
 2391: </description>
 2392: <status>works/unverified</status>
 2393: </file>
 2394: <file>
 2395: <source>loncom/interface/loncreatecourse.pm</source>
 2396: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
 2397: <categoryname>handler</categoryname>
 2398: <description>
 2399: Allows domain coordinators to create new courses and assign course
 2400: coordinators.
 2401: </description>
 2402: <status>works/unverified</status>
 2403: </file>
 2404: <file>
 2405: <source>loncom/interface/loncreateuser.pm</source>
 2406: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
 2407: <categoryname>handler</categoryname>
 2408: <description>
 2409: Allows users to within their own privileges create/edit users and give
 2410: them roles. 
 2411: </description>
 2412: <status>works/unverified</status>
 2413: </file>
 2414: <file>
 2415: <source>loncom/interface/lonhtmlcommon.pm</source>
 2416: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
 2417: <categoryname>handler</categoryname>
 2418: <description>
 2419: Contains a set of functions that generate html controls and data layouts
 2420: </description>
 2421: </file>
 2422: <file>
 2423: <source>loncom/interface/loncoursedata.pm</source>
 2424: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
 2425: <categoryname>handler</categoryname>
 2426: <description>
 2427: Common functions for handling student course data (download and process)
 2428: </description>
 2429: </file>
 2430: <file>
 2431: <source>loncom/interface/loncommon.pm</source>
 2432: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
 2433: <categoryname>handler</categoryname>
 2434: <description>
 2435: Makes a table out of the previous attempts.  Inputs result_from_symbread,
 2436: user, domain, home_server, course_id.
 2437: </description>
 2438: <status>works/unverified</status>
 2439: </file>
 2440: <file>
 2441: <source>doc/man/Apache__loncommon.3</source>
 2442: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
 2443: <categoryname>doc</categoryname>
 2444: <description>man page for loncommon.pm</description>
 2445: <build trigger='always run'>
 2446: loncom/build/pod2man.sh ../interface/loncommon.pm &gt; \
 2447: ../../doc/man/Apache__loncommon.3 &amp;&amp; echo 'manifying loncommon.pm'
 2448: </build>
 2449: <status>works/unverified</status>
 2450: <dependencies>
 2451: ../../loncom/interface/loncommon.pm
 2452: </dependencies>
 2453: </file>
 2454: <file>
 2455: <source>doc/lib/perl/Apache/loncommon.html</source>
 2456: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
 2457: </target>
 2458: <categoryname>doc</categoryname>
 2459: <description>POD-derived page for loncommon.pm</description>
 2460: <build trigger='always run'>
 2461: loncom/build/pod2html.sh ../interface/loncommon.pm &gt; \
 2462: ../../doc/lib/perl/Apache/loncommon.html &amp;&amp; \
 2463: echo 'pod2html loncommon.pm'
 2464: </build>
 2465: <status>works/unverified</status>
 2466: <dependencies>
 2467: ../../loncom/interface/loncommon.pm
 2468: </dependencies>
 2469: </file>
 2470: <file>
 2471: <source>loncom/homework/grades.pm</source>
 2472: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
 2473: <categoryname>handler</categoryname>
 2474: <description>Handles the viewing of grades.</description>
 2475: </file>
 2476: <file>
 2477: <source>loncom/homework/imageresponse.pm</source>
 2478: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
 2479: <categoryname>handler</categoryname>
 2480: <description>
 2481: Coordinates the response to clicking an image.
 2482: </description>
 2483: <status>works/unverified</status>
 2484: </file>
 2485: <file>
 2486: <source>loncom/homework/optionresponse.pm</source>
 2487: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
 2488: <categoryname>handler</categoryname>
 2489: <description>
 2490: Handles tags associated with showing a list of options.</description>
 2491: </file>
 2492: <file>
 2493: <source>loncom/homework/outputtags.pm</source>
 2494: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
 2495: <categoryname>handler</categoryname>
 2496: <description>
 2497: Handles tags associated with output.  Seems to relate to due dates of the
 2498: assignment.
 2499: </description>
 2500: <status>works/unverified</status>
 2501: </file>
 2502: 
 2503: <file>
 2504:   <source>loncom/homework/chemresponse.pm</source>
 2505:   <target dist='default'>home/httpd/lib/perl/Apache/chemresponse.pm</target>
 2506:   <categoryname>handler</categoryname>
 2507:   <description>
 2508:     Handle the tags organicresponse/structure and reationresponse
 2509:   </description>
 2510:   <status>works/unverified</status>
 2511: </file>
 2512: 
 2513: <fileglob>
 2514:   <glob>*.*</glob>
 2515:   <sourcedir>loncom/html/adm/jme/</sourcedir>
 2516:   <targetdir dist='default'>home/httpd/html/adm/jme/</targetdir>
 2517:   <categoryname>interface file</categoryname>
 2518:   <description>
 2519:     JME files, for editing organic structures
 2520:   </description>
 2521:   <filenames>
 2522: JME.jar;
 2523: jme.gif;
 2524: jme_help.html;
 2525: nitro.gif;
 2526: smiles.gif
 2527:   </filenames>
 2528: </fileglob>
 2529: <file>
 2530: <source>loncom/interface/lontest.pm</source>
 2531: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
 2532: <categoryname>handler</categoryname>
 2533: <description>
 2534: Used for debugging and testing the LON-CAPA system.
 2535: </description>
 2536: <status>works/unverified</status>
 2537: </file>
 2538: <file>
 2539: <source>loncom/homework/radiobuttonresponse.pm</source>
 2540: <target dist='default'>
 2541: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
 2542: <categoryname>handler</categoryname>
 2543: <description>
 2544: Handles multiple-choice style responses.
 2545: </description>
 2546: <status>works/unverified</status>
 2547: </file>
 2548: <file>
 2549: <source>loncom/interface/lonassignments.pm</source>
 2550: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
 2551: <categoryname>handler</categoryname>
 2552: <description>
 2553: Handles processing of assignments.
 2554: </description>
 2555: <status>works/unverified</status>
 2556: </file>
 2557: <file>
 2558: <source>loncom/interface/loncommunicate.pm</source>
 2559: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
 2560: <categoryname>handler</categoryname>
 2561: <description>
 2562: Will be the access handler to email sending, as well as the planned
 2563: chatrooms, etc.
 2564: </description>
 2565: <status>works/unverified</status>
 2566: </file>
 2567: <file>
 2568: <source>loncom/interface/lonerrorhandler.pm</source>
 2569: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
 2570: <categoryname>handler</categoryname>
 2571: <description>
 2572: Handles errors.
 2573: </description>
 2574: <status>works/unverified</status>
 2575: </file>
 2576: <file>
 2577: <source>loncom/interface/lonevaluate.pm</source>
 2578: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
 2579: <categoryname>handler</categoryname>
 2580: <description>
 2581: Handles evaluation.
 2582: </description>
 2583: <status>works/unverified</status>
 2584: </file>
 2585: <file>
 2586: <source>loncom/interface/lonfeedback.pm</source>
 2587: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
 2588: <categoryname>handler</categoryname>
 2589: <description>
 2590: Handles feedback from students to instructors and system administrators.
 2591: Provides a screenshot of the current
 2592: resource, as well as previous attempts if the resource was a homework.
 2593: Used by lonmsg.pm.
 2594: </description>
 2595: <status>works/unverified</status>
 2596: </file>
 2597: <file>
 2598: <source>loncom/interface/lonnavmaps.pm</source>
 2599: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
 2600: <categoryname>handler</categoryname>
 2601: <description>
 2602: Handles navigational maps.
 2603: </description>
 2604: <status>works/unverified</status>
 2605: </file>
 2606: <file>
 2607: <source>doc/man/Apache__lonnavmaps.3</source>
 2608: <target dist='default'>usr/man/man3/Apache::lonnavmaps.3</target>
 2609: <categoryname>doc</categoryname>
 2610: <description>man page for lonnavmaps.pm</description>
 2611: <build trigger='always run'>
 2612: loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm &gt; \
 2613: ../../doc/man/Apache__lonnavmaps.3 &amp;&amp; echo 'manifying lonnavmaps.pm'
 2614: </build>
 2615: <status>works/unverified</status>
 2616: <dependencies>
 2617: ../../loncom/interface/lonnavmaps.pm
 2618: </dependencies>
 2619: </file>
 2620: <file>
 2621: <source>doc/lib/perl/Apache/lonnavmaps.html</source>
 2622: <target dist='default'>
 2623: home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html
 2624: </target>
 2625: <categoryname>doc</categoryname>
 2626: <description>POD-derived page for lonnavmaps.pm</description>
 2627: <build trigger='always run'>
 2628: loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm &gt; \
 2629: ../../doc/lib/perl/Apache/lonnavmaps.html &amp;&amp; \
 2630: echo 'pod2html lonnavmaps.pm'
 2631: </build>
 2632: <status>works/unverified</status>
 2633: <dependencies>
 2634: ../../loncom/interface/lonnavmaps.pm
 2635: </dependencies>
 2636: </file>
 2637: <file>
 2638: <source>loncom/interface/lonhelper.pm</source>
 2639: <target dist='default'>home/httpd/lib/perl/Apache/lonhelper.pm</target>
 2640: <categoryname>handler</categoryname>
 2641: <description>
 2642: Helper framework.
 2643: </description>
 2644: <status>works/unverified</status>
 2645: </file>
 2646: <file>
 2647: <source>loncom/html/adm/helper/parameter.helper</source>
 2648: <target dist='default'>home/httpd/html/adm/helper/parameter.helper</target>
 2649: <categoryname>handler</categoryname>
 2650: <description>
 2651: Parameter setting helper.
 2652: </description>
 2653: <status>works/unverified</status>
 2654: </file>
 2655: <file>
 2656: <source>loncom/html/adm/helper/course.initialization.helper</source>
 2657: <target dist='default'>home/httpd/html/adm/helper/course.initialization.helper</target>
 2658: <categoryname>handler</categoryname>
 2659: <description>
 2660: Course initialization helper.
 2661: </description>
 2662: <status>works/unverified</status>
 2663: </file>
 2664: <file>
 2665: <source>loncom/interface/lonquickgrades.pm</source>
 2666: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
 2667: <categoryname>handler</categoryname>
 2668: <description>
 2669: Student quick grades interface.
 2670: </description>
 2671: <status>works/unverified</status>
 2672: </file>
 2673: <file>
 2674: <source>loncom/interface/lonpreferences.pm</source>
 2675: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
 2676: <categoryname>handler</categoryname>
 2677: <description>
 2678: Handles user preferences associated with customizing the online LON-CAPA
 2679: educational environment.
 2680: </description>
 2681: <status>works/unverified</status>
 2682: </file>
 2683: <file>
 2684: <source>loncom/interface/lonprintout.pm</source>
 2685: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
 2686: <categoryname>handler</categoryname>
 2687: <description>
 2688: Handles the production of printable files and resources.
 2689: </description>
 2690: <status>works/unverified</status>
 2691: </file>
 2692: <file>
 2693: <source>loncom/interface/lonsearchcat.pm</source>
 2694: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
 2695: <categoryname>handler</categoryname>
 2696: <description>
 2697: Handles a searchable catalogue.
 2698: </description>
 2699: <status>works/unverified</status>
 2700: </file>
 2701: <file>
 2702: <source>loncom/interface/lonmysql.pm</source>
 2703: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
 2704: <categoryname>handler</categoryname>
 2705: <description>
 2706: Provides utility functions for creating and accessing mysql database tables.
 2707: </description>
 2708: <status>works/unverified</status>
 2709: </file>
 2710: <file>
 2711: <source>doc/man/Apache__lonsearchcat.3</source>
 2712: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
 2713: <categoryname>doc</categoryname>
 2714: <description>man page for lonsearchcat.pm</description>
 2715: <build trigger='always run'>
 2716: loncom/build/pod2man.sh ../interface/lonsearchcat.pm &gt; \
 2717: ../../doc/man/Apache__lonsearchcat.3 &amp;&amp; echo 'manifying lonsearchcat.pm'
 2718: </build>
 2719: <status>works/unverified</status>
 2720: <dependencies>
 2721: ../../loncom/interface/lonsearchcat.pm
 2722: </dependencies>
 2723: </file>
 2724: <file>
 2725: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
 2726: <target dist='default'>
 2727: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
 2728: </target>
 2729: <categoryname>doc</categoryname>
 2730: <description>POD-derived page for lonsearchcat.pm</description>
 2731: <build trigger='always run'>
 2732: loncom/build/pod2html.sh ../interface/lonsearchcat.pm &gt; \
 2733: ../../doc/lib/perl/Apache/lonsearchcat.html &amp;&amp; \
 2734: echo 'pod2html lonsearchcat.pm'
 2735: </build>
 2736: <status>works/unverified</status>
 2737: <dependencies>
 2738: ../../loncom/interface/lonsearchcat.pm
 2739: </dependencies>
 2740: </file>
 2741: <file>
 2742: <source>loncom/interface/lonmanagekeys.pm</source>
 2743: <target dist='default'>home/httpd/lib/perl/Apache/lonmanagekeys.pm</target>
 2744: <categoryname>handler</categoryname>
 2745: <description>
 2746: Allows users with "mky" privileges to generate and manage course access keys.
 2747: </description>
 2748: <status>works/unverified</status>
 2749: </file>
 2750: <file>
 2751: <source>loncom/interface/londropadd.pm</source>
 2752: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
 2753: <categoryname>handler</categoryname>
 2754: <description>
 2755: Allows course coordinators to upload courselists in different formats, and
 2756: automatically create users (if they do not exist already), assign them the
 2757: role of student in a course, and add them to the classlist.
 2758: </description>
 2759: <status>works/unverified</status>
 2760: </file>
 2761: <file>
 2762: <source>loncom/interface/lonmsg.pm</source>
 2763: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
 2764: <categoryname>handler</categoryname>
 2765: <description>
 2766: lonmsg.pm has several functions to send and receive internal messages.
 2767: author_res_msg - send message to resource author.
 2768: user_crit_msg - send a critical message to a user. A critical message
 2769: will require acknowledgment by the recipient and the sender will be notified.
 2770: user_crit_received - routine to trigger acknowledgment.
 2771: statuschange - change the status of a message (read, replied, forwarded, etc).
 2772: The handler also displays messages, has routines to reply, etc.
 2773: </description>
 2774: <status>works/unverified</status>
 2775: </file>
 2776: <file>
 2777: <source>loncom/homework/hint.pm</source>
 2778: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
 2779: <categoryname>handler</categoryname>
 2780: <description>
 2781: This handler coordinates the delivery of hints to students working on LON-CAPA
 2782: problems and assignments.
 2783: </description>
 2784: <status>works/unverified</status>
 2785: </file>
 2786: <file>
 2787: <source>loncom/interface/spreadsheet/lonspreadsheet.pm</source>
 2788: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
 2789: <categoryname>handler</categoryname>
 2790: <description>
 2791: The top level interface for the display and editing of spreadsheets.  There
 2792: are three levels of spreadsheet.
 2793: </description>
 2794: <status>works/unverified</status>
 2795: </file>
 2796: <file>
 2797: <source>loncom/interface/spreadsheet/Spreadsheet.pm</source>
 2798: <target dist='default'>home/httpd/lib/perl/Apache/Spreadsheet.pm</target>
 2799: <categoryname>handler</categoryname>
 2800: <description>
 2801: Defines the parent object of each spreadsheet type (classcalc, studentcalc,
 2802: assesscalc).
 2803: </description>
 2804: <status>works/unverified</status>
 2805: </file>
 2806: <file>
 2807: <source>loncom/interface/spreadsheet/classcalc.pm</source>
 2808: <target dist='default'>home/httpd/lib/perl/Apache/classcalc.pm</target>
 2809: <categoryname>handler</categoryname>
 2810: <description>
 2811: Defines the specifics of the course level spreadsheet.
 2812: </description>
 2813: <status>works/unverified</status>
 2814: </file>
 2815: <file>
 2816: <source>loncom/interface/spreadsheet/studentcalc.pm</source>
 2817: <target dist='default'>home/httpd/lib/perl/Apache/studentcalc.pm</target>
 2818: <categoryname>handler</categoryname>
 2819: <description>
 2820: Defines the specifics of the student level spreadsheet.
 2821: </description>
 2822: <status>works/unverified</status>
 2823: </file>
 2824: <file>
 2825: <source>loncom/interface/spreadsheet/assesscalc.pm</source>
 2826: <target dist='default'>home/httpd/lib/perl/Apache/assesscalc.pm</target>
 2827: <categoryname>handler</categoryname>
 2828: <description>
 2829: Defines the specifics of the assessment level spreadsheet.
 2830: </description>
 2831: <status>works/unverified</status>
 2832: </file>
 2833: <file>
 2834: <source>loncom/interface/lonparmset.pm</source>
 2835: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
 2836: <categoryname>handler</categoryname>
 2837: <description>
 2838: Handler to resolve ambiguous file locations
 2839: </description>
 2840: <status>works/unverified</status>
 2841: </file>
 2842: <file>
 2843: <source>doc/man/Apache__lonparmset.3</source>
 2844: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
 2845: <categoryname>doc</categoryname>
 2846: <description>man page for lonparmset.pm</description>
 2847: <build trigger='always run'>
 2848: loncom/build/pod2man.sh ../interface/lonparmset.pm &gt; \
 2849: ../../doc/man/Apache__lonparmset.3 &amp;&amp; echo 'manifying lonparmset.pm'
 2850: </build>
 2851: <status>works/unverified</status>
 2852: <dependencies>
 2853: ../../loncom/interface/lonparmset.pm
 2854: </dependencies>
 2855: </file>
 2856: <file>
 2857: <source>doc/lib/perl/Apache/lonparmset.html</source>
 2858: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
 2859: </target>
 2860: <categoryname>doc</categoryname>
 2861: <description>POD-derived page for lonparmset.pm</description>
 2862: <build trigger='always run'>
 2863: loncom/build/pod2html.sh ../interface/lonparmset.pm &gt; \
 2864: ../../doc/lib/perl/Apache/lonparmset.html &amp;&amp; \
 2865: echo 'pod2html lonparmset.pm'
 2866: </build>
 2867: <status>works/unverified</status>
 2868: <dependencies>
 2869: ../../loncom/interface/lonparmset.pm
 2870: </dependencies>
 2871: </file>
 2872: <file>
 2873: <source>loncom/publisher/lonconstruct.pm</source>
 2874: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
 2875: <categoryname>handler</categoryname>
 2876: <description>
 2877: Page wrapper for handling construction space.
 2878: </description>
 2879: <status>works/unverified</status>
 2880: </file>
 2881: <file>
 2882: <source>loncom/publisher/lonpublisher.pm</source>
 2883: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
 2884: <categoryname>handler</categoryname>
 2885: <description>
 2886: Publishes an LON-CAPA educational resource complete with metadata
 2887: (authorship, language, copyright, creation date, etc).
 2888: </description>
 2889: <status>works/unverified</status>
 2890: </file>
 2891: <file>
 2892: <source>doc/man/Apache__lonpublisher.3</source>
 2893: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
 2894: <categoryname>doc</categoryname>
 2895: <description>man page for lonpublisher.pm</description>
 2896: <build trigger='always run'>
 2897: loncom/build/pod2man.sh ../publisher/lonpublisher.pm &gt; \
 2898: ../../doc/man/Apache__lonpublisher.3 &amp;&amp; echo 'manifying lonpublisher.pm'
 2899: </build>
 2900: <status>works/unverified</status>
 2901: <dependencies>
 2902: ../../loncom/publisher/lonpublisher.pm
 2903: </dependencies>
 2904: </file>
 2905: <file>
 2906: <source>doc/lib/perl/Apache/lonpublisher.html</source>
 2907: <target dist='default'>
 2908: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
 2909: </target>
 2910: <categoryname>doc</categoryname>
 2911: <description>POD-derived page for lonpublisher.pm</description>
 2912: <build trigger='always run'>
 2913: loncom/build/pod2html.sh ../publisher/lonpublisher.pm &gt; \
 2914: ../../doc/lib/perl/Apache/lonpublisher.html &amp;&amp; \
 2915: echo 'pod2html lonpublisher.pm'
 2916: </build>
 2917: <status>works/unverified</status>
 2918: <dependencies>
 2919: ../../loncom/publisher/lonpublisher.pm
 2920: </dependencies>
 2921: </file>
 2922: <file>
 2923: <source>loncom/interface/lonmenu.pm</source>
 2924: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
 2925: <categoryname>handler</categoryname>
 2926: <description>
 2927: Has routines which control the remote control.
 2928: </description>
 2929: <status>works/unverified</status>
 2930: </file>
 2931: <file>
 2932: <source>loncom/interface/lonremote.pm</source>
 2933: <target dist='default'>home/httpd/lib/perl/Apache/lonremote.pm</target>
 2934: <categoryname>handler</categoryname>
 2935: <description>
 2936: Handler to lauch and collapse the remote control.
 2937: </description>
 2938: <status>works/unverified</status>
 2939: </file>
 2940: <file>
 2941: <source>rat/lonpageflip.pm</source>
 2942: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
 2943: <categoryname>handler</categoryname>
 2944: <description>Deals with forward, backward, and other page flips.</description>
 2945: <status>works/unverified</status>
 2946: </file>
 2947: <file>
 2948: <source>rat/lonratedt.pm</source>
 2949: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
 2950: <categoryname>handler</categoryname>
 2951: <description>
 2952: Builds up frame set and loads in the right thing.
 2953: </description>
 2954: <status>works/unverified</status>
 2955: </file>
 2956: <file>
 2957: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
 2958: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
 2959: <categoryname>handler</categoryname>
 2960: <description>
 2961: Homework remote control.
 2962: </description>
 2963: <status>works/unverified</status>
 2964: </file>
 2965: <file>
 2966: <source>loncom/html/res/adm/pages/chatroom.html</source>
 2967: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
 2968: <categoryname>handler</categoryname>
 2969: <description>
 2970: Establishes frameset for chatroom
 2971: </description>
 2972: <status>works/unverified</status>
 2973: </file>
 2974: <file>
 2975: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
 2976: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
 2977: <categoryname>handler</categoryname>
 2978: <description>
 2979: This will take annotations and then plug them into a page.
 2980: </description>
 2981: <status>works/unverified</status>
 2982: </file>
 2983: <file>
 2984: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
 2985: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
 2986: <categoryname>handler</categoryname>
 2987: <description>
 2988: This will take bookmarks and get/write/display them for the LON-CAPA user
 2989: interface.
 2990: </description>
 2991: <status>works/unverified</status>
 2992: </file>
 2993: <file>
 2994: <source>rat/lonratsrv.pm</source>
 2995: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
 2996: <categoryname>handler</categoryname>
 2997: <description>
 2998: Handler that takes output from RAT and stores it on disk.  Handles the upper
 2999: hidden frame of the added window that comes up in RAT.   (3 frames come up in
 3000: RAT server, code, and output.  This module handles server connection.)
 3001: </description>
 3002: <status>works/unverified</status>
 3003: </file>
 3004: <file>
 3005: <source>rat/lonpage.pm</source>
 3006: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
 3007: <categoryname>handler</categoryname>
 3008: <description>
 3009: bundles pages into one page
 3010: </description>
 3011: <status>works/unverified</status>
 3012: </file>
 3013: <file>
 3014: <source>doc/man/Apache__lonpage.3</source>
 3015: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
 3016: <categoryname>doc</categoryname>
 3017: <description>man page for lonpage.pm</description>
 3018: <build trigger='always run'>
 3019: loncom/build/pod2man.sh ../../rat/lonpage.pm &gt; \
 3020: ../../doc/man/Apache__lonpage.3 &amp;&amp; echo 'manifying lonpage.pm'
 3021: </build>
 3022: <status>works/unverified</status>
 3023: <dependencies>
 3024: ../../rat/lonpage.pm
 3025: </dependencies>
 3026: </file>
 3027: <file>
 3028: <source>doc/lib/perl/Apache/lonpage.html</source>
 3029: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
 3030: </target>
 3031: <categoryname>doc</categoryname>
 3032: <description>POD-derived page for lonnet.pm</description>
 3033: <build trigger='always run'>
 3034: loncom/build/pod2html.sh ../../rat/lonpage.pm &gt; \
 3035: ../../doc/lib/perl/Apache/lonpage.html &amp;&amp; echo 'pod2html lonpage.pm'
 3036: </build>
 3037: <status>works/unverified</status>
 3038: <dependencies>
 3039: ../../rat/lonpage.pm
 3040: </dependencies>
 3041: </file>
 3042: <file>
 3043: <source>rat/lonuserstate.pm</source>
 3044: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
 3045: <categoryname>handler</categoryname>
 3046: <description>
 3047: compile course into binary data structure
 3048: </description>
 3049: <status>works/unverified</status>
 3050: </file>
 3051: <file>
 3052: <source>doc/man/Apache__lonuserstate.3</source>
 3053: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
 3054: <categoryname>doc</categoryname>
 3055: <description>man page for lonnet.pm</description>
 3056: <build trigger='always run'>
 3057: loncom/build/pod2man.sh ../../rat/lonuserstate.pm &gt; \
 3058: ../../doc/man/Apache__lonuserstate.3 &amp;&amp; echo 'manifying lonuserstate.pm'
 3059: </build>
 3060: <status>works/unverified</status>
 3061: <dependencies>
 3062: ../../rat/lonuserstate.pm
 3063: </dependencies>
 3064: </file>
 3065: <file>
 3066: <source>doc/lib/perl/Apache/lonuserstate.html</source>
 3067: <target dist='default'>
 3068: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
 3069: </target>
 3070: <categoryname>doc</categoryname>
 3071: <description>POD-derived page for lonuserstate.pm</description>
 3072: <build trigger='always run'>
 3073: loncom/build/pod2html.sh ../../rat/lonuserstate.pm &gt; \
 3074: ../../doc/lib/perl/Apache/lonuserstate.html &amp;&amp; \
 3075: echo 'pod2html lonuserstate.pm'
 3076: </build>
 3077: <status>works/unverified</status>
 3078: <dependencies>
 3079: ../../rat/lonuserstate.pm
 3080: </dependencies>
 3081: </file>
 3082: <file>
 3083: <source>loncom/xml/lontex.pm</source>
 3084: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
 3085: <categoryname>handler</categoryname>
 3086: <description>
 3087: Handler for tex files
 3088: </description>
 3089: <status>works/unverified</status>
 3090: </file>
 3091: <file>
 3092: <source>loncom/xml/lontexconvert.pm</source>
 3093: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
 3094: <categoryname>handler</categoryname>
 3095: <description>
 3096: Access to tth/ttm
 3097: </description>
 3098: <status>works/unverified</status>
 3099: </file>
 3100: <file>
 3101: <source>loncom/xml/lonxml.pm</source>
 3102: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
 3103: <categoryname>handler</categoryname>
 3104: <description>
 3105: XML Parsing Module
 3106: </description>
 3107: <status>works/unverified</status>
 3108: </file>
 3109: <file>
 3110: <source>loncom/xml/lonplot.pm</source>
 3111: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
 3112: <categoryname>handler</categoryname>
 3113: <description>
 3114: XML-based plotter of graphs
 3115: </description>
 3116: <status>works/unverified</status>
 3117: </file>
 3118: <file>
 3119: <source>loncom/xml/style.pm</source>
 3120: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
 3121: <categoryname>handler</categoryname>
 3122: <description>
 3123: Style Parsing Module
 3124: </description>
 3125: <status>works/unverified</status>
 3126: </file>
 3127: <file>
 3128: <source>loncom/xml/londefdef.pm</source>
 3129: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
 3130: <categoryname>handler</categoryname>
 3131: <description>
 3132: Tags Default Definition Module
 3133: </description>
 3134: <status>works/unverified</status>
 3135: </file>
 3136: <file>
 3137: <source>loncom/xml/run.pm</source>
 3138: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
 3139: <categoryname>handler</categoryname>
 3140: <description>
 3141: used to prevent poorly written problems from causing lingering after effects
 3142: </description>
 3143: <status>works/unverified</status>
 3144: </file>
 3145: <file>
 3146: <source>loncom/xml/scripttag.pm</source>
 3147: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
 3148: <categoryname>handler</categoryname>
 3149: <description>
 3150: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
 3151: &lt;import&gt;
 3152: </description>
 3153: <status>works/unverified</status>
 3154: </file>
 3155: <file>
 3156: <source>loncom/homework/randomlylabel.pm</source>
 3157: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
 3158: <categoryname>handler</categoryname>
 3159: <description>
 3160: Handler for compositing images, and text together.
 3161: </description>
 3162: </file>
 3163: <file>
 3164: <source>loncom/homework/rankresponse.pm</source>
 3165: <target dist='default'>home/httpd/lib/perl/Apache/rankresponse.pm</target>
 3166: <categoryname>handler</categoryname>
 3167: <description>
 3168: Handler for rankresponse
 3169: </description>
 3170: </file>
 3171: <file>
 3172: <source>loncom/homework/matchresponse.pm</source>
 3173: <target dist='default'>home/httpd/lib/perl/Apache/matchresponse.pm</target>
 3174: <categoryname>handler</categoryname>
 3175: <description>
 3176: Handler for matchresponse
 3177: </description>
 3178: </file>
 3179: <file>
 3180: <source>loncom/homework/randomlabel.pm</source>
 3181: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
 3182: <categoryname>handler</categoryname>
 3183: <description>
 3184: Interface for producing applet code which randomizes the labelling of an
 3185: image.
 3186: </description>
 3187: </file>
 3188: <file>
 3189: <source>loncom/homework/lonhomework.pm</source>
 3190: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
 3191: <categoryname>handler</categoryname>
 3192: <description>
 3193: handles requests for output, evaluation, and alteration of a homework resource
 3194: </description>
 3195: <status>works/unverified</status>
 3196: </file>
 3197: <file>
 3198: <source>loncom/homework/inputtags.pm</source>
 3199: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
 3200: <categoryname>handler</categoryname>
 3201: <description>
 3202: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
 3203: </description>
 3204: <status>works/unverified</status>
 3205: </file>
 3206: <file>
 3207: <source>loncom/homework/structuretags.pm</source>
 3208: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
 3209: <categoryname>handler</categoryname>
 3210: <description>
 3211: produces HTML tags necessary for structuring the presentation of homework
 3212: resources
 3213: </description>
 3214: <status>works/unverified</status>
 3215: </file>
 3216: <file>
 3217: <source>loncom/homework/response.pm</source>
 3218: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
 3219: <categoryname>handler</categoryname>
 3220: <description>
 3221: defines different types of responses given to student as well as syntax for
 3222: producing response values
 3223: </description>
 3224: <status>works/unverified</status>
 3225: </file>
 3226: <file>
 3227: <source>loncom/homework/caparesponse/caparesponse.pm</source>
 3228: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
 3229: <categoryname>handler</categoryname>
 3230: <description>
 3231: handles request to the CAPA homework processing engine
 3232: </description>
 3233: <status>works/unverified</status>
 3234: </file>
 3235: <file>
 3236: <source>loncom/xml/Safe.pm</source>
 3237: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
 3238: <categoryname>handler</categoryname>
 3239: <description>
 3240: Meant to safely substitute for CPAN version of Safe.
 3241: Allows for safely executing embedded perl comands in
 3242: a way that does not threaten the operating system.
 3243: </description>
 3244: <status>works/unverified</status>
 3245: </file>
 3246: <file>
 3247:   <source>loncom/auth/localauth.pm</source>
 3248:   <target dist='default'>home/httpd/lib/perl/localauth-std.pm</target>
 3249:   <categoryname>handler</categoryname>
 3250:   <description>
 3251: Local authentication mechanism.  The target file is meant as a template
 3252: for a localauth.pm file.  The target file with the -std suffix is not
 3253: used directly by any software program; it is just a template file.
 3254:   </description>
 3255:   <status>works/unverified</status>
 3256: </file>
 3257: <file>
 3258:   <source>loncom/auth/localauth.pm</source>
 3259:   <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
 3260:   <categoryname>conf</categoryname>
 3261:   <description>
 3262: Local authentication mechanism.  
 3263:   </description>
 3264:   <status>works/unverified</status>
 3265: </file>
 3266: <file>
 3267: <source>loncom/auth/lonacc.pm</source>
 3268: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
 3269: <categoryname>handler</categoryname>
 3270: <description>
 3271: (This module, like loncacc.pm also authenticates with cookies.)  
 3272: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
 3273: functions (e.g. roles, logout, annotations, and bookmarks) as well
 3274: as coordinating access to educational resources.
 3275: </description>
 3276: <status>works/unverified</status>
 3277: </file>
 3278: <file>
 3279: <source>doc/man/Apache__lonacc.3</source>
 3280: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
 3281: <categoryname>doc</categoryname>
 3282: <description>man page for lonacc.pm</description>
 3283: <build trigger='always run'>
 3284: loncom/build/pod2man.sh ../auth/lonacc.pm &gt; \
 3285: ../../doc/man/Apache__lonacc.3 &amp;&amp; echo 'manifying lonacc.pm'
 3286: </build>
 3287: <status>works/unverified</status>
 3288: <dependencies>
 3289: ../../loncom/auth/lonacc.pm
 3290: </dependencies>
 3291: </file>
 3292: <file>
 3293: <source>doc/lib/perl/Apache/lonacc.html</source>
 3294: <target dist='default'>
 3295: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
 3296: <categoryname>doc</categoryname>
 3297: <description>POD-derived page for lonacc.pm</description>
 3298: <build trigger='always run'>
 3299: loncom/build/pod2html.sh ../auth/lonacc.pm &gt; \
 3300: ../../doc/lib/perl/Apache/lonacc.html &amp;&amp; echo 'pod2html lonacc.pm'
 3301: </build>
 3302: <status>works/unverified</status>
 3303: <dependencies>
 3304: ../../loncom/auth/lonacc.pm
 3305: </dependencies>
 3306: </file>
 3307: <file>
 3308: <source>loncom/auth/lonracc.pm</source>
 3309: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
 3310: <categoryname>handler</categoryname>
 3311: <description>
 3312: access handler for file transfers
 3313: </description>
 3314: <status>works/unverified</status>
 3315: </file>
 3316: <file>
 3317: <source>loncom/auth/lontokacc.pm</source>
 3318: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
 3319: <categoryname>handler</categoryname>
 3320: <description>
 3321: handler for inter-server transfer of token accessed files, includes
 3322: cleanup handler to remove file when successfully done
 3323: </description>
 3324: <status>works/unverified</status>
 3325: </file>
 3326: <file>
 3327: <source>loncom/auth/lonuploadedacc.pm</source>
 3328: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
 3329: <categoryname>handler</categoryname>
 3330: <description>
 3331: access handler for user uploaded files
 3332: </description>
 3333: <status>works/unverified</status>
 3334: </file>
 3335: <file>
 3336: <source>loncom/lontrans.pm</source>
 3337: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
 3338: <categoryname>handler</categoryname>
 3339: <description>
 3340: URI to filename translation
 3341: </description>
 3342: <status>works/unverified</status>
 3343: </file>
 3344: <file>
 3345: <source>doc/man/Apache__lonracc.3</source>
 3346: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
 3347: <categoryname>doc</categoryname>
 3348: <description>man page for lonracc.pm</description>
 3349: <build trigger='always run'>
 3350: loncom/build/pod2man.sh ../auth/lonracc.pm &gt; \
 3351: ../../doc/man/Apache__lonracc.3 &amp;&amp; echo 'manifying lonracc.pm'
 3352: </build>
 3353: <status>works/unverified</status>
 3354: <dependencies>
 3355: ../../loncom/auth/lonracc.pm
 3356: </dependencies>
 3357: </file>
 3358: <file>
 3359: <source>doc/lib/perl/Apache/lonracc.html</source>
 3360: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
 3361: </target>
 3362: <categoryname>doc</categoryname>
 3363: <description>POD-derived page for lonracc.pm</description>
 3364: <build trigger='always run'>
 3365: loncom/build/pod2html.sh ../auth/lonracc.pm &gt; \
 3366: ../../doc/lib/perl/Apache/lonracc.html &amp;&amp; echo 'pod2html lonracc.pm'
 3367: </build>
 3368: <status>works/unverified</status>
 3369: <dependencies>
 3370: ../../loncom/auth/lonracc.pm
 3371: </dependencies>
 3372: </file>
 3373: <file>
 3374: <source>loncom/auth/loncacc.pm</source>
 3375: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
 3376: <categoryname>handler</categoryname>
 3377: <description>
 3378: This module provides access to an educational resource construction area.
 3379: This module is invoked by the URL-related pattern syntax
 3380: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
 3381: Authentication of user identity
 3382: is coordinated through cookies.  The abbreviation "cacc" corresponds
 3383: to "construction-space access").  If the cookie handle is invalid, then
 3384: this module returns a forbidden status and makes appropriate log entries.
 3385: If the cookie handle is valid, status is determined to be okay (and,
 3386: for the "priv"-type access, the resource is delivered by the
 3387: <tt>lonconstruct</tt> module).
 3388: </description>
 3389: <status>works/unverified</status>
 3390: </file>
 3391: <file>
 3392: <source>doc/man/Apache__loncacc.3</source>
 3393: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
 3394: <categoryname>doc</categoryname>
 3395: <description>man page for loncacc.pm</description>
 3396: <build trigger='always run'>
 3397: loncom/build/pod2man.sh ../auth/loncacc.pm &gt; ../../doc/man/Apache__loncacc.3 \
 3398: &amp;&amp; echo 'manifying loncacc.pm'
 3399: </build>
 3400: <status>works/unverified</status>
 3401: <dependencies>
 3402: ../../loncom/auth/loncacc.pm
 3403: </dependencies>
 3404: </file>
 3405: <file>
 3406: <source>doc/lib/perl/Apache/loncacc.html</source>
 3407: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
 3408: </target>
 3409: <categoryname>doc</categoryname>
 3410: <description>POD-derived page for loncacc.pm</description>
 3411: <build trigger='always run'>
 3412: loncom/build/pod2html.sh ../auth/loncacc.pm &gt; \
 3413: ../../doc/lib/perl/Apache/loncacc.html &amp;&amp; echo 'pod2html loncacc.pm'
 3414: </build>
 3415: <status>works/unverified</status>
 3416: <dependencies>
 3417: ../../loncom/auth/loncacc.pm
 3418: </dependencies>
 3419: </file>
 3420: <file>
 3421: <source>loncom/auth/lonauth.pm</source>
 3422: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
 3423: <categoryname>handler</categoryname>
 3424: <description>authenticate, set up session environment</description>
 3425: <status>works/unverified</status>
 3426: </file>
 3427: <file>
 3428: <source>loncom/auth/lonlogin.pm</source>
 3429: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
 3430: <categoryname>handler</categoryname>
 3431: <description>login screen</description>
 3432: <status>works/unverified</status>
 3433: </file>
 3434: <file>
 3435: <source>loncom/auth/lonlogout.pm</source>
 3436: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
 3437: <categoryname>handler</categoryname>
 3438: <description>logout</description>
 3439: <status>works/unverified</status>
 3440: </file>
 3441: <file>
 3442: <source>loncom/lonnet/perl/lonrep.pm</source>
 3443: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
 3444: <categoryname>handler</categoryname>
 3445: <description>replication</description>
 3446: </file>
 3447: <file>
 3448: <source>loncom/auth/lonroles.pm</source>
 3449: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
 3450: <categoryname>handler</categoryname>
 3451: <description>
 3452: This perl handling module reads in the available roles available
 3453: for a LON-CAPA user (different courses, different privileges, etc)
 3454: and produces a form-element HTML page which allows the user to select
 3455: which role he wishes to exercise in the LON-CAPA system.  For instance,
 3456: a user may want to select between being a student in a thermodynamics
 3457: physics course or a teaching assistant for an introductory calculus
 3458: class.
 3459: </description>
 3460: </file>
 3461: <file>
 3462: <source>doc/man/Apache__lonroles.3</source>
 3463: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
 3464: <categoryname>doc</categoryname>
 3465: <description>man page for lonroles.pm</description>
 3466: <build trigger='always run'>
 3467: loncom/build/pod2man.sh ../auth/lonroles.pm &gt; \
 3468: ../../doc/man/Apache__lonroles.3 &amp;&amp; echo 'manifying lonroles.pm'
 3469: </build>
 3470: <status>works/unverified</status>
 3471: <dependencies>
 3472: ../../loncom/auth/lonroles.pm
 3473: </dependencies>
 3474: </file>
 3475: <file>
 3476: <source>doc/lib/perl/Apache/lonroles.html</source>
 3477: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
 3478: </target>
 3479: <categoryname>doc</categoryname>
 3480: <description>POD-derived page for lonroles.pm</description>
 3481: <build trigger='always run'>
 3482: loncom/build/pod2html.sh ../auth/lonroles.pm &gt; \
 3483: ../../doc/lib/perl/Apache/lonroles.html &amp;&amp; echo 'pod2html lonroles.pm'
 3484: </build>
 3485: <status>works/unverified</status>
 3486: <dependencies>
 3487: ../../loncom/auth/lonroles.pm
 3488: </dependencies>
 3489: </file>
 3490: <file>
 3491: <source>loncom/interface/lonindexer.pm</source>
 3492: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
 3493: <categoryname>handler</categoryname>
 3494: <description>
 3495: cross server filesystem browser
 3496: </description>
 3497: <status>works/unverified</status>
 3498: </file>
 3499: <file>
 3500: <source>doc/man/Apache__lonindexer.3</source>
 3501: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
 3502: <categoryname>doc</categoryname>
 3503: <description>man page for lonindexer.pm</description>
 3504: <build trigger='always run'>
 3505: loncom/build/pod2man.sh ../interface/lonindexer.pm &gt; \
 3506: ../../doc/man/Apache__lonindexer.3 &amp;&amp; echo 'manifying lonindexer.pm'
 3507: </build>
 3508: <status>works/unverified</status>
 3509: <dependencies>
 3510: ../../loncom/interface/lonindexer.pm
 3511: </dependencies>
 3512: </file>
 3513: <file>
 3514: <source>doc/lib/perl/Apache/lonindexer.html</source>
 3515: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
 3516: </target>
 3517: <categoryname>doc</categoryname>
 3518: <description>POD-derived page for lonindexer.pm</description>
 3519: <build trigger='always run'>
 3520: loncom/build/pod2html.sh ../interface/lonindexer.pm &gt; \
 3521: ../../doc/lib/perl/Apache/lonindexer.html &amp;&amp; \
 3522: echo 'pod2html lonindexer.pm'
 3523: </build>
 3524: <status>works/unverified</status>
 3525: <dependencies>
 3526: ../../loncom/interface/lonindexer.pm
 3527: </dependencies>
 3528: </file>
 3529: <file>
 3530: <source>loncom/interface/groupsort.pm</source>
 3531: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
 3532: <categoryname>handler</categoryname>
 3533: <description>
 3534: Implements a second phase of importing multiple resources into the RAT.
 3535: Allows for reordering the sequence of resources.
 3536: </description>
 3537: <status>works/unverified</status>
 3538: </file>
 3539: <file>
 3540: <source>loncom/lonnet/perl/lonnet.pm</source>
 3541: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
 3542: <categoryname>handler</categoryname>
 3543: <description>
 3544: This file is an interface to the lonc processes of the LON-CAPA network
 3545: as well as set of elaborated functions for handling information necessary
 3546: for navigating through a given cluster of LON-CAPA machines within a domain.
 3547: There are over 40 specialized functions in this module which handle
 3548: the reading and transmission of metadata, user information
 3549: (ids, names, environments, roles, logs), file information (storage, reading,
 3550: directories, extensions, replication, embedded styles and descriptors),
 3551: educational resources (course descriptions, section names and numbers),
 3552: url hashing (to assign roles on a url basis), and translating abbreviated
 3553: symbols to and from more descriptive phrases or explanations.
 3554: </description>
 3555: <status>works/unverified</status>
 3556: </file>
 3557: <file>
 3558: <source>doc/man/Apache__lonnet.3</source>
 3559: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
 3560: <categoryname>doc</categoryname>
 3561: <description>man page for lonnet.pm</description>
 3562: <build trigger='always run'>
 3563: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm &gt; \
 3564: ../../doc/man/Apache__lonnet.3 &amp;&amp; echo 'manifying lonnet.pm'
 3565: </build>
 3566: <status>works/unverified</status>
 3567: <dependencies>
 3568: ../../loncom/lonnet/perl/lonnet.pm
 3569: </dependencies>
 3570: </file>
 3571: <file>
 3572: <source>doc/lib/perl/Apache/lonnet.html</source>
 3573: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
 3574: </target>
 3575: <categoryname>doc</categoryname>
 3576: <description>POD-derived page for lonnet.pm</description>
 3577: <build trigger='always run'>
 3578: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm &gt; \
 3579: ../../doc/lib/perl/Apache/lonnet.html &amp;&amp; echo 'pod2html lonnet.pm'
 3580: </build>
 3581: <status>works/unverified</status>
 3582: <dependencies>
 3583: ../../loncom/lonnet/perl/lonnet.pm
 3584: </dependencies>
 3585: </file>
 3586: <file>
 3587: <source>loncom/html/index.html</source>
 3588: <target dist='default'>home/httpd/html/index.html</target>
 3589: <categoryname>interface file</categoryname>
 3590: <description>bumps to login</description>
 3591: </file>
 3592: <file>
 3593: <source>loncom/html/favicon.ico</source>
 3594: <target dist='default'>home/httpd/html/favicon.ico</target>
 3595: <categoryname>interface file</categoryname>
 3596: <description>Bookmark and tab icon</description>
 3597: </file>
 3598: <link>
 3599: <linkto>etc/mime.types</linkto>
 3600: <target dist='default'>etc/httpd/conf/mime.types</target>
 3601: <categoryname>symbolic link</categoryname>
 3602: <description>symbolic link to /etc/mime.types</description>
 3603: </link>
 3604: <link>
 3605: <linkto>home/httpd/html/res</linkto>
 3606: <target dist='default'>home/httpd/html/raw</target>
 3607: <categoryname>symbolic link</categoryname>
 3608: <description>symbolic link to /home/httpd/html/res</description>
 3609: </link>
 3610: <file>
 3611: <source>loncom/html/adm/notfound.html</source>
 3612: <target dist='default'>home/httpd/html/adm/notfound.html</target>
 3613: <categoryname>interface file</categoryname>
 3614: <description>
 3615: static html page that is shown when an attempt is made to access a document
 3616: not present on the web server
 3617: </description>
 3618: </file>
 3619: <file>
 3620: <source>loncom/html/adm/unauthorized.html</source>
 3621: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
 3622: <categoryname>interface file</categoryname>
 3623: <description>
 3624: static html page that is shown when an attempt is made to access a document
 3625: which is restricted based on file or server configurations
 3626: </description>
 3627: </file>
 3628: <file>
 3629: <source>loncom/html/adm/help/searchcat.html</source>
 3630: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
 3631: <categoryname>interface file</categoryname>
 3632: <description>
 3633: Help page for the search engine.
 3634: </description>
 3635: </file>
 3636: <file>
 3637: <source>rat/client/rat.html</source>
 3638: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
 3639: <categoryname>interface file</categoryname>
 3640: <description>
 3641: frameset
 3642: </description>
 3643: </file>
 3644: <file>
 3645: <source>rat/client/parameter.html</source>
 3646: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
 3647: <categoryname>interface file</categoryname>
 3648: <description>
 3649: Parameter input window.
 3650: </description>
 3651: </file>
 3652: <file>
 3653: <source>rat/client/code.html</source>
 3654: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
 3655: <categoryname>interface file</categoryname>
 3656: <description>
 3657: javascript
 3658: </description>
 3659: </file>
 3660: <file>
 3661: <source>rat/client/extpickcode.html</source>
 3662: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
 3663: <categoryname>interface file</categoryname>
 3664: <description>
 3665: javascript
 3666: </description>
 3667: </file>
 3668: <file>
 3669: <source>rat/client/extpickframe.html</source>
 3670: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
 3671: <categoryname>interface file</categoryname>
 3672: <description>
 3673: javascript
 3674: </description>
 3675: </file>
 3676: <file>
 3677: <source>rat/client/map.html</source>
 3678: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
 3679: <categoryname>interface file</categoryname>
 3680: <description>
 3681: bumper
 3682: </description>
 3683: </file>
 3684: <file>
 3685: <source>rat/client/empty.html</source>
 3686: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
 3687: <categoryname>interface file</categoryname>
 3688: <description>
 3689: A blank page with very minimal HTML structural elements.
 3690: </description>
 3691: </file>
 3692: <file>
 3693: <source>rat/client/loading.html</source>
 3694: <target dist='default'>home/httpd/html/adm/rat/loading.html</target>
 3695: <categoryname>interface file</categoryname>
 3696: <description>
 3697: A blank page which calls drawwindow in its opener after being loaded.
 3698: </description>
 3699: </file>
 3700: <fileglob>
 3701: <glob>*.gif</glob>
 3702: <sourcedir>rat/images/</sourcedir>
 3703: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
 3704: <categoryname>graphic file</categoryname>
 3705: <description>
 3706: icons for providing a HTML-tabled view of a course map
 3707: </description>
 3708: <filenames>
 3709: 1.1.dt.gif;
 3710: 1.1.empty.gif;
 3711: 1.1.ld.gif;
 3712: 1.1.lr.gif;
 3713: 1.1.rd.gif;
 3714: 1.1.rl.gif;
 3715: 1.1.td.gif;
 3716: 1.1.tdrl.gif;
 3717: 1.1.tl.gif;
 3718: 1.1.tr.gif;
 3719: 1.1.utd.gif;
 3720: 1.2.ctd.gif;
 3721: 1.2.dt.gif;
 3722: 1.2.empty.gif;
 3723: 1.2.ld.gif;
 3724: 1.2.lr.gif;
 3725: 1.2.lrd.gif;
 3726: 1.2.lrtd.gif;
 3727: 1.2.rd.gif;
 3728: 1.2.rl.gif;
 3729: 1.2.rld.gif;
 3730: 1.2.rltd.gif;
 3731: 1.2.rtd.gif;
 3732: 1.2.rtdl.gif;
 3733: 1.2.rtl.gif;
 3734: 1.2.td.gif;
 3735: 1.2.tdl.gif;
 3736: 1.2.tdrl.gif;
 3737: 1.2.tl.gif;
 3738: 1.2.tr.gif;
 3739: 1.2.utd.gif;
 3740: 2.1.dt.gif;
 3741: 2.1.empty.gif;
 3742: 2.1.ld.gif;
 3743: 2.1.lr.gif;
 3744: 2.1.rd.gif;
 3745: 2.1.rl.gif;
 3746: 2.1.td.gif;
 3747: 2.1.tdrl.gif;
 3748: 2.1.tl.gif;
 3749: 2.1.tr.gif;
 3750: 2.2.dt.gif;
 3751: 2.2.empty.gif;
 3752: 2.2.ld.gif;
 3753: 2.2.lr.gif;
 3754: 2.2.lrd.gif;
 3755: 2.2.lrt.gif;
 3756: 2.2.rd.gif;
 3757: 2.2.rl.gif;
 3758: 2.2.rld.gif;
 3759: 2.2.rlt.gif;
 3760: 2.2.td.gif;
 3761: 2.2.tdl.gif;
 3762: 2.2.tdr.gif;
 3763: 2.2.tdrl.gif;
 3764: 2.2.tl.gif;
 3765: 2.2.tr.gif;
 3766: 2.2.url.gif;
 3767: 2.2.utd.gif;
 3768: arrow.gif;
 3769: bdt.gif;
 3770: bempty.gif;
 3771: bld.gif;
 3772: blr.gif;
 3773: blrd.gif;
 3774: blrt.gif;
 3775: bottom.gif;
 3776: brd.gif;
 3777: brl.gif;
 3778: brld.gif;
 3779: brlt.gif;
 3780: btd.gif;
 3781: btdl.gif;
 3782: btdr.gif;
 3783: btdrl.gif;
 3784: btl.gif;
 3785: btr.gif;
 3786: burl.gif;
 3787: butd.gif;
 3788: condition.gif;
 3789: edit.gif;
 3790: finish.gif;
 3791: info.gif;
 3792: inscol.gif;
 3793: inscond.gif;
 3794: insres.gif;
 3795: insrow.gif;
 3796: left.gif;
 3797: middle.gif;
 3798: resource.gif;
 3799: right.gif;
 3800: sctd.gif;
 3801: sdt.gif;
 3802: sempty.gif;
 3803: sld.gif;
 3804: slr.gif;
 3805: slrd.gif;
 3806: slrtd.gif;
 3807: srd.gif;
 3808: srl.gif;
 3809: srld.gif;
 3810: srltd.gif;
 3811: srtd.gif;
 3812: srtdl.gif;
 3813: srtl.gif;
 3814: start.gif;
 3815: std.gif;
 3816: stdl.gif;
 3817: sutd.gif
 3818: </filenames>
 3819: </fileglob>
 3820: <fileglob>
 3821: <glob>*.*</glob>
 3822: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
 3823: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
 3824: <categoryname>graphic file</categoryname>
 3825: <description>
 3826: icons to indicate an unexpected result
 3827: </description>
 3828: <filenames>
 3829: lonconstruct.gif;
 3830: lonlogo_broken.gif;
 3831: lonlogo_broken_tsp.gif;
 3832: lonlogo_broken.eps;
 3833: lonlogo_broken.jpg;
 3834: lonlogo_broken.mov
 3835: </filenames>
 3836: </fileglob>
 3837: <fileglob>
 3838: <glob>*.*</glob>
 3839: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
 3840: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
 3841: <categoryname>graphic file</categoryname>
 3842: <description>
 3843: logos and general widget icons
 3844: </description>
 3845: <filenames>
 3846: SMETE_white.gif;
 3847: aboutlon.gif;
 3848: accessbutton.gif;
 3849: angry.gif;
 3850: arrow_up.gif;
 3851: bigsmile.gif;
 3852: branch.gif;
 3853: cab.gif;
 3854: cab_big.gif;
 3855: capapanel.gif;
 3856: check.gif;
 3857: class.gif;
 3858: class_big.gif;
 3859: coolindiff.gif;
 3860: coolsmile.gif;
 3861: cry.gif;
 3862: dvi.gif;
 3863: dvi_big.gif;
 3864: eps.gif;
 3865: eps_big.gif;
 3866: exam.gif;
 3867: exam_big.gif;
 3868: fillbottom.gif;
 3869: fillleft.gif;
 3870: fillright.gif;
 3871: filltop.gif;
 3872: folder_closed.gif;
 3873: folder_opened.gif;
 3874: folder_pointer_closed.gif;
 3875: folder_pointer_opened.gif;
 3876: form.gif;
 3877: form_big.gif;
 3878: frowny.gif;
 3879: gif.gif;
 3880: gif_big.gif;
 3881: header.gif;
 3882: hrrm.gif;
 3883: htm.gif;
 3884: html.gif;
 3885: html_big.gif;
 3886: huh.gif;
 3887: jar.gif;
 3888: jar_big.gif;
 3889: jpg.gif;
 3890: jpg_big.gif;
 3891: latex.gif;
 3892: lipsrsealed.gif;
 3893: lite.gif;
 3894: liteani.gif;
 3895: litetext.gif;
 3896: lolpanel.gif;
 3897: lonanim.gif;
 3898: lonanimend.gif;
 3899: loncapalogo.gif;
 3900: lonhelplogos.gif;
 3901: lonhelptop.gif;
 3902: lonlogo.gif;
 3903: lonlogos.gif;
 3904: lowerleft.gif;
 3905: lowerright.gif;
 3906: minilogo.gif;
 3907: meta.gif;
 3908: meta_big.gif;
 3909: mov.gif;
 3910: mov_big.gif;
 3911: move_up.gif;
 3912: move_down.gif;
 3913: navmap.correct.gif;
 3914: navmap.ellipsis.gif;
 3915: navmap.open.gif;
 3916: navmap.page.open.gif;
 3917: navmap.page.closed.gif;
 3918: navmap.page.open.nomanip.gif;
 3919: navmap.page.closed.nomanip.gif;
 3920: navmap.wrong.gif;
 3921: navmap.folder.open.gif;
 3922: navmap.folder.closed.gif;
 3923: navmap.folder.open.nomanip.gif;
 3924: navmap.folder.closed.nomanip.gif;
 3925: page.gif;
 3926: page_big.gif;
 3927: pdf.gif;
 3928: pdf_big.gif;
 3929: png.gif;
 3930: png_big.gif;
 3931: problem.gif;
 3932: problem_big.gif;
 3933: ps.gif;
 3934: ps_big.gif;
 3935: rolleyes.gif;
 3936: quill.gif;
 3937: quiz.gif;
 3938: quiz_big.gif;
 3939: select.gif;
 3940: sequence.gif;
 3941: sequence_big.gif;
 3942: server.gif;
 3943: server_big.gif;
 3944: shocked.gif;
 3945: smiley.gif;
 3946: srvbad.gif;
 3947: srvempty.gif;
 3948: srvgood.gif;
 3949: srvhalf.gif;
 3950: srvnull.gif;
 3951: survey.gif;
 3952: survey_big.gif;
 3953: tex.gif;
 3954: tex_big.gif;
 3955: tth.gif;
 3956: txt.gif;
 3957: txt_big.gif;
 3958: unknown.gif;
 3959: unknown_big.gif;
 3960: upperleft.gif;
 3961: upperright.gif;
 3962: user.gif;
 3963: user_big.gif;
 3964: userauthentication.gif;
 3965: wav.gif;
 3966: wav_big.gif;
 3967: white_space_20_22.gif;
 3968: whitespace1.gif;
 3969: whitespace10.gif;
 3970: whitespace2.gif;
 3971: whitespace3.gif;
 3972: whitespace4.gif;
 3973: whitespace5.gif;
 3974: whitespace6.gif;
 3975: whitespace7.gif;
 3976: whitespace8.gif;
 3977: whitespace9.gif;
 3978: wink.gif;
 3979: xml.gif;
 3980: xml_big.gif;
 3981: zip.gif;
 3982: zip_big.gif
 3983: </filenames>
 3984: </fileglob>
 3985: <fileglob>
 3986: <glob>*.*</glob>
 3987: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
 3988: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
 3989: <categoryname>graphic file</categoryname>
 3990: <description>
 3991: Miscellaneous resources.
 3992: </description>
 3993: <filenames>
 3994: authorfeed.gif;
 3995: bomb.gif;
 3996: cat_button.gif;
 3997: chat.gif;
 3998: eval_button.gif;
 3999: feedback.gif;
 4000: pprm_button.gif;
 4001: pgrd_button.gif;
 4002: subm_button.gif
 4003: </filenames>
 4004: </fileglob>
 4005: <file>
 4006: <source>loncom/xml/tth.pm</source>
 4007: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
 4008: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
 4009: <target dist='redhat8 redhat9'>home/httpd/lib/perl/tth.pm</target>
 4010: <categoryname>system file</categoryname>
 4011: <description>
 4012: perl module for invoking functions specific to TeX-to-HTML conversion
 4013: </description>
 4014: <note>
 4015: Has the same dependencies and build process as tth.so.
 4016: Currently, only the tth.so file specifications invoke
 4017: the build process however.  A static version is checked into loncom/xml
 4018: and in this way is treated as though it isn't part of the tth build process.
 4019: </note>
 4020: <status>works/unverified</status>
 4021: </file>
 4022: <file>
 4023: <source>loncom/xml/LCParser.pm</source>
 4024: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
 4025: <categoryname>system file</categoryname>
 4026: <description>
 4027: perl module for parsing HTML in a way that really works and is thoroughly
 4028: tested
 4029: </description>
 4030: <status>works/unverified</status>
 4031: </file>
 4032: <file>
 4033:   <source>loncom/LondConnection.pm</source>
 4034:   <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
 4035:   <categoryname>system file</categoryname>
 4036:   <description>
 4037:      Manages a connection between a lonc proxy daemon and the lond server
 4038:      in the remote node.
 4039:   </description>
 4040:   <status>works/verified</status>
 4041: </file>
 4042: <file>
 4043:   <source>loncom/LondTransaction.pm</source>
 4044:   <target dist='default'>home/httpd/lib/perl/LONCAPA/LondTransaction.pm</target>
 4045:   <categoryname>system file</categoryname>
 4046:   <description>
 4047: 	Handles a single lon-capa insternal transaction
 4048:   </description>
 4049:   <status>works/verified</status>
 4050: </file>
 4051: <file>
 4052:    <source>loncom/types/HashIterator.pm</source>
 4053:    <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
 4054:    <categoryname>system file</categoryname>
 4055:    <description>
 4056:       Provides support to iterate through opaque hashes hidden e.g. within 
 4057:       object private data.
 4058:    </description>
 4059:    <status>works/verified</status>
 4060: </file>
 4061: <file>
 4062:    <source>loncom/types/Queue.pm</source>
 4063:    <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
 4064:    <categoryname>system file</categoryname>
 4065:    <description>
 4066:      Provides a FIFO queue class.
 4067:    </description>
 4068:    <status>works/verified</status>
 4069: </file>
 4070: <file>
 4071:    <source>loncom/types/Stack.pm</source>
 4072:    <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
 4073:    <categoryname>system file</categoryname>
 4074:    <description>
 4075:      Provides a LIFO stack class.
 4076:    </description>
 4077:    <status>works/verified</status>
 4078: </file>
 4079: <file>
 4080:    <source>loncom/loncnew</source>
 4081:    <target dist='default'>home/httpd/perl/loncnew</target>
 4082:    <categoryname>script</categoryname>
 4083:    <description>
 4084: 	  Proxy server for remote loncapa requests.
 4085:           Needs CPAN Event module.
 4086:    </description>
 4087: </file>
 4088: <file>
 4089: <source>loncom/configuration/Configuration.pm</source>
 4090: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
 4091: <categoryname>system file</categoryname>
 4092: <description>
 4093: Configuration file reader (looks in /etc/httpd/conf/); accepts
 4094: a list of *.conf files to inspect for PerlSetVar key/value
 4095: entries.
 4096: </description>
 4097: <status>works/unverified</status>
 4098: </file>
 4099: <file>
 4100: <source>modules/TexConvert/tthperl/tth.so</source>
 4101: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
 4102: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
 4103: <target dist='redhat8 redhat9'>home/httpd/lib/perl/tth.so</target>
 4104: <categoryname>system file</categoryname>
 4105: <description>
 4106: shared library file for dynamic loading and unloading
 4107: </description>
 4108: <note>
 4109: The source and file dependencies are not available to most
 4110: CVS users.  (You can safely rely on the existing binaries
 4111: present on your system... don't worry about warnings
 4112: related to this file during the build process.)
 4113: </note>
 4114: <build trigger='run if dependencies change'>
 4115: modules/TexConvert/tthperl/commands
 4116: </build>
 4117: <status>works/unverified</status>
 4118: <dependencies>
 4119: ../tthdynamic/tthfunc.c;
 4120: ../ttmdynamic/ttmfunc.c
 4121: </dependencies>
 4122: </file>
 4123: <file>
 4124: <source>loncom/homework/caparesponse/capa.pm</source>
 4125: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
 4126: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
 4127: <target dist='redhat8 redhat9'>home/httpd/lib/perl/capa.pm</target>
 4128: <categoryname>system file</categoryname>
 4129: <description>
 4130: perl module for invoking functions specific to CAPA
 4131: </description>
 4132: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 4133: <note>
 4134: Has the same dependencies and build process as capa.so.
 4135: Currently, only the capa.so file specifications invoke
 4136: the build process however.
 4137: </note>
 4138: </file>
 4139: <file>
 4140: <source>loncom/homework/caparesponse/capa.bs</source>
 4141: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
 4142: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
 4143: <target dist='redhat8 redhat9'>home/httpd/lib/perl/capa.bs</target>
 4144: <categoryname>system file</categoryname>
 4145: <description>
 4146: bootstrap file associated with dynamic loading of this module on multiple
 4147: architectures
 4148: </description>
 4149: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 4150: <note>
 4151: Has the same dependencies and build process as capa.so.
 4152: Currently, only the capa.so file specifications invoke
 4153: the build process however.
 4154: </note>
 4155: </file>
 4156: <file>
 4157: <source>loncom/homework/caparesponse/capa.so</source>
 4158: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
 4159: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
 4160: <target dist='redhat8 redhat9'>home/httpd/lib/perl/capa.so</target>
 4161: <categoryname>system file</categoryname>
 4162: <description>
 4163: shared library file for dynamic loading and unloading
 4164: </description>
 4165: <build trigger='always run'>
 4166: loncom/homework/caparesponse/commands
 4167: </build>
 4168: <dependencies>
 4169: caparesponse.c;
 4170: caparesponse.pm;
 4171: README;
 4172: Makefile.PL;
 4173: capa.i;
 4174: commands;
 4175: ../../../CAPA/pProj/Makefile;
 4176: ../../../CAPA/pProj/capaGrammarDef.y;
 4177: ../../../CAPA/pProj/capaFormula.y;
 4178: ../../../CAPA/pProj/capaLexerDef.flex;
 4179: ../../../CAPA/pProj/capaFunction.c;
 4180: ../../../CAPA/pProj/capaParserUtils.c;
 4181: ../../../CAPA/pProj/capaMapExpr.c;
 4182: ../../../CAPA/pProj/capaUnit.c;
 4183: ../../../CAPA/pProj/com.c;
 4184: ../../../CAPA/pProj/linpack.c;
 4185: ../../../CAPA/pProj/ranlib.c;
 4186: ../../../CAPA/pProj/capaCgiUtils.c;
 4187: ../../../CAPA/pProj/capaSubjective.c;
 4188: ../../../CAPA/pProj/capaRQO.c;
 4189: ../../../CAPA/pProj/capaFormulaLexer.c;
 4190: ../../../CAPA/pProj/capaCommon.c;
 4191: ../../../CAPA/pProj/capaCommon.h;
 4192: ../../../CAPA/pProj/ranlib.h;
 4193: ../../../CAPA/pProj/capaCGI.h;
 4194: ../../../CAPA/pProj/capaFunction.h;
 4195: ../../../CAPA/pProj/capaRQO.h;
 4196: ../../../CAPA/pProj/capaParser.h;
 4197: ../../../CAPA/pProj/lex_debug.h
 4198: </dependencies>
 4199: </file>
 4200: <fileglob>
 4201: <glob>*.ent</glob>
 4202: <sourcedir>loncom/MathML/</sourcedir>
 4203: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
 4204: <categoryname>system file</categoryname>
 4205: <description>
 4206: xml files which assign unicode numbers to mathematical symbols using
 4207: &lt;! ENTITY... &gt; type syntax.
 4208: </description>
 4209: <filenames>
 4210: isoamsa.ent;
 4211: isoamsb.ent;
 4212: isoamsc.ent;
 4213: isoamsn.ent;
 4214: isoamso.ent;
 4215: isoamsr.ent;
 4216: isobox.ent;
 4217: isocyr1.ent;
 4218: isocyr2.ent;
 4219: isodia.ent;
 4220: isogrk1.ent;
 4221: isogrk2.ent;
 4222: isogrk3.ent;
 4223: isogrk4.ent;
 4224: isolat1.ent;
 4225: isolat2.ent;
 4226: isomfrk.ent;
 4227: isomopf.ent;
 4228: isomscr.ent;
 4229: isonum.ent;
 4230: isopub.ent;
 4231: isotech.ent;
 4232: mmlalias.ent;
 4233: mmlextra.ent
 4234: </filenames>
 4235: </fileglob>
 4236: <file>
 4237: <source>loncom/MathML/mathml.css</source>
 4238: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
 4239: <categoryname>system file</categoryname>
 4240: <description>
 4241: cascading style sheet
 4242: </description>
 4243: </file>
 4244: <file>
 4245: <source>loncom/MathML/mathml.dtd</source>
 4246: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
 4247: <categoryname>system file</categoryname>
 4248: <description>
 4249: document type definition
 4250: </description>
 4251: </file>
 4252: <file>
 4253: <source>loncom/auth/londes.js</source>
 4254: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
 4255: <categoryname>interface file</categoryname>
 4256: <description>
 4257: Encryption Routines according to Data Encryption Standard DES, written in
 4258: javascript.
 4259: </description>
 4260: </file>
 4261: <file>
 4262: <source>loncom/homework/lectureonline.lcpm</source>
 4263: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
 4264: </target>
 4265: <categoryname>handler</categoryname>
 4266: <description>
 4267: Intended for providing perl functions for the &lt;script&gt;&lt;/script&gt;
 4268: environment in a problem that was converted from lectureonline.
 4269: </description>
 4270: </file>
 4271: <file>
 4272: <source>loncom/homework/default_homework.lcpm</source>
 4273: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
 4274: </target>
 4275: <categoryname>handler</categoryname>
 4276: <description>
 4277: Provides many functions for the &lt;script&gt; environment in a .problem.
 4278: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
 4279: </description>
 4280: </file>
 4281: <file>
 4282: <source>loncom/homework/capa.units</source>
 4283: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
 4284: <categoryname>static conf</categoryname>
 4285: <description>
 4286: Define unit prefixing and conversion for CAPA problem handling.
 4287: </description>
 4288: </file>
 4289: <fileglob>
 4290: <glob>*.jpg</glob>
 4291: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
 4292: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
 4293: <categoryname>graphic file</categoryname>
 4294: <description>Pages headers</description>
 4295: <filenames>
 4296: admin.jpg;
 4297: author.jpg;
 4298: coordinator.jpg;
 4299: header.jpg;
 4300: student.jpg;
 4301: </filenames>
 4302: </fileglob>
 4303: <fileglob>
 4304: <glob>*.jpg</glob>
 4305: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
 4306: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
 4307: <categoryname>graphic file</categoryname>
 4308: <description>Logos of LON-CAPA domains (jpg)</description>
 4309: <filenames>
 4310: headermsu.jpg;
 4311: </filenames>
 4312: </fileglob>
 4313: <fileglob>
 4314: <glob>*.gif</glob>
 4315: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
 4316: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
 4317: <categoryname>graphic file</categoryname>
 4318: <description>Logos of LON-CAPA domains (gif)</description>
 4319: <filenames>
 4320: 103.gif;
 4321: gerd.gif;
 4322: mio.gif;
 4323: msuvu.gif;
 4324: ohiou.gif;
 4325: rhs.gif;
 4326: sfu.gif;
 4327: tmcc.gif;
 4328: umich.gif;
 4329: worf.gif;
 4330: annarbor.gif;
 4331: elps.gif;
 4332: gwu.gif;
 4333: msudemo.gif;
 4334: ndsu.gif;
 4335: physnet.gif;
 4336: sc.gif;
 4337: Selwyn.gif;
 4338: ucf.gif;
 4339: unihalle.gif;
 4340: wscc.gif;
 4341: cps.gif;
 4342: fsu.gif;
 4343: lsd.gif;
 4344: msu.gif;
 4345: nsdl.gif;
 4346: pmm.gif;
 4347: sunysb.gif;
 4348: udel.gif;
 4349: uz.gif;
 4350: fvl.gif;
 4351: glps.gif;
 4352: headersfu.gif;
 4353: uwsp.gif
 4354: </filenames>
 4355: </fileglob>
 4356: <fileglob>
 4357: <glob>*.tab</glob>
 4358: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
 4359: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
 4360: <categoryname>conf</categoryname>
 4361: <description>Designs of LON-CAPA domains</description>
 4362: <filenames>
 4363: annarbor.tab;
 4364: default.tab;
 4365: msu.tab;
 4366: sfu.tab;
 4367: worf.tab
 4368: </filenames>
 4369: </fileglob>
 4370: <fileglob>
 4371: <glob>*.gif</glob>
 4372: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
 4373: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
 4374: <categoryname>graphic file</categoryname>
 4375: <description>LON-CAPA remote control LCD font</description>
 4376: <filenames>
 4377: 0.gif;
 4378: 1.gif;
 4379: 2.gif;
 4380: 3.gif;
 4381: 4.gif;
 4382: 5.gif;
 4383: 6.gif;
 4384: 7.gif;
 4385: 8.gif;
 4386: 9.gif;
 4387: a.gif;
 4388: b.gif;
 4389: c.gif;
 4390: d.gif;
 4391: e.gif;
 4392: f.gif;
 4393: g.gif;
 4394: h.gif;
 4395: i.gif;
 4396: j.gif;
 4397: k.gif;
 4398: l.gif;
 4399: m.gif;
 4400: n.gif;
 4401: o.gif;
 4402: p.gif;
 4403: q.gif;
 4404: r.gif;
 4405: s.gif;
 4406: t.gif;
 4407: u.gif;
 4408: v.gif;
 4409: w.gif;
 4410: x.gif;
 4411: y.gif;
 4412: z.gif;
 4413: colon.gif;
 4414: hyphen.gif;
 4415: slash.gif;
 4416: space.gif;
 4417: </filenames>
 4418: </fileglob>
 4419: <fileglob>
 4420: <glob>*.gif</glob>
 4421: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
 4422: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
 4423: <categoryname>graphic file</categoryname>
 4424: <description>icons used for the entire LON-CAPA user interface</description>
 4425: <filenames>
 4426: anno.gif;
 4427: anot.gif;
 4428: back.gif;
 4429: bchat.gif;
 4430: bkm.gif;
 4431: brws.gif;
 4432: catalog.gif;
 4433: ccrs.gif;
 4434: chat.gif;
 4435: chrt.gif;
 4436: com.gif;
 4437: courses.gif;
 4438: cprv.gif;
 4439: cstr.gif;
 4440: dempty.gif;
 4441: docs.gif;
 4442: egrd.gif;
 4443: empty.gif;
 4444: enrl.gif;
 4445: eval.gif;
 4446: fdbk.gif;
 4447: feedback.gif;
 4448: forw.gif;
 4449: grds.gif;
 4450: group.gif;
 4451: help.gif;
 4452: info.gif;
 4453: keys.gif;
 4454: ledblink.gif;
 4455: ledgreen.gif;
 4456: ledoff.gif;
 4457: ledon.gif;
 4458: ledsend.gif;
 4459: logout.gif;
 4460: mrk.gif;
 4461: nav.gif;
 4462: next.gif;
 4463: nothumb.gif;
 4464: parm.gif;
 4465: pgrd.gif;
 4466: pparm.gif;
 4467: pref.gif;
 4468: prev.gif;
 4469: prt.gif;
 4470: qempty.gif;
 4471: reload.gif;
 4472: remotebg.gif;
 4473: res.gif;
 4474: roles.gif;
 4475: sbkm.gif;
 4476: spacer.gif;
 4477: sprs.gif;
 4478: src.gif;
 4479: stat.gif;
 4480: subm.gif;
 4481: title.gif;
 4482: vbkm.gif;
 4483: </filenames>
 4484: </fileglob>
 4485: <file>
 4486: <source>loncom/html/res/adm/pages/imgmaps.html</source>
 4487: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
 4488: <categoryname>interface file</categoryname>
 4489: <description>
 4490: image maps for the LON-CAPA remote control
 4491: </description>
 4492: </file>
 4493: <file>
 4494: <source>loncom/html/res/adm/pages/index.html</source>
 4495: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
 4496: <categoryname>interface file</categoryname>
 4497: <description>
 4498: welcoming page to the LON-CAPA system upon login
 4499: </description>
 4500: </file>
 4501: <file>
 4502: <source>loncom/html/res/adm/pages/menu.html</source>
 4503: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
 4504: <categoryname>interface file</categoryname>
 4505: <description>
 4506: renders the HTML (including image maps) for the LON-CAPA remote control
 4507: </description>
 4508: </file>
 4509: <fileglob>
 4510: <glob>*.gif</glob>
 4511: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
 4512: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
 4513: </targetdir>
 4514: <categoryname>graphic file</categoryname>
 4515: <description>
 4516: icons used for directory indexing and login screen
 4517: </description>
 4518: <filenames>
 4519: a.gif;
 4520: alert.black.gif;
 4521: alert.red.gif;
 4522: back.gif;
 4523: ball.gray.gif;
 4524: ball.red.gif;
 4525: binary.gif;
 4526: binhex.gif;
 4527: blank.gif;
 4528: bomb.gif;
 4529: box1.gif;
 4530: box2.gif;
 4531: broken.gif;
 4532: burst.gif;
 4533: c.gif;
 4534: comp.blue.gif;
 4535: comp.gray.gif;
 4536: compressed.gif;
 4537: continued.gif;
 4538: course.gif;
 4539: dir.gif;
 4540: down.gif;
 4541: dvi.gif;
 4542: f.gif;
 4543: folder.gif;
 4544: folder.open.gif;
 4545: folder.sec.gif;
 4546: folder_closed.gif;
 4547: folder_closed_pressed.gif;
 4548: folder_new.gif;
 4549: folder_opened.gif;
 4550: folder_opened_pressed.gif;
 4551: folder_pointer_closed.gif;
 4552: folder_pointer_opened.gif;
 4553: folder_spacer.gif;
 4554: folder_trash.gif;
 4555: forward.gif;
 4556: generic.gif;
 4557: generic.red.gif;
 4558: generic.sec.gif;
 4559: hand.right.gif;
 4560: hand.up.gif;
 4561: html.gif;
 4562: image1.gif;
 4563: image2.gif;
 4564: image3.gif;
 4565: index.gif;
 4566: layout.gif;
 4567: left.gif;
 4568: link.gif;
 4569: mov.gif;
 4570: movie1.gif;
 4571: p.gif;
 4572: patch.gif;
 4573: pdf.gif;
 4574: portal.gif;
 4575: problem.gif;
 4576: ps.gif;
 4577: quill.gif;
 4578: right.gif;
 4579: screw1.gif;
 4580: screw2.gif;
 4581: script.gif;
 4582: sound1.gif;
 4583: sound2.gif;
 4584: sphere1.gif;
 4585: sphere2.gif;
 4586: tar.gif;
 4587: tex.gif;
 4588: text.gif;
 4589: transfer.gif;
 4590: unknown.gif;
 4591: up.gif;
 4592: uu.gif;
 4593: uuencoded.gif;
 4594: white_space_20_22.gif;
 4595: white_space_22_22.gif;
 4596: whitespace1.gif;
 4597: whitespace10.gif;
 4598: whitespace2.gif;
 4599: whitespace3.gif;
 4600: whitespace4.gif;
 4601: whitespace5.gif;
 4602: whitespace6.gif;
 4603: whitespace7.gif;
 4604: whitespace8.gif;
 4605: whitespace9.gif;
 4606: world1.gif;
 4607: world2.gif
 4608: </filenames>
 4609: </fileglob>
 4610: <fileglob>
 4611: <glob>*.gif</glob>
 4612: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 4613: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
 4614: </targetdir>
 4615: <categoryname>graphic file</categoryname>
 4616: <description>
 4617: icons used for the bookmark portion of the LON-CAPA user interface
 4618: </description>
 4619: <filenames>
 4620: folder_anim.gif;
 4621: folder_close.gif;
 4622: folder_drag.gif;
 4623: folder_new.gif;
 4624: folder_open.gif;
 4625: folder_pointer_closed.gif;
 4626: folder_pointer_opened.gif;
 4627: folder_static.gif;
 4628: folder_trash.gif;
 4629: folder_trash_hover.gif;
 4630: left_bar.gif;
 4631: link.gif;
 4632: link_anim.gif;
 4633: link_drag.gif;
 4634: ll_corner.gif;
 4635: lower_bar.gif;
 4636: lr_corner.gif;
 4637: pix.gif;
 4638: right_bar.gif;
 4639: toolbar_bg.gif;
 4640: ul_corner.gif;
 4641: upper_bar.gif;
 4642: ur_corner.gif
 4643: </filenames>
 4644: </fileglob>
 4645: <fileglob>
 4646: <glob>*.html</glob>
 4647: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 4648: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
 4649: </targetdir>
 4650: <categoryname>interface file</categoryname>
 4651: <description>
 4652: associated with the scheme of displaying bookmarks
 4653: </description>
 4654: <filenames>
 4655: bookmarkmenu_toolbar.html;
 4656: blank.html;
 4657: closechildren.html
 4658: </filenames>
 4659: </fileglob>
 4660: <file>
 4661: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
 4662: <target dist='default'>
 4663: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
 4664: <categoryname>interface file</categoryname>
 4665: <description>
 4666: javascript for handling client-side interactions with bookmark interface
 4667: </description>
 4668: </file>
 4669: <file>
 4670: <source>loncom/build/CHECKRPMS</source>
 4671: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
 4672: <categoryname>system script</categoryname>
 4673: <description>
 4674: manilla wrapper around check-rpms
 4675: </description>
 4676: <status>tested/documented/beta</status>
 4677: </file>
 4678: <file>
 4679: <source>loncom/build/check-rpms</source>
 4680: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
 4681: <categoryname>system script</categoryname>
 4682: <description>
 4683: compare installed rpms with up-to-date distribution
 4684: </description>
 4685: <status>tested/documented/beta</status>
 4686: </file>
 4687: <file>
 4688: <source>doc/man/check-rpms.1</source>
 4689: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
 4690: <categoryname>doc</categoryname>
 4691: <description>man page for check-rpms</description>
 4692: <build trigger='always run'>
 4693: loncom/build/pod2man.sh check-rpms &gt; ../../doc/man/check-rpms.1 &amp;&amp; \
 4694: echo 'manifying check-rpms'
 4695: </build>
 4696: <status>beta</status>
 4697: <dependencies>
 4698: ../../loncom/build/check-rpms
 4699: </dependencies>
 4700: </file>
 4701: <file>
 4702: <source>doc/scripts/check-rpms.html</source>
 4703: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
 4704: </target>
 4705: <categoryname>doc</categoryname>
 4706: <description>POD-derived page for check-rpms</description>
 4707: <build trigger='always run'>
 4708: loncom/build/pod2html.sh check-rpms &gt; ../../doc/scripts/check-rpms.html \
 4709: &amp;&amp; echo 'pod2html checkrpms'
 4710: </build>
 4711: <status>works/unverified</status>
 4712: <dependencies>
 4713: ../../loncom/build/check-rpms
 4714: </dependencies>
 4715: </file>
 4716: <file>
 4717: <source>loncom/build/loncaparestoreconfigurations</source>
 4718: <target dist='default'>usr/local/loncapa/sbin/loncaparestoreconfigurations
 4719: </target>
 4720: <categoryname>script</categoryname>
 4721: <description>
 4722: Updates .lpmlnew files with previous settings.  Also supports alternative
 4723: schemes of settings-updating and file-overwriting.
 4724: </description>
 4725: <status>works/unverified</status>
 4726: </file>
 4727: <file>
 4728: <source>loncom/cron/loncapa</source>
 4729: <target dist='default'>etc/cron.d/loncapa</target>
 4730: <categoryname>static conf</categoryname>
 4731: <description>
 4732: file that specifies periodic processes to run for the LON-CAPA machine
 4733: </description>
 4734: </file>
 4735: <file>
 4736: <source>loncom/ntp/step-tickers</source>
 4737: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
 4738: </target>
 4739: <categoryname>static conf</categoryname>
 4740: <description>
 4741: file that stimulates running of ntpdate upon init.d/xntpd initiation
 4742: </description>
 4743: <note>
 4744: <table cellpadding='0' cellspacing='0' border='1'>
 4745: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
 4746: </table>
 4747: </note>
 4748: </file>
 4749: <file>
 4750: <source>loncom/pam.d/pwauth</source>
 4751: <target dist='default'>etc/pam.d/pwauth</target>
 4752: <categoryname>static conf</categoryname>
 4753: <description>
 4754: file that allows setuid password privileges for pwauth executable
 4755: </description>
 4756: </file>
 4757: <file>
 4758: <source>loncom/pam.d/pwchange</source>
 4759: <target dist='default'>etc/pam.d/pwchange</target>
 4760: <categoryname>static conf</categoryname>
 4761: <description>
 4762: file that allows setuid password privileges for pwchange (lcpasswd) executable
 4763: </description>
 4764: </file>
 4765: <file>
 4766: <source>loncom/init.d/loncontrol</source>
 4767: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
 4768: <categoryname>root script</categoryname>
 4769: <description>
 4770: Controls the launching/halting of lonc, lond, and lonsql processes.
 4771: </description>
 4772: </file>
 4773: <link>
 4774: <linkto>etc/rc.d/init.d/loncontrol</linkto>
 4775: <target dist='default'>
 4776: etc/rc.d/rc0.d/K05loncontrol;
 4777: etc/rc.d/rc1.d/K05loncontrol;
 4778: etc/rc.d/rc2.d/K05loncontrol;
 4779: etc/rc.d/rc3.d/S95loncontrol;
 4780: etc/rc.d/rc4.d/S95loncontrol;
 4781: etc/rc.d/rc5.d/S95loncontrol;
 4782: etc/rc.d/rc6.d/K05loncontrol
 4783: </target>
 4784: <categoryname>symbolic link</categoryname>
 4785: <description>
 4786: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
 4787: </link>
 4788: <file>
 4789: <source>loncom/atalk/config</source>
 4790: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
 4791: <categoryname>static conf</categoryname>
 4792: <description>
 4793: configuration file to make LON-CAPA server file space accessible to
 4794: Appleshares access (Macintosh)
 4795: </description>
 4796: </file>
 4797: </files>
 4798: </lpml>

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