File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.191: download - view: text, annotated - select for diffs
Fri Nov 22 20:23:33 2002 UTC (21 years, 5 months ago) by bowersj2
Branches: MAIN
CVS tags: HEAD
Adding help file for lonquickgrades.

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

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