File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.282: download - view: text, annotated - select for diffs
Tue Sep 16 15:23:43 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
CVS tags: HEAD
Start of localization work with Locale::Maketext under the hood.

Usage (eventually):

use Apache::lonlocal;
...
$r->print( ... &mt('Stuff') ... );

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

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