File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.368: download - view: text, annotated - select for diffs
Fri Jun 25 20:32:49 2004 UTC (19 years, 10 months ago) by matthew
Branches: MAIN
CVS tags: HEAD
Added Statistics_Cache.tex, help file describing the statistics caches
and what the cache management buttons do.

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

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