File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.458: download - view: text, annotated - select for diffs
Fri Oct 28 21:02:35 2005 UTC (18 years, 6 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- add migrate user and switch server to install

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

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