File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.370: download - view: text, annotated - select for diffs
Tue Jun 29 20:43:10 2004 UTC (19 years, 10 months ago) by albertel
Branches: MAIN
CVS tags: HEAD
- <categoryname> needs to be something that is defined as a valid category as it controls the permissions and ownership

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

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