File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.555: download - view: text, annotated - select for diffs
Tue Oct 9 21:28:53 2007 UTC (16 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- install new jsMath3.4e modules

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

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