File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.360: download - view: text, annotated - select for diffs
Tue Jun 8 21:39:30 2004 UTC (19 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_1_1_99_0, HEAD
- adding some files that  need to be installed.

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

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