File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.396: download - view: text, annotated - select for diffs
Mon Nov 1 21:47:08 2004 UTC (19 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- updating so it works with Fedora Core 3

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

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