File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.219: download - view: text, annotated - select for diffs
Tue Feb 25 23:03:41 2003 UTC (21 years, 2 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- adding new help files

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

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