File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.185: download - view: text, annotated - select for diffs
Fri Nov 8 14:44:00 2002 UTC (21 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- install new hadnler
- removed old cgi based method

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

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