File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.359: download - view: text, annotated - select for diffs
Sat Jun 5 14:46:12 2004 UTC (20 years ago) by www
Branches: MAIN
CVS tags: HEAD
Fullpage editor for html files in Construction Space

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

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