File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.300: download - view: text, annotated - select for diffs
Mon Nov 24 22:03:12 2003 UTC (20 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: version_1_0_99, HEAD
- install  reactionresponse helper files

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

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