File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.534: download - view: text, annotated - select for diffs
Fri Apr 20 21:08:52 2007 UTC (17 years ago) by banghart
Branches: MAIN
CVS tags: HEAD
	Add zipspool directory for output of multidownload.pl.

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

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