File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.454.2.2: download - view: text, annotated - select for diffs
Thu Sep 29 20:42:06 2005 UTC (18 years, 7 months ago) by albertel
Branches: version_2_0_X
CVS tags: version_2_0_2
- add Print_Library to install

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

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