File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.316: download - view: text, annotated - select for diffs
Wed Dec 31 14:50:36 2003 UTC (20 years, 4 months ago) by www
Branches: MAIN
CVS tags: HEAD
lond will not run if ConfigFileEdit.pm is not installed.

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

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