File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.200: download - view: text, annotated - select for diffs
Fri Dec 13 19:33:06 2002 UTC (21 years, 4 months ago) by bowersj2
Branches: MAIN
CVS tags: HEAD
Added in info for the Course Instructor manual.

    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.200 2002/12/13 19:33:06 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/httpi.license</source>
 1338: <target dist='default'>home/httpd/html/adm/httpi.license</target>
 1339: <categoryname>interface file</categoryname>
 1340: <description>
 1341: HTTPi webserver license
 1342: </description>
 1343: </file>
 1344: <file>
 1345: <source>loncom/license/httpi.readme</source>
 1346: <target dist='default'>home/httpd/html/adm/httpi.readme</target>
 1347: <categoryname>interface file</categoryname>
 1348: <description>
 1349: HTTPi webserver readme 
 1350: </description>
 1351: </file>
 1352: <file>
 1353: <source>loncom/license/about.html</source>
 1354: <target dist='default'>home/httpd/html/adm/about.html</target>
 1355: <categoryname>interface file</categoryname>
 1356: <description>
 1357: The "About" Page.
 1358: </description>
 1359: </file>
 1360: <file>
 1361: <source>loncom/publisher/publisher.html</source>
 1362: <target dist='default'>home/httpd/html/adm/publisher.html</target>
 1363: <categoryname>interface file</categoryname>
 1364: <description>
 1365: HTML frame that presents a form element to allow for the publishing of
 1366: resources, directories and underlying subdirectories.
 1367: </description>
 1368: </file>
 1369: <file>
 1370: <source>loncom/html/adm/noidea.html</source>
 1371: <target dist='default'>home/httpd/html/adm/noidea.html</target>
 1372: <categoryname>interface file</categoryname>
 1373: <description>
 1374: Interface file for responding to improper page flipping.
 1375: </description>
 1376: </file>
 1377: <file>
 1378: <source>loncom/html/adm/overloaded.txt</source>
 1379: <target dist='default'>home/httpd/html/adm/overloaded.txt</target>
 1380: <categoryname>interface file</categoryname>
 1381: <description>
 1382: Interface file for responding to overload situations.
 1383: </description>
 1384: </file>
 1385: <file>
 1386: <source>loncom/xml/physnet.sty</source>
 1387: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
 1388: <categoryname>static conf</categoryname>
 1389: <description>
 1390: The relevant conditions and metadata to attach to PhysNet-specific tags.
 1391: </description>
 1392: </file>
 1393: <file>
 1394: <source>loncom/homework/lectureonline.sty</source>
 1395: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
 1396: </target>
 1397: <categoryname>static conf</categoryname>
 1398: <description>
 1399: The relevant conditions and metadata to attach to LectureOnline-specific tags.
 1400: </description>
 1401: </file>
 1402: <file>
 1403: <source>loncom/thesaurus/un_keyword.tab</source>
 1404: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
 1405: <categoryname>conf</categoryname>
 1406: <description>
 1407: File which contains words which should not be keywords used to specify resource
 1408: content.
 1409: </description>
 1410: </file>
 1411: <file>
 1412: <source>loncom/publisher/packages.tab</source>
 1413: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
 1414: <categoryname>static conf</categoryname>
 1415: <description>
 1416: Parameter packages, so that assessments can publish parameter packages
 1417: needed, which are then expanded into individual parameters - allows to
 1418: retroactively add new parameters to already published assessments.
 1419: </description>
 1420: </file>
 1421: <file>
 1422: <source>loncom/publisher/copyright.tab</source>
 1423: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
 1424: <categoryname>static conf</categoryname>
 1425: <description>
 1426: Table which contains list of copyright possibilities for educational resources.
 1427: </description>
 1428: </file>
 1429: <file>
 1430: <source>loncom/publisher/language.tab</source>
 1431: <target dist='default'>home/httpd/lonTabs/language.tab</target>
 1432: <categoryname>static conf</categoryname>
 1433: <description>
 1434: Table which contains string abbreviations of language::font rendering
 1435: combinations.
 1436: </description>
 1437: </file>
 1438: <file>
 1439: <source>loncom/publisher/addid.tab</source>
 1440: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
 1441: <categoryname>static conf</categoryname>
 1442: <description>
 1443: Table which has hash data necessary for distinguishing IDs from indices.
 1444: </description>
 1445: </file>
 1446: <file>
 1447: <source>rat/lonwrapper.pm</source>
 1448: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
 1449: <categoryname>handler</categoryname>
 1450: <description>
 1451: Wrapper for external and binary files as standalone resources.
 1452: Edit handler for rat maps; TeX content handler.
 1453: </description>
 1454: <status>works/unverified</status>
 1455: </file>
 1456: <file>
 1457: <source>loncom/interface/londocs.pm</source>
 1458: <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
 1459: <categoryname>handler</categoryname>
 1460: <description>
 1461: Handler for course documents
 1462: </description>
 1463: <status>works/unverified</status>
 1464: </file>
 1465: <file>
 1466: <source>loncom/interface/lonchat.pm</source>
 1467: <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
 1468: <categoryname>handler</categoryname>
 1469: <description>
 1470: Handler for chat
 1471: </description>
 1472: <status>works/unverified</status>
 1473: </file>
 1474: <file>
 1475: <source>loncom/interface/lonchatfetch.pm</source>
 1476: <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
 1477: <categoryname>handler</categoryname>
 1478: <description>
 1479: Handler for periodically fetch new lines of chat
 1480: </description>
 1481: <status>works/unverified</status>
 1482: </file>
 1483: <file>
 1484: <source>loncom/interface/lonannounce.pm</source>
 1485: <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
 1486: <categoryname>handler</categoryname>
 1487: <description>
 1488: Handler to put up announcements and calendar
 1489: </description>
 1490: <status>works/unverified</status>
 1491: </file>
 1492: <file>
 1493: <source>loncom/interface/lonsyllabus.pm</source>
 1494: <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
 1495: <categoryname>handler</categoryname>
 1496: <description>
 1497: Handler to put up syllabus
 1498: </description>
 1499: <status>works/unverified</status>
 1500: </file>
 1501: <file>
 1502: <source>loncom/interface/lonsimplepage.pm</source>
 1503: <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
 1504: <categoryname>handler</categoryname>
 1505: <description>
 1506: Handler to put up simple page
 1507: </description>
 1508: <status>works/unverified</status>
 1509: </file>
 1510: <file>
 1511: <source>loncom/interface/lonbulletin.pm</source>
 1512: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
 1513: <categoryname>handler</categoryname>
 1514: <description>
 1515: Handler to put up bulletin board
 1516: </description>
 1517: <status>works/unverified</status>
 1518: </file>
 1519: <file>
 1520: <source>loncom/interface/lonaboutme.pm</source>
 1521: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
 1522: <categoryname>handler</categoryname>
 1523: <description>
 1524: Handler to put up personal info
 1525: </description>
 1526: <status>works/unverified</status>
 1527: </file>
 1528: <file>
 1529: <source>loncom/publisher/loncfile.pm</source>
 1530: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
 1531: <categoryname>handler</categoryname>
 1532: <description>
 1533: Provides web-based functionality for file copy, rename, mkdir, etc, in the
 1534: construction space menu.
 1535: </description>
 1536: <status>works/unverified</status>
 1537: </file>
 1538: <file>
 1539: <source>loncom/interface/lonhelp.pm</source>
 1540: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
 1541: <categoryname>handler</categoryname>
 1542: <description>
 1543: The .tex file help handler.
 1544: </description>
 1545: <status>works/unverified</status>
 1546: <build trigger='always run'>
 1547: loncom/html/adm/help/buildMakeWrapper
 1548: </build>
 1549: <dependencies>
 1550: Makefile;
 1551: buildMakeWrapper
 1552: </dependencies>
 1553: </file>
 1554: <file>
 1555: <source>loncom/html/adm/help/abouthelp.html</source>
 1556: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
 1557: <categoryname>interface file</categoryname>
 1558: <description>
 1559: Index file for the help system
 1560: </description>
 1561: </file>
 1562: <file>
 1563: <source>doc/help/author.manual.access.tex</source>
 1564: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
 1565: </target>
 1566: <categoryname>interface file</categoryname>
 1567: <description>
 1568: The pseudo-LaTeX file to allow people to read the author's manual online, with
 1569: a somewhat clumsy interface.
 1570: </description>
 1571: <status>works/unverified</status>
 1572: </file>
 1573: <file>
 1574: <source>doc/help/course.manual.access.tex</source>
 1575: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
 1576: </target>
 1577: <categoryname>interface file</categoryname>
 1578: <description>
 1579: The pseudo-LaTeX file to allow people to read the course administrator's
 1580: manual online, with a somewhat clumsy interface.
 1581: </description>
 1582: <status>works/unverified</status>
 1583: </file>
 1584: <file>
 1585: <source>doc/help/course.instructor.access.tex</source>
 1586: <target dist='default'>home/httpd/html/adm/help/tex/course.instructor.access.tex
 1587: </target>
 1588: <categoryname>interface file</categoryname>
 1589: <description>
 1590: The pseudo-LaTeX file to allow people to read the course instructor's
 1591: manual online, with a somewhat clumsy interface.
 1592: </description>
 1593: <status>works/unverified</status>
 1594: </file>
 1595: <file>
 1596: <source>doc/help/author.manual.ps</source>
 1597: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
 1598: <categoryname>interface file</categoryname>
 1599: <description>
 1600: The postscript Author's Manual
 1601: </description>
 1602: <status>works/unverified</status>
 1603: <dependencies>
 1604: doc/help/author.manual.texxml;
 1605: doc/help/latexSplitter.py;
 1606: doc/help/rebuildLabelHash.pl;
 1607: doc/help/render.texxml.pl;
 1608: doc/help/simpleEdit.py;
 1609: doc/help/texxml2indextex.pl;
 1610: doc/help/texxml2latex.pl;
 1611: loncom/build/buildHelp.sh;
 1612: loncom/build/help_graphics_converter.pl
 1613: </dependencies>
 1614: </file>
 1615: <file>
 1616: <source>doc/help/author.manual.pdf</source>
 1617: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
 1618: <categoryname>handler</categoryname>
 1619: <description>
 1620: The PDF Author's Manual
 1621: </description>
 1622: <status>works/unverified</status>
 1623: </file>
 1624: <file>
 1625: <source>doc/help/course.manual.ps</source>
 1626: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
 1627: <categoryname>interface file</categoryname>
 1628: <description>
 1629: The postscript Course Manual
 1630: </description>
 1631: <status>works/unverified</status>
 1632: <dependencies>
 1633: doc/help/course.manual.texxml;
 1634: doc/help/latexSplitter.py;
 1635: doc/help/rebuildLabelHash.pl;
 1636: doc/help/render.texxml.pl;
 1637: doc/help/simpleEdit.py;
 1638: doc/help/texxml2indextex.pl;
 1639: doc/help/texxml2latex.pl;
 1640: loncom/build/buildHelp.sh;
 1641: loncom/build/help_graphics_converter.pl
 1642: </dependencies>
 1643: </file>
 1644: <file>
 1645: <source>doc/help/course.manual.pdf</source>
 1646: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
 1647: <categoryname>interface file</categoryname>
 1648: <description>
 1649: The PDF Course Manual
 1650: </description>
 1651: <status>works/unverified</status>
 1652: </file>
 1653: <file>
 1654: <source>doc/help/course.instructor.ps</source>
 1655: <target dist='default'>home/httpd/html/adm/help/course.instructor.ps</target>
 1656: <categoryname>interface file</categoryname>
 1657: <description>
 1658: The postscript Course Instructor Manual
 1659: </description>
 1660: <status>works/unverified</status>
 1661: </file>
 1662: <file>
 1663: <source>doc/help/course.instructor.pdf</source>
 1664: <target dist='default'>home/httpd/html/adm/help/course.instructor.pdf</target>
 1665: <categoryname>interface file</categoryname>
 1666: <description>
 1667: The PDF Course Instructor Manual
 1668: </description>
 1669: <status>works/unverified</status>
 1670: </file>
 1671: <fileglob>
 1672: <glob>*.*</glob>
 1673: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
 1674: <targetdir dist='default'>
 1675: home/httpd/html/adm/help/gif/</targetdir>
 1676: <categoryname>interface file</categoryname>
 1677: <description>
 1678: Gif files for the help system
 1679: </description>
 1680: <filenames>
 1681: authorRemote.gif;
 1682: constructionSpace.gif;
 1683: constructionSpaceForPublishing.gif;
 1684: creatingANewCourse.gif;
 1685: creatingNewProblemResource.gif;
 1686: dynamic_piecewise.gif;
 1687: dynamic_piecewise2.gif;
 1688: dynamic_plot.gif;
 1689: dynamic_plot2.gif;
 1690: formulaResponse.gif;
 1691: login.gif;
 1692: lonhelpheader.gif;
 1693: mainCourseDocuments.gif;
 1694: mapAdvancedEditorNew.gif;
 1695: mapClickedStart.gif;
 1696: mapEditFirstClick.gif;
 1697: mapEditInitial.gif;
 1698: mapEditingButton.gif;
 1699: mapEditorDirectoryBrowser.gif;
 1700: mapEditorResourceChosen.gif;
 1701: mapEditorSelection.gif;
 1702: mapInsertResource.gif;
 1703: mapNewResource.gif;
 1704: mapSecondWindowSecondResource.gif;
 1705: mapSimpleEditor.gif;
 1706: mapStraightened.gif;
 1707: mapTwoResources.gif;
 1708: numericalResponse1.gif;
 1709: numericalResponseEditor.gif;
 1710: numericalResponseSlopeProblem.gif;
 1711: numericalResponseVarInText.gif;
 1712: optionResponseEditing.gif;
 1713: optionResponseProblem.gif;
 1714: publishMetadata.gif;
 1715: radioResponse2.gif;
 1716: radioResponseHint.gif;
 1717: smallHelp.gif;
 1718: spreadsheet_hierarchy.gif;
 1719: stringResponseEditor.gif;
 1720: studentInterface.gif
 1721: </filenames>
 1722: </fileglob>
 1723: <fileglob>
 1724: <glob>*.*</glob>
 1725: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
 1726: <targetdir dist='default'>
 1727: home/httpd/html/adm/help/eps/</targetdir>
 1728: <categoryname>interface file</categoryname>
 1729: <description>
 1730: EPS files for the help system
 1731: </description>
 1732: <filenames>
 1733: authorRemote.eps;
 1734: constructionSpace.eps;
 1735: constructionSpaceForPublishing.eps;
 1736: creatingANewCourse.eps;
 1737: creatingNewProblemResource.eps;
 1738: dynamic_piecewise.eps;
 1739: dynamic_piecewise2.eps;
 1740: dynamic_plot.eps;
 1741: dynamic_plot2.eps;
 1742: formulaResponse.eps;
 1743: lonhelpheader.eps;
 1744: login.eps;
 1745: mainCourseDocuments.eps;
 1746: mapAdvancedEditorNew.eps;
 1747: mapClickedStart.eps;
 1748: mapEditFirstClick.eps;
 1749: mapEditInitial.eps;
 1750: mapEditingButton.eps;
 1751: mapEditorDirectoryBrowser.eps;
 1752: mapEditorResourceChosen.eps;
 1753: mapEditorSelection.eps;
 1754: mapInsertResource.eps;
 1755: mapNewResource.eps;
 1756: mapSecondWindowSecondResource.eps;
 1757: mapSimpleEditor.eps;
 1758: mapStraightened.eps;
 1759: mapTwoResources.eps;
 1760: numericalResponse1.eps;
 1761: numericalResponseEditor.eps;
 1762: numericalResponseSlopeProblem.eps;
 1763: numericalResponseVarInText.eps;
 1764: optionResponseEditing.eps;
 1765: optionResponseProblem.eps;
 1766: publishMetadata.eps;
 1767: radioResponse2.eps;
 1768: radioResponseHint.eps;
 1769: smallHelp.eps;
 1770: spreadsheet_hierarchy.eps;
 1771: stringResponseEditor.eps;
 1772: studentInterface.eps
 1773: </filenames>
 1774: </fileglob>
 1775: <fileglob>
 1776: <glob>*.*</glob>
 1777: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
 1778: <targetdir dist='default'>
 1779: home/httpd/html/adm/help/tex/</targetdir>
 1780: <categoryname>interface file</categoryname>
 1781: <description>
 1782: Tex files for the help system
 1783: </description>
 1784: <filenames>
 1785: About_Authors_Manual.tex;
 1786: About_Numerical_and_Formula_Response.tex;
 1787: Ambiguous_Reference.tex;
 1788: Author_LON-CAPA_Introduction.tex;
 1789: Author_Manual_Title_Page.tex;
 1790: Author_Numerical_and_Formula.tex;
 1791: Author_Remote_Control.tex;
 1792: Authoring_Adding_Pictures.tex;
 1793: Authoring_Dynamic_Plot.tex;
 1794: Authoring_HTML_vs_Tex.tex;
 1795: Authoring_M_Tag.tex;
 1796: Authoring_Piecewise_Plot.tex;
 1797: Calling_Functions.tex;
 1798: Coauthor.tex;
 1799: Construction_Space_Overview.tex;
 1800: Course_Add_Student.tex;
 1801: Course_Chart_To_Excel.tex;
 1802: Course_Convert_To_CSV.tex;
 1803: Course_Create_Class_List.tex;
 1804: Course_Critical_Message.tex;
 1805: Course_Deleting.tex;
 1806: Course_Disable_Discussion.tex;
 1807: Course_Discussion_Board.tex;
 1808: Course_Drop_Student.tex;
 1809: Course_Edit_Content.tex;
 1810: Course_Feedback_Addresses.tex;
 1811: Course_Homework_Performance_Overview.tex;
 1812: Course_Manual_Title_Page.tex;
 1813: Course_Message_Access.tex;
 1814: Course_Problem_Weight.tex;
 1815: Course_Setting_Parameters.tex;
 1816: Course_Student_Grade_Override.tex;
 1817: Course_Student_Work.tex;
 1818: Course_Toplevel_Seq.tex;
 1819: Creating_A_Course_Intro.tex;
 1820: Creating_New_Content_Pages.tex;
 1821: Creating_Online_Problems.tex;
 1822: Creating_Radio_Response_Problems.tex;
 1823: Docs_Adding_Course_Doc.tex;
 1824: Docs_Adding_External_Resource.tex;
 1825: Docs_Adding_Folders.tex;
 1826: Docs_Creating_From_Template.tex;
 1827: Docs_Importing_LON-CAPA_Resource.tex;
 1828: Docs_Main_Course_Documents.tex;
 1829: Docs_Navigate_Content.tex;
 1830: Docs_Overview.tex;
 1831: Docs_Supplemental.tex;
 1832: Docs_Uploading_From_Harddrive.tex;
 1833: Foils.tex;
 1834: Formula_Response_Example.tex;
 1835: Formula_Response_Limitations.tex;
 1836: Formula_Response_Problems.tex;
 1837: Formula_Response_Sampling.tex;
 1838: Formula_Tolerance.tex;
 1839: General_Intro.tex;
 1840: How_To_Edit_Existing_Content_Pages.tex;
 1841: Latex_Footer.tex;
 1842: Latex_Header.tex;
 1843: Login_To_LON-CAPA.tex;
 1844: Metadata_Description.tex;
 1845: Navmap_Host_Down.tex;
 1846: Numerical_Response_Advanced_Example.tex;
 1847: Numerical_Response_Format.tex;
 1848: Numerical_Response_Intro.tex;
 1849: Numerical_Response_Introduction.tex;
 1850: Numerical_Response_Parts_A.tex;
 1851: Numerical_Response_Parts_B.tex;
 1852: Numerical_Response_Problems.tex;
 1853: Numerical_Response_Randomization.tex;
 1854: Numerical_Response_Simple_Example.tex;
 1855: Numerical_Response_Tutorial_A.tex;
 1856: Numerical_Response_Units.tex;
 1857: Option_Response_Concept_Group_Example.tex;
 1858: Option_Response_Matching_Example.tex;
 1859: Option_Response_Problem_Creation.tex;
 1860: Option_Response_Problem_Figure.tex;
 1861: Option_Response_Problem_Parts.tex;
 1862: Option_Response_Problems.tex;
 1863: Option_Response_Simple.tex;
 1864: Part_Tag_Edit_Help.tex;
 1865: Problem_Editor_Testing_Area.tex;
 1866: Problem_Editor_XML_Index.tex;
 1867: Problem_Types.tex;
 1868: Publishing_A_Resource.tex;
 1869: Publishing_Author_Tutorial_Segue.tex;
 1870: Publishing_Copyright.tex;
 1871: Publishing_Intro.tex;
 1872: Publishing_Keywords.tex;
 1873: Quick_Grades_Possibly_Correct.tex;
 1874: Radio_Response_Problems.tex;
 1875: Radio_Response_Randomization.tex;
 1876: Resource_Types.tex;
 1877: Script_Tutorial_Intro.tex;
 1878: Scripting_Help.tex;
 1879: Sequence_Advanced_Editor_Creation.tex;
 1880: Sequence_Definition.tex;
 1881: Sequence_Editor_Selection.tex;
 1882: Sequence_Page_Maps.tex;
 1883: Sequence_Simple_Editor_Creation.tex;
 1884: Sequence_Top-Level.tex;
 1885: Significant_Figures.tex;
 1886: Spreadsheet_About.tex;
 1887: Spreadsheet_Alternative_View.tex;
 1888: Spreadsheet_Changes_To_Grading.tex;
 1889: Spreadsheet_Col_Sum.tex;
 1890: Spreadsheet_Completely_Recalc.tex;
 1891: Spreadsheet_Empty_Rows.tex;
 1892: Spreadsheet_Export_Row.tex;
 1893: Spreadsheet_Functions.tex;
 1894: Spreadsheet_Import_Values.tex;
 1895: Spreadsheet_Levels.tex;
 1896: Spreadsheet_Lists.tex;
 1897: Spreadsheet_Max_Depth_Exceeded.tex;
 1898: Spreadsheet_OOO_Rows.tex;
 1899: Spreadsheet_Op_On_All_Problem_Parts.tex;
 1900: Spreadsheet_Parms.tex;
 1901: Spreadsheet_Problem_Weight.tex;
 1902: Spreadsheet_Ranges.tex;
 1903: Spreadsheet_Specifying_Cells.tex;
 1904: Spreadsheet_Student_Visible.tex;
 1905: Spreadsheet_Symbolic_Names.tex;
 1906: Spreadsheet_Template_Row.tex;
 1907: Spreadsheet_Ternary_Operator.tex;
 1908: Spreadsheet_Tries.tex;
 1909: String_Response_Problem_Creation.tex;
 1910: String_Response_Problems.tex;
 1911: Tolerance.tex;
 1912: Variable_Naming_Conventions.tex;
 1913: Variable_Tutorial_A.tex;
 1914: Variables_in_Scripts.tex;
 1915: Variables_in_the_Answer_Block.tex;
 1916: Variables_in_the_Text_Block.tex
 1917: </filenames>
 1918: </fileglob>
 1919: <file>
 1920: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
 1921: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
 1922: <categoryname>interface file</categoryname>
 1923: <description>
 1924: A gdbm file containing a label->tex file hash.
 1925: </description>
 1926: <status>works/unverified</status>
 1927: </file>
 1928: <file>
 1929: <source>loncom/interface/lonstatistics.pm</source>
 1930: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
 1931: <categoryname>handler</categoryname>
 1932: <description>
 1933: Handler to show statistics on solving LON-CAPA problems.
 1934: </description>
 1935: <status>works/unverified</status>
 1936: </file>
 1937: <file>
 1938: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
 1939: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
 1940: </target>
 1941: <categoryname>handler</categoryname>
 1942: <description>
 1943: The module that generate the html for the Problem Statistics web pages.
 1944: </description>
 1945: <status>works/unverified</status>
 1946: </file>
 1947: <file>
 1948: <source>loncom/interface/statistics/lonpercentage.pm</source>
 1949: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
 1950: </target>
 1951: <categoryname>handler</categoryname>
 1952: <description>
 1953: The module that generate the html for the Percentage graph web pages.
 1954: </description>
 1955: <status>works/unverified</status>
 1956: </file>
 1957: <file>
 1958: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
 1959: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
 1960: </target>
 1961: <categoryname>handler</categoryname>
 1962: <description>
 1963: The module that generate the html for the Problem Analysis web pages.
 1964: </description>
 1965: <status>works/unverified</status>
 1966: </file>
 1967: <file>
 1968: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
 1969: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
 1970: </target>
 1971: <categoryname>handler</categoryname>
 1972: <description>
 1973: The module that generate the html for the Student Assessment/Chart web pages.
 1974: </description>
 1975: <status>works/unverified</status>
 1976: </file>
 1977: <file>
 1978: <source>loncom/publisher/londiff.pm</source>
 1979: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
 1980: <categoryname>handler</categoryname>
 1981: <description>
 1982: Handler to show difference between two files.
 1983: </description>
 1984: <status>works/unverified</status>
 1985: </file>
 1986: <file>
 1987: <source>loncom/publisher/lonupload.pm</source>
 1988: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
 1989: <categoryname>handler</categoryname>
 1990: <description>
 1991: Handler to upload files through browser into construction space.
 1992: </description>
 1993: <status>works/unverified</status>
 1994: </file>
 1995: <file>
 1996: <source>doc/man/Apache__lonupload.3</source>
 1997: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
 1998: <categoryname>doc</categoryname>
 1999: <description>man page for lonupload.pm</description>
 2000: <build trigger='always run'>
 2001: loncom/build/pod2man.sh ../publisher/lonupload.pm &gt; \
 2002: ../../doc/man/Apache__lonupload.3 &amp;&amp; echo 'manifying lonupload.pm'
 2003: </build>
 2004: <status>works/unverified</status>
 2005: <dependencies>
 2006: ../../loncom/publisher/lonupload.pm
 2007: </dependencies>
 2008: </file>
 2009: <file>
 2010: <source>doc/lib/perl/Apache/lonupload.html</source>
 2011: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
 2012: </target>
 2013: <categoryname>doc</categoryname>
 2014: <description>POD-derived page for lonupload.pm</description>
 2015: <build trigger='always run'>
 2016: loncom/build/pod2html.sh ../publisher/lonupload.pm &gt; \
 2017: ../../doc/lib/perl/Apache/lonupload.html &amp;&amp; \
 2018: echo 'pod2html lonupload.pm'
 2019: </build>
 2020: <status>works/unverified</status>
 2021: <dependencies>
 2022: ../../loncom/publisher/lonupload.pm
 2023: </dependencies>
 2024: </file>
 2025: <file>
 2026: <source>loncom/homework/essayresponse.pm</source>
 2027: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
 2028: <categoryname>handler</categoryname>
 2029: <description>
 2030: Handler to evaluate essay (ungraded) style responses.
 2031: </description>
 2032: <status>works/unverified</status>
 2033: </file>
 2034: <file>
 2035: <source>loncom/homework/externalresponse.pm</source>
 2036: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
 2037: <categoryname>handler</categoryname>
 2038: <description>
 2039: Handler to evaluate externally graded responses.
 2040: </description>
 2041: <status>works/unverified</status>
 2042: </file>
 2043: <file>
 2044: <source>loncom/homework/loncapagrade.pm</source>
 2045: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
 2046: <categoryname>handler</categoryname>
 2047: <description>
 2048: Holds results and defines
 2049: tag handlers needed by externalresponse.pm
 2050: </description>
 2051: <status>works/unverified</status>
 2052: </file>
 2053: <file>
 2054: <source>loncom/publisher/lonpubdir.pm</source>
 2055: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
 2056: <categoryname>handler</categoryname>
 2057: <description>
 2058: Handler to publish directories.
 2059: </description>
 2060: </file>
 2061: <file>
 2062: <source>loncom/publisher/lonunauthorized.pm</source>
 2063: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
 2064: <categoryname>handler</categoryname>
 2065: <description>
 2066: Handler to explain failed contruction space access.
 2067: </description>
 2068: </file>
 2069: <file>
 2070: <source>doc/man/Apache__lonpubdir.3</source>
 2071: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
 2072: <categoryname>doc</categoryname>
 2073: <description>man page for lonpubdir.pm</description>
 2074: <build trigger='always run'>
 2075: loncom/build/pod2man.sh ../publisher/lonpubdir.pm &gt; \
 2076: ../../doc/man/Apache__lonpubdir.3 &amp;&amp; echo 'manifying lonpubdir.pm'
 2077: </build>
 2078: <status>works/unverified</status>
 2079: <dependencies>
 2080: ../../loncom/lonnet/perl/lonnet.pm
 2081: </dependencies>
 2082: </file>
 2083: <file>
 2084: <source>doc/lib/perl/Apache/lonpubdir.html</source>
 2085: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
 2086: </target>
 2087: <categoryname>doc</categoryname>
 2088: <description>POD-derived page for lonpubdir.pm</description>
 2089: <build trigger='always run'>
 2090: loncom/build/pod2html.sh ../publisher/lonpubdir.pm &gt; \
 2091: ../../doc/lib/perl/Apache/lonpubdir.html &amp;&amp; \
 2092: echo 'pod2html lonpubdir.pm'
 2093: </build>
 2094: <status>works/unverified</status>
 2095: <dependencies>
 2096: ../../loncom/publisher/lonpubdir.pm
 2097: </dependencies>
 2098: </file>
 2099: <file>
 2100: <source>loncom/publisher/lonretrieve.pm</source>
 2101: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
 2102: <categoryname>handler</categoryname>
 2103: <description>
 2104: Handler to retrieve old versions from resource space.
 2105: </description>
 2106: <status>works/unverified</status>
 2107: </file>
 2108: <file>
 2109: <source>doc/man/Apache__lonretrieve.3</source>
 2110: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
 2111: <categoryname>doc</categoryname>
 2112: <description>man page for lonretrieve.pm</description>
 2113: <build trigger='always run'>
 2114: loncom/build/pod2man.sh ../publisher/lonretrieve.pm &gt; \
 2115: ../../doc/man/Apache__lonretrieve.3 &amp;&amp; echo 'manifying lonretrieve.pm'
 2116: </build>
 2117: <status>works/unverified</status>
 2118: <dependencies>
 2119: ../../loncom/publisher/lonretrieve.pm
 2120: </dependencies>
 2121: </file>
 2122: <file>
 2123: <source>doc/lib/perl/Apache/lonretrieve.html</source>
 2124: <target dist='default'>
 2125: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
 2126: </target>
 2127: <categoryname>doc</categoryname>
 2128: <description>POD-derived page for lonretrieve.pm</description>
 2129: <build trigger='always run'>
 2130: loncom/build/pod2html.sh ../publisher/lonretrieve.pm &gt; \
 2131: ../../doc/lib/perl/Apache/lonretrieve.html &amp;&amp; \
 2132: echo 'pod2html lonretrieve.pm'
 2133: </build>
 2134: <status>works/unverified</status>
 2135: <dependencies>
 2136: ../../loncom/publisher/lonretrieve.pm
 2137: </dependencies>
 2138: </file>
 2139: <file>
 2140: <source>loncom/homework/edit.pm</source>
 2141: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
 2142: <categoryname>handler</categoryname>
 2143: <description>
 2144: Helper functions when in homework edit mode.
 2145: </description>
 2146: </file>
 2147: <file>
 2148: <source>doc/man/Apache__edit.3</source>
 2149: <target dist='default'>usr/man/man3/Apache::edit.3</target>
 2150: <categoryname>doc</categoryname>
 2151: <description>man page for edit.pm</description>
 2152: <build trigger='always run'>
 2153: loncom/build/pod2man.sh ../homework/edit.pm &gt; ../../doc/man/Apache__edit.3 &amp;&amp; \
 2154: echo 'manifying edit.pm'
 2155: </build>
 2156: <status>works/unverified</status>
 2157: <dependencies>
 2158: ../../loncom/homework/edit.pm
 2159: </dependencies>
 2160: </file>
 2161: <file>
 2162: <source>doc/lib/perl/Apache/edit.html</source>
 2163: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
 2164: </target>
 2165: <categoryname>doc</categoryname>
 2166: <description>POD-derived page for edit.pm</description>
 2167: <build trigger='always run'>
 2168: loncom/build/pod2html.sh ../homework/edit.pm &gt; \
 2169: ../../doc/lib/perl/Apache/edit.html \
 2170: &amp;&amp; echo 'pod2html edit.pm'
 2171: </build>
 2172: <status>works/unverified</status>
 2173: <dependencies>
 2174: ../../loncom/homework/edit.pm
 2175: </dependencies>
 2176: </file>
 2177: <file>
 2178: <source>loncom/interface/lonmeta.pm</source>
 2179: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
 2180: <categoryname>handler</categoryname>
 2181: <description>Metadata display handler.</description>
 2182: <status>works/unverified</status>
 2183: </file>
 2184: <file>
 2185: <source>rat/lonambiguous.pm</source>
 2186: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
 2187: <categoryname>handler</categoryname>
 2188: <description>
 2189: Handler to resolve ambiguous file locations.
 2190: </description>
 2191: <status>works/unverified</status>
 2192: </file>
 2193: <file>
 2194: <source>rat/lonratparms.pm</source>
 2195: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
 2196: <categoryname>handler</categoryname>
 2197: <description>
 2198: Handler to set resource parameters inside of the RAT based on metadata.
 2199: </description>
 2200: <status>works/unverified</status>
 2201: </file>
 2202: <file>
 2203: <source>rat/lonsequence.pm</source>
 2204: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
 2205: <categoryname>handler</categoryname>
 2206: <description>
 2207: Handler for showing sequence objects of educational resources.
 2208: </description>
 2209: <status>works/unverified</status>
 2210: </file>
 2211: <file>
 2212: <source>loncom/interface/loncreatecourse.pm</source>
 2213: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
 2214: <categoryname>handler</categoryname>
 2215: <description>
 2216: Allows domain coordinators to create new courses and assign course
 2217: coordinators.
 2218: </description>
 2219: <status>works/unverified</status>
 2220: </file>
 2221: <file>
 2222: <source>loncom/interface/loncreateuser.pm</source>
 2223: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
 2224: <categoryname>handler</categoryname>
 2225: <description>
 2226: Allows users to within their own privileges create/edit users and give
 2227: them roles. 
 2228: </description>
 2229: <status>works/unverified</status>
 2230: </file>
 2231: <file>
 2232: <source>loncom/interface/lonhtmlcommon.pm</source>
 2233: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
 2234: <categoryname>handler</categoryname>
 2235: <description>
 2236: Contains a set of functions that generate html controls and data layouts
 2237: </description>
 2238: </file>
 2239: <file>
 2240: <source>loncom/interface/loncoursedata.pm</source>
 2241: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
 2242: <categoryname>handler</categoryname>
 2243: <description>
 2244: Common functions for handling student course data (download and process)
 2245: </description>
 2246: </file>
 2247: <file>
 2248: <source>loncom/interface/loncommon.pm</source>
 2249: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
 2250: <categoryname>handler</categoryname>
 2251: <description>
 2252: Makes a table out of the previous attempts.  Inputs result_from_symbread,
 2253: user, domain, home_server, course_id.
 2254: </description>
 2255: <status>works/unverified</status>
 2256: </file>
 2257: <file>
 2258: <source>doc/man/Apache__loncommon.3</source>
 2259: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
 2260: <categoryname>doc</categoryname>
 2261: <description>man page for loncommon.pm</description>
 2262: <build trigger='always run'>
 2263: loncom/build/pod2man.sh ../interface/loncommon.pm &gt; \
 2264: ../../doc/man/Apache__loncommon.3 &amp;&amp; echo 'manifying loncommon.pm'
 2265: </build>
 2266: <status>works/unverified</status>
 2267: <dependencies>
 2268: ../../loncom/interface/loncommon.pm
 2269: </dependencies>
 2270: </file>
 2271: <file>
 2272: <source>doc/lib/perl/Apache/loncommon.html</source>
 2273: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
 2274: </target>
 2275: <categoryname>doc</categoryname>
 2276: <description>POD-derived page for loncommon.pm</description>
 2277: <build trigger='always run'>
 2278: loncom/build/pod2html.sh ../interface/loncommon.pm &gt; \
 2279: ../../doc/lib/perl/Apache/loncommon.html &amp;&amp; \
 2280: echo 'pod2html loncommon.pm'
 2281: </build>
 2282: <status>works/unverified</status>
 2283: <dependencies>
 2284: ../../loncom/interface/loncommon.pm
 2285: </dependencies>
 2286: </file>
 2287: <file>
 2288: <source>loncom/homework/grades.pm</source>
 2289: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
 2290: <categoryname>handler</categoryname>
 2291: <description>Handles the viewing of grades.</description>
 2292: </file>
 2293: <file>
 2294: <source>loncom/homework/imageresponse.pm</source>
 2295: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
 2296: <categoryname>handler</categoryname>
 2297: <description>
 2298: Coordinates the response to clicking an image.
 2299: </description>
 2300: <status>works/unverified</status>
 2301: </file>
 2302: <file>
 2303: <source>loncom/homework/optionresponse.pm</source>
 2304: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
 2305: <categoryname>handler</categoryname>
 2306: <description>
 2307: Handles tags associated with showing a list of options.</description>
 2308: </file>
 2309: <file>
 2310: <source>loncom/homework/outputtags.pm</source>
 2311: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
 2312: <categoryname>handler</categoryname>
 2313: <description>
 2314: Handles tags associated with output.  Seems to relate to due dates of the
 2315: assignment.
 2316: </description>
 2317: <status>works/unverified</status>
 2318: </file>
 2319: <file>
 2320: <source>loncom/interface/lontest.pm</source>
 2321: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
 2322: <categoryname>handler</categoryname>
 2323: <description>
 2324: Used for debugging and testing the LON-CAPA system.
 2325: </description>
 2326: <status>works/unverified</status>
 2327: </file>
 2328: <file>
 2329: <source>loncom/homework/radiobuttonresponse.pm</source>
 2330: <target dist='default'>
 2331: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
 2332: <categoryname>handler</categoryname>
 2333: <description>
 2334: Handles multiple-choice style responses.
 2335: </description>
 2336: <status>works/unverified</status>
 2337: </file>
 2338: <file>
 2339: <source>loncom/interface/lonassignments.pm</source>
 2340: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
 2341: <categoryname>handler</categoryname>
 2342: <description>
 2343: Handles processing of assignments.
 2344: </description>
 2345: <status>works/unverified</status>
 2346: </file>
 2347: <file>
 2348: <source>loncom/interface/loncommunicate.pm</source>
 2349: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
 2350: <categoryname>handler</categoryname>
 2351: <description>
 2352: Will be the access handler to email sending, as well as the planned
 2353: chatrooms, etc.
 2354: </description>
 2355: <status>works/unverified</status>
 2356: </file>
 2357: <file>
 2358: <source>loncom/interface/lonerrorhandler.pm</source>
 2359: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
 2360: <categoryname>handler</categoryname>
 2361: <description>
 2362: Handles errors.
 2363: </description>
 2364: <status>works/unverified</status>
 2365: </file>
 2366: <file>
 2367: <source>loncom/interface/lonevaluate.pm</source>
 2368: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
 2369: <categoryname>handler</categoryname>
 2370: <description>
 2371: Handles evaluation.
 2372: </description>
 2373: <status>works/unverified</status>
 2374: </file>
 2375: <file>
 2376: <source>loncom/interface/lonfeedback.pm</source>
 2377: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
 2378: <categoryname>handler</categoryname>
 2379: <description>
 2380: Handles feedback from students to instructors and system administrators.
 2381: Provides a screenshot of the current
 2382: resource, as well as previous attempts if the resource was a homework.
 2383: Used by lonmsg.pm.
 2384: </description>
 2385: <status>works/unverified</status>
 2386: </file>
 2387: <file>
 2388: <source>loncom/interface/lonnavmaps.pm</source>
 2389: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
 2390: <categoryname>handler</categoryname>
 2391: <description>
 2392: Handles navigational maps.
 2393: </description>
 2394: <status>works/unverified</status>
 2395: </file>
 2396: <file>
 2397: <source>loncom/interface/lonquickgrades.pm</source>
 2398: <target dist='default'>home/httpd/lib/perl/Apache/lonquickgrades.pm</target>
 2399: <categoryname>handler</categoryname>
 2400: <description>
 2401: Student quick grades interface.
 2402: </description>
 2403: <status>works/unverified</status>
 2404: </file>
 2405: <file>
 2406: <source>loncom/interface/lonpreferences.pm</source>
 2407: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
 2408: <categoryname>handler</categoryname>
 2409: <description>
 2410: Handles user preferences associated with customizing the online LON-CAPA
 2411: educational environment.
 2412: </description>
 2413: <status>works/unverified</status>
 2414: </file>
 2415: <file>
 2416: <source>loncom/interface/lonprintout.pm</source>
 2417: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
 2418: <categoryname>handler</categoryname>
 2419: <description>
 2420: Handles the production of printable files and resources.
 2421: </description>
 2422: <status>works/unverified</status>
 2423: </file>
 2424: <file>
 2425: <source>loncom/interface/lonsearchcat.pm</source>
 2426: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
 2427: <categoryname>handler</categoryname>
 2428: <description>
 2429: Handles a searchable catalogue.
 2430: </description>
 2431: <status>works/unverified</status>
 2432: </file>
 2433: <file>
 2434: <source>loncom/interface/lonmysql.pm</source>
 2435: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
 2436: <categoryname>handler</categoryname>
 2437: <description>
 2438: Provides utility functions for creating and accessing mysql database tables.
 2439: </description>
 2440: <status>works/unverified</status>
 2441: </file>
 2442: <file>
 2443: <source>doc/man/Apache__lonsearchcat.3</source>
 2444: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
 2445: <categoryname>doc</categoryname>
 2446: <description>man page for lonsearchcat.pm</description>
 2447: <build trigger='always run'>
 2448: loncom/build/pod2man.sh ../interface/lonsearchcat.pm &gt; \
 2449: ../../doc/man/Apache__lonsearchcat.3 &amp;&amp; echo 'manifying lonsearchcat.pm'
 2450: </build>
 2451: <status>works/unverified</status>
 2452: <dependencies>
 2453: ../../loncom/interface/lonsearchcat.pm
 2454: </dependencies>
 2455: </file>
 2456: <file>
 2457: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
 2458: <target dist='default'>
 2459: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
 2460: </target>
 2461: <categoryname>doc</categoryname>
 2462: <description>POD-derived page for lonsearchcat.pm</description>
 2463: <build trigger='always run'>
 2464: loncom/build/pod2html.sh ../interface/lonsearchcat.pm &gt; \
 2465: ../../doc/lib/perl/Apache/lonsearchcat.html &amp;&amp; \
 2466: echo 'pod2html lonsearchcat.pm'
 2467: </build>
 2468: <status>works/unverified</status>
 2469: <dependencies>
 2470: ../../loncom/interface/lonsearchcat.pm
 2471: </dependencies>
 2472: </file>
 2473: <file>
 2474: <source>loncom/interface/londropadd.pm</source>
 2475: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
 2476: <categoryname>handler</categoryname>
 2477: <description>
 2478: Allows course coordinators to upload courselists in different formats, and
 2479: automatically create users (if they do not exist already), assign them the
 2480: role of student in a course, and add them to the classlist.
 2481: </description>
 2482: <status>works/unverified</status>
 2483: </file>
 2484: <file>
 2485: <source>loncom/interface/lonmsg.pm</source>
 2486: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
 2487: <categoryname>handler</categoryname>
 2488: <description>
 2489: lonmsg.pm has several functions to send and receive internal messages.
 2490: author_res_msg - send message to resource author.
 2491: user_crit_msg - send a critical message to a user. A critical message
 2492: will require acknowledgment by the recipient and the sender will be notified.
 2493: user_crit_received - routine to trigger acknowledgment.
 2494: statuschange - change the status of a message (read, replied, forwarded, etc).
 2495: The handler also displays messages, has routines to reply, etc.
 2496: </description>
 2497: <status>works/unverified</status>
 2498: </file>
 2499: <file>
 2500: <source>loncom/homework/hint.pm</source>
 2501: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
 2502: <categoryname>handler</categoryname>
 2503: <description>
 2504: This handler coordinates the delivery of hints to students working on LON-CAPA
 2505: problems and assignments.
 2506: </description>
 2507: <status>works/unverified</status>
 2508: </file>
 2509: <file>
 2510: <source>loncom/interface/lonspreadsheet.pm</source>
 2511: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
 2512: <categoryname>handler</categoryname>
 2513: <description>
 2514: Spreadsheets are completely web-based.
 2515: They exist on the level of a whole course, a student, and individual
 2516: assessments.
 2517: </description>
 2518: <status>works/unverified</status>
 2519: </file>
 2520: <file>
 2521: <source>loncom/interface/lonparmset.pm</source>
 2522: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
 2523: <categoryname>handler</categoryname>
 2524: <description>
 2525: Handler to resolve ambiguous file locations
 2526: </description>
 2527: <status>works/unverified</status>
 2528: </file>
 2529: <file>
 2530: <source>doc/man/Apache__lonparmset.3</source>
 2531: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
 2532: <categoryname>doc</categoryname>
 2533: <description>man page for lonparmset.pm</description>
 2534: <build trigger='always run'>
 2535: loncom/build/pod2man.sh ../interface/lonparmset.pm &gt; \
 2536: ../../doc/man/Apache__lonparmset.3 &amp;&amp; echo 'manifying lonparmset.pm'
 2537: </build>
 2538: <status>works/unverified</status>
 2539: <dependencies>
 2540: ../../loncom/interface/lonparmset.pm
 2541: </dependencies>
 2542: </file>
 2543: <file>
 2544: <source>doc/lib/perl/Apache/lonparmset.html</source>
 2545: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
 2546: </target>
 2547: <categoryname>doc</categoryname>
 2548: <description>POD-derived page for lonparmset.pm</description>
 2549: <build trigger='always run'>
 2550: loncom/build/pod2html.sh ../interface/lonparmset.pm &gt; \
 2551: ../../doc/lib/perl/Apache/lonparmset.html &amp;&amp; \
 2552: echo 'pod2html lonparmset.pm'
 2553: </build>
 2554: <status>works/unverified</status>
 2555: <dependencies>
 2556: ../../loncom/interface/lonparmset.pm
 2557: </dependencies>
 2558: </file>
 2559: <file>
 2560: <source>loncom/publisher/lonconstruct.pm</source>
 2561: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
 2562: <categoryname>handler</categoryname>
 2563: <description>
 2564: Page wrapper for handling construction space.
 2565: </description>
 2566: <status>works/unverified</status>
 2567: </file>
 2568: <file>
 2569: <source>loncom/publisher/lonpublisher.pm</source>
 2570: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
 2571: <categoryname>handler</categoryname>
 2572: <description>
 2573: Publishes an LON-CAPA educational resource complete with metadata
 2574: (authorship, language, copyright, creation date, etc).
 2575: </description>
 2576: <status>works/unverified</status>
 2577: </file>
 2578: <file>
 2579: <source>doc/man/Apache__lonpublisher.3</source>
 2580: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
 2581: <categoryname>doc</categoryname>
 2582: <description>man page for lonpublisher.pm</description>
 2583: <build trigger='always run'>
 2584: loncom/build/pod2man.sh ../publisher/lonpublisher.pm &gt; \
 2585: ../../doc/man/Apache__lonpublisher.3 &amp;&amp; echo 'manifying lonpublisher.pm'
 2586: </build>
 2587: <status>works/unverified</status>
 2588: <dependencies>
 2589: ../../loncom/publisher/lonpublisher.pm
 2590: </dependencies>
 2591: </file>
 2592: <file>
 2593: <source>doc/lib/perl/Apache/lonpublisher.html</source>
 2594: <target dist='default'>
 2595: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
 2596: </target>
 2597: <categoryname>doc</categoryname>
 2598: <description>POD-derived page for lonpublisher.pm</description>
 2599: <build trigger='always run'>
 2600: loncom/build/pod2html.sh ../publisher/lonpublisher.pm &gt; \
 2601: ../../doc/lib/perl/Apache/lonpublisher.html &amp;&amp; \
 2602: echo 'pod2html lonpublisher.pm'
 2603: </build>
 2604: <status>works/unverified</status>
 2605: <dependencies>
 2606: ../../loncom/publisher/lonpublisher.pm
 2607: </dependencies>
 2608: </file>
 2609: <file>
 2610: <source>loncom/interface/lonmenu.pm</source>
 2611: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
 2612: <categoryname>handler</categoryname>
 2613: <description>
 2614: Has routines which control the remote control.
 2615: </description>
 2616: <status>works/unverified</status>
 2617: </file>
 2618: <file>
 2619: <source>rat/lonpageflip.pm</source>
 2620: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
 2621: <categoryname>handler</categoryname>
 2622: <description>Deals with forward, backward, and other page flips.</description>
 2623: <status>works/unverified</status>
 2624: </file>
 2625: <file>
 2626: <source>rat/lonratedt.pm</source>
 2627: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
 2628: <categoryname>handler</categoryname>
 2629: <description>
 2630: Builds up frame set and loads in the right thing.
 2631: </description>
 2632: <status>works/unverified</status>
 2633: </file>
 2634: <file>
 2635: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
 2636: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
 2637: <categoryname>handler</categoryname>
 2638: <description>
 2639: Homework remote control.
 2640: </description>
 2641: <status>works/unverified</status>
 2642: </file>
 2643: <file>
 2644: <source>loncom/html/res/adm/pages/chatroom.html</source>
 2645: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
 2646: <categoryname>handler</categoryname>
 2647: <description>
 2648: Establishes frameset for chatroom
 2649: </description>
 2650: <status>works/unverified</status>
 2651: </file>
 2652: <file>
 2653: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
 2654: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
 2655: <categoryname>handler</categoryname>
 2656: <description>
 2657: This will take annotations and then plug them into a page.
 2658: </description>
 2659: <status>works/unverified</status>
 2660: </file>
 2661: <file>
 2662: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
 2663: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
 2664: <categoryname>handler</categoryname>
 2665: <description>
 2666: This will take bookmarks and get/write/display them for the LON-CAPA user
 2667: interface.
 2668: </description>
 2669: <status>works/unverified</status>
 2670: </file>
 2671: <file>
 2672: <source>rat/lonratsrv.pm</source>
 2673: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
 2674: <categoryname>handler</categoryname>
 2675: <description>
 2676: Handler that takes output from RAT and stores it on disk.  Handles the upper
 2677: hidden frame of the added window that comes up in RAT.   (3 frames come up in
 2678: RAT server, code, and output.  This module handles server connection.)
 2679: </description>
 2680: <status>works/unverified</status>
 2681: </file>
 2682: <file>
 2683: <source>rat/lonpage.pm</source>
 2684: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
 2685: <categoryname>handler</categoryname>
 2686: <description>
 2687: bundles pages into one page
 2688: </description>
 2689: <status>works/unverified</status>
 2690: </file>
 2691: <file>
 2692: <source>doc/man/Apache__lonpage.3</source>
 2693: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
 2694: <categoryname>doc</categoryname>
 2695: <description>man page for lonpage.pm</description>
 2696: <build trigger='always run'>
 2697: loncom/build/pod2man.sh ../../rat/lonpage.pm &gt; \
 2698: ../../doc/man/Apache__lonpage.3 &amp;&amp; echo 'manifying lonpage.pm'
 2699: </build>
 2700: <status>works/unverified</status>
 2701: <dependencies>
 2702: ../../rat/lonpage.pm
 2703: </dependencies>
 2704: </file>
 2705: <file>
 2706: <source>doc/lib/perl/Apache/lonpage.html</source>
 2707: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
 2708: </target>
 2709: <categoryname>doc</categoryname>
 2710: <description>POD-derived page for lonnet.pm</description>
 2711: <build trigger='always run'>
 2712: loncom/build/pod2html.sh ../../rat/lonpage.pm &gt; \
 2713: ../../doc/lib/perl/Apache/lonpage.html &amp;&amp; echo 'pod2html lonpage.pm'
 2714: </build>
 2715: <status>works/unverified</status>
 2716: <dependencies>
 2717: ../../rat/lonpage.pm
 2718: </dependencies>
 2719: </file>
 2720: <file>
 2721: <source>rat/lonuserstate.pm</source>
 2722: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
 2723: <categoryname>handler</categoryname>
 2724: <description>
 2725: compile course into binary data structure
 2726: </description>
 2727: <status>works/unverified</status>
 2728: </file>
 2729: <file>
 2730: <source>doc/man/Apache__lonuserstate.3</source>
 2731: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
 2732: <categoryname>doc</categoryname>
 2733: <description>man page for lonnet.pm</description>
 2734: <build trigger='always run'>
 2735: loncom/build/pod2man.sh ../../rat/lonuserstate.pm &gt; \
 2736: ../../doc/man/Apache__lonuserstate.3 &amp;&amp; echo 'manifying lonuserstate.pm'
 2737: </build>
 2738: <status>works/unverified</status>
 2739: <dependencies>
 2740: ../../rat/lonuserstate.pm
 2741: </dependencies>
 2742: </file>
 2743: <file>
 2744: <source>doc/lib/perl/Apache/lonuserstate.html</source>
 2745: <target dist='default'>
 2746: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
 2747: </target>
 2748: <categoryname>doc</categoryname>
 2749: <description>POD-derived page for lonuserstate.pm</description>
 2750: <build trigger='always run'>
 2751: loncom/build/pod2html.sh ../../rat/lonuserstate.pm &gt; \
 2752: ../../doc/lib/perl/Apache/lonuserstate.html &amp;&amp; \
 2753: echo 'pod2html lonuserstate.pm'
 2754: </build>
 2755: <status>works/unverified</status>
 2756: <dependencies>
 2757: ../../rat/lonuserstate.pm
 2758: </dependencies>
 2759: </file>
 2760: <file>
 2761: <source>loncom/xml/lontex.pm</source>
 2762: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
 2763: <categoryname>handler</categoryname>
 2764: <description>
 2765: Handler for tex files
 2766: </description>
 2767: <status>works/unverified</status>
 2768: </file>
 2769: <file>
 2770: <source>loncom/xml/lontexconvert.pm</source>
 2771: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
 2772: <categoryname>handler</categoryname>
 2773: <description>
 2774: Access to tth/ttm
 2775: </description>
 2776: <status>works/unverified</status>
 2777: </file>
 2778: <file>
 2779: <source>loncom/xml/lonxml.pm</source>
 2780: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
 2781: <categoryname>handler</categoryname>
 2782: <description>
 2783: XML Parsing Module
 2784: </description>
 2785: <status>works/unverified</status>
 2786: </file>
 2787: <file>
 2788: <source>loncom/xml/lonplot.pm</source>
 2789: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
 2790: <categoryname>handler</categoryname>
 2791: <description>
 2792: XML-based plotter of graphs
 2793: </description>
 2794: <status>works/unverified</status>
 2795: </file>
 2796: <file>
 2797: <source>loncom/xml/style.pm</source>
 2798: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
 2799: <categoryname>handler</categoryname>
 2800: <description>
 2801: Style Parsing Module
 2802: </description>
 2803: <status>works/unverified</status>
 2804: </file>
 2805: <file>
 2806: <source>loncom/xml/londefdef.pm</source>
 2807: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
 2808: <categoryname>handler</categoryname>
 2809: <description>
 2810: Tags Default Definition Module
 2811: </description>
 2812: <status>works/unverified</status>
 2813: </file>
 2814: <file>
 2815: <source>loncom/xml/run.pm</source>
 2816: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
 2817: <categoryname>handler</categoryname>
 2818: <description>
 2819: used to prevent poorly written problems from causing lingering after effects
 2820: </description>
 2821: <status>works/unverified</status>
 2822: </file>
 2823: <file>
 2824: <source>loncom/xml/scripttag.pm</source>
 2825: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
 2826: <categoryname>handler</categoryname>
 2827: <description>
 2828: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
 2829: &lt;import&gt;
 2830: </description>
 2831: <status>works/unverified</status>
 2832: </file>
 2833: <file>
 2834: <source>loncom/homework/randomlylabel.pm</source>
 2835: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
 2836: <categoryname>handler</categoryname>
 2837: <description>
 2838: Handler for compositing images, and text together.
 2839: </description>
 2840: </file>
 2841: <file>
 2842: <source>loncom/homework/randomlabel.pm</source>
 2843: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
 2844: <categoryname>handler</categoryname>
 2845: <description>
 2846: Interface for producing applet code which randomizes the labelling of an
 2847: image.
 2848: </description>
 2849: </file>
 2850: <file>
 2851: <source>loncom/homework/lonhomework.pm</source>
 2852: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
 2853: <categoryname>handler</categoryname>
 2854: <description>
 2855: handles requests for output, evaluation, and alteration of a homework resource
 2856: </description>
 2857: <status>works/unverified</status>
 2858: </file>
 2859: <file>
 2860: <source>loncom/homework/inputtags.pm</source>
 2861: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
 2862: <categoryname>handler</categoryname>
 2863: <description>
 2864: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
 2865: </description>
 2866: <status>works/unverified</status>
 2867: </file>
 2868: <file>
 2869: <source>loncom/homework/structuretags.pm</source>
 2870: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
 2871: <categoryname>handler</categoryname>
 2872: <description>
 2873: produces HTML tags necessary for structuring the presentation of homework
 2874: resources
 2875: </description>
 2876: <status>works/unverified</status>
 2877: </file>
 2878: <file>
 2879: <source>loncom/homework/response.pm</source>
 2880: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
 2881: <categoryname>handler</categoryname>
 2882: <description>
 2883: defines different types of responses given to student as well as syntax for
 2884: producing response values
 2885: </description>
 2886: <status>works/unverified</status>
 2887: </file>
 2888: <file>
 2889: <source>loncom/homework/caparesponse/caparesponse.pm</source>
 2890: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
 2891: <categoryname>handler</categoryname>
 2892: <description>
 2893: handles request to the CAPA homework processing engine
 2894: </description>
 2895: <status>works/unverified</status>
 2896: </file>
 2897: <file>
 2898: <source>loncom/xml/Safe.pm</source>
 2899: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
 2900: <categoryname>handler</categoryname>
 2901: <description>
 2902: Meant to safely substitute for CPAN version of Safe.
 2903: Allows for safely executing embedded perl comands in
 2904: a way that does not threaten the operating system.
 2905: </description>
 2906: <status>works/unverified</status>
 2907: </file>
 2908: <file>
 2909: <source>loncom/auth/localauth.pm</source>
 2910: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
 2911: <categoryname>handler</categoryname>
 2912: <description>
 2913: Local authentication mechanism (meant to be customized).
 2914: </description>
 2915: <status>works/unverified</status>
 2916: </file>
 2917: <file>
 2918: <source>loncom/auth/lonacc.pm</source>
 2919: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
 2920: <categoryname>handler</categoryname>
 2921: <description>
 2922: (This module, like loncacc.pm also authenticates with cookies.)  
 2923: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
 2924: functions (e.g. roles, logout, annotations, and bookmarks) as well
 2925: as coordinating access to educational resources.
 2926: </description>
 2927: <status>works/unverified</status>
 2928: </file>
 2929: <file>
 2930: <source>doc/man/Apache__lonacc.3</source>
 2931: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
 2932: <categoryname>doc</categoryname>
 2933: <description>man page for lonacc.pm</description>
 2934: <build trigger='always run'>
 2935: loncom/build/pod2man.sh ../auth/lonacc.pm &gt; \
 2936: ../../doc/man/Apache__lonacc.3 &amp;&amp; echo 'manifying lonacc.pm'
 2937: </build>
 2938: <status>works/unverified</status>
 2939: <dependencies>
 2940: ../../loncom/auth/lonacc.pm
 2941: </dependencies>
 2942: </file>
 2943: <file>
 2944: <source>doc/lib/perl/Apache/lonacc.html</source>
 2945: <target dist='default'>
 2946: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
 2947: <categoryname>doc</categoryname>
 2948: <description>POD-derived page for lonacc.pm</description>
 2949: <build trigger='always run'>
 2950: loncom/build/pod2html.sh ../auth/lonacc.pm &gt; \
 2951: ../../doc/lib/perl/Apache/lonacc.html &amp;&amp; echo 'pod2html lonacc.pm'
 2952: </build>
 2953: <status>works/unverified</status>
 2954: <dependencies>
 2955: ../../loncom/auth/lonacc.pm
 2956: </dependencies>
 2957: </file>
 2958: <file>
 2959: <source>loncom/auth/lonracc.pm</source>
 2960: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
 2961: <categoryname>handler</categoryname>
 2962: <description>
 2963: access handler for file transfers
 2964: </description>
 2965: <status>works/unverified</status>
 2966: </file>
 2967: <file>
 2968: <source>loncom/auth/lontokacc.pm</source>
 2969: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
 2970: <categoryname>handler</categoryname>
 2971: <description>
 2972: handler for inter-server transfer of token accessed files, includes
 2973: cleanup handler to remove file when successfully done
 2974: </description>
 2975: <status>works/unverified</status>
 2976: </file>
 2977: <file>
 2978: <source>loncom/auth/lonuploadedacc.pm</source>
 2979: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
 2980: <categoryname>handler</categoryname>
 2981: <description>
 2982: access handler for user uploaded files
 2983: </description>
 2984: <status>works/unverified</status>
 2985: </file>
 2986: <file>
 2987: <source>loncom/lontrans.pm</source>
 2988: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
 2989: <categoryname>handler</categoryname>
 2990: <description>
 2991: URI to filename translation
 2992: </description>
 2993: <status>works/unverified</status>
 2994: </file>
 2995: <file>
 2996: <source>doc/man/Apache__lonracc.3</source>
 2997: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
 2998: <categoryname>doc</categoryname>
 2999: <description>man page for lonracc.pm</description>
 3000: <build trigger='always run'>
 3001: loncom/build/pod2man.sh ../auth/lonracc.pm &gt; \
 3002: ../../doc/man/Apache__lonracc.3 &amp;&amp; echo 'manifying lonracc.pm'
 3003: </build>
 3004: <status>works/unverified</status>
 3005: <dependencies>
 3006: ../../loncom/auth/lonracc.pm
 3007: </dependencies>
 3008: </file>
 3009: <file>
 3010: <source>doc/lib/perl/Apache/lonracc.html</source>
 3011: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
 3012: </target>
 3013: <categoryname>doc</categoryname>
 3014: <description>POD-derived page for lonracc.pm</description>
 3015: <build trigger='always run'>
 3016: loncom/build/pod2html.sh ../auth/lonracc.pm &gt; \
 3017: ../../doc/lib/perl/Apache/lonracc.html &amp;&amp; echo 'pod2html lonracc.pm'
 3018: </build>
 3019: <status>works/unverified</status>
 3020: <dependencies>
 3021: ../../loncom/auth/lonracc.pm
 3022: </dependencies>
 3023: </file>
 3024: <file>
 3025: <source>loncom/auth/loncacc.pm</source>
 3026: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
 3027: <categoryname>handler</categoryname>
 3028: <description>
 3029: This module provides access to an educational resource construction area.
 3030: This module is invoked by the URL-related pattern syntax
 3031: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
 3032: Authentication of user identity
 3033: is coordinated through cookies.  The abbreviation "cacc" corresponds
 3034: to "construction-space access").  If the cookie handle is invalid, then
 3035: this module returns a forbidden status and makes appropriate log entries.
 3036: If the cookie handle is valid, status is determined to be okay (and,
 3037: for the "priv"-type access, the resource is delivered by the
 3038: <tt>lonconstruct</tt> module).
 3039: </description>
 3040: <status>works/unverified</status>
 3041: </file>
 3042: <file>
 3043: <source>doc/man/Apache__loncacc.3</source>
 3044: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
 3045: <categoryname>doc</categoryname>
 3046: <description>man page for loncacc.pm</description>
 3047: <build trigger='always run'>
 3048: loncom/build/pod2man.sh ../auth/loncacc.pm &gt; ../../doc/man/Apache__loncacc.3 \
 3049: &amp;&amp; echo 'manifying loncacc.pm'
 3050: </build>
 3051: <status>works/unverified</status>
 3052: <dependencies>
 3053: ../../loncom/auth/loncacc.pm
 3054: </dependencies>
 3055: </file>
 3056: <file>
 3057: <source>doc/lib/perl/Apache/loncacc.html</source>
 3058: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
 3059: </target>
 3060: <categoryname>doc</categoryname>
 3061: <description>POD-derived page for loncacc.pm</description>
 3062: <build trigger='always run'>
 3063: loncom/build/pod2html.sh ../auth/loncacc.pm &gt; \
 3064: ../../doc/lib/perl/Apache/loncacc.html &amp;&amp; echo 'pod2html loncacc.pm'
 3065: </build>
 3066: <status>works/unverified</status>
 3067: <dependencies>
 3068: ../../loncom/auth/loncacc.pm
 3069: </dependencies>
 3070: </file>
 3071: <file>
 3072: <source>loncom/auth/lonauth.pm</source>
 3073: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
 3074: <categoryname>handler</categoryname>
 3075: <description>authenticate, set up session environment</description>
 3076: <status>works/unverified</status>
 3077: </file>
 3078: <file>
 3079: <source>loncom/auth/lonlogin.pm</source>
 3080: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
 3081: <categoryname>handler</categoryname>
 3082: <description>login screen</description>
 3083: <status>works/unverified</status>
 3084: </file>
 3085: <file>
 3086: <source>loncom/auth/lonlogout.pm</source>
 3087: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
 3088: <categoryname>handler</categoryname>
 3089: <description>logout</description>
 3090: <status>works/unverified</status>
 3091: </file>
 3092: <file>
 3093: <source>loncom/lonnet/perl/lonrep.pm</source>
 3094: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
 3095: <categoryname>handler</categoryname>
 3096: <description>replication</description>
 3097: </file>
 3098: <file>
 3099: <source>loncom/auth/lonroles.pm</source>
 3100: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
 3101: <categoryname>handler</categoryname>
 3102: <description>
 3103: This perl handling module reads in the available roles available
 3104: for a LON-CAPA user (different courses, different privileges, etc)
 3105: and produces a form-element HTML page which allows the user to select
 3106: which role he wishes to exercise in the LON-CAPA system.  For instance,
 3107: a user may want to select between being a student in a thermodynamics
 3108: physics course or a teaching assistant for an introductory calculus
 3109: class.
 3110: </description>
 3111: </file>
 3112: <file>
 3113: <source>doc/man/Apache__lonroles.3</source>
 3114: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
 3115: <categoryname>doc</categoryname>
 3116: <description>man page for lonroles.pm</description>
 3117: <build trigger='always run'>
 3118: loncom/build/pod2man.sh ../auth/lonroles.pm &gt; \
 3119: ../../doc/man/Apache__lonroles.3 &amp;&amp; echo 'manifying lonroles.pm'
 3120: </build>
 3121: <status>works/unverified</status>
 3122: <dependencies>
 3123: ../../loncom/auth/lonroles.pm
 3124: </dependencies>
 3125: </file>
 3126: <file>
 3127: <source>doc/lib/perl/Apache/lonroles.html</source>
 3128: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
 3129: </target>
 3130: <categoryname>doc</categoryname>
 3131: <description>POD-derived page for lonroles.pm</description>
 3132: <build trigger='always run'>
 3133: loncom/build/pod2html.sh ../auth/lonroles.pm &gt; \
 3134: ../../doc/lib/perl/Apache/lonroles.html &amp;&amp; echo 'pod2html lonroles.pm'
 3135: </build>
 3136: <status>works/unverified</status>
 3137: <dependencies>
 3138: ../../loncom/auth/lonroles.pm
 3139: </dependencies>
 3140: </file>
 3141: <file>
 3142: <source>loncom/interface/lonindexer.pm</source>
 3143: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
 3144: <categoryname>handler</categoryname>
 3145: <description>
 3146: cross server filesystem browser
 3147: </description>
 3148: <status>works/unverified</status>
 3149: </file>
 3150: <file>
 3151: <source>doc/man/Apache__lonindexer.3</source>
 3152: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
 3153: <categoryname>doc</categoryname>
 3154: <description>man page for lonindexer.pm</description>
 3155: <build trigger='always run'>
 3156: loncom/build/pod2man.sh ../interface/lonindexer.pm &gt; \
 3157: ../../doc/man/Apache__lonindexer.3 &amp;&amp; echo 'manifying lonindexer.pm'
 3158: </build>
 3159: <status>works/unverified</status>
 3160: <dependencies>
 3161: ../../loncom/interface/lonindexer.pm
 3162: </dependencies>
 3163: </file>
 3164: <file>
 3165: <source>doc/lib/perl/Apache/lonindexer.html</source>
 3166: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
 3167: </target>
 3168: <categoryname>doc</categoryname>
 3169: <description>POD-derived page for lonindexer.pm</description>
 3170: <build trigger='always run'>
 3171: loncom/build/pod2html.sh ../interface/lonindexer.pm &gt; \
 3172: ../../doc/lib/perl/Apache/lonindexer.html &amp;&amp; \
 3173: echo 'pod2html lonindexer.pm'
 3174: </build>
 3175: <status>works/unverified</status>
 3176: <dependencies>
 3177: ../../loncom/interface/lonindexer.pm
 3178: </dependencies>
 3179: </file>
 3180: <file>
 3181: <source>loncom/interface/groupsort.pm</source>
 3182: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
 3183: <categoryname>handler</categoryname>
 3184: <description>
 3185: Implements a second phase of importing multiple resources into the RAT.
 3186: Allows for reordering the sequence of resources.
 3187: </description>
 3188: <status>works/unverified</status>
 3189: </file>
 3190: <file>
 3191: <source>loncom/lonnet/perl/lonnet.pm</source>
 3192: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
 3193: <categoryname>handler</categoryname>
 3194: <description>
 3195: This file is an interface to the lonc processes of the LON-CAPA network
 3196: as well as set of elaborated functions for handling information necessary
 3197: for navigating through a given cluster of LON-CAPA machines within a domain.
 3198: There are over 40 specialized functions in this module which handle
 3199: the reading and transmission of metadata, user information
 3200: (ids, names, environments, roles, logs), file information (storage, reading,
 3201: directories, extensions, replication, embedded styles and descriptors),
 3202: educational resources (course descriptions, section names and numbers),
 3203: url hashing (to assign roles on a url basis), and translating abbreviated
 3204: symbols to and from more descriptive phrases or explanations.
 3205: </description>
 3206: <status>works/unverified</status>
 3207: </file>
 3208: <file>
 3209: <source>doc/man/Apache__lonnet.3</source>
 3210: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
 3211: <categoryname>doc</categoryname>
 3212: <description>man page for lonnet.pm</description>
 3213: <build trigger='always run'>
 3214: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm &gt; \
 3215: ../../doc/man/Apache__lonnet.3 &amp;&amp; echo 'manifying lonnet.pm'
 3216: </build>
 3217: <status>works/unverified</status>
 3218: <dependencies>
 3219: ../../loncom/lonnet/perl/lonnet.pm
 3220: </dependencies>
 3221: </file>
 3222: <file>
 3223: <source>doc/lib/perl/Apache/lonnet.html</source>
 3224: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
 3225: </target>
 3226: <categoryname>doc</categoryname>
 3227: <description>POD-derived page for lonnet.pm</description>
 3228: <build trigger='always run'>
 3229: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm &gt; \
 3230: ../../doc/lib/perl/Apache/lonnet.html &amp;&amp; echo 'pod2html lonnet.pm'
 3231: </build>
 3232: <status>works/unverified</status>
 3233: <dependencies>
 3234: ../../loncom/lonnet/perl/lonnet.pm
 3235: </dependencies>
 3236: </file>
 3237: <file>
 3238: <source>loncom/html/index.html</source>
 3239: <target dist='default'>home/httpd/html/index.html</target>
 3240: <categoryname>interface file</categoryname>
 3241: <description>bumps to login</description>
 3242: </file>
 3243: <file>
 3244: <source>loncom/html/favicon.ico</source>
 3245: <target dist='default'>home/httpd/html/favicon.ico</target>
 3246: <categoryname>interface file</categoryname>
 3247: <description>Bookmark and tab icon</description>
 3248: </file>
 3249: <link>
 3250: <linkto>etc/mime.types</linkto>
 3251: <target dist='default'>etc/httpd/conf/mime.types</target>
 3252: <categoryname>symbolic link</categoryname>
 3253: <description>symbolic link to /etc/mime.types</description>
 3254: </link>
 3255: <link>
 3256: <linkto>home/httpd/html/res</linkto>
 3257: <target dist='default'>home/httpd/html/raw</target>
 3258: <categoryname>symbolic link</categoryname>
 3259: <description>symbolic link to /home/httpd/html/res</description>
 3260: </link>
 3261: <file>
 3262: <source>loncom/html/adm/notfound.html</source>
 3263: <target dist='default'>home/httpd/html/adm/notfound.html</target>
 3264: <categoryname>interface file</categoryname>
 3265: <description>
 3266: static html page that is shown when an attempt is made to access a document
 3267: not present on the web server
 3268: </description>
 3269: </file>
 3270: <file>
 3271: <source>loncom/html/adm/unauthorized.html</source>
 3272: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
 3273: <categoryname>interface file</categoryname>
 3274: <description>
 3275: static html page that is shown when an attempt is made to access a document
 3276: which is restricted based on file or server configurations
 3277: </description>
 3278: </file>
 3279: <file>
 3280: <source>loncom/html/adm/help/searchcat.html</source>
 3281: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
 3282: <categoryname>interface file</categoryname>
 3283: <description>
 3284: Help page for the search engine.
 3285: </description>
 3286: </file>
 3287: <file>
 3288: <source>rat/client/rat.html</source>
 3289: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
 3290: <categoryname>interface file</categoryname>
 3291: <description>
 3292: frameset
 3293: </description>
 3294: </file>
 3295: <file>
 3296: <source>rat/client/parameter.html</source>
 3297: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
 3298: <categoryname>interface file</categoryname>
 3299: <description>
 3300: Parameter input window.
 3301: </description>
 3302: </file>
 3303: <file>
 3304: <source>rat/client/code.html</source>
 3305: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
 3306: <categoryname>interface file</categoryname>
 3307: <description>
 3308: javascript
 3309: </description>
 3310: </file>
 3311: <file>
 3312: <source>rat/client/extpickcode.html</source>
 3313: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
 3314: <categoryname>interface file</categoryname>
 3315: <description>
 3316: javascript
 3317: </description>
 3318: </file>
 3319: <file>
 3320: <source>rat/client/extpickframe.html</source>
 3321: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
 3322: <categoryname>interface file</categoryname>
 3323: <description>
 3324: javascript
 3325: </description>
 3326: </file>
 3327: <file>
 3328: <source>rat/client/map.html</source>
 3329: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
 3330: <categoryname>interface file</categoryname>
 3331: <description>
 3332: bumper
 3333: </description>
 3334: </file>
 3335: <file>
 3336: <source>rat/client/empty.html</source>
 3337: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
 3338: <categoryname>interface file</categoryname>
 3339: <description>
 3340: A blank page with very minimal HTML structural elements.
 3341: </description>
 3342: </file>
 3343: <fileglob>
 3344: <glob>*.gif</glob>
 3345: <sourcedir>rat/images/</sourcedir>
 3346: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
 3347: <categoryname>graphic file</categoryname>
 3348: <description>
 3349: icons for providing a HTML-tabled view of a course map
 3350: </description>
 3351: <filenames>
 3352: 1.1.dt.gif;
 3353: 1.1.empty.gif;
 3354: 1.1.ld.gif;
 3355: 1.1.lr.gif;
 3356: 1.1.rd.gif;
 3357: 1.1.rl.gif;
 3358: 1.1.td.gif;
 3359: 1.1.tdrl.gif;
 3360: 1.1.tl.gif;
 3361: 1.1.tr.gif;
 3362: 1.1.utd.gif;
 3363: 1.2.ctd.gif;
 3364: 1.2.dt.gif;
 3365: 1.2.empty.gif;
 3366: 1.2.ld.gif;
 3367: 1.2.lr.gif;
 3368: 1.2.lrd.gif;
 3369: 1.2.lrtd.gif;
 3370: 1.2.rd.gif;
 3371: 1.2.rl.gif;
 3372: 1.2.rld.gif;
 3373: 1.2.rltd.gif;
 3374: 1.2.rtd.gif;
 3375: 1.2.rtdl.gif;
 3376: 1.2.rtl.gif;
 3377: 1.2.td.gif;
 3378: 1.2.tdl.gif;
 3379: 1.2.tdrl.gif;
 3380: 1.2.tl.gif;
 3381: 1.2.tr.gif;
 3382: 1.2.utd.gif;
 3383: 2.1.dt.gif;
 3384: 2.1.empty.gif;
 3385: 2.1.ld.gif;
 3386: 2.1.lr.gif;
 3387: 2.1.rd.gif;
 3388: 2.1.rl.gif;
 3389: 2.1.td.gif;
 3390: 2.1.tdrl.gif;
 3391: 2.1.tl.gif;
 3392: 2.1.tr.gif;
 3393: 2.2.dt.gif;
 3394: 2.2.empty.gif;
 3395: 2.2.ld.gif;
 3396: 2.2.lr.gif;
 3397: 2.2.lrd.gif;
 3398: 2.2.lrt.gif;
 3399: 2.2.rd.gif;
 3400: 2.2.rl.gif;
 3401: 2.2.rld.gif;
 3402: 2.2.rlt.gif;
 3403: 2.2.td.gif;
 3404: 2.2.tdl.gif;
 3405: 2.2.tdr.gif;
 3406: 2.2.tdrl.gif;
 3407: 2.2.tl.gif;
 3408: 2.2.tr.gif;
 3409: 2.2.url.gif;
 3410: 2.2.utd.gif;
 3411: arrow.gif;
 3412: bdt.gif;
 3413: bempty.gif;
 3414: bld.gif;
 3415: blr.gif;
 3416: blrd.gif;
 3417: blrt.gif;
 3418: bottom.gif;
 3419: brd.gif;
 3420: brl.gif;
 3421: brld.gif;
 3422: brlt.gif;
 3423: btd.gif;
 3424: btdl.gif;
 3425: btdr.gif;
 3426: btdrl.gif;
 3427: btl.gif;
 3428: btr.gif;
 3429: burl.gif;
 3430: butd.gif;
 3431: condition.gif;
 3432: edit.gif;
 3433: finish.gif;
 3434: info.gif;
 3435: inscol.gif;
 3436: inscond.gif;
 3437: insres.gif;
 3438: insrow.gif;
 3439: left.gif;
 3440: middle.gif;
 3441: resource.gif;
 3442: right.gif;
 3443: sctd.gif;
 3444: sdt.gif;
 3445: sempty.gif;
 3446: sld.gif;
 3447: slr.gif;
 3448: slrd.gif;
 3449: slrtd.gif;
 3450: srd.gif;
 3451: srl.gif;
 3452: srld.gif;
 3453: srltd.gif;
 3454: srtd.gif;
 3455: srtdl.gif;
 3456: srtl.gif;
 3457: start.gif;
 3458: std.gif;
 3459: stdl.gif;
 3460: sutd.gif
 3461: </filenames>
 3462: </fileglob>
 3463: <fileglob>
 3464: <glob>*.*</glob>
 3465: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
 3466: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
 3467: <categoryname>graphic file</categoryname>
 3468: <description>
 3469: icons to indicate an unexpected result
 3470: </description>
 3471: <filenames>
 3472: lonconstruct.gif;
 3473: lonlogo_broken.gif;
 3474: lonlogo_broken_tsp.gif;
 3475: lonlogo_broken.eps;
 3476: lonlogo_broken.jpg;
 3477: lonlogo_broken.mov
 3478: </filenames>
 3479: </fileglob>
 3480: <fileglob>
 3481: <glob>*.*</glob>
 3482: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
 3483: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
 3484: <categoryname>graphic file</categoryname>
 3485: <description>
 3486: logos and general widget icons
 3487: </description>
 3488: <filenames>
 3489: SMETE_white.gif;
 3490: aboutlon.gif;
 3491: accessbutton.gif;
 3492: arrow_up.gif;
 3493: branch.gif;
 3494: cab.gif;
 3495: cab_big.gif;
 3496: capapanel.gif;
 3497: class.gif;
 3498: class_big.gif;
 3499: dvi.gif;
 3500: dvi_big.gif;
 3501: eps.gif;
 3502: eps_big.gif;
 3503: exam.gif;
 3504: exam_big.gif;
 3505: fillbottom.gif;
 3506: fillleft.gif;
 3507: fillright.gif;
 3508: filltop.gif;
 3509: folder_closed.gif;
 3510: folder_opened.gif;
 3511: folder_pointer_closed.gif;
 3512: folder_pointer_opened.gif;
 3513: form.gif;
 3514: form_big.gif;
 3515: gif.gif;
 3516: gif_big.gif;
 3517: header.gif;
 3518: htm.gif;
 3519: html.gif;
 3520: html_big.gif;
 3521: jar.gif;
 3522: jar_big.gif;
 3523: jpg.gif;
 3524: jpg_big.gif;
 3525: latex.gif;
 3526: lite.gif;
 3527: liteani.gif;
 3528: litetext.gif;
 3529: lolpanel.gif;
 3530: lonanim.gif;
 3531: lonanimend.gif;
 3532: loncapalogo.gif;
 3533: lonhelplogos.gif;
 3534: lonhelptop.gif;
 3535: lonlogo.gif;
 3536: lonlogos.gif;
 3537: lowerleft.gif;
 3538: lowerright.gif;
 3539: meta.gif;
 3540: meta_big.gif;
 3541: mov.gif;
 3542: mov_big.gif;
 3543: move_up.gif;
 3544: move_down.gif;
 3545: navmap.correct.gif;
 3546: navmap.open.gif;
 3547: navmap.wrong.gif;
 3548: navmap.folder.open.gif;
 3549: navmap.folder.closed.gif;
 3550: page.gif;
 3551: page_big.gif;
 3552: pdf.gif;
 3553: pdf_big.gif;
 3554: png.gif;
 3555: png_big.gif;
 3556: problem.gif;
 3557: problem_big.gif;
 3558: ps.gif;
 3559: ps_big.gif;
 3560: quill.gif;
 3561: quiz.gif;
 3562: quiz_big.gif;
 3563: select.gif;
 3564: sequence.gif;
 3565: sequence_big.gif;
 3566: server.gif;
 3567: server_big.gif;
 3568: srvbad.gif;
 3569: srvempty.gif;
 3570: srvgood.gif;
 3571: srvhalf.gif;
 3572: srvnull.gif;
 3573: survey.gif;
 3574: survey_big.gif;
 3575: tex.gif;
 3576: tex_big.gif;
 3577: txt.gif;
 3578: txt_big.gif;
 3579: unknown.gif;
 3580: unknown_big.gif;
 3581: upperleft.gif;
 3582: upperright.gif;
 3583: user.gif;
 3584: user_big.gif;
 3585: userauthentication.gif;
 3586: wav.gif;
 3587: wav_big.gif;
 3588: white_space_20_22.gif;
 3589: whitespace1.gif;
 3590: whitespace10.gif;
 3591: whitespace2.gif;
 3592: whitespace3.gif;
 3593: whitespace4.gif;
 3594: whitespace5.gif;
 3595: whitespace6.gif;
 3596: whitespace7.gif;
 3597: whitespace8.gif;
 3598: whitespace9.gif;
 3599: xml.gif;
 3600: xml_big.gif;
 3601: zip.gif;
 3602: zip_big.gif
 3603: </filenames>
 3604: </fileglob>
 3605: <fileglob>
 3606: <glob>*.*</glob>
 3607: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
 3608: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
 3609: <categoryname>graphic file</categoryname>
 3610: <description>
 3611: Miscellaneous resources.
 3612: </description>
 3613: <filenames>
 3614: authorfeed.gif;
 3615: bomb.gif;
 3616: cat_button.gif;
 3617: chat.gif;
 3618: eval_button.gif;
 3619: feedback.gif;
 3620: pprm_button.gif;
 3621: pgrd_button.gif;
 3622: subm_button.gif
 3623: </filenames>
 3624: </fileglob>
 3625: <file>
 3626: <source>loncom/xml/tth.pm</source>
 3627: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
 3628: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
 3629: <categoryname>system file</categoryname>
 3630: <description>
 3631: perl module for invoking functions specific to TeX-to-HTML conversion
 3632: </description>
 3633: <note>
 3634: Has the same dependencies and build process as tth.so.
 3635: Currently, only the tth.so file specifications invoke
 3636: the build process however.  A static version is checked into loncom/xml
 3637: and in this way is treated as though it isn't part of the tth build process.
 3638: </note>
 3639: <status>works/unverified</status>
 3640: </file>
 3641: <file>
 3642: <source>loncom/xml/LCParser.pm</source>
 3643: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
 3644: <categoryname>system file</categoryname>
 3645: <description>
 3646: perl module for parsing HTML in a way that really works and is thoroughly
 3647: tested
 3648: </description>
 3649: <status>works/unverified</status>
 3650: </file>
 3651: <file>
 3652: <source>loncom/configuration/Configuration.pm</source>
 3653: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
 3654: <categoryname>system file</categoryname>
 3655: <description>
 3656: Configuration file reader (looks in /etc/httpd/conf/); accepts
 3657: a list of *.conf files to inspect for PerlSetVar key/value
 3658: entries.
 3659: </description>
 3660: <status>works/unverified</status>
 3661: </file>
 3662: <file>
 3663: <source>modules/TexConvert/tthperl/tth.so</source>
 3664: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
 3665: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
 3666: <categoryname>system file</categoryname>
 3667: <description>
 3668: shared library file for dynamic loading and unloading
 3669: </description>
 3670: <note>
 3671: The source and file dependencies are not available to most
 3672: CVS users.  (You can safely rely on the existing binaries
 3673: present on your system... don't worry about warnings
 3674: related to this file during the build process.)
 3675: </note>
 3676: <build trigger='run if dependencies change'>
 3677: modules/TexConvert/tthperl/commands
 3678: </build>
 3679: <status>works/unverified</status>
 3680: <dependencies>
 3681: ../tthdynamic/tthfunc.c;
 3682: ../ttmdynamic/ttmfunc.c
 3683: </dependencies>
 3684: </file>
 3685: <file>
 3686: <source>loncom/homework/caparesponse/capa.pm</source>
 3687: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
 3688: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
 3689: <categoryname>system file</categoryname>
 3690: <description>
 3691: perl module for invoking functions specific to CAPA
 3692: </description>
 3693: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 3694: <note>
 3695: Has the same dependencies and build process as capa.so.
 3696: Currently, only the capa.so file specifications invoke
 3697: the build process however.
 3698: </note>
 3699: </file>
 3700: <file>
 3701: <source>loncom/homework/caparesponse/capa.bs</source>
 3702: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
 3703: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
 3704: <categoryname>system file</categoryname>
 3705: <description>
 3706: bootstrap file associated with dynamic loading of this module on multiple
 3707: architectures
 3708: </description>
 3709: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 3710: <note>
 3711: Has the same dependencies and build process as capa.so.
 3712: Currently, only the capa.so file specifications invoke
 3713: the build process however.
 3714: </note>
 3715: </file>
 3716: <file>
 3717: <source>loncom/homework/caparesponse/capa.so</source>
 3718: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
 3719: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
 3720: <categoryname>system file</categoryname>
 3721: <description>
 3722: shared library file for dynamic loading and unloading
 3723: </description>
 3724: <build trigger='always run'>
 3725: loncom/homework/caparesponse/commands
 3726: </build>
 3727: <dependencies>
 3728: caparesponse.c;
 3729: caparesponse.pm;
 3730: README;
 3731: Makefile.PL;
 3732: capa.i;
 3733: commands;
 3734: ../../../CAPA/pProj/capaGrammarDef.y;
 3735: ../../../CAPA/pProj/capaFormula.y;
 3736: ../../../CAPA/pProj/capaLexerDef.flex;
 3737: ../../../CAPA/pProj/capaFunction.c;
 3738: ../../../CAPA/pProj/capaParserUtils.c;
 3739: ../../../CAPA/pProj/capaMapExpr.c;
 3740: ../../../CAPA/pProj/capaUnit.c;
 3741: ../../../CAPA/pProj/com.c;
 3742: ../../../CAPA/pProj/linpack.c;
 3743: ../../../CAPA/pProj/ranlib.c;
 3744: ../../../CAPA/pProj/capaCgiUtils.c;
 3745: ../../../CAPA/pProj/capaSubjective.c;
 3746: ../../../CAPA/pProj/capaRQO.c;
 3747: ../../../CAPA/pProj/capaFormulaLexer.c;
 3748: ../../../CAPA/pProj/capaCommon.c;
 3749: ../../../CAPA/pProj/capaCommon.h;
 3750: ../../../CAPA/pProj/ranlib.h;
 3751: ../../../CAPA/pProj/capaCGI.h;
 3752: ../../../CAPA/pProj/capaFunction.h;
 3753: ../../../CAPA/pProj/capaRQO.h;
 3754: ../../../CAPA/pProj/capaParser.h;
 3755: ../../../CAPA/pProj/lex_debug.h
 3756: </dependencies>
 3757: </file>
 3758: <fileglob>
 3759: <glob>*.ent</glob>
 3760: <sourcedir>loncom/MathML/</sourcedir>
 3761: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
 3762: <categoryname>system file</categoryname>
 3763: <description>
 3764: xml files which assign unicode numbers to mathematical symbols using
 3765: &lt;! ENTITY... &gt; type syntax.
 3766: </description>
 3767: <filenames>
 3768: isoamsa.ent;
 3769: isoamsb.ent;
 3770: isoamsc.ent;
 3771: isoamsn.ent;
 3772: isoamso.ent;
 3773: isoamsr.ent;
 3774: isobox.ent;
 3775: isocyr1.ent;
 3776: isocyr2.ent;
 3777: isodia.ent;
 3778: isogrk1.ent;
 3779: isogrk2.ent;
 3780: isogrk3.ent;
 3781: isogrk4.ent;
 3782: isolat1.ent;
 3783: isolat2.ent;
 3784: isomfrk.ent;
 3785: isomopf.ent;
 3786: isomscr.ent;
 3787: isonum.ent;
 3788: isopub.ent;
 3789: isotech.ent;
 3790: mmlalias.ent;
 3791: mmlextra.ent
 3792: </filenames>
 3793: </fileglob>
 3794: <file>
 3795: <source>loncom/MathML/mathml.css</source>
 3796: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
 3797: <categoryname>system file</categoryname>
 3798: <description>
 3799: cascading style sheet
 3800: </description>
 3801: </file>
 3802: <file>
 3803: <source>loncom/MathML/mathml.dtd</source>
 3804: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
 3805: <categoryname>system file</categoryname>
 3806: <description>
 3807: document type definition
 3808: </description>
 3809: </file>
 3810: <file>
 3811: <source>loncom/auth/londes.js</source>
 3812: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
 3813: <categoryname>interface file</categoryname>
 3814: <description>
 3815: Encryption Routines according to Data Encryption Standard DES, written in
 3816: javascript.
 3817: </description>
 3818: </file>
 3819: <file>
 3820: <source>loncom/homework/lectureonline.lcpm</source>
 3821: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
 3822: </target>
 3823: <categoryname>handler</categoryname>
 3824: <description>
 3825: Intended for providing perl functions for the &lt;script&gt;&lt;/script&gt;
 3826: environment in a problem that was converted from lectureonline.
 3827: </description>
 3828: </file>
 3829: <file>
 3830: <source>loncom/homework/default_homework.lcpm</source>
 3831: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
 3832: </target>
 3833: <categoryname>handler</categoryname>
 3834: <description>
 3835: Provides many functions for the &lt;script&gt; environment in a .problem.
 3836: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
 3837: </description>
 3838: </file>
 3839: <file>
 3840: <source>loncom/homework/capa.units</source>
 3841: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
 3842: <categoryname>static conf</categoryname>
 3843: <description>
 3844: Define unit prefixing and conversion for CAPA problem handling.
 3845: </description>
 3846: </file>
 3847: <fileglob>
 3848: <glob>*.jpg</glob>
 3849: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
 3850: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
 3851: <categoryname>graphic file</categoryname>
 3852: <description>Pages headers</description>
 3853: <filenames>
 3854: admin.jpg;
 3855: author.jpg;
 3856: coordinator.jpg;
 3857: header.jpg;
 3858: student.jpg;
 3859: </filenames>
 3860: </fileglob>
 3861: <fileglob>
 3862: <glob>*.gif</glob>
 3863: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
 3864: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
 3865: <categoryname>graphic file</categoryname>
 3866: <description>Logos of LON-CAPA domains</description>
 3867: <filenames>
 3868: 103.gif;
 3869: gerd.gif;
 3870: mio.gif;
 3871: msuvu.gif;
 3872: ohiou.gif;
 3873: rhs.gif;
 3874: sfu.gif;
 3875: tmcc.gif;
 3876: umich.gif;
 3877: worf.gif;
 3878: annarbor.gif;
 3879: elps.gif;
 3880: gwu.gif;
 3881: msudemo.gif;
 3882: ndsu.gif;
 3883: physnet.gif;
 3884: sc.gif;
 3885: Selwyn.gif;
 3886: ucf.gif;
 3887: unihalle.gif;
 3888: wscc.gif;
 3889: cps.gif;
 3890: fsu.gif;
 3891: lsd.gif;
 3892: msu.gif;
 3893: nsdl.gif;
 3894: pmm.gif;
 3895: sunysb.gif;
 3896: udel.gif;
 3897: uz.gif
 3898: </filenames>
 3899: </fileglob>
 3900: <fileglob>
 3901: <glob>*.tab</glob>
 3902: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
 3903: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
 3904: <categoryname>conf</categoryname>
 3905: <description>Designs of LON-CAPA domains</description>
 3906: <filenames>
 3907: annarbor.tab;
 3908: default.tab;
 3909: msu.tab;
 3910: sfu.tab;
 3911: worf.tab
 3912: </filenames>
 3913: </fileglob>
 3914: <fileglob>
 3915: <glob>*.gif</glob>
 3916: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
 3917: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
 3918: <categoryname>graphic file</categoryname>
 3919: <description>LON-CAPA remote control LCD font</description>
 3920: <filenames>
 3921: 0.gif;
 3922: 1.gif;
 3923: 2.gif;
 3924: 3.gif;
 3925: 4.gif;
 3926: 5.gif;
 3927: 6.gif;
 3928: 7.gif;
 3929: 8.gif;
 3930: 9.gif;
 3931: a.gif;
 3932: b.gif;
 3933: c.gif;
 3934: d.gif;
 3935: e.gif;
 3936: f.gif;
 3937: g.gif;
 3938: h.gif;
 3939: i.gif;
 3940: j.gif;
 3941: k.gif;
 3942: l.gif;
 3943: m.gif;
 3944: n.gif;
 3945: o.gif;
 3946: p.gif;
 3947: q.gif;
 3948: r.gif;
 3949: s.gif;
 3950: t.gif;
 3951: u.gif;
 3952: v.gif;
 3953: w.gif;
 3954: x.gif;
 3955: y.gif;
 3956: z.gif;
 3957: colon.gif;
 3958: hyphen.gif;
 3959: slash.gif;
 3960: space.gif;
 3961: </filenames>
 3962: </fileglob>
 3963: <fileglob>
 3964: <glob>*.gif</glob>
 3965: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
 3966: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
 3967: <categoryname>graphic file</categoryname>
 3968: <description>icons used for the entire LON-CAPA user interface</description>
 3969: <filenames>
 3970: anno.gif;
 3971: anot.gif;
 3972: back.gif;
 3973: bchat.gif;
 3974: bkm.gif;
 3975: brws.gif;
 3976: catalog.gif;
 3977: ccrs.gif;
 3978: chat.gif;
 3979: chrt.gif;
 3980: com.gif;
 3981: courses.gif;
 3982: cprv.gif;
 3983: cstr.gif;
 3984: dempty.gif;
 3985: docs.gif;
 3986: egrd.gif;
 3987: empty.gif;
 3988: enrl.gif;
 3989: eval.gif;
 3990: fdbk.gif;
 3991: feedback.gif;
 3992: forw.gif;
 3993: grds.gif;
 3994: group.gif;
 3995: help.gif;
 3996: info.gif;
 3997: ledblink.gif;
 3998: ledgreen.gif;
 3999: ledoff.gif;
 4000: ledon.gif;
 4001: ledsend.gif;
 4002: logout.gif;
 4003: mrk.gif;
 4004: nav.gif;
 4005: next.gif;
 4006: nothumb.gif;
 4007: parm.gif;
 4008: pgrd.gif;
 4009: pparm.gif;
 4010: pref.gif;
 4011: prev.gif;
 4012: prt.gif;
 4013: qempty.gif;
 4014: reload.gif;
 4015: remotebg.gif;
 4016: res.gif;
 4017: roles.gif;
 4018: sbkm.gif;
 4019: spacer.gif;
 4020: sprs.gif;
 4021: src.gif;
 4022: stat.gif;
 4023: subm.gif;
 4024: title.gif;
 4025: vbkm.gif;
 4026: </filenames>
 4027: </fileglob>
 4028: <file>
 4029: <source>loncom/html/res/adm/pages/imgmaps.html</source>
 4030: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
 4031: <categoryname>interface file</categoryname>
 4032: <description>
 4033: image maps for the LON-CAPA remote control
 4034: </description>
 4035: </file>
 4036: <file>
 4037: <source>loncom/html/res/adm/pages/index.html</source>
 4038: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
 4039: <categoryname>interface file</categoryname>
 4040: <description>
 4041: welcoming page to the LON-CAPA system upon login
 4042: </description>
 4043: </file>
 4044: <file>
 4045: <source>loncom/html/res/adm/pages/menu.html</source>
 4046: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
 4047: <categoryname>interface file</categoryname>
 4048: <description>
 4049: renders the HTML (including image maps) for the LON-CAPA remote control
 4050: </description>
 4051: </file>
 4052: <fileglob>
 4053: <glob>*.gif</glob>
 4054: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
 4055: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
 4056: </targetdir>
 4057: <categoryname>graphic file</categoryname>
 4058: <description>
 4059: icons used for directory indexing and login screen
 4060: </description>
 4061: <filenames>
 4062: a.gif;
 4063: alert.black.gif;
 4064: alert.red.gif;
 4065: back.gif;
 4066: ball.gray.gif;
 4067: ball.red.gif;
 4068: binary.gif;
 4069: binhex.gif;
 4070: blank.gif;
 4071: bomb.gif;
 4072: box1.gif;
 4073: box2.gif;
 4074: broken.gif;
 4075: burst.gif;
 4076: c.gif;
 4077: comp.blue.gif;
 4078: comp.gray.gif;
 4079: compressed.gif;
 4080: continued.gif;
 4081: course.gif;
 4082: dir.gif;
 4083: down.gif;
 4084: dvi.gif;
 4085: f.gif;
 4086: folder.gif;
 4087: folder.open.gif;
 4088: folder.sec.gif;
 4089: folder_closed.gif;
 4090: folder_closed_pressed.gif;
 4091: folder_new.gif;
 4092: folder_opened.gif;
 4093: folder_opened_pressed.gif;
 4094: folder_pointer_closed.gif;
 4095: folder_pointer_opened.gif;
 4096: folder_spacer.gif;
 4097: folder_trash.gif;
 4098: forward.gif;
 4099: generic.gif;
 4100: generic.red.gif;
 4101: generic.sec.gif;
 4102: hand.right.gif;
 4103: hand.up.gif;
 4104: html.gif;
 4105: image1.gif;
 4106: image2.gif;
 4107: image3.gif;
 4108: index.gif;
 4109: layout.gif;
 4110: left.gif;
 4111: link.gif;
 4112: mov.gif;
 4113: movie1.gif;
 4114: p.gif;
 4115: patch.gif;
 4116: pdf.gif;
 4117: portal.gif;
 4118: problem.gif;
 4119: ps.gif;
 4120: quill.gif;
 4121: right.gif;
 4122: screw1.gif;
 4123: screw2.gif;
 4124: script.gif;
 4125: sound1.gif;
 4126: sound2.gif;
 4127: sphere1.gif;
 4128: sphere2.gif;
 4129: tar.gif;
 4130: tex.gif;
 4131: text.gif;
 4132: transfer.gif;
 4133: unknown.gif;
 4134: up.gif;
 4135: uu.gif;
 4136: uuencoded.gif;
 4137: white_space_20_22.gif;
 4138: white_space_22_22.gif;
 4139: whitespace1.gif;
 4140: whitespace10.gif;
 4141: whitespace2.gif;
 4142: whitespace3.gif;
 4143: whitespace4.gif;
 4144: whitespace5.gif;
 4145: whitespace6.gif;
 4146: whitespace7.gif;
 4147: whitespace8.gif;
 4148: whitespace9.gif;
 4149: world1.gif;
 4150: world2.gif
 4151: </filenames>
 4152: </fileglob>
 4153: <fileglob>
 4154: <glob>*.gif</glob>
 4155: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 4156: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
 4157: </targetdir>
 4158: <categoryname>graphic file</categoryname>
 4159: <description>
 4160: icons used for the bookmark portion of the LON-CAPA user interface
 4161: </description>
 4162: <filenames>
 4163: folder_anim.gif;
 4164: folder_close.gif;
 4165: folder_drag.gif;
 4166: folder_new.gif;
 4167: folder_open.gif;
 4168: folder_pointer_closed.gif;
 4169: folder_pointer_opened.gif;
 4170: folder_static.gif;
 4171: folder_trash.gif;
 4172: folder_trash_hover.gif;
 4173: left_bar.gif;
 4174: link.gif;
 4175: link_anim.gif;
 4176: link_drag.gif;
 4177: ll_corner.gif;
 4178: lower_bar.gif;
 4179: lr_corner.gif;
 4180: pix.gif;
 4181: right_bar.gif;
 4182: toolbar_bg.gif;
 4183: ul_corner.gif;
 4184: upper_bar.gif;
 4185: ur_corner.gif
 4186: </filenames>
 4187: </fileglob>
 4188: <fileglob>
 4189: <glob>*.html</glob>
 4190: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 4191: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
 4192: </targetdir>
 4193: <categoryname>interface file</categoryname>
 4194: <description>
 4195: associated with the scheme of displaying bookmarks
 4196: </description>
 4197: <filenames>
 4198: bookmarkmenu_toolbar.html;
 4199: blank.html;
 4200: closechildren.html
 4201: </filenames>
 4202: </fileglob>
 4203: <file>
 4204: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
 4205: <target dist='default'>
 4206: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
 4207: <categoryname>interface file</categoryname>
 4208: <description>
 4209: javascript for handling client-side interactions with bookmark interface
 4210: </description>
 4211: </file>
 4212: <file>
 4213: <source>loncom/build/CHECKRPMS</source>
 4214: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
 4215: <categoryname>system script</categoryname>
 4216: <description>
 4217: manilla wrapper around check-rpms
 4218: </description>
 4219: <status>tested/documented/beta</status>
 4220: </file>
 4221: <file>
 4222: <source>loncom/build/CHECKRPMS_custom</source>
 4223: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS_custom</target>
 4224: <categoryname>system script</categoryname>
 4225: <description>
 4226: manilla wrapper around check-rpms to be miified by the local user
 4227: </description>
 4228: <status>tested/documented/beta</status>
 4229: </file>
 4230: <file>
 4231: <source>loncom/build/check-rpms</source>
 4232: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
 4233: <categoryname>system script</categoryname>
 4234: <description>
 4235: compare installed rpms with up-to-date distribution
 4236: </description>
 4237: <status>tested/documented/beta</status>
 4238: </file>
 4239: <file>
 4240: <source>doc/man/check-rpms.1</source>
 4241: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
 4242: <categoryname>doc</categoryname>
 4243: <description>man page for check-rpms</description>
 4244: <build trigger='always run'>
 4245: loncom/build/pod2man.sh check-rpms &gt; ../../doc/man/check-rpms.1 &amp;&amp; \
 4246: echo 'manifying check-rpms'
 4247: </build>
 4248: <status>beta</status>
 4249: <dependencies>
 4250: ../../loncom/build/check-rpms
 4251: </dependencies>
 4252: </file>
 4253: <file>
 4254: <source>doc/scripts/check-rpms.html</source>
 4255: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
 4256: </target>
 4257: <categoryname>doc</categoryname>
 4258: <description>POD-derived page for check-rpms</description>
 4259: <build trigger='always run'>
 4260: loncom/build/pod2html.sh check-rpms &gt; ../../doc/scripts/check-rpms.html \
 4261: &amp;&amp; echo 'pod2html checkrpms'
 4262: </build>
 4263: <status>works/unverified</status>
 4264: <dependencies>
 4265: ../../loncom/build/check-rpms
 4266: </dependencies>
 4267: </file>
 4268: <file>
 4269: <source>loncom/build/loncaparestoreconfigurations</source>
 4270: <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>
 4271: <categoryname>script</categoryname>
 4272: <description>
 4273: restores .rpmsave files after a LON-CAPA-base upgrade
 4274: </description>
 4275: <status>deprecated</status>
 4276: </file>
 4277: <file>
 4278: <source>loncom/cron/loncapa</source>
 4279: <target dist='default'>etc/cron.d/loncapa</target>
 4280: <categoryname>static conf</categoryname>
 4281: <description>
 4282: file that specifies periodic processes to run for the LON-CAPA machine
 4283: </description>
 4284: </file>
 4285: <file>
 4286: <source>loncom/ntp/step-tickers</source>
 4287: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
 4288: </target>
 4289: <categoryname>static conf</categoryname>
 4290: <description>
 4291: file that stimulates running of ntpdate upon init.d/xntpd initiation
 4292: </description>
 4293: <note>
 4294: <table cellpadding='0' cellspacing='0' border='1'>
 4295: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
 4296: </table>
 4297: </note>
 4298: </file>
 4299: <file>
 4300: <source>loncom/pam.d/pwauth</source>
 4301: <target dist='default'>etc/pam.d/pwauth</target>
 4302: <categoryname>static conf</categoryname>
 4303: <description>
 4304: file that allows setuid password privileges for pwauth executable
 4305: </description>
 4306: </file>
 4307: <file>
 4308: <source>loncom/pam.d/pwchange</source>
 4309: <target dist='default'>etc/pam.d/pwchange</target>
 4310: <categoryname>static conf</categoryname>
 4311: <description>
 4312: file that allows setuid password privileges for pwchange (lcpasswd) executable
 4313: </description>
 4314: </file>
 4315: <file>
 4316: <source>loncom/init.d/loncontrol</source>
 4317: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
 4318: <categoryname>root script</categoryname>
 4319: <description>
 4320: Controls the launching/halting of lonc, lond, and lonsql processes.
 4321: </description>
 4322: </file>
 4323: <link>
 4324: <linkto>etc/rc.d/init.d/loncontrol</linkto>
 4325: <target dist='default'>
 4326: etc/rc.d/rc0.d/K05loncontrol;
 4327: etc/rc.d/rc1.d/K05loncontrol;
 4328: etc/rc.d/rc2.d/K05loncontrol;
 4329: etc/rc.d/rc3.d/S95loncontrol;
 4330: etc/rc.d/rc4.d/S95loncontrol;
 4331: etc/rc.d/rc5.d/S95loncontrol;
 4332: etc/rc.d/rc6.d/K05loncontrol
 4333: </target>
 4334: <categoryname>symbolic link</categoryname>
 4335: <description>
 4336: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
 4337: </link>
 4338: <file>
 4339: <source>loncom/atalk/config</source>
 4340: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
 4341: <categoryname>static conf</categoryname>
 4342: <description>
 4343: configuration file to make LON-CAPA server file space accessible to
 4344: Appleshares access (Macintosh)
 4345: </description>
 4346: </file>
 4347: </files>
 4348: </lpml>

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