File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.225: download - view: text, annotated - select for diffs
Wed Mar 26 04:57:04 2003 UTC (21 years, 2 months ago) by www
Branches: MAIN
CVS tags: HEAD
Additional work on pick-a-course function from reverse lookup. Does not work
yet, but getting there.

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

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