File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.404: download - view: text, annotated - select for diffs
Thu Dec 23 14:00:58 2004 UTC (19 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_2, version_1_3_1, version_1_3_0, HEAD
Export to IMS now exports discussion content - uses lonfeedback::listdiscussion().  Modification to export of templated documents (syllabus, aboutme, simplepage etc.) to IMS. Simple problems now converted to standard LON-CAPA problem format before export to IMS. Same routines could be used to dump simple problems to CSTR.

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

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