File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.375: download - view: text, annotated - select for diffs
Mon Jul 12 19:29:44 2004 UTC (19 years, 10 months ago) by matthew
Branches: MAIN
CVS tags: HEAD
Added Statistics_Sequence.tex

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

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