File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.284: download - view: text, annotated - select for diffs
Tue Sep 16 22:40:25 2003 UTC (20 years, 7 months ago) by www
Branches: MAIN
CVS tags: HEAD
Continued work on Maketext
* can now set language preferences
* adv users can set "translator" language, and access little script to
enter translations for phrases covered by &mt

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

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