File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.394: download - view: text, annotated - select for diffs
Tue Sep 28 20:58:51 2004 UTC (19 years, 7 months ago) by matthew
Branches: MAIN
CVS tags: HEAD
Further removal of removed problem analysis help tex files.

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

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