File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.296: download - view: text, annotated - select for diffs
Wed Oct 29 15:23:23 2003 UTC (20 years, 6 months ago) by matthew
Branches: MAIN
CVS tags: HEAD
Added lonsubmissiontimeanalysis.pm

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

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