File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.329: download - view: text, annotated - select for diffs
Wed Jan 28 14:37:40 2004 UTC (20 years, 4 months ago) by matthew
Branches: MAIN
CVS tags: HEAD
Added Statistics_Overall_Key.tex.

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

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