File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.188: download - view: text, annotated - select for diffs
Wed Nov 13 02:47:38 2002 UTC (21 years, 5 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
BUG 954 FIXED; categories for all-executable system scripts created;
/usr/local/loncapa/bin/CHECKRPMS and /usr/local/loncapa/bin/check-rpms
are now executable by all

    1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
    2:  "http://lpml.sourceforge.net/DTD/lpml.dtd">
    3: <!-- loncapafiles.lpml -->
    4: <!-- Scott Harrison -->
    5: 
    6: <!-- $Id: loncapafiles.lpml,v 1.188 2002/11/13 02:47:38 harris41 Exp $ -->
    7: 
    8: <!--
    9: 
   10: Copyright Michigan State University Board of Trustees
   11: 
   12: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
   13: 
   14: LON-CAPA is free software; you can redistribute it and/or modify
   15: it under the terms of the GNU General Public License as published by
   16: the Free Software Foundation; either version 2 of the License, or
   17: (at your option) any later version.
   18: 
   19: LON-CAPA is distributed in the hope that it will be useful,
   20: but WITHOUT ANY WARRANTY; without even the implied warranty of
   21: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   22: GNU General Public License for more details.
   23: 
   24: You should have received a copy of the GNU General Public License
   25: along with LON-CAPA; if not, write to the Free Software
   26: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   27: 
   28: /home/httpd/html/adm/gpl.txt
   29: 
   30: http://www.lon-capa.org/
   31: 
   32: -->
   33: 
   34: <!-- Default values must be defined before specific values. -->
   35: <!-- If no 'dist' attribute is specified, then it is always installed. -->
   36: <!-- If 'dist' attribute is set to  'default', then the specification. -->
   37: <!-- is accepted if an alternative distribution is not requested or not -->
   38: <!-- defined. -->
   39: 
   40: <lpml>
   41: <specialnotices>
   42: <specialnotice dist='default'>
   43: !!! REDHAT 6.2 NOTICE !!!
   44: !!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
   45: !!! This sometimes happens (bad): !!!
   46: !!! 127.0.0.1  computer1 localhost.localdomain localhost  !!!
   47: !!! Should be: !!!
   48: !!! 127.0.0.1  localhost.localdomain  localhost !!!
   49: !!! 35.2.3.80  computer1 computer1.notreal.msu.edu !!!
   50: </specialnotice>
   51: <specialnotice dist='redhat7 redhat7.1'>
   52: !!!!!!!!!  REDHAT 7.*   NOTICE   !!!!!!!!!!!!!!!!!!!!
   53: !!!!!!!!!  LINE IN Cookie.pm     !!!!!!!!!!!!!!!!!!!!
   54: !!!!!!!!!  MUST BE REPLACED DUE  !!!!!!!!!!!!!!!!!!!!
   55: !!!!!!!!!  TO PERL 5.6.0 ERROR   !!!!!!!!!!!!!!!!!!!!
   56: !!!!!!!!!                        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   57: !!!! The offending line is in CGI/Cookie.pm                           !!
   58: !!!!                                                                  !!
   59: !!!! it should be changed from                                        !!
   60: !!!! $path   = CGI::url(-absolute=>1) unless defined $path;           !!
   61: !!!! to                                                               !!
   62: !!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path;          !!
   63: !!!!                                                                  !!
   64: !!!! (This is just below the following line )                         !!
   65: !!!! # IE requires the path and domain to be present for some reason. !!
   66: </specialnotice>
   67: </specialnotices>
   68: <targetroot>/</targetroot>
   69: <sourceroot>/home/user/loncapa/</sourceroot>
   70: <categories>
   71: <category name="interface file" type="runtime">
   72:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   73:   <abbreviation>interfacefile</abbreviation>
   74: </category>
   75: <category name="interface file" type="development">
   76:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
   77:   <abbreviation>interfacefile</abbreviation>
   78: </category>
   79: <category name="setuid script" type="runtime">
   80:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
   81:   <abbreviation>setuid</abbreviation>
   82: </category>
   83: <category name="setuid script" type="development">
   84:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
   85:   <abbreviation>setuid</abbreviation>
   86: </category>
   87: <category name="handler" type="runtime">
   88:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   89:   <abbreviation>handler</abbreviation>
   90: </category>
   91: <category name="handler" type="development">
   92:   <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
   93:   <abbreviation>handler</abbreviation>
   94: </category>
   95: <category name="static conf" type="runtime">
   96:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   97:   <abbreviation>static</abbreviation>
   98: </category>
   99: <category name="static conf" type="development">
  100:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
  101:   <abbreviation>static</abbreviation>
  102: </category>
  103: <category name="conf" type="runtime">
  104:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  105:   <abbreviation>configurable</abbreviation>
  106: </category>
  107: <category name="conf" type="development">
  108:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  109:   <abbreviation>configurable</abbreviation>
  110: </category>
  111: <category name="script" type="runtime">
  112:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
  113:   <abbreviation>script</abbreviation>
  114: </category>
  115: <category name="script" type="development">
  116:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
  117:   <abbreviation>script</abbreviation>
  118: </category>
  119: <category name="graphic file" type="runtime">
  120:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
  121:   <abbreviation>graphicfile</abbreviation>
  122: </category>
  123: <category name="graphic file" type="development">
  124:   <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
  125:   <abbreviation>graphicfile</abbreviation>
  126: </category>
  127: <category name="doc" type="runtime">
  128:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  129:   <abbreviation>systemfile</abbreviation>
  130: </category>
  131: <category name="doc" type="development">
  132:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  133:   <abbreviation>systemfile</abbreviation>
  134: </category>
  135: <category name="system file" type="runtime">
  136:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  137:   <abbreviation>systemfile</abbreviation>
  138: </category>
  139: <category name="system file" type="development">
  140:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  141:   <abbreviation>systemfile</abbreviation>
  142: </category>
  143: <category name="system script" type="runtime">
  144:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  145:   <abbreviation>systemscript</abbreviation>
  146: </category>
  147: <category name="system script" type="development">
  148:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  149:   <abbreviation>systemscript</abbreviation>
  150: </category>
  151: <category name="root script" type="runtime">
  152:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
  153:   <abbreviation>rootscript</abbreviation>
  154: </category>
  155: <category name="root script" type="development">
  156:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
  157:   <abbreviation>rootscript</abbreviation>
  158: </category>
  159: <category name="symbolic link" type="runtime">
  160:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
  161:   <abbreviation>link</abbreviation>
  162: </category>
  163: <category name="symbolic link" type="development">
  164:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
  165:   <abbreviation>link</abbreviation>
  166: </category>
  167: <category name="standard" type="runtime">
  168:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  169:   <abbreviation>directory</abbreviation>
  170: </category>
  171: <category name="standard" type="development">
  172:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  173:   <abbreviation>directory</abbreviation>
  174: </category>
  175: <category name="server standard" type="runtime">
  176:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
  177:   <abbreviation>directory</abbreviation>
  178: </category>
  179: <category name="server standard" type="development">
  180:   <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
  181:   <abbreviation>directory</abbreviation>
  182: </category>
  183: <category name="server readonly" type="runtime">
  184:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
  185:   <abbreviation>directory</abbreviation>
  186: </category>
  187: <category name="server readonly" type="development">
  188:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
  189:   <abbreviation>directory</abbreviation>
  190: </category>
  191: </categories>
  192: <rpm>
  193:   <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
  194:   <rpmName>LON-CAPA-base</rpmName>
  195:   <rpmVersion>3.1</rpmVersion>
  196:   <rpmRelease>1</rpmRelease>
  197:   <rpmVendor>Laboratory for Instructional Technology Education,
  198: Division of Science and Mathematics Education, Michigan State University.
  199:   </rpmVendor>
  200:   <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
  201:   <rpmCopyright>GNU General Public License. Version 2, June 1991.  Michigan State University patents may apply.</rpmCopyright>
  202:   <rpmGroup>Utilities/System</rpmGroup>
  203:   <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
  204:   <rpmAutoReqProv>no</rpmAutoReqProv>
  205:   <rpmdescription>This package facilitates a base installation of LON-CAPA \n
  206: files in their directories.\n
  207: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
  208:   </rpmdescription>
  209:   <rpmpre>echo '***********************************************************************'\n
  210: echo 'LON-CAPA  LearningOnline with CAPA'\n
  211: echo 'http://www.lon-capa.org/'\n
  212: echo 'Gerd Kortemeyer, et al'\n
  213: echo 'Laboratory for Instructional Technology Education'\n
  214: echo 'Michigan State University'\n
  215: echo 'General Public License, Version 2, June 1991'\n
  216: echo '** Michigan State University patents may apply **'\n
  217: echo ' '\n
  218: echo 'This installation assumes an installation of Redhat 6.2'\n
  219: echo ' '\n
  220: echo 'The server computer should be currently connected to the ethernet'\n
  221: echo ' '\n
  222: echo '***********************************************************************'\n
  223: </rpmpre>
  224: <rpmRequires>
  225: <item>PreReq: LON-CAPA-setup</item>
  226: <item>PreReq: apache</item>
  227: <item>PreReq: /etc/httpd/conf/httpd.conf</item>
  228: </rpmRequires>
  229: </rpm>
  230: <directories>
  231: <directory dist='default'>
  232:   <protectionlevel>never_delete</protectionlevel>
  233:   <targetdir dist='default'>etc</targetdir>
  234:   <categoryname>standard</categoryname>
  235:   <description>standard linux directory for configuration files</description>
  236: </directory>
  237: <directory dist='default'>
  238:   <protectionlevel>never_delete</protectionlevel>
  239:   <targetdir dist='default'>etc/cron.d</targetdir>
  240:   <categoryname>standard</categoryname>
  241:   <description>standard linux directory for running time-based "jobs"
  242:   </description>
  243: </directory>
  244: <directory dist='default'>
  245:   <protectionlevel>never_delete</protectionlevel>
  246:   <targetdir dist='default'>etc/httpd/conf</targetdir>
  247:   <categoryname>standard</categoryname>
  248:   <description>web configuration files</description>
  249: </directory>
  250: <directory dist='default'>
  251:   <protectionlevel>never_delete</protectionlevel>
  252:   <targetdir dist='default'>etc/pam.d</targetdir>
  253:   <categoryname>standard</categoryname>
  254:   <description>configuration directory for password authentication mechanism
  255:   </description>
  256: </directory>
  257: <directory dist='default'>
  258:   <protectionlevel>never_delete</protectionlevel>
  259:   <targetdir dist='default'>etc/rc.d/init.d</targetdir>
  260:   <targetdir dist='debian'>etc/init.d</targetdir>
  261:   <categoryname>standard</categoryname>
  262:   <description>scripts that run during system startup</description>
  263: </directory>
  264: <directory dist='default'>
  265:   <protectionlevel>never_delete</protectionlevel>
  266:   <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
  267:   <targetdir dist='debian'>etc/rc0.d</targetdir>
  268:   <categoryname>standard</categoryname>
  269:   <description>scripts that run for run-level 0</description>
  270: </directory>
  271: <directory dist='default'>
  272:   <protectionlevel>never_delete</protectionlevel>
  273:   <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
  274:   <targetdir dist='debian'>etc/rc1.d</targetdir>
  275:   <categoryname>standard</categoryname>
  276:   <description>scripts that run for run-level 1</description>
  277: </directory>
  278: <directory dist='default'>
  279:   <protectionlevel>never_delete</protectionlevel>
  280:   <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
  281:   <targetdir dist='debian'>etc/rc2.d</targetdir>
  282:   <categoryname>standard</categoryname>
  283:   <description>scripts that run for run-level 2</description>
  284: </directory>
  285: <directory dist='default'>
  286:   <protectionlevel>never_delete</protectionlevel>
  287:   <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
  288:   <targetdir dist='debian'>etc/rc3.d</targetdir>
  289:   <categoryname>standard</categoryname>
  290:   <description>scripts that run for run-level 3</description>
  291: </directory>
  292: <directory dist='default'>
  293:   <protectionlevel>never_delete</protectionlevel>
  294:   <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
  295:   <targetdir dist='debian'>etc/rc4.d</targetdir>
  296:   <categoryname>standard</categoryname>
  297:   <description>scripts that run for run-level 4</description>
  298: </directory>
  299: <directory dist='default'>
  300:   <protectionlevel>never_delete</protectionlevel>
  301:   <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
  302:   <targetdir dist='debian'>etc/rc5.d</targetdir>
  303:   <categoryname>standard</categoryname>
  304:   <description>scripts that run for run-level 5</description>
  305: </directory>
  306: <directory dist='default'>
  307:   <protectionlevel>never_delete</protectionlevel>
  308:   <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
  309:   <targetdir dist='debian'>etc/rc6.d</targetdir>
  310:   <categoryname>standard</categoryname>
  311:   <description>scripts that run for run-level 6</description>
  312: </directory>
  313: <directory dist='default'>
  314:   <protectionlevel>never_delete</protectionlevel>
  315:   <targetdir dist='default'>home/httpd/lonTabs</targetdir>
  316:   <categoryname>standard</categoryname>
  317:   <description>tab-formatted reference files</description>
  318: </directory>
  319: <directory dist='default'>
  320:   <protectionlevel>never_delete</protectionlevel>
  321:   <targetdir dist='default'>home/httpd</targetdir>
  322:   <categoryname>standard</categoryname>
  323:   <description>start of the web server tree</description>
  324: </directory>
  325: <directory dist='default'>
  326:   <protectionlevel>modest_delete</protectionlevel>
  327:   <targetdir dist='default'>home/httpd/perl</targetdir>
  328:   <categoryname>server readonly</categoryname>
  329:   <description>perl scripts for managing the LON-CAPA system</description>
  330: </directory>
  331: <directory dist='default'>
  332:   <protectionlevel>never_delete</protectionlevel>
  333:   <targetdir dist='default'>home/httpd/perl/logs</targetdir>
  334:   <categoryname>server standard</categoryname>
  335:   <description>location where system performance and error logs are kept
  336:   </description>
  337: </directory>
  338: <directory dist='default'>
  339:   <protectionlevel>modest_delete</protectionlevel>
  340:   <targetdir dist='default'>home/httpd/html/lon-status/londchld</targetdir>
  341:   <categoryname>server standard</categoryname>
  342:   <description>
  343: Used by lond parent to check if children are responding to USR1 signals
  344: (otherwise they are killed and replaced).
  345:   </description>
  346: </directory>
  347: <directory dist='default'>
  348:   <protectionlevel>modest_delete</protectionlevel>
  349:   <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
  350:   <categoryname>server standard</categoryname>
  351:   <description>location where temporary files (for caching) are stored
  352:   </description>
  353: </directory>
  354: <directory dist='default'>
  355:   <protectionlevel>modest_delete</protectionlevel>
  356:   <targetdir dist='default'>home/httpd/prtspool</targetdir>
  357:   <categoryname>server standard</categoryname>
  358:   <description>for the output of lonprintout.pm
  359:   </description>
  360: </directory>
  361: <directory dist='default'>
  362:   <protectionlevel>modest_delete</protectionlevel>
  363:   <targetdir dist='default'>home/httpd/lib</targetdir>
  364:   <categoryname>server readonly</categoryname>
  365:   <description>location of LON-CAPA software modules and
  366: extensions</description>
  367: </directory>
  368: <directory dist='default'>
  369:   <!-- Must protect localauth.pm from extinction. -->
  370:   <protectionlevel>weak_delete</protectionlevel>
  371:   <targetdir dist='default'>home/httpd/lib/perl</targetdir>
  372:   <categoryname>server readonly</categoryname>
  373:   <description>location of LON-CAPA non web mod-perl handlers</description>
  374: </directory>
  375: <directory dist='default'>
  376:   <protectionlevel>modest_delete</protectionlevel>
  377:   <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
  378:   <categoryname>server readonly</categoryname>
  379:   <description>location of LON-CAPA web mod-perl handlers</description>
  380: </directory>
  381: <directory dist='default'>
  382:   <protectionlevel>modest_delete</protectionlevel>
  383:   <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
  384:   <categoryname>server readonly</categoryname>
  385:   <description>location of HTML specific perl module fixes and additions
  386:   </description>
  387: </directory>
  388: <directory dist='default'>
  389:   <protectionlevel>modest_delete</protectionlevel>
  390:   <targetdir dist='default'>home/httpd/lib/perl/LONCAPA</targetdir>
  391:   <categoryname>server readonly</categoryname>
  392:   <description>location of HTML specific perl module fixes and additions
  393:   </description>
  394: </directory>
  395: <directory dist='default'>
  396:    <protectionlevel>modest_delete</protectionlevel>
  397:  <targetdir dist='default'>home/httpd/lonIDs</targetdir>
  398:   <categoryname>server standard</categoryname>
  399:   <description>cookie jar</description>
  400: </directory>
  401: <directory dist='default'>
  402:   <protectionlevel>modest_delete</protectionlevel>
  403:   <targetdir dist='default'>home/httpd/sockets</targetdir>
  404:   <categoryname>server standard</categoryname>
  405:   <description>lonc's sockets</description>
  406: </directory>
  407: <directory dist='default'>
  408:   <protectionlevel>modest_delete</protectionlevel>
  409:   <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
  410:   <categoryname>server standard</categoryname>
  411:   <description>lonc's sockets (delayed)</description>
  412: </directory>
  413: <directory dist='default'>
  414:   <protectionlevel>never_delete</protectionlevel>
  415:   <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
  416:   <categoryname>standard</categoryname>
  417:   <description>location of cgi scripts</description>
  418: </directory>
  419: <directory dist='default'>
  420:   <protectionlevel>never_delete</protectionlevel>
  421:   <targetdir dist='default'>home/httpd/html</targetdir>
  422:   <categoryname>server standard</categoryname>
  423:   <description>location of web-accessible file tree</description>
  424: </directory>
  425: <directory dist='default'>
  426:   <protectionlevel>never_delete</protectionlevel>
  427:   <targetdir dist='default'>home/httpd/html/res</targetdir>
  428:   <categoryname>server standard</categoryname>
  429:   <description>root of resource tree</description>
  430: </directory>
  431: <directory dist='default'>
  432:   <protectionlevel>modest_delete</protectionlevel>
  433:   <targetdir dist='default'>home/httpd/html/userfiles</targetdir>
  434:   <categoryname>server standard</categoryname>
  435:   <description>root for user uploaded files</description>
  436: </directory>
  437: <directory dist='default'>
  438:   <protectionlevel>modest_delete</protectionlevel>
  439:   <targetdir dist='default'>home/httpd/html/adm</targetdir>
  440:   <categoryname>server readonly</categoryname>
  441:   <description>unauthenticated resources</description>
  442: </directory>
  443: <directory dist='default'>
  444:   <protectionlevel>modest_delete</protectionlevel>
  445:   <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
  446:   <categoryname>server readonly</categoryname>
  447:   <description>home of the rat</description>
  448: </directory>
  449: <directory dist='default'>
  450:   <protectionlevel>modest_delete</protectionlevel>
  451:   <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
  452:   <categoryname>server readonly</categoryname>
  453:   <description>online help documentation</description>
  454: </directory>
  455: <directory dist='default'>
  456:   <protectionlevel>modest_delete</protectionlevel>
  457:   <targetdir dist='default'>home/httpd/html/adm/help/gif</targetdir>
  458:   <categoryname>server readonly</categoryname>
  459:   <description>online help documentation gif files</description>
  460: </directory>
  461: <directory dist='default'>
  462:   <protectionlevel>modest_delete</protectionlevel>
  463:   <targetdir dist='default'>home/httpd/html/adm/help/eps</targetdir>
  464:   <categoryname>server readonly</categoryname>
  465:   <description>online help documentation eps files</description>
  466: </directory>
  467: <directory dist='default'>
  468:   <protectionlevel>modest_delete</protectionlevel>
  469:   <targetdir dist='default'>home/httpd/html/adm/help/tex</targetdir>
  470:   <categoryname>server readonly</categoryname>
  471:   <description>online help documentation tex files</description>
  472: </directory>
  473: <directory dist='default'>
  474:   <protectionlevel>modest_delete</protectionlevel>
  475:   <targetdir dist='default'>home/httpd/html/adm/help/png</targetdir>
  476:   <categoryname>server readonly</categoryname>
  477:   <description>online help documentation png files</description>
  478: </directory>
  479: <directory dist='default'>
  480:   <protectionlevel>modest_delete</protectionlevel>
  481:   <targetdir dist='default'>home/httpd/html/adm/help/lib/perl</targetdir>
  482:   <categoryname>server readonly</categoryname>
  483:   <description>online help documentation for the LON-CAPA programming
  484: interface</description>
  485: </directory>
  486: <directory dist='default'>
  487:   <protectionlevel>modest_delete</protectionlevel>
  488:   <targetdir dist='default'>home/httpd/html/adm/help/lib/perl/Apache
  489:   </targetdir>
  490:   <categoryname>server readonly</categoryname>
  491:   <description>online help documentation for the LON-CAPA programming
  492: interface, Apache (mod_perl) handlers</description>
  493: </directory>
  494: <directory dist='default'>
  495:   <protectionlevel>modest_delete</protectionlevel>
  496:   <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
  497:   <categoryname>server readonly</categoryname>
  498:   <description>online help documentation for the LON-CAPA programming
  499: interface, Apache (mod_perl) handlers</description>
  500: </directory>
  501: <directory dist='default'>
  502:   <protectionlevel>modest_delete</protectionlevel>
  503:   <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
  504:   <categoryname>server readonly</categoryname>
  505:   <description>graphic widgets</description>
  506: </directory>
  507: <directory dist='default'>
  508:   <protectionlevel>modest_delete</protectionlevel>
  509:   <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
  510:   <categoryname>server readonly</categoryname>
  511:   <description>miscellaneous resources</description>
  512: </directory>
  513: <directory dist='default'>
  514:   <protectionlevel>modest_delete</protectionlevel>
  515:   <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
  516:   <categoryname>server readonly</categoryname>
  517:   <description>error warnings and icons</description>
  518: </directory>
  519: <directory dist='default'>
  520:   <protectionlevel>never_delete</protectionlevel>
  521:   <targetdir dist='default'>home/httpd/lonUsers</targetdir>
  522:   <categoryname>server standard</categoryname>
  523:   <description>Home directories of local users.  There is a five-tier
  524: structure to the directories:
  525: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid].  For example,
  526: a user fredflint at MSU would have his information located in
  527: lonUsers/msu/f/r/e/fredflint.<br />&#160;<br />Within this directory there are
  528: a variety of files which govern the scope of what a user can do within the
  529: LON-CAPA system.  A passwd file determines the type of authentication
  530: mechanism to use.
  531:  There also are files such as roles.hist (and its database compilation,
  532: roles.db) which specify the roles and privileges for a user in the
  533: LON-CAPA system.</description>
  534: </directory>
  535: <directory dist='default'>
  536:   <protectionlevel>modest_delete</protectionlevel>
  537:   <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
  538:   <categoryname>server readonly</categoryname>
  539:   <description>mathematics markup language resources</description>
  540: </directory>
  541: <directory dist='default'>
  542:   <protectionlevel>modest_delete</protectionlevel>
  543:   <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
  544:   <categoryname>server readonly</categoryname>
  545:   <description>files useful for including within customized scripting
  546:   </description>
  547: </directory>
  548: <directory dist='default'>
  549:   <protectionlevel>modest_delete</protectionlevel>
  550:   <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
  551:   </targetdir>
  552:   <categoryname>server readonly</categoryname>
  553:   <description>template files useful for customized scripts</description>
  554: </directory>
  555: <directory dist='default'>
  556:   <protectionlevel>never_delete</protectionlevel>
  557:   <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
  558:   <categoryname>server standard</categoryname>
  559:   <description>status reports; online logs are kept that
  560: are viewable over the world-wide web</description>
  561: </directory>
  562: <directory dist='default'>
  563:   <protectionlevel>modest_delete</protectionlevel>
  564:   <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
  565:   <categoryname>server readonly</categoryname>
  566:   <description>web user interface resources</description>
  567: </directory>
  568: <directory dist='default'>
  569:   <protectionlevel>modest_delete</protectionlevel>
  570:   <targetdir dist='default'>home/httpd/html/adm/lonLCDfont</targetdir>
  571:   <categoryname>server readonly</categoryname>
  572:   <description>LCD font for remote control</description>
  573: </directory>
  574: <directory dist='default'>
  575:   <protectionlevel>modest_delete</protectionlevel>
  576:   <targetdir dist='default'>home/httpd/html/adm/lonDomLogos</targetdir>
  577:   <categoryname>server readonly</categoryname>
  578:   <description>Logos for LON-CAPA domains</description>
  579: </directory>
  580: <directory dist='default'>
  581:   <protectionlevel>modest_delete</protectionlevel>
  582:   <targetdir dist='default'>home/httpd/lonTabs/lonDomColors</targetdir>
  583:   <categoryname>server readonly</categoryname>
  584:   <description>Designs for LON-CAPA domains</description>
  585: </directory>
  586: <directory dist='default'>
  587:   <protectionlevel>modest_delete</protectionlevel>
  588:   <targetdir dist='default'>home/httpd/html/adm/lonInterFace</targetdir>
  589:   <categoryname>server readonly</categoryname>
  590:   <description>Page headers and graphical interface files</description>
  591: </directory>
  592: <directory dist='default'>
  593:   <protectionlevel>modest_delete</protectionlevel>
  594:   <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu
  595:   </targetdir>
  596:   <categoryname>server readonly</categoryname>
  597:   <description>bookmark user interface code</description>
  598: </directory>
  599: <directory dist='default'>
  600:   <protectionlevel>modest_delete</protectionlevel>
  601:   <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
  602:   </targetdir>
  603:   <categoryname>server readonly</categoryname>
  604:   <description></description>
  605: </directory>
  606: <directory dist='default'>
  607:   <protectionlevel>modest_delete</protectionlevel>
  608:   <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
  609:   </targetdir>
  610:   <categoryname>server readonly</categoryname>
  611:   <description>icons that help depict the file system (outdated)</description>
  612: </directory>
  613: <directory dist='default'>
  614:   <protectionlevel>never_delete</protectionlevel>
  615:   <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
  616:   <targetdir dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
  617:   <targetdir dist='debian'>usr/local/lib/perl/5.6.0</targetdir>
  618:   <categoryname>standard</categoryname>
  619:   <description>system perl tree (usually present on linux systems)
  620:   </description>
  621: </directory>
  622: <directory dist='default'>
  623:   <protectionlevel>modest_delete</protectionlevel>
  624:   <targetdir dist='default'>usr/local/loncapa/bin</targetdir>
  625:   <categoryname>standard</categoryname>
  626:   <description>local binary files for loncapa</description>
  627: </directory>
  628: <directory dist='default'>
  629:   <protectionlevel>modest_delete</protectionlevel>
  630:   <targetdir dist='default'>usr/local/loncapa/doc</targetdir>
  631:   <categoryname>standard</categoryname>
  632:   <description>local documentation files for loncapa</description>
  633: </directory>
  634: <directory dist='default'>
  635:   <protectionlevel>modest_delete</protectionlevel>
  636:   <targetdir dist='default'>usr/local/loncapa/doc/conf_examples</targetdir>
  637:   <categoryname>standard</categoryname>
  638:   <description>examples of configuration files for secondary
  639:  services</description>
  640: </directory>
  641: <directory dist='default'>
  642:   <protectionlevel>never_delete</protectionlevel>
  643:   <targetdir dist='default'>usr/local/man/man1</targetdir>
  644:   <categoryname>standard</categoryname>
  645:   <description>local manual pages</description>
  646: </directory>
  647: <directory dist='default'>
  648:   <protectionlevel>never_delete</protectionlevel>
  649:   <targetdir dist='default'>usr/man/man1</targetdir>
  650:   <categoryname>standard</categoryname>
  651:   <description>manual pages</description>
  652: </directory>
  653: <directory dist='default'>
  654:   <protectionlevel>never_delete</protectionlevel>
  655:   <targetdir dist='default'>usr/man/man3</targetdir>
  656:   <categoryname>standard</categoryname>
  657:   <description>manual pages</description>
  658: </directory>
  659: <directory dist='default'>
  660:   <protectionlevel>never_delete</protectionlevel>
  661:   <targetdir dist='default'>usr/sbin</targetdir>
  662:   <categoryname>standard</categoryname>
  663:   <description>standard linux directory for superuser executables</description>
  664: </directory>
  665: </directories>
  666: <files>
  667: <file>
  668: <source>loncom/krb.conf</source>
  669: <target dist='default'>usr/local/loncapa/doc/conf_examples/krb.conf</target>
  670: <categoryname>static conf</categoryname>
  671: <description>
  672: which Kerberos server to contact for specified Kerberos domains
  673: </description>
  674: <note>
  675: <table cellpadding='0' cellspacing='0' border='1'>
  676: <tr><td>
  677: list elements are separated by newlines
  678: </td></tr>
  679: <tr><td>
  680: each list element consists of only two subelements separated by a colon
  681: <br />
  682: <ul>
  683: <li>Kerberos domain value</li>
  684: <li>Kerberos server IP address</li>
  685: </ul>
  686: </td></tr>
  687: </table>
  688: </note>
  689: </file>
  690: <file>
  691: <source>loncom/loncapa.conf</source>
  692: <target dist='default'>etc/httpd/conf/loncapa.conf</target>
  693: <categoryname>conf</categoryname>
  694: <description>
  695: <p>
  696: The goal of this file is to implement all LON-CAPA specific
  697: customization of the Apache web server (most all of these values
  698: require manual input from the system administrator at some point).
  699: The values in this file, as opposed to loncapa_apache.conf, are
  700: meant to be machine and institution specific.
  701: </p>
  702: <p>
  703: For the LON-CAPA network server and perl module
  704: handlers, it defines machine specific settings including lonHostID, lonRole,
  705: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt.
  706: </p>
  707: <p>
  708: This file should not be viewable by regular users of the system.
  709: Only root and www should be able to view the contents of this file
  710: since lonReceipt is sensitive.
  711: </p>
  712: </description>
  713: <note>
  714: <b>configure</b>
  715: <br />
  716: <table cellpadding='0' cellspacing='0' border='1'>
  717: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
  718: machine</td></tr>
  719: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
  720: access</td></tr>
  721: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
  722: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
  723: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
  724: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
  725: seconds</td></tr>
  726: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
  727: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
  728: MySQL database</td></tr>
  729: </table>
  730: </note>
  731: </file>
  732: <file>
  733: <source>loncom/loncapa_apache.conf</source>
  734: <target dist='default'>etc/httpd/conf/loncapa_apache.conf</target>
  735: <categoryname>static conf</categoryname>
  736: <description>
  737: The goal of this file is to implement all LON-CAPA specific
  738: customization of the Apache web server that does not require
  739: user input.
  740: 
  741: For the Apache web server, it defines a global
  742: access configuration which defines what server options (Indexes", "Includes",
  743: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
  744: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
  745: and "/usr/doc").  For the LON-CAPA network server and perl module
  746: handlers, it defines 
  747: and internal machine settings for specific directories, socket ports,
  748: the www@localhost MySQL password, and browser detection logic.
  749: </description>
  750: </file>
  751: <file>
  752: <source>loncom/startup.pl</source>
  753: <target dist='default'>etc/httpd/conf/startup.pl</target>
  754: <categoryname>static conf</categoryname>
  755: <description>
  756: This file provides initializations for perl handlers.  It adjusts what
  757: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
  758: well as causing the Apache module to be used for every perl handler.
  759: <tt>startup.pl</tt> is invoked by <tt>loncapa_apache.conf</tt>.
  760: </description>
  761: </file>
  762: <file>
  763: <source>loncom/thesaurus/thesaurus.db</source>
  764: <target dist='default'>home/httpd/lonTabs/thesaurus.db</target>
  765: <categoryname>system file</categoryname>
  766: <description>
  767: Thesaurus database file to be built from loncom/thesaurus/rawkey.txt
  768: </description>
  769: <build trigger='run if dependencies change'>
  770: loncom/thesaurus/build_thesaurus_wrapper.sh
  771: </build>
  772: <dependencies>
  773: rawkey.txt
  774: </dependencies>
  775: </file>
  776: <file>
  777: <source>loncom/interface/mydesk.tab</source>
  778: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
  779: <categoryname>static conf</categoryname>
  780: <description>
  781: Config file for "My Desk"
  782: </description>
  783: </file>
  784: <file>
  785: <source>loncom/interface/filetypes.tab</source>
  786: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
  787: <categoryname>static conf</categoryname>
  788: <description>
  789: Descriptive list of file extensions, and extension groupings.
  790: </description>
  791: </file>
  792: <file>
  793: <source>loncom/interface/filecategories.tab</source>
  794: <target dist='default'>home/httpd/lonTabs/filecategories.tab</target>
  795: <categoryname>static conf</categoryname>
  796: <description>
  797: Descriptive list of file extensions and broad categorization.
  798: </description>
  799: </file>
  800: <file>
  801: <source>loncom/cgi/barcode.gif</source>
  802: <target dist='default'>home/httpd/cgi-bin/barcode.gif</target>
  803: <categoryname>script</categoryname>
  804: <description>
  805: Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
  806: parameter.
  807: </description>
  808: </file>
  809: <file>
  810: <source>loncom/cgi/thumbnail.gif</source>
  811: <target dist='default'>home/httpd/cgi-bin/thumbnail.gif</target>
  812: <categoryname>script</categoryname>
  813: <description>
  814: Produces a thumbnail image of the url given
  815: </description>
  816: </file>
  817: <file>
  818: <source>loncom/cgi/clusterstatus.pl</source>
  819: <target dist='default'>home/httpd/cgi-bin/clusterstatus.pl</target>
  820: <categoryname>script</categoryname>
  821: <description>
  822: utility cgi script to view status of cluster
  823: </description>
  824: </file>
  825: <file>
  826: <source>loncom/build/system_dependencies/perltest.pl</source>
  827: <target dist='default'>home/httpd/cgi-bin/perltest.pl</target>
  828: <categoryname>script</categoryname>
  829: <description>
  830: utility cgi script to view status of perl modules
  831: </description>
  832: </file>
  833: <file>
  834: <source>loncom/build/system_dependencies/cpan_distributions.txt</source>
  835: <target dist='default'>home/httpd/cgi-bin/cpan_distributions.txt</target>
  836: <categoryname>interface file</categoryname>
  837: <description>
  838: utility cgi script to view status of perl modules
  839: </description>
  840: </file>
  841: <file>
  842: <source>loncom/cgi/graph.gif</source>
  843: <target dist='default'>home/httpd/cgi-bin/graph.gif</target>
  844: <categoryname>script</categoryname>
  845: <description>
  846: Dynamically outputs a graph especially for lonstatistics.pm.
  847: </description>
  848: <note>
  849: Depends on perl modules:
  850: GDGraph-1.33 and GDTextUtils-0.80.
  851: </note>
  852: </file>
  853: <file>
  854: <source>loncom/cgi/lonversions.pl</source>
  855: <target dist='default'>home/httpd/cgi-bin/lonversions.pl</target>
  856: <categoryname>script</categoryname>
  857: <description>
  858: utility cgi script to view software versions of a remote server
  859: </description>
  860: </file>
  861: <file>
  862: <source>loncom/cgi/ping.pl</source>
  863: <target dist='default'>home/httpd/cgi-bin/ping.pl</target>
  864: <categoryname>script</categoryname>
  865: <description>
  866: cgi-script to ping other server
  867: </description>
  868: </file>
  869: <file>
  870: <source>loncom/cgi/plot.gif</source>
  871: <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
  872: <categoryname>script</categoryname>
  873: <description>
  874: Dynamically outputs X-Y plots with point, line, etc functions.
  875: </description>
  876: </file>
  877: <file>
  878: <source>loncom/interface/printout.pl</source>
  879: <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
  880: <categoryname>script</categoryname>
  881: <description>
  882: cgi script
  883: </description>
  884: <note>
  885: Depends on srm.conf entry:
  886: Alias /prtspool/ /home/httpd/prtspool/
  887: as well as a /home/httpd/prtspool directory.
  888: </note>
  889: </file>
  890: <file>
  891: <source>loncom/cgi/metadata_keywords.pl</source>
  892: <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
  893: <categoryname>script</categoryname>
  894: <description>
  895: a cgi-script (not mod_perl), which contacts MySQL and pulls
  896: out all keywords in this format:
  897: 
  898: coil,magnetic,transformer
  899: transformer,coils,current,amperes,voltage,transformers,coil
  900: flux,magnetic,current,transformer
  901: coil,loop,field,magnetic
  902: 
  903: ... etc (one line per entry).
  904: 
  905: and simply prints this text-only (no markup) to the browser
  906: </description>
  907: </file>
  908: <file>
  909: <source>loncom/cgi/metadata_harvest.pl</source>
  910: <target dist='default'>home/httpd/cgi-bin/metadata_harvest.pl</target>
  911: <categoryname>script</categoryname>
  912: <description>
  913: a cgi-script (not mod_perl), which contacts MySQL and pulls
  914: out all records in "|"-separated format.
  915: To be used by very simple harvesting engines.
  916: </description>
  917: </file>
  918: <fileglob>
  919: <glob>*.*</glob>
  920: <sourcedir>loncom/homework/templates/</sourcedir>
  921: <targetdir dist='default'>
  922: home/httpd/html/res/adm/includes/templates/</targetdir>
  923: <categoryname>static conf</categoryname>
  924: <description>
  925: Template files for generating new resources.
  926: </description>
  927: <filenames>
  928: blank.library;
  929: blank.library.meta;
  930: blank.problem;
  931: blank.problem.meta;
  932: Essay.problem;
  933: Essay.problem.meta;
  934: numerical.problem;
  935: numerical.problem.meta;
  936: Plot.problem;
  937: Plot.problem.meta;
  938: RadioResponse.problem;
  939: RadioResponse.problem.meta;
  940: RandomLabelExample.problem;
  941: RandomLabelExample.problem.meta;
  942: SelectFromOptions-4ConceptGoups.problem;
  943: SelectFromOptions-4ConceptGoups.problem.meta;
  944: SelectFromOptions-5ConceptGoups.problem;
  945: SelectFromOptions-5ConceptGoups.problem.meta;
  946: SelectFromOptions-6ConceptGoups.problem;
  947: SelectFromOptions-6ConceptGoups.problem.meta;
  948: SelectFromOptions-7ConceptGoups.problem;
  949: SelectFromOptions-7ConceptGoups.problem.meta;
  950: SelectFromOptions-8ConceptGoups.problem;
  951: SelectFromOptions-8ConceptGoups.problem.meta;
  952: SelectFromOptions-Simple.problem;
  953: SelectFromOptions-Simple.problem.meta;
  954: script.library;
  955: script.library.meta;
  956: SimpleFormula.problem;
  957: SimpleFormula.problem.meta;
  958: StringResponse.problem;
  959: StringResponse.problem.meta
  960: </filenames>
  961: </fileglob>
  962: <file>
  963: <source>loncom/homework/insertlist.tab</source>
  964: <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
  965: <categoryname>static conf</categoryname>
  966: <description>
  967: Describes what tags are allowed inside other tags.
  968: </description>
  969: </file>
  970: <file>
  971: <source>CAPA/JavaTools/GLabel.class</source>
  972: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
  973: </target>
  974: <categoryname>static conf</categoryname>
  975: <description>
  976: Java applet for labelling graphs.
  977: </description>
  978: <note>
  979: Built from Glabel.java.  Still working on build/dependency details.
  980: </note>
  981: </file>
  982: <file>
  983: <source>loncom/interface/default.assesscalc</source>
  984: <target dist='default'>home/httpd/html/res/adm/includes/default.assesscalc
  985: </target>
  986: <categoryname>static conf</categoryname>
  987: <description>
  988: Default spreadsheet for individual assessment.
  989: </description>
  990: </file>
  991: <file>
  992: <source>loncom/interface/default.studentcalc</source>
  993: <target dist='default'>home/httpd/html/res/adm/includes/default.studentcalc
  994: </target>
  995: <categoryname>static conf</categoryname>
  996: <description>
  997: Default spreadsheet for assessment of students.
  998: </description>
  999: </file>
 1000: <file>
 1001: <source>loncom/interface/default.classcalc</source>
 1002: <target dist='default'>home/httpd/html/res/adm/includes/default.classcalc
 1003: </target>
 1004: <categoryname>static conf</categoryname>
 1005: <description>
 1006: Default spreadsheet for assessment of a class.
 1007: </description>
 1008: </file>
 1009: <file>
 1010: <source>loncom/auth/roles.tab</source>
 1011: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
 1012: <categoryname>static conf</categoryname>
 1013: <description>
 1014: List of privileges associated with users of multiple types (for example:
 1015: Teaching Assistant, Exam Proctor, Course Coordinator)
 1016: </description>
 1017: </file>
 1018: <file>
 1019: <source>loncom/auth/rolesplain.tab</source>
 1020: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
 1021: <categoryname>static conf</categoryname>
 1022: <description>
 1023: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
 1024: and privileges available in the network with function
 1025: </description>
 1026: </file>
 1027: <file>
 1028: <source>loncom/hosts.tab</source>
 1029: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
 1030: <categoryname>static conf</categoryname>
 1031: <description>
 1032: List of all machines in the LON-CAPA network.  Relates <tt>lonHostID</tt> to
 1033: <tt>lonDefDomain</tt> and <u>IP address</u>.
 1034: </description>
 1035: </file>
 1036: <file>
 1037: <source>loncom/spare.tab</source>
 1038: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
 1039: <categoryname>conf</categoryname>
 1040: <description>
 1041: Spare hosts to offload session to if the LON-CAPA machine is overloaded
 1042: </description>
 1043: <note>
 1044: <b>configure</b><br />
 1045: <table cellpadding='0' cellspacing='0' border='1'>
 1046: <tr><td>
 1047: list elements are separated by newlines
 1048: </td></tr>
 1049: <tr><td>
 1050: each list element consists of only one value; the value for <tt>lonHostID</tt>
 1051: in <tt>access.conf</tt>
 1052: </td></tr>
 1053: </table>
 1054: </note>
 1055: </file>
 1056: <file>
 1057: <source>loncom/htpasswd</source>
 1058: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
 1059: <categoryname>conf</categoryname>
 1060: <description>
 1061: Basic auth password to access /lon-status and /server-status
 1062: </description>
 1063: </file>
 1064: <file>
 1065: <source>loncom/smb.conf</source>
 1066: <target dist='default'>usr/local/loncapa/doc/conf_examples/smb.conf</target>
 1067: <categoryname>static conf</categoryname>
 1068: <description>
 1069: configuration file to make LON-CAPA server file space accessible to network
 1070: neighborhood
 1071: </description>
 1072: </file>
 1073: <file>
 1074: <source>loncom/ntp.conf</source>
 1075: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp.conf</target>
 1076: <categoryname>static conf</categoryname>
 1077: <description>
 1078: which NTP server to contact for information (XNTP3 standard)
 1079: </description>
 1080: <note>
 1081: <table cellpadding='0' cellspacing='0' border='1'>
 1082: <tr><td>
 1083: only one line needs to be changed to specify a server ip address
 1084: </td></tr>
 1085: <tr><td>
 1086: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
 1087: </td></tr>
 1088: </table>
 1089: </note>
 1090: </file>
 1091: <file>
 1092: <source>loncom/metadata_database/searchcat.pl</source>
 1093: <target dist='default'>home/httpd/perl/searchcat.pl</target>
 1094: <categoryname>script</categoryname>
 1095: <description>
 1096: Batch script for updating SQL metadata database.
 1097: </description>
 1098: </file>
 1099: <file>
 1100: <source>loncom/metadata_database/cleanup_database.pl</source>
 1101: <target dist='default'>home/httpd/perl/cleanup_database.pl</target>
 1102: <categoryname>script</categoryname>
 1103: <description>
 1104: Batch script for removing temporary tables from the SQL metadata database.
 1105: </description>
 1106: </file>
 1107: <file>
 1108: <source>loncom/lonhttpd</source>
 1109: <target dist='default'>home/httpd/perl/lonhttpd</target>
 1110: <categoryname>script</categoryname>
 1111: <description>
 1112: Small fry httpd on port 8080
 1113: </description>
 1114: </file>
 1115: <file>
 1116: <source>loncom/lonc</source>
 1117: <target dist='default'>home/httpd/perl/lonc</target>
 1118: <categoryname>script</categoryname>
 1119: <description>
 1120: proxy server
 1121: </description>
 1122: </file>
 1123: <file>
 1124: <source>doc/man/lonc.1</source>
 1125: <target dist='default'>usr/man/man1/lonc.1</target>
 1126: <categoryname>doc</categoryname>
 1127: <description>man page for lonc</description>
 1128: <build trigger='always run'>
 1129: loncom/build/pod2man.sh ../lonc &gt; ../../doc/man/lonc.1 &amp;&amp; \
 1130: echo 'manifying lonc'
 1131: </build>
 1132: <status>works/unverified</status>
 1133: <dependencies>
 1134: ../../loncom/lonc
 1135: </dependencies>
 1136: </file>
 1137: <file>
 1138: <source>doc/scripts/lonc.html</source>
 1139: <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
 1140: <categoryname>doc</categoryname>
 1141: <description>POD-derived page for lonc</description>
 1142: <build trigger='always run'>
 1143: loncom/build/pod2html.sh ../lonc &gt; ../../doc/scripts/lonc.html &amp;&amp; \
 1144: echo 'pod2html lonc'
 1145: </build>
 1146: <status>works/unverified</status>
 1147: <dependencies>
 1148: ../../loncom/lonc
 1149: </dependencies>
 1150: </file>
 1151: <file>
 1152: <source>loncom/lond</source>
 1153: <target dist='default'>home/httpd/perl/lond</target>
 1154: <categoryname>script</categoryname>
 1155: <description>
 1156: This is a remote command interpreter on a TCP LON-CAPA network layer.
 1157: It accepts and processes incoming requests from other LON-CAPA machines
 1158: on the network.  lond's functionality is self-contained in the sense
 1159: that it does not reference (import, require, use) any other file
 1160: described in this document.  There are only 15 subroutines in this
 1161: script, however the <tt>make_new_child</tt> subroutine is quite
 1162: complex since it parses and responds about 29 different types of 
 1163: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
 1164: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
 1165: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
 1166: tmpput, tmpget, and ls).
 1167: </description>
 1168: </file>
 1169: <file>
 1170: <source>doc/man/lond.1</source>
 1171: <target dist='default'>usr/man/man1/lond.1</target>
 1172: <categoryname>doc</categoryname>
 1173: <description>man page for lond</description>
 1174: <build trigger='always run'>
 1175: loncom/build/pod2man.sh ../lond &gt; ../../doc/man/lond.1 &amp;&amp; \
 1176: echo 'manifying lond'
 1177: </build>
 1178: <status>works/unverified</status>
 1179: <dependencies>
 1180: ../../loncom/lond
 1181: </dependencies>
 1182: </file>
 1183: <file>
 1184: <source>doc/scripts/lond.html</source>
 1185: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
 1186: <categoryname>doc</categoryname>
 1187: <description>POD-derived page for lond</description>
 1188: <build trigger='always run'>
 1189: loncom/build/pod2html.sh ../lond &gt; ../../doc/scripts/lond.html &amp;&amp; \
 1190: echo 'pod2html lond'
 1191: </build>
 1192: <status>works/unverified</status>
 1193: <dependencies>
 1194: ../../loncom/lond
 1195: </dependencies>
 1196: </file>
 1197: <file>
 1198: <source>loncom/build/CHECKRPMS</source>
 1199: <target dist='default'>home/httpd/cgi-bin/CHECKRPMS</target>
 1200: <categoryname>script</categoryname>
 1201: <description>CGI script that checks status of RPMs</description>
 1202: </file>
 1203: <file>
 1204: <source>loncom/cgi/loncron.pl</source>
 1205: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
 1206: <categoryname>script</categoryname>
 1207: <description>CGI script that starts and pipes output of loncron</description>
 1208: </file>
 1209: <file>
 1210: <source>loncom/loncron</source>
 1211: <target dist='default'>home/httpd/perl/loncron</target>
 1212: <categoryname>script</categoryname>
 1213: <description>housekeeping</description>
 1214: </file>
 1215: <file>
 1216: <source>loncom/lonsql</source>
 1217: <target dist='default'>home/httpd/perl/lonsql</target>
 1218: <categoryname>script</categoryname>
 1219: <description>maintain secondary database of metadata</description>
 1220: </file>
 1221: <file>
 1222: <source>doc/man/lonsql.1</source>
 1223: <target dist='default'>usr/man/man1/lonsql.1</target>
 1224: <categoryname>doc</categoryname>
 1225: <description>man page for lonsql</description>
 1226: <build trigger='always run'>
 1227: loncom/build/pod2man.sh ../lonsql &gt; ../../doc/man/lonsql.1 &amp;&amp; \
 1228: echo 'manifying lonsql'
 1229: </build>
 1230: <status>works/unverified</status>
 1231: <dependencies>
 1232: ../../loncom/lonsql
 1233: </dependencies>
 1234: </file>
 1235: <file>
 1236: <source>doc/scripts/lonsql.html</source>
 1237: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
 1238: <categoryname>doc</categoryname>
 1239: <description>POD-derived page for lonsql</description>
 1240: <build trigger='always run'>
 1241: loncom/build/pod2html.sh ../lonsql &gt; ../../doc/scripts/lonsql.html &amp;&amp; \
 1242: echo 'pod2html lonsql'
 1243: </build>
 1244: <status>works/unverified</status>
 1245: <dependencies>
 1246: ../../loncom/lonsql
 1247: </dependencies>
 1248: </file>
 1249: <file>
 1250: <source>loncom/lcpasswd</source>
 1251: <target dist='default'>home/httpd/perl/lcpasswd</target>
 1252: <categoryname>setuid script</categoryname>
 1253: <description>
 1254: Coordinates the system services and files in order to allow lond to change
 1255: user passwords.
 1256: </description>
 1257: <status>being updated</status>
 1258: </file>
 1259: <file>
 1260: <source>loncom/pwchange</source>
 1261: <target dist='default'>home/httpd/perl/pwchange</target>
 1262: <categoryname>setuid script</categoryname>
 1263: <description>
 1264: Allows www to change user passwords.
 1265: </description>
 1266: <status>being updated</status>
 1267: </file>
 1268: <file>
 1269: <source>loncom/lcuseradd</source>
 1270: <target dist='default'>home/httpd/perl/lcuseradd</target>
 1271: <categoryname>setuid script</categoryname>
 1272: <description>
 1273: Coordinates the system services and files in order to allow lond to add a
 1274: new user.
 1275: </description>
 1276: <status>being updated</status>
 1277: </file>
 1278: <file>
 1279: <source>loncom/lchtmldir</source>
 1280: <target dist='default'>home/httpd/perl/lchtmldir</target>
 1281: <categoryname>setuid script</categoryname>
 1282: <description>
 1283: Manages the file system ramifications of adding author mode to a user. 
 1284: If necessary a public_html diretory is added, permissions and ownership are
 1285: set according to the user's authentication mode.
 1286: </description>
 1287: <status>New file</status>
 1288: </file>
 1289: <file>
 1290: <source>loncom/lcuserdel</source>
 1291: <target dist='default'>home/httpd/perl/lcuserdel</target>
 1292: <categoryname>setuid script</categoryname>
 1293: <description>
 1294: Coordinates the system services and files in order to allow lond to delete a
 1295: user.
 1296: </description>
 1297: <status>deprecated</status>
 1298: </file>
 1299: <file>
 1300: <source>loncom/lcnfson</source>
 1301: <target dist='default'>home/httpd/perl/lcnfson</target>
 1302: <categoryname>setuid script</categoryname>
 1303: <description>
 1304: coordinates the system services and files in order to allow lond to enable NFS
 1305: for a user
 1306: </description>
 1307: <status>deprecated</status>
 1308: </file>
 1309: <file>
 1310: <source>loncom/lcnfsoff</source>
 1311: <target dist='default'>home/httpd/perl/lcnfsoff</target>
 1312: <categoryname>setuid script</categoryname>
 1313: <description>
 1314: coordinates the system services and files in order to allow lond to disable NFS
 1315: for a user
 1316: </description>
 1317: <status>deprecated</status>
 1318: </file>
 1319: <file>
 1320: <source>loncom/license/gpl.txt</source>
 1321: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
 1322: <categoryname>interface file</categoryname>
 1323: <description>
 1324: GNU General Public License.  Long live the cause of freeware!
 1325: </description>
 1326: </file>
 1327: <file>
 1328: <source>loncom/license/about.html</source>
 1329: <target dist='default'>home/httpd/html/adm/about.html</target>
 1330: <categoryname>interface file</categoryname>
 1331: <description>
 1332: The "About" Page.
 1333: </description>
 1334: </file>
 1335: <file>
 1336: <source>loncom/publisher/publisher.html</source>
 1337: <target dist='default'>home/httpd/html/adm/publisher.html</target>
 1338: <categoryname>interface file</categoryname>
 1339: <description>
 1340: HTML frame that presents a form element to allow for the publishing of
 1341: resources, directories and underlying subdirectories.
 1342: </description>
 1343: </file>
 1344: <file>
 1345: <source>loncom/html/adm/noidea.html</source>
 1346: <target dist='default'>home/httpd/html/adm/noidea.html</target>
 1347: <categoryname>interface file</categoryname>
 1348: <description>
 1349: Interface file for responding to improper page flipping.
 1350: </description>
 1351: </file>
 1352: <file>
 1353: <source>loncom/html/adm/overloaded.txt</source>
 1354: <target dist='default'>home/httpd/html/adm/overloaded.txt</target>
 1355: <categoryname>interface file</categoryname>
 1356: <description>
 1357: Interface file for responding to overload situations.
 1358: </description>
 1359: </file>
 1360: <file>
 1361: <source>loncom/xml/physnet.sty</source>
 1362: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
 1363: <categoryname>static conf</categoryname>
 1364: <description>
 1365: The relevant conditions and metadata to attach to PhysNet-specific tags.
 1366: </description>
 1367: </file>
 1368: <file>
 1369: <source>loncom/homework/lectureonline.sty</source>
 1370: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
 1371: </target>
 1372: <categoryname>static conf</categoryname>
 1373: <description>
 1374: The relevant conditions and metadata to attach to LectureOnline-specific tags.
 1375: </description>
 1376: </file>
 1377: <file>
 1378: <source>loncom/thesaurus/un_keyword.tab</source>
 1379: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
 1380: <categoryname>conf</categoryname>
 1381: <description>
 1382: File which contains words which should not be keywords used to specify resource
 1383: content.
 1384: </description>
 1385: </file>
 1386: <file>
 1387: <source>loncom/publisher/packages.tab</source>
 1388: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
 1389: <categoryname>static conf</categoryname>
 1390: <description>
 1391: Parameter packages, so that assessments can publish parameter packages
 1392: needed, which are then expanded into individual parameters - allows to
 1393: retroactively add new parameters to already published assessments.
 1394: </description>
 1395: </file>
 1396: <file>
 1397: <source>loncom/publisher/copyright.tab</source>
 1398: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
 1399: <categoryname>static conf</categoryname>
 1400: <description>
 1401: Table which contains list of copyright possibilities for educational resources.
 1402: </description>
 1403: </file>
 1404: <file>
 1405: <source>loncom/publisher/language.tab</source>
 1406: <target dist='default'>home/httpd/lonTabs/language.tab</target>
 1407: <categoryname>static conf</categoryname>
 1408: <description>
 1409: Table which contains string abbreviations of language::font rendering
 1410: combinations.
 1411: </description>
 1412: </file>
 1413: <file>
 1414: <source>loncom/publisher/addid.tab</source>
 1415: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
 1416: <categoryname>static conf</categoryname>
 1417: <description>
 1418: Table which has hash data necessary for distinguishing IDs from indices.
 1419: </description>
 1420: </file>
 1421: <file>
 1422: <source>rat/lonwrapper.pm</source>
 1423: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
 1424: <categoryname>handler</categoryname>
 1425: <description>
 1426: Wrapper for external and binary files as standalone resources.
 1427: Edit handler for rat maps; TeX content handler.
 1428: </description>
 1429: <status>works/unverified</status>
 1430: </file>
 1431: <file>
 1432: <source>loncom/interface/londocs.pm</source>
 1433: <target dist='default'>home/httpd/lib/perl/Apache/londocs.pm</target>
 1434: <categoryname>handler</categoryname>
 1435: <description>
 1436: Handler for course documents
 1437: </description>
 1438: <status>works/unverified</status>
 1439: </file>
 1440: <file>
 1441: <source>loncom/interface/lonchat.pm</source>
 1442: <target dist='default'>home/httpd/lib/perl/Apache/lonchat.pm</target>
 1443: <categoryname>handler</categoryname>
 1444: <description>
 1445: Handler for chat
 1446: </description>
 1447: <status>works/unverified</status>
 1448: </file>
 1449: <file>
 1450: <source>loncom/interface/lonchatfetch.pm</source>
 1451: <target dist='default'>home/httpd/lib/perl/Apache/lonchatfetch.pm</target>
 1452: <categoryname>handler</categoryname>
 1453: <description>
 1454: Handler for periodically fetch new lines of chat
 1455: </description>
 1456: <status>works/unverified</status>
 1457: </file>
 1458: <file>
 1459: <source>loncom/interface/lonannounce.pm</source>
 1460: <target dist='default'>home/httpd/lib/perl/Apache/lonannounce.pm</target>
 1461: <categoryname>handler</categoryname>
 1462: <description>
 1463: Handler to put up announcements and calendar
 1464: </description>
 1465: <status>works/unverified</status>
 1466: </file>
 1467: <file>
 1468: <source>loncom/interface/lonsyllabus.pm</source>
 1469: <target dist='default'>home/httpd/lib/perl/Apache/lonsyllabus.pm</target>
 1470: <categoryname>handler</categoryname>
 1471: <description>
 1472: Handler to put up syllabus
 1473: </description>
 1474: <status>works/unverified</status>
 1475: </file>
 1476: <file>
 1477: <source>loncom/interface/lonsimplepage.pm</source>
 1478: <target dist='default'>home/httpd/lib/perl/Apache/lonsimplepage.pm</target>
 1479: <categoryname>handler</categoryname>
 1480: <description>
 1481: Handler to put up simple page
 1482: </description>
 1483: <status>works/unverified</status>
 1484: </file>
 1485: <file>
 1486: <source>loncom/interface/lonbulletin.pm</source>
 1487: <target dist='default'>home/httpd/lib/perl/Apache/lonbulletin.pm</target>
 1488: <categoryname>handler</categoryname>
 1489: <description>
 1490: Handler to put up bulletin board
 1491: </description>
 1492: <status>works/unverified</status>
 1493: </file>
 1494: <file>
 1495: <source>loncom/interface/lonaboutme.pm</source>
 1496: <target dist='default'>home/httpd/lib/perl/Apache/lonaboutme.pm</target>
 1497: <categoryname>handler</categoryname>
 1498: <description>
 1499: Handler to put up personal info
 1500: </description>
 1501: <status>works/unverified</status>
 1502: </file>
 1503: <file>
 1504: <source>loncom/publisher/loncfile.pm</source>
 1505: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
 1506: <categoryname>handler</categoryname>
 1507: <description>
 1508: Provides web-based functionality for file copy, rename, mkdir, etc, in the
 1509: construction space menu.
 1510: </description>
 1511: <status>works/unverified</status>
 1512: </file>
 1513: <file>
 1514: <source>loncom/interface/lonhelp.pm</source>
 1515: <target dist='default'>home/httpd/lib/perl/Apache/lonhelp.pm</target>
 1516: <categoryname>handler</categoryname>
 1517: <description>
 1518: The .tex file help handler.
 1519: </description>
 1520: <status>works/unverified</status>
 1521: <build trigger='always run'>loncom/build/buildHelp.sh</build>
 1522: </file>
 1523: <file>
 1524: <source>loncom/html/adm/help/abouthelp.html</source>
 1525: <target dist='default'>home/httpd/html/adm/help/abouthelp.html</target>
 1526: <categoryname>interface file</categoryname>
 1527: <description>
 1528: Index file for the help system
 1529: </description>
 1530: </file>
 1531: <file>
 1532: <source>doc/help/author.manual.access.tex</source>
 1533: <target dist='default'>home/httpd/html/adm/help/tex/author.manual.access.tex
 1534: </target>
 1535: <categoryname>interface file</categoryname>
 1536: <description>
 1537: The pseudo-LaTeX file to allow people to read the author's manual online, with
 1538: a somewhat clumsy interface.
 1539: </description>
 1540: <status>works/unverified</status>
 1541: </file>
 1542: <file>
 1543: <source>doc/help/course.manual.access.tex</source>
 1544: <target dist='default'>home/httpd/html/adm/help/tex/course.manual.access.tex
 1545: </target>
 1546: <categoryname>interface file</categoryname>
 1547: <description>
 1548: The pseudo-LaTeX file to allow people to read the course administrator's
 1549: manual online, with a somewhat clumsy interface.
 1550: </description>
 1551: <status>works/unverified</status>
 1552: </file>
 1553: <file>
 1554: <source>doc/help/author.manual.ps</source>
 1555: <target dist='default'>home/httpd/html/adm/help/author.manual.ps</target>
 1556: <categoryname>interface file</categoryname>
 1557: <description>
 1558: The postscript Author's Manual
 1559: </description>
 1560: <status>works/unverified</status>
 1561: </file>
 1562: <file>
 1563: <source>doc/help/author.manual.pdf</source>
 1564: <target dist='default'>home/httpd/html/adm/help/author.manual.pdf</target>
 1565: <categoryname>handler</categoryname>
 1566: <description>
 1567: The PDF Author's Manual
 1568: </description>
 1569: <status>works/unverified</status>
 1570: </file>
 1571: <file>
 1572: <source>doc/help/course.manual.ps</source>
 1573: <target dist='default'>home/httpd/html/adm/help/course.manual.ps</target>
 1574: <categoryname>interface file</categoryname>
 1575: <description>
 1576: The postscript Course Manual
 1577: </description>
 1578: <status>works/unverified</status>
 1579: </file>
 1580: <file>
 1581: <source>doc/help/course.manual.pdf</source>
 1582: <target dist='default'>home/httpd/html/adm/help/course.manual.pdf</target>
 1583: <categoryname>interface file</categoryname>
 1584: <description>
 1585: The PDF Course Manual
 1586: </description>
 1587: <status>works/unverified</status>
 1588: </file>
 1589: <fileglob>
 1590: <glob>*.*</glob>
 1591: <sourcedir>loncom/html/adm/help/gif/</sourcedir>
 1592: <targetdir dist='default'>
 1593: home/httpd/html/adm/help/gif/</targetdir>
 1594: <categoryname>interface file</categoryname>
 1595: <description>
 1596: Gif files for the help system
 1597: </description>
 1598: <filenames>
 1599: authorRemote.gif;
 1600: constructionSpace.gif;
 1601: constructionSpaceForPublishing.gif;
 1602: creatingANewCourse.gif;
 1603: creatingNewProblemResource.gif;
 1604: dynamic_piecewise.gif;
 1605: dynamic_piecewise2.gif;
 1606: dynamic_plot.gif;
 1607: dynamic_plot2.gif;
 1608: formulaResponse.gif;
 1609: login.gif;
 1610: lonhelpheader.gif;
 1611: mapAdvancedEditorNew.gif;
 1612: mapClickedStart.gif;
 1613: mapEditFirstClick.gif;
 1614: mapEditInitial.gif;
 1615: mapEditingButton.gif;
 1616: mapEditorDirectoryBrowser.gif;
 1617: mapEditorResourceChosen.gif;
 1618: mapEditorSelection.gif;
 1619: mapInsertResource.gif;
 1620: mapNewResource.gif;
 1621: mapSecondWindowSecondResource.gif;
 1622: mapSimpleEditor.gif;
 1623: mapStraightened.gif;
 1624: mapTwoResources.gif;
 1625: numericalResponse1.gif;
 1626: numericalResponseEditor.gif;
 1627: numericalResponseSlopeProblem.gif;
 1628: numericalResponseVarInText.gif;
 1629: optionResponseEditing.gif;
 1630: optionResponseProblem.gif;
 1631: publishMetadata.gif;
 1632: radioResponse2.gif;
 1633: radioResponseHint.gif;
 1634: smallHelp.gif;
 1635: spreadsheet_hierarchy.gif;
 1636: stringResponseEditor.gif;
 1637: studentInterface.gif
 1638: </filenames>
 1639: </fileglob>
 1640: <fileglob>
 1641: <glob>*.*</glob>
 1642: <sourcedir>loncom/html/adm/help/eps/</sourcedir>
 1643: <targetdir dist='default'>
 1644: home/httpd/html/adm/help/eps/</targetdir>
 1645: <categoryname>interface file</categoryname>
 1646: <description>
 1647: EPS files for the help system
 1648: </description>
 1649: <filenames>
 1650: authorRemote.eps;
 1651: constructionSpace.eps;
 1652: constructionSpaceForPublishing.eps;
 1653: creatingANewCourse.eps;
 1654: creatingNewProblemResource.eps;
 1655: dynamic_piecewise.eps;
 1656: dynamic_piecewise2.eps;
 1657: dynamic_plot.eps;
 1658: dynamic_plot2.eps;
 1659: formulaResponse.eps;
 1660: lonhelpheader.eps;
 1661: login.eps;
 1662: mapAdvancedEditorNew.eps;
 1663: mapClickedStart.eps;
 1664: mapEditFirstClick.eps;
 1665: mapEditInitial.eps;
 1666: mapEditingButton.eps;
 1667: mapEditorDirectoryBrowser.eps;
 1668: mapEditorResourceChosen.eps;
 1669: mapEditorSelection.eps;
 1670: mapInsertResource.eps;
 1671: mapNewResource.eps;
 1672: mapSecondWindowSecondResource.eps;
 1673: mapSimpleEditor.eps;
 1674: mapStraightened.eps;
 1675: mapTwoResources.eps;
 1676: numericalResponse1.eps;
 1677: numericalResponseEditor.eps;
 1678: numericalResponseSlopeProblem.eps;
 1679: numericalResponseVarInText.eps;
 1680: optionResponseEditing.eps;
 1681: optionResponseProblem.eps;
 1682: publishMetadata.eps;
 1683: radioResponse2.eps;
 1684: radioResponseHint.eps;
 1685: smallHelp.eps;
 1686: spreadsheet_hierarchy.eps;
 1687: stringResponseEditor.eps;
 1688: studentInterface.eps
 1689: </filenames>
 1690: </fileglob>
 1691: <fileglob>
 1692: <glob>*.*</glob>
 1693: <sourcedir>loncom/html/adm/help/tex/</sourcedir>
 1694: <targetdir dist='default'>
 1695: home/httpd/html/adm/help/tex/</targetdir>
 1696: <categoryname>interface file</categoryname>
 1697: <description>
 1698: Tex files for the help system
 1699: </description>
 1700: <filenames>
 1701: About_Authors_Manual.tex;
 1702: About_Numerical_and_Formula_Response.tex;
 1703: Ambiguous_Reference.tex;
 1704: Author_LON-CAPA_Introduction.tex;
 1705: Author_Manual_Title_Page.tex;
 1706: Author_Numerical_and_Formula.tex;
 1707: Author_Remote_Control.tex;
 1708: Authoring_Adding_Pictures.tex;
 1709: Authoring_Dynamic_Plot.tex;
 1710: Authoring_HTML_vs_Tex.tex;
 1711: Authoring_M_Tag.tex;
 1712: Authoring_Piecewise_Plot.tex;
 1713: Calling_Functions.tex;
 1714: Coauthor.tex;
 1715: Construction_Space_Overview.tex;
 1716: Course_Add_Student.tex;
 1717: Course_Chart_To_Excel.tex;
 1718: Course_Convert_To_CSV.tex;
 1719: Course_Create_Class_List.tex;
 1720: Course_Critical_Message.tex;
 1721: Course_Deleting.tex;
 1722: Course_Disable_Discussion.tex;
 1723: Course_Discussion_Board.tex;
 1724: Course_Drop_Student.tex;
 1725: Course_Edit_Content.tex;
 1726: Course_Feedback_Addresses.tex;
 1727: Course_Homework_Performance_Overview.tex;
 1728: Course_Message_Access.tex;
 1729: Course_Problem_Weight.tex;
 1730: Course_Setting_Parameters.tex;
 1731: Course_Student_Grade_Override.tex;
 1732: Course_Student_Work.tex;
 1733: Course_Toplevel_Seq.tex;
 1734: Creating_A_Course_Intro.tex;
 1735: Creating_New_Content_Pages.tex;
 1736: Creating_Online_Problems.tex;
 1737: Creating_Radio_Response_Problems.tex;
 1738: Foils.tex;
 1739: Formula_Response_Example.tex;
 1740: Formula_Response_Limitations.tex;
 1741: Formula_Response_Problems.tex;
 1742: Formula_Response_Sampling.tex;
 1743: Formula_Tolerance.tex;
 1744: General_Intro.tex;
 1745: How_To_Edit_Existing_Content_Pages.tex;
 1746: Latex_Footer.tex;
 1747: Latex_Header.tex;
 1748: Login_To_LON-CAPA.tex;
 1749: Metadata_Description.tex;
 1750: Navmap_Host_Down.tex;
 1751: Numerical_Response_Advanced_Example.tex;
 1752: Numerical_Response_Format.tex;
 1753: Numerical_Response_Intro.tex;
 1754: Numerical_Response_Introduction.tex;
 1755: Numerical_Response_Parts_A.tex;
 1756: Numerical_Response_Parts_B.tex;
 1757: Numerical_Response_Problems.tex;
 1758: Numerical_Response_Randomization.tex;
 1759: Numerical_Response_Simple_Example.tex;
 1760: Numerical_Response_Tutorial_A.tex;
 1761: Numerical_Response_Units.tex;
 1762: Option_Response_Concept_Group_Example.tex;
 1763: Option_Response_Matching_Example.tex;
 1764: Option_Response_Problem_Creation.tex;
 1765: Option_Response_Problem_Figure.tex;
 1766: Option_Response_Problem_Parts.tex;
 1767: Option_Response_Problems.tex;
 1768: Option_Response_Simple.tex;
 1769: Part_Tag_Edit_Help;
 1770: Problem_Editor_Testing_Area.tex;
 1771: Problem_Editor_XML_Index.tex;
 1772: Problem_Types.tex;
 1773: Publishing_A_Resource.tex;
 1774: Publishing_Author_Tutorial_Segue.tex;
 1775: Publishing_Copyright.tex;
 1776: Publishing_Intro.tex;
 1777: Publishing_Keywords.tex;
 1778: Radio_Response_Problems.tex;
 1779: Radio_Response_Randomization.tex;
 1780: Resource_Types.tex;
 1781: Script_Tutorial_Intro.tex;
 1782: Scripting_Help.tex;
 1783: Sequence_Advanced_Editor_Creation.tex;
 1784: Sequence_Definition.tex;
 1785: Sequence_Editor_Selection.tex;
 1786: Sequence_Page_Maps.tex;
 1787: Sequence_Simple_Editor_Creation.tex;
 1788: Sequence_Top-Level.tex;
 1789: Significant_Figures.tex;
 1790: Spreadsheet_About.tex;
 1791: Spreadsheet_Alternative_View.tex;
 1792: Spreadsheet_Changes_To_Grading.tex;
 1793: Spreadsheet_Col_Sum.tex;
 1794: Spreadsheet_Completely_Recalc.tex;
 1795: Spreadsheet_Empty_Rows.tex;
 1796: Spreadsheet_Export_Row.tex;
 1797: Spreadsheet_Functions.tex;
 1798: Spreadsheet_Import_Values.tex;
 1799: Spreadsheet_Levels.tex;
 1800: Spreadsheet_Lists.tex;
 1801: Spreadsheet_Max_Depth_Exceeded.tex;
 1802: Spreadsheet_OOO_Rows.tex;
 1803: Spreadsheet_Op_On_All_Problem_Parts.tex;
 1804: Spreadsheet_Parms.tex;
 1805: Spreadsheet_Problem_Weight.tex;
 1806: Spreadsheet_Ranges.tex;
 1807: Spreadsheet_Specifying_Cells.tex;
 1808: Spreadsheet_Student_Visible.tex;
 1809: Spreadsheet_Symbolic_Names.tex;
 1810: Spreadsheet_Template_Row.tex;
 1811: Spreadsheet_Ternary_Operator.tex;
 1812: Spreadsheet_Tries.tex;
 1813: String_Response_Problem_Creation.tex;
 1814: String_Response_Problems.tex;
 1815: Tolerance.tex;
 1816: Variable_Naming_Conventions.tex;
 1817: Variable_Tutorial_A.tex;
 1818: Variables_in_Scripts.tex;
 1819: Variables_in_the_Answer_Block.tex;
 1820: Variables_in_the_Text_Block.tex
 1821: </filenames>
 1822: </fileglob>
 1823: <file>
 1824: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
 1825: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
 1826: <categoryname>interface file</categoryname>
 1827: <description>
 1828: A gdbm file containing a label->tex file hash.
 1829: </description>
 1830: <status>works/unverified</status>
 1831: </file>
 1832: <file>
 1833: <source>loncom/interface/lonstatistics.pm</source>
 1834: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
 1835: <categoryname>handler</categoryname>
 1836: <description>
 1837: Handler to show statistics on solving LON-CAPA problems.
 1838: </description>
 1839: <status>works/unverified</status>
 1840: </file>
 1841: <file>
 1842: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
 1843: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
 1844: </target>
 1845: <categoryname>handler</categoryname>
 1846: <description>
 1847: The module that generate the html for the Problem Statistics web pages.
 1848: </description>
 1849: <status>works/unverified</status>
 1850: </file>
 1851: <file>
 1852: <source>loncom/interface/statistics/lonpercentage.pm</source>
 1853: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
 1854: </target>
 1855: <categoryname>handler</categoryname>
 1856: <description>
 1857: The module that generate the html for the Percentage graph web pages.
 1858: </description>
 1859: <status>works/unverified</status>
 1860: </file>
 1861: <file>
 1862: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
 1863: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
 1864: </target>
 1865: <categoryname>handler</categoryname>
 1866: <description>
 1867: The module that generate the html for the Problem Analysis web pages.
 1868: </description>
 1869: <status>works/unverified</status>
 1870: </file>
 1871: <file>
 1872: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
 1873: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
 1874: </target>
 1875: <categoryname>handler</categoryname>
 1876: <description>
 1877: The module that generate the html for the Student Assessment/Chart web pages.
 1878: </description>
 1879: <status>works/unverified</status>
 1880: </file>
 1881: <file>
 1882: <source>loncom/publisher/londiff.pm</source>
 1883: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
 1884: <categoryname>handler</categoryname>
 1885: <description>
 1886: Handler to show difference between two files.
 1887: </description>
 1888: <status>works/unverified</status>
 1889: </file>
 1890: <file>
 1891: <source>loncom/publisher/lonupload.pm</source>
 1892: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
 1893: <categoryname>handler</categoryname>
 1894: <description>
 1895: Handler to upload files through browser into construction space.
 1896: </description>
 1897: <status>works/unverified</status>
 1898: </file>
 1899: <file>
 1900: <source>doc/man/Apache__lonupload.3</source>
 1901: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
 1902: <categoryname>doc</categoryname>
 1903: <description>man page for lonupload.pm</description>
 1904: <build trigger='always run'>
 1905: loncom/build/pod2man.sh ../publisher/lonupload.pm &gt; \
 1906: ../../doc/man/Apache__lonupload.3 &amp;&amp; echo 'manifying lonupload.pm'
 1907: </build>
 1908: <status>works/unverified</status>
 1909: <dependencies>
 1910: ../../loncom/publisher/lonupload.pm
 1911: </dependencies>
 1912: </file>
 1913: <file>
 1914: <source>doc/lib/perl/Apache/lonupload.html</source>
 1915: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
 1916: </target>
 1917: <categoryname>doc</categoryname>
 1918: <description>POD-derived page for lonupload.pm</description>
 1919: <build trigger='always run'>
 1920: loncom/build/pod2html.sh ../publisher/lonupload.pm &gt; \
 1921: ../../doc/lib/perl/Apache/lonupload.html &amp;&amp; \
 1922: echo 'pod2html lonupload.pm'
 1923: </build>
 1924: <status>works/unverified</status>
 1925: <dependencies>
 1926: ../../loncom/publisher/lonupload.pm
 1927: </dependencies>
 1928: </file>
 1929: <file>
 1930: <source>loncom/homework/essayresponse.pm</source>
 1931: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
 1932: <categoryname>handler</categoryname>
 1933: <description>
 1934: Handler to evaluate essay (ungraded) style responses.
 1935: </description>
 1936: <status>works/unverified</status>
 1937: </file>
 1938: <file>
 1939: <source>loncom/homework/externalresponse.pm</source>
 1940: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
 1941: <categoryname>handler</categoryname>
 1942: <description>
 1943: Handler to evaluate externally graded responses.
 1944: </description>
 1945: <status>works/unverified</status>
 1946: </file>
 1947: <file>
 1948: <source>loncom/homework/loncapagrade.pm</source>
 1949: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
 1950: <categoryname>handler</categoryname>
 1951: <description>
 1952: Holds results and defines
 1953: tag handlers needed by externalresponse.pm
 1954: </description>
 1955: <status>works/unverified</status>
 1956: </file>
 1957: <file>
 1958: <source>loncom/publisher/lonpubdir.pm</source>
 1959: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
 1960: <categoryname>handler</categoryname>
 1961: <description>
 1962: Handler to publish directories.
 1963: </description>
 1964: </file>
 1965: <file>
 1966: <source>loncom/publisher/lonunauthorized.pm</source>
 1967: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
 1968: <categoryname>handler</categoryname>
 1969: <description>
 1970: Handler to explain failed contruction space access.
 1971: </description>
 1972: </file>
 1973: <file>
 1974: <source>doc/man/Apache__lonpubdir.3</source>
 1975: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
 1976: <categoryname>doc</categoryname>
 1977: <description>man page for lonpubdir.pm</description>
 1978: <build trigger='always run'>
 1979: loncom/build/pod2man.sh ../publisher/lonpubdir.pm &gt; \
 1980: ../../doc/man/Apache__lonpubdir.3 &amp;&amp; echo 'manifying lonpubdir.pm'
 1981: </build>
 1982: <status>works/unverified</status>
 1983: <dependencies>
 1984: ../../loncom/lonnet/perl/lonnet.pm
 1985: </dependencies>
 1986: </file>
 1987: <file>
 1988: <source>doc/lib/perl/Apache/lonpubdir.html</source>
 1989: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
 1990: </target>
 1991: <categoryname>doc</categoryname>
 1992: <description>POD-derived page for lonpubdir.pm</description>
 1993: <build trigger='always run'>
 1994: loncom/build/pod2html.sh ../publisher/lonpubdir.pm &gt; \
 1995: ../../doc/lib/perl/Apache/lonpubdir.html &amp;&amp; \
 1996: echo 'pod2html lonpubdir.pm'
 1997: </build>
 1998: <status>works/unverified</status>
 1999: <dependencies>
 2000: ../../loncom/publisher/lonpubdir.pm
 2001: </dependencies>
 2002: </file>
 2003: <file>
 2004: <source>loncom/publisher/lonretrieve.pm</source>
 2005: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
 2006: <categoryname>handler</categoryname>
 2007: <description>
 2008: Handler to retrieve old versions from resource space.
 2009: </description>
 2010: <status>works/unverified</status>
 2011: </file>
 2012: <file>
 2013: <source>doc/man/Apache__lonretrieve.3</source>
 2014: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
 2015: <categoryname>doc</categoryname>
 2016: <description>man page for lonretrieve.pm</description>
 2017: <build trigger='always run'>
 2018: loncom/build/pod2man.sh ../publisher/lonretrieve.pm &gt; \
 2019: ../../doc/man/Apache__lonretrieve.3 &amp;&amp; echo 'manifying lonretrieve.pm'
 2020: </build>
 2021: <status>works/unverified</status>
 2022: <dependencies>
 2023: ../../loncom/publisher/lonretrieve.pm
 2024: </dependencies>
 2025: </file>
 2026: <file>
 2027: <source>doc/lib/perl/Apache/lonretrieve.html</source>
 2028: <target dist='default'>
 2029: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
 2030: </target>
 2031: <categoryname>doc</categoryname>
 2032: <description>POD-derived page for lonretrieve.pm</description>
 2033: <build trigger='always run'>
 2034: loncom/build/pod2html.sh ../publisher/lonretrieve.pm &gt; \
 2035: ../../doc/lib/perl/Apache/lonretrieve.html &amp;&amp; \
 2036: echo 'pod2html lonretrieve.pm'
 2037: </build>
 2038: <status>works/unverified</status>
 2039: <dependencies>
 2040: ../../loncom/publisher/lonretrieve.pm
 2041: </dependencies>
 2042: </file>
 2043: <file>
 2044: <source>loncom/homework/edit.pm</source>
 2045: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
 2046: <categoryname>handler</categoryname>
 2047: <description>
 2048: Helper functions when in homework edit mode.
 2049: </description>
 2050: </file>
 2051: <file>
 2052: <source>doc/man/Apache__edit.3</source>
 2053: <target dist='default'>usr/man/man3/Apache::edit.3</target>
 2054: <categoryname>doc</categoryname>
 2055: <description>man page for edit.pm</description>
 2056: <build trigger='always run'>
 2057: loncom/build/pod2man.sh ../homework/edit.pm &gt; ../../doc/man/Apache__edit.3 &amp;&amp; \
 2058: echo 'manifying edit.pm'
 2059: </build>
 2060: <status>works/unverified</status>
 2061: <dependencies>
 2062: ../../loncom/homework/edit.pm
 2063: </dependencies>
 2064: </file>
 2065: <file>
 2066: <source>doc/lib/perl/Apache/edit.html</source>
 2067: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
 2068: </target>
 2069: <categoryname>doc</categoryname>
 2070: <description>POD-derived page for edit.pm</description>
 2071: <build trigger='always run'>
 2072: loncom/build/pod2html.sh ../homework/edit.pm &gt; \
 2073: ../../doc/lib/perl/Apache/edit.html \
 2074: &amp;&amp; echo 'pod2html edit.pm'
 2075: </build>
 2076: <status>works/unverified</status>
 2077: <dependencies>
 2078: ../../loncom/homework/edit.pm
 2079: </dependencies>
 2080: </file>
 2081: <file>
 2082: <source>loncom/interface/lonmeta.pm</source>
 2083: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
 2084: <categoryname>handler</categoryname>
 2085: <description>Metadata display handler.</description>
 2086: <status>works/unverified</status>
 2087: </file>
 2088: <file>
 2089: <source>rat/lonambiguous.pm</source>
 2090: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
 2091: <categoryname>handler</categoryname>
 2092: <description>
 2093: Handler to resolve ambiguous file locations.
 2094: </description>
 2095: <status>works/unverified</status>
 2096: </file>
 2097: <file>
 2098: <source>rat/lonratparms.pm</source>
 2099: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
 2100: <categoryname>handler</categoryname>
 2101: <description>
 2102: Handler to set resource parameters inside of the RAT based on metadata.
 2103: </description>
 2104: <status>works/unverified</status>
 2105: </file>
 2106: <file>
 2107: <source>rat/lonsequence.pm</source>
 2108: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
 2109: <categoryname>handler</categoryname>
 2110: <description>
 2111: Handler for showing sequence objects of educational resources.
 2112: </description>
 2113: <status>works/unverified</status>
 2114: </file>
 2115: <file>
 2116: <source>loncom/interface/loncreatecourse.pm</source>
 2117: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
 2118: <categoryname>handler</categoryname>
 2119: <description>
 2120: Allows domain coordinators to create new courses and assign course
 2121: coordinators.
 2122: </description>
 2123: <status>works/unverified</status>
 2124: </file>
 2125: <file>
 2126: <source>loncom/interface/loncreateuser.pm</source>
 2127: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
 2128: <categoryname>handler</categoryname>
 2129: <description>
 2130: Allows users to within their own privileges create/edit users and give
 2131: them roles. 
 2132: </description>
 2133: <status>works/unverified</status>
 2134: </file>
 2135: <file>
 2136: <source>loncom/interface/lonhtmlcommon.pm</source>
 2137: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
 2138: <categoryname>handler</categoryname>
 2139: <description>
 2140: Contains a set of functions that generate html controls and data layouts
 2141: </description>
 2142: </file>
 2143: <file>
 2144: <source>loncom/interface/loncoursedata.pm</source>
 2145: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
 2146: <categoryname>handler</categoryname>
 2147: <description>
 2148: Common functions for handling student course data (download and process)
 2149: </description>
 2150: </file>
 2151: <file>
 2152: <source>loncom/interface/loncommon.pm</source>
 2153: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
 2154: <categoryname>handler</categoryname>
 2155: <description>
 2156: Makes a table out of the previous attempts.  Inputs result_from_symbread,
 2157: user, domain, home_server, course_id.
 2158: </description>
 2159: <status>works/unverified</status>
 2160: </file>
 2161: <file>
 2162: <source>doc/man/Apache__loncommon.3</source>
 2163: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
 2164: <categoryname>doc</categoryname>
 2165: <description>man page for loncommon.pm</description>
 2166: <build trigger='always run'>
 2167: loncom/build/pod2man.sh ../interface/loncommon.pm &gt; \
 2168: ../../doc/man/Apache__loncommon.3 &amp;&amp; echo 'manifying loncommon.pm'
 2169: </build>
 2170: <status>works/unverified</status>
 2171: <dependencies>
 2172: ../../loncom/interface/loncommon.pm
 2173: </dependencies>
 2174: </file>
 2175: <file>
 2176: <source>doc/lib/perl/Apache/loncommon.html</source>
 2177: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
 2178: </target>
 2179: <categoryname>doc</categoryname>
 2180: <description>POD-derived page for loncommon.pm</description>
 2181: <build trigger='always run'>
 2182: loncom/build/pod2html.sh ../interface/loncommon.pm &gt; \
 2183: ../../doc/lib/perl/Apache/loncommon.html &amp;&amp; \
 2184: echo 'pod2html loncommon.pm'
 2185: </build>
 2186: <status>works/unverified</status>
 2187: <dependencies>
 2188: ../../loncom/interface/loncommon.pm
 2189: </dependencies>
 2190: </file>
 2191: <file>
 2192: <source>loncom/homework/grades.pm</source>
 2193: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
 2194: <categoryname>handler</categoryname>
 2195: <description>Handles the viewing of grades.</description>
 2196: </file>
 2197: <file>
 2198: <source>loncom/homework/imageresponse.pm</source>
 2199: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
 2200: <categoryname>handler</categoryname>
 2201: <description>
 2202: Coordinates the response to clicking an image.
 2203: </description>
 2204: <status>works/unverified</status>
 2205: </file>
 2206: <file>
 2207: <source>loncom/homework/optionresponse.pm</source>
 2208: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
 2209: <categoryname>handler</categoryname>
 2210: <description>
 2211: Handles tags associated with showing a list of options.</description>
 2212: </file>
 2213: <file>
 2214: <source>loncom/homework/outputtags.pm</source>
 2215: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
 2216: <categoryname>handler</categoryname>
 2217: <description>
 2218: Handles tags associated with output.  Seems to relate to due dates of the
 2219: assignment.
 2220: </description>
 2221: <status>works/unverified</status>
 2222: </file>
 2223: <file>
 2224: <source>loncom/interface/lontest.pm</source>
 2225: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
 2226: <categoryname>handler</categoryname>
 2227: <description>
 2228: Used for debugging and testing the LON-CAPA system.
 2229: </description>
 2230: <status>works/unverified</status>
 2231: </file>
 2232: <file>
 2233: <source>loncom/homework/radiobuttonresponse.pm</source>
 2234: <target dist='default'>
 2235: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
 2236: <categoryname>handler</categoryname>
 2237: <description>
 2238: Handles multiple-choice style responses.
 2239: </description>
 2240: <status>works/unverified</status>
 2241: </file>
 2242: <file>
 2243: <source>loncom/interface/lonassignments.pm</source>
 2244: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
 2245: <categoryname>handler</categoryname>
 2246: <description>
 2247: Handles processing of assignments.
 2248: </description>
 2249: <status>works/unverified</status>
 2250: </file>
 2251: <file>
 2252: <source>loncom/interface/loncommunicate.pm</source>
 2253: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
 2254: <categoryname>handler</categoryname>
 2255: <description>
 2256: Will be the access handler to email sending, as well as the planned
 2257: chatrooms, etc.
 2258: </description>
 2259: <status>works/unverified</status>
 2260: </file>
 2261: <file>
 2262: <source>loncom/interface/lonerrorhandler.pm</source>
 2263: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
 2264: <categoryname>handler</categoryname>
 2265: <description>
 2266: Handles errors.
 2267: </description>
 2268: <status>works/unverified</status>
 2269: </file>
 2270: <file>
 2271: <source>loncom/interface/lonevaluate.pm</source>
 2272: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
 2273: <categoryname>handler</categoryname>
 2274: <description>
 2275: Handles evaluation.
 2276: </description>
 2277: <status>works/unverified</status>
 2278: </file>
 2279: <file>
 2280: <source>loncom/interface/lonfeedback.pm</source>
 2281: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
 2282: <categoryname>handler</categoryname>
 2283: <description>
 2284: Handles feedback from students to instructors and system administrators.
 2285: Provides a screenshot of the current
 2286: resource, as well as previous attempts if the resource was a homework.
 2287: Used by lonmsg.pm.
 2288: </description>
 2289: <status>works/unverified</status>
 2290: </file>
 2291: <file>
 2292: <source>loncom/interface/lonnavmaps.pm</source>
 2293: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
 2294: <categoryname>handler</categoryname>
 2295: <description>
 2296: Handles navigational maps.
 2297: </description>
 2298: <status>works/unverified</status>
 2299: </file>
 2300: <file>
 2301: <source>loncom/interface/lonpreferences.pm</source>
 2302: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
 2303: <categoryname>handler</categoryname>
 2304: <description>
 2305: Handles user preferences associated with customizing the online LON-CAPA
 2306: educational environment.
 2307: </description>
 2308: <status>works/unverified</status>
 2309: </file>
 2310: <file>
 2311: <source>loncom/interface/lonprintout.pm</source>
 2312: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
 2313: <categoryname>handler</categoryname>
 2314: <description>
 2315: Handles the production of printable files and resources.
 2316: </description>
 2317: <status>works/unverified</status>
 2318: </file>
 2319: <file>
 2320: <source>loncom/interface/lonsearchcat.pm</source>
 2321: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
 2322: <categoryname>handler</categoryname>
 2323: <description>
 2324: Handles a searchable catalogue.
 2325: </description>
 2326: <status>works/unverified</status>
 2327: </file>
 2328: <file>
 2329: <source>loncom/interface/lonmysql.pm</source>
 2330: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
 2331: <categoryname>handler</categoryname>
 2332: <description>
 2333: Provides utility functions for creating and accessing mysql database tables.
 2334: </description>
 2335: <status>works/unverified</status>
 2336: </file>
 2337: <file>
 2338: <source>doc/man/Apache__lonsearchcat.3</source>
 2339: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
 2340: <categoryname>doc</categoryname>
 2341: <description>man page for lonsearchcat.pm</description>
 2342: <build trigger='always run'>
 2343: loncom/build/pod2man.sh ../interface/lonsearchcat.pm &gt; \
 2344: ../../doc/man/Apache__lonsearchcat.3 &amp;&amp; echo 'manifying lonsearchcat.pm'
 2345: </build>
 2346: <status>works/unverified</status>
 2347: <dependencies>
 2348: ../../loncom/interface/lonsearchcat.pm
 2349: </dependencies>
 2350: </file>
 2351: <file>
 2352: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
 2353: <target dist='default'>
 2354: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
 2355: </target>
 2356: <categoryname>doc</categoryname>
 2357: <description>POD-derived page for lonsearchcat.pm</description>
 2358: <build trigger='always run'>
 2359: loncom/build/pod2html.sh ../interface/lonsearchcat.pm &gt; \
 2360: ../../doc/lib/perl/Apache/lonsearchcat.html &amp;&amp; \
 2361: echo 'pod2html lonsearchcat.pm'
 2362: </build>
 2363: <status>works/unverified</status>
 2364: <dependencies>
 2365: ../../loncom/interface/lonsearchcat.pm
 2366: </dependencies>
 2367: </file>
 2368: <file>
 2369: <source>loncom/interface/londropadd.pm</source>
 2370: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
 2371: <categoryname>handler</categoryname>
 2372: <description>
 2373: Allows course coordinators to upload courselists in different formats, and
 2374: automatically create users (if they do not exist already), assign them the
 2375: role of student in a course, and add them to the classlist.
 2376: </description>
 2377: <status>works/unverified</status>
 2378: </file>
 2379: <file>
 2380: <source>loncom/interface/lonmsg.pm</source>
 2381: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
 2382: <categoryname>handler</categoryname>
 2383: <description>
 2384: lonmsg.pm has several functions to send and receive internal messages.
 2385: author_res_msg - send message to resource author.
 2386: user_crit_msg - send a critical message to a user. A critical message
 2387: will require acknowledgment by the recipient and the sender will be notified.
 2388: user_crit_received - routine to trigger acknowledgment.
 2389: statuschange - change the status of a message (read, replied, forwarded, etc).
 2390: The handler also displays messages, has routines to reply, etc.
 2391: </description>
 2392: <status>works/unverified</status>
 2393: </file>
 2394: <file>
 2395: <source>loncom/homework/hint.pm</source>
 2396: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
 2397: <categoryname>handler</categoryname>
 2398: <description>
 2399: This handler coordinates the delivery of hints to students working on LON-CAPA
 2400: problems and assignments.
 2401: </description>
 2402: <status>works/unverified</status>
 2403: </file>
 2404: <file>
 2405: <source>loncom/interface/lonspreadsheet.pm</source>
 2406: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
 2407: <categoryname>handler</categoryname>
 2408: <description>
 2409: Spreadsheets are completely web-based.
 2410: They exist on the level of a whole course, a student, and individual
 2411: assessments.
 2412: </description>
 2413: <status>works/unverified</status>
 2414: </file>
 2415: <file>
 2416: <source>loncom/interface/lonparmset.pm</source>
 2417: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
 2418: <categoryname>handler</categoryname>
 2419: <description>
 2420: Handler to resolve ambiguous file locations
 2421: </description>
 2422: <status>works/unverified</status>
 2423: </file>
 2424: <file>
 2425: <source>doc/man/Apache__lonparmset.3</source>
 2426: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
 2427: <categoryname>doc</categoryname>
 2428: <description>man page for lonparmset.pm</description>
 2429: <build trigger='always run'>
 2430: loncom/build/pod2man.sh ../interface/lonparmset.pm &gt; \
 2431: ../../doc/man/Apache__lonparmset.3 &amp;&amp; echo 'manifying lonparmset.pm'
 2432: </build>
 2433: <status>works/unverified</status>
 2434: <dependencies>
 2435: ../../loncom/interface/lonparmset.pm
 2436: </dependencies>
 2437: </file>
 2438: <file>
 2439: <source>doc/lib/perl/Apache/lonparmset.html</source>
 2440: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
 2441: </target>
 2442: <categoryname>doc</categoryname>
 2443: <description>POD-derived page for lonparmset.pm</description>
 2444: <build trigger='always run'>
 2445: loncom/build/pod2html.sh ../interface/lonparmset.pm &gt; \
 2446: ../../doc/lib/perl/Apache/lonparmset.html &amp;&amp; \
 2447: echo 'pod2html lonparmset.pm'
 2448: </build>
 2449: <status>works/unverified</status>
 2450: <dependencies>
 2451: ../../loncom/interface/lonparmset.pm
 2452: </dependencies>
 2453: </file>
 2454: <file>
 2455: <source>loncom/publisher/lonconstruct.pm</source>
 2456: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
 2457: <categoryname>handler</categoryname>
 2458: <description>
 2459: Page wrapper for handling construction space.
 2460: </description>
 2461: <status>works/unverified</status>
 2462: </file>
 2463: <file>
 2464: <source>loncom/publisher/lonpublisher.pm</source>
 2465: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
 2466: <categoryname>handler</categoryname>
 2467: <description>
 2468: Publishes an LON-CAPA educational resource complete with metadata
 2469: (authorship, language, copyright, creation date, etc).
 2470: </description>
 2471: <status>works/unverified</status>
 2472: </file>
 2473: <file>
 2474: <source>doc/man/Apache__lonpublisher.3</source>
 2475: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
 2476: <categoryname>doc</categoryname>
 2477: <description>man page for lonpublisher.pm</description>
 2478: <build trigger='always run'>
 2479: loncom/build/pod2man.sh ../publisher/lonpublisher.pm &gt; \
 2480: ../../doc/man/Apache__lonpublisher.3 &amp;&amp; echo 'manifying lonpublisher.pm'
 2481: </build>
 2482: <status>works/unverified</status>
 2483: <dependencies>
 2484: ../../loncom/publisher/lonpublisher.pm
 2485: </dependencies>
 2486: </file>
 2487: <file>
 2488: <source>doc/lib/perl/Apache/lonpublisher.html</source>
 2489: <target dist='default'>
 2490: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
 2491: </target>
 2492: <categoryname>doc</categoryname>
 2493: <description>POD-derived page for lonpublisher.pm</description>
 2494: <build trigger='always run'>
 2495: loncom/build/pod2html.sh ../publisher/lonpublisher.pm &gt; \
 2496: ../../doc/lib/perl/Apache/lonpublisher.html &amp;&amp; \
 2497: echo 'pod2html lonpublisher.pm'
 2498: </build>
 2499: <status>works/unverified</status>
 2500: <dependencies>
 2501: ../../loncom/publisher/lonpublisher.pm
 2502: </dependencies>
 2503: </file>
 2504: <file>
 2505: <source>loncom/interface/lonmenu.pm</source>
 2506: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
 2507: <categoryname>handler</categoryname>
 2508: <description>
 2509: Has routines which control the remote control.
 2510: </description>
 2511: <status>works/unverified</status>
 2512: </file>
 2513: <file>
 2514: <source>rat/lonpageflip.pm</source>
 2515: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
 2516: <categoryname>handler</categoryname>
 2517: <description>Deals with forward, backward, and other page flips.</description>
 2518: <status>works/unverified</status>
 2519: </file>
 2520: <file>
 2521: <source>rat/lonratedt.pm</source>
 2522: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
 2523: <categoryname>handler</categoryname>
 2524: <description>
 2525: Builds up frame set and loads in the right thing.
 2526: </description>
 2527: <status>works/unverified</status>
 2528: </file>
 2529: <file>
 2530: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
 2531: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
 2532: <categoryname>handler</categoryname>
 2533: <description>
 2534: Homework remote control.
 2535: </description>
 2536: <status>works/unverified</status>
 2537: </file>
 2538: <file>
 2539: <source>loncom/html/res/adm/pages/chatroom.html</source>
 2540: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
 2541: <categoryname>handler</categoryname>
 2542: <description>
 2543: Establishes frameset for chatroom
 2544: </description>
 2545: <status>works/unverified</status>
 2546: </file>
 2547: <file>
 2548: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
 2549: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
 2550: <categoryname>handler</categoryname>
 2551: <description>
 2552: This will take annotations and then plug them into a page.
 2553: </description>
 2554: <status>works/unverified</status>
 2555: </file>
 2556: <file>
 2557: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
 2558: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
 2559: <categoryname>handler</categoryname>
 2560: <description>
 2561: This will take bookmarks and get/write/display them for the LON-CAPA user
 2562: interface.
 2563: </description>
 2564: <status>works/unverified</status>
 2565: </file>
 2566: <file>
 2567: <source>rat/lonratsrv.pm</source>
 2568: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
 2569: <categoryname>handler</categoryname>
 2570: <description>
 2571: Handler that takes output from RAT and stores it on disk.  Handles the upper
 2572: hidden frame of the added window that comes up in RAT.   (3 frames come up in
 2573: RAT server, code, and output.  This module handles server connection.)
 2574: </description>
 2575: <status>works/unverified</status>
 2576: </file>
 2577: <file>
 2578: <source>rat/lonpage.pm</source>
 2579: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
 2580: <categoryname>handler</categoryname>
 2581: <description>
 2582: bundles pages into one page
 2583: </description>
 2584: <status>works/unverified</status>
 2585: </file>
 2586: <file>
 2587: <source>doc/man/Apache__lonpage.3</source>
 2588: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
 2589: <categoryname>doc</categoryname>
 2590: <description>man page for lonpage.pm</description>
 2591: <build trigger='always run'>
 2592: loncom/build/pod2man.sh ../../rat/lonpage.pm &gt; \
 2593: ../../doc/man/Apache__lonpage.3 &amp;&amp; echo 'manifying lonpage.pm'
 2594: </build>
 2595: <status>works/unverified</status>
 2596: <dependencies>
 2597: ../../rat/lonpage.pm
 2598: </dependencies>
 2599: </file>
 2600: <file>
 2601: <source>doc/lib/perl/Apache/lonpage.html</source>
 2602: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
 2603: </target>
 2604: <categoryname>doc</categoryname>
 2605: <description>POD-derived page for lonnet.pm</description>
 2606: <build trigger='always run'>
 2607: loncom/build/pod2html.sh ../../rat/lonpage.pm &gt; \
 2608: ../../doc/lib/perl/Apache/lonpage.html &amp;&amp; echo 'pod2html lonpage.pm'
 2609: </build>
 2610: <status>works/unverified</status>
 2611: <dependencies>
 2612: ../../rat/lonpage.pm
 2613: </dependencies>
 2614: </file>
 2615: <file>
 2616: <source>rat/lonuserstate.pm</source>
 2617: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
 2618: <categoryname>handler</categoryname>
 2619: <description>
 2620: compile course into binary data structure
 2621: </description>
 2622: <status>works/unverified</status>
 2623: </file>
 2624: <file>
 2625: <source>doc/man/Apache__lonuserstate.3</source>
 2626: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
 2627: <categoryname>doc</categoryname>
 2628: <description>man page for lonnet.pm</description>
 2629: <build trigger='always run'>
 2630: loncom/build/pod2man.sh ../../rat/lonuserstate.pm &gt; \
 2631: ../../doc/man/Apache__lonuserstate.3 &amp;&amp; echo 'manifying lonuserstate.pm'
 2632: </build>
 2633: <status>works/unverified</status>
 2634: <dependencies>
 2635: ../../rat/lonuserstate.pm
 2636: </dependencies>
 2637: </file>
 2638: <file>
 2639: <source>doc/lib/perl/Apache/lonuserstate.html</source>
 2640: <target dist='default'>
 2641: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
 2642: </target>
 2643: <categoryname>doc</categoryname>
 2644: <description>POD-derived page for lonuserstate.pm</description>
 2645: <build trigger='always run'>
 2646: loncom/build/pod2html.sh ../../rat/lonuserstate.pm &gt; \
 2647: ../../doc/lib/perl/Apache/lonuserstate.html &amp;&amp; \
 2648: echo 'pod2html lonuserstate.pm'
 2649: </build>
 2650: <status>works/unverified</status>
 2651: <dependencies>
 2652: ../../rat/lonuserstate.pm
 2653: </dependencies>
 2654: </file>
 2655: <file>
 2656: <source>loncom/xml/lontex.pm</source>
 2657: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
 2658: <categoryname>handler</categoryname>
 2659: <description>
 2660: Handler for tex files
 2661: </description>
 2662: <status>works/unverified</status>
 2663: </file>
 2664: <file>
 2665: <source>loncom/xml/lontexconvert.pm</source>
 2666: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
 2667: <categoryname>handler</categoryname>
 2668: <description>
 2669: Access to tth/ttm
 2670: </description>
 2671: <status>works/unverified</status>
 2672: </file>
 2673: <file>
 2674: <source>loncom/xml/lonxml.pm</source>
 2675: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
 2676: <categoryname>handler</categoryname>
 2677: <description>
 2678: XML Parsing Module
 2679: </description>
 2680: <status>works/unverified</status>
 2681: </file>
 2682: <file>
 2683: <source>loncom/xml/lonplot.pm</source>
 2684: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
 2685: <categoryname>handler</categoryname>
 2686: <description>
 2687: XML-based plotter of graphs
 2688: </description>
 2689: <status>works/unverified</status>
 2690: </file>
 2691: <file>
 2692: <source>loncom/xml/style.pm</source>
 2693: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
 2694: <categoryname>handler</categoryname>
 2695: <description>
 2696: Style Parsing Module
 2697: </description>
 2698: <status>works/unverified</status>
 2699: </file>
 2700: <file>
 2701: <source>loncom/xml/londefdef.pm</source>
 2702: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
 2703: <categoryname>handler</categoryname>
 2704: <description>
 2705: Tags Default Definition Module
 2706: </description>
 2707: <status>works/unverified</status>
 2708: </file>
 2709: <file>
 2710: <source>loncom/xml/run.pm</source>
 2711: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
 2712: <categoryname>handler</categoryname>
 2713: <description>
 2714: used to prevent poorly written problems from causing lingering after effects
 2715: </description>
 2716: <status>works/unverified</status>
 2717: </file>
 2718: <file>
 2719: <source>loncom/xml/scripttag.pm</source>
 2720: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
 2721: <categoryname>handler</categoryname>
 2722: <description>
 2723: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
 2724: &lt;import&gt;
 2725: </description>
 2726: <status>works/unverified</status>
 2727: </file>
 2728: <file>
 2729: <source>loncom/homework/randomlylabel.pm</source>
 2730: <target dist='default'>home/httpd/lib/perl/Apache/randomlylabel.pm</target>
 2731: <categoryname>handler</categoryname>
 2732: <description>
 2733: Handler for compositing images, and text together.
 2734: </description>
 2735: </file>
 2736: <file>
 2737: <source>loncom/homework/randomlabel.pm</source>
 2738: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
 2739: <categoryname>handler</categoryname>
 2740: <description>
 2741: Interface for producing applet code which randomizes the labelling of an
 2742: image.
 2743: </description>
 2744: </file>
 2745: <file>
 2746: <source>loncom/homework/lonhomework.pm</source>
 2747: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
 2748: <categoryname>handler</categoryname>
 2749: <description>
 2750: handles requests for output, evaluation, and alteration of a homework resource
 2751: </description>
 2752: <status>works/unverified</status>
 2753: </file>
 2754: <file>
 2755: <source>loncom/homework/inputtags.pm</source>
 2756: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
 2757: <categoryname>handler</categoryname>
 2758: <description>
 2759: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
 2760: </description>
 2761: <status>works/unverified</status>
 2762: </file>
 2763: <file>
 2764: <source>loncom/homework/structuretags.pm</source>
 2765: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
 2766: <categoryname>handler</categoryname>
 2767: <description>
 2768: produces HTML tags necessary for structuring the presentation of homework
 2769: resources
 2770: </description>
 2771: <status>works/unverified</status>
 2772: </file>
 2773: <file>
 2774: <source>loncom/homework/response.pm</source>
 2775: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
 2776: <categoryname>handler</categoryname>
 2777: <description>
 2778: defines different types of responses given to student as well as syntax for
 2779: producing response values
 2780: </description>
 2781: <status>works/unverified</status>
 2782: </file>
 2783: <file>
 2784: <source>loncom/homework/caparesponse/caparesponse.pm</source>
 2785: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
 2786: <categoryname>handler</categoryname>
 2787: <description>
 2788: handles request to the CAPA homework processing engine
 2789: </description>
 2790: <status>works/unverified</status>
 2791: </file>
 2792: <file>
 2793: <source>loncom/xml/Safe.pm</source>
 2794: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
 2795: <categoryname>handler</categoryname>
 2796: <description>
 2797: Meant to safely substitute for CPAN version of Safe.
 2798: Allows for safely executing embedded perl comands in
 2799: a way that does not threaten the operating system.
 2800: </description>
 2801: <status>works/unverified</status>
 2802: </file>
 2803: <file>
 2804: <source>loncom/auth/localauth.pm</source>
 2805: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
 2806: <categoryname>handler</categoryname>
 2807: <description>
 2808: Local authentication mechanism (meant to be customized).
 2809: </description>
 2810: <status>works/unverified</status>
 2811: </file>
 2812: <file>
 2813: <source>loncom/auth/lonacc.pm</source>
 2814: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
 2815: <categoryname>handler</categoryname>
 2816: <description>
 2817: (This module, like loncacc.pm also authenticates with cookies.)  
 2818: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
 2819: functions (e.g. roles, logout, annotations, and bookmarks) as well
 2820: as coordinating access to educational resources.
 2821: </description>
 2822: <status>works/unverified</status>
 2823: </file>
 2824: <file>
 2825: <source>doc/man/Apache__lonacc.3</source>
 2826: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
 2827: <categoryname>doc</categoryname>
 2828: <description>man page for lonacc.pm</description>
 2829: <build trigger='always run'>
 2830: loncom/build/pod2man.sh ../auth/lonacc.pm &gt; \
 2831: ../../doc/man/Apache__lonacc.3 &amp;&amp; echo 'manifying lonacc.pm'
 2832: </build>
 2833: <status>works/unverified</status>
 2834: <dependencies>
 2835: ../../loncom/auth/lonacc.pm
 2836: </dependencies>
 2837: </file>
 2838: <file>
 2839: <source>doc/lib/perl/Apache/lonacc.html</source>
 2840: <target dist='default'>
 2841: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
 2842: <categoryname>doc</categoryname>
 2843: <description>POD-derived page for lonacc.pm</description>
 2844: <build trigger='always run'>
 2845: loncom/build/pod2html.sh ../auth/lonacc.pm &gt; \
 2846: ../../doc/lib/perl/Apache/lonacc.html &amp;&amp; echo 'pod2html lonacc.pm'
 2847: </build>
 2848: <status>works/unverified</status>
 2849: <dependencies>
 2850: ../../loncom/auth/lonacc.pm
 2851: </dependencies>
 2852: </file>
 2853: <file>
 2854: <source>loncom/auth/lonracc.pm</source>
 2855: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
 2856: <categoryname>handler</categoryname>
 2857: <description>
 2858: access handler for file transfers
 2859: </description>
 2860: <status>works/unverified</status>
 2861: </file>
 2862: <file>
 2863: <source>loncom/auth/lontokacc.pm</source>
 2864: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
 2865: <categoryname>handler</categoryname>
 2866: <description>
 2867: handler for inter-server transfer of token accessed files, includes
 2868: cleanup handler to remove file when successfully done
 2869: </description>
 2870: <status>works/unverified</status>
 2871: </file>
 2872: <file>
 2873: <source>loncom/auth/lonuploadedacc.pm</source>
 2874: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
 2875: <categoryname>handler</categoryname>
 2876: <description>
 2877: access handler for user uploaded files
 2878: </description>
 2879: <status>works/unverified</status>
 2880: </file>
 2881: <file>
 2882: <source>loncom/lontrans.pm</source>
 2883: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
 2884: <categoryname>handler</categoryname>
 2885: <description>
 2886: URI to filename translation
 2887: </description>
 2888: <status>works/unverified</status>
 2889: </file>
 2890: <file>
 2891: <source>doc/man/Apache__lonracc.3</source>
 2892: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
 2893: <categoryname>doc</categoryname>
 2894: <description>man page for lonracc.pm</description>
 2895: <build trigger='always run'>
 2896: loncom/build/pod2man.sh ../auth/lonracc.pm &gt; \
 2897: ../../doc/man/Apache__lonracc.3 &amp;&amp; echo 'manifying lonracc.pm'
 2898: </build>
 2899: <status>works/unverified</status>
 2900: <dependencies>
 2901: ../../loncom/auth/lonracc.pm
 2902: </dependencies>
 2903: </file>
 2904: <file>
 2905: <source>doc/lib/perl/Apache/lonracc.html</source>
 2906: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
 2907: </target>
 2908: <categoryname>doc</categoryname>
 2909: <description>POD-derived page for lonracc.pm</description>
 2910: <build trigger='always run'>
 2911: loncom/build/pod2html.sh ../auth/lonracc.pm &gt; \
 2912: ../../doc/lib/perl/Apache/lonracc.html &amp;&amp; echo 'pod2html lonracc.pm'
 2913: </build>
 2914: <status>works/unverified</status>
 2915: <dependencies>
 2916: ../../loncom/auth/lonracc.pm
 2917: </dependencies>
 2918: </file>
 2919: <file>
 2920: <source>loncom/auth/loncacc.pm</source>
 2921: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
 2922: <categoryname>handler</categoryname>
 2923: <description>
 2924: This module provides access to an educational resource construction area.
 2925: This module is invoked by the URL-related pattern syntax
 2926: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
 2927: Authentication of user identity
 2928: is coordinated through cookies.  The abbreviation "cacc" corresponds
 2929: to "construction-space access").  If the cookie handle is invalid, then
 2930: this module returns a forbidden status and makes appropriate log entries.
 2931: If the cookie handle is valid, status is determined to be okay (and,
 2932: for the "priv"-type access, the resource is delivered by the
 2933: <tt>lonconstruct</tt> module).
 2934: </description>
 2935: <status>works/unverified</status>
 2936: </file>
 2937: <file>
 2938: <source>doc/man/Apache__loncacc.3</source>
 2939: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
 2940: <categoryname>doc</categoryname>
 2941: <description>man page for loncacc.pm</description>
 2942: <build trigger='always run'>
 2943: loncom/build/pod2man.sh ../auth/loncacc.pm &gt; ../../doc/man/Apache__loncacc.3 \
 2944: &amp;&amp; echo 'manifying loncacc.pm'
 2945: </build>
 2946: <status>works/unverified</status>
 2947: <dependencies>
 2948: ../../loncom/auth/loncacc.pm
 2949: </dependencies>
 2950: </file>
 2951: <file>
 2952: <source>doc/lib/perl/Apache/loncacc.html</source>
 2953: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
 2954: </target>
 2955: <categoryname>doc</categoryname>
 2956: <description>POD-derived page for loncacc.pm</description>
 2957: <build trigger='always run'>
 2958: loncom/build/pod2html.sh ../auth/loncacc.pm &gt; \
 2959: ../../doc/lib/perl/Apache/loncacc.html &amp;&amp; echo 'pod2html loncacc.pm'
 2960: </build>
 2961: <status>works/unverified</status>
 2962: <dependencies>
 2963: ../../loncom/auth/loncacc.pm
 2964: </dependencies>
 2965: </file>
 2966: <file>
 2967: <source>loncom/auth/lonauth.pm</source>
 2968: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
 2969: <categoryname>handler</categoryname>
 2970: <description>authenticate, set up session environment</description>
 2971: <status>works/unverified</status>
 2972: </file>
 2973: <file>
 2974: <source>loncom/auth/lonlogin.pm</source>
 2975: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
 2976: <categoryname>handler</categoryname>
 2977: <description>login screen</description>
 2978: <status>works/unverified</status>
 2979: </file>
 2980: <file>
 2981: <source>loncom/auth/lonlogout.pm</source>
 2982: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
 2983: <categoryname>handler</categoryname>
 2984: <description>logout</description>
 2985: <status>works/unverified</status>
 2986: </file>
 2987: <file>
 2988: <source>loncom/lonnet/perl/lonrep.pm</source>
 2989: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
 2990: <categoryname>handler</categoryname>
 2991: <description>replication</description>
 2992: </file>
 2993: <file>
 2994: <source>loncom/auth/lonroles.pm</source>
 2995: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
 2996: <categoryname>handler</categoryname>
 2997: <description>
 2998: This perl handling module reads in the available roles available
 2999: for a LON-CAPA user (different courses, different privileges, etc)
 3000: and produces a form-element HTML page which allows the user to select
 3001: which role he wishes to exercise in the LON-CAPA system.  For instance,
 3002: a user may want to select between being a student in a thermodynamics
 3003: physics course or a teaching assistant for an introductory calculus
 3004: class.
 3005: </description>
 3006: </file>
 3007: <file>
 3008: <source>doc/man/Apache__lonroles.3</source>
 3009: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
 3010: <categoryname>doc</categoryname>
 3011: <description>man page for lonroles.pm</description>
 3012: <build trigger='always run'>
 3013: loncom/build/pod2man.sh ../auth/lonroles.pm &gt; \
 3014: ../../doc/man/Apache__lonroles.3 &amp;&amp; echo 'manifying lonroles.pm'
 3015: </build>
 3016: <status>works/unverified</status>
 3017: <dependencies>
 3018: ../../loncom/auth/lonroles.pm
 3019: </dependencies>
 3020: </file>
 3021: <file>
 3022: <source>doc/lib/perl/Apache/lonroles.html</source>
 3023: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
 3024: </target>
 3025: <categoryname>doc</categoryname>
 3026: <description>POD-derived page for lonroles.pm</description>
 3027: <build trigger='always run'>
 3028: loncom/build/pod2html.sh ../auth/lonroles.pm &gt; \
 3029: ../../doc/lib/perl/Apache/lonroles.html &amp;&amp; echo 'pod2html lonroles.pm'
 3030: </build>
 3031: <status>works/unverified</status>
 3032: <dependencies>
 3033: ../../loncom/auth/lonroles.pm
 3034: </dependencies>
 3035: </file>
 3036: <file>
 3037: <source>loncom/interface/lonindexer.pm</source>
 3038: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
 3039: <categoryname>handler</categoryname>
 3040: <description>
 3041: cross server filesystem browser
 3042: </description>
 3043: <status>works/unverified</status>
 3044: </file>
 3045: <file>
 3046: <source>doc/man/Apache__lonindexer.3</source>
 3047: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
 3048: <categoryname>doc</categoryname>
 3049: <description>man page for lonindexer.pm</description>
 3050: <build trigger='always run'>
 3051: loncom/build/pod2man.sh ../interface/lonindexer.pm &gt; \
 3052: ../../doc/man/Apache__lonindexer.3 &amp;&amp; echo 'manifying lonindexer.pm'
 3053: </build>
 3054: <status>works/unverified</status>
 3055: <dependencies>
 3056: ../../loncom/interface/lonindexer.pm
 3057: </dependencies>
 3058: </file>
 3059: <file>
 3060: <source>doc/lib/perl/Apache/lonindexer.html</source>
 3061: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
 3062: </target>
 3063: <categoryname>doc</categoryname>
 3064: <description>POD-derived page for lonindexer.pm</description>
 3065: <build trigger='always run'>
 3066: loncom/build/pod2html.sh ../interface/lonindexer.pm &gt; \
 3067: ../../doc/lib/perl/Apache/lonindexer.html &amp;&amp; \
 3068: echo 'pod2html lonindexer.pm'
 3069: </build>
 3070: <status>works/unverified</status>
 3071: <dependencies>
 3072: ../../loncom/interface/lonindexer.pm
 3073: </dependencies>
 3074: </file>
 3075: <file>
 3076: <source>loncom/interface/groupsort.pm</source>
 3077: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
 3078: <categoryname>handler</categoryname>
 3079: <description>
 3080: Implements a second phase of importing multiple resources into the RAT.
 3081: Allows for reordering the sequence of resources.
 3082: </description>
 3083: <status>works/unverified</status>
 3084: </file>
 3085: <file>
 3086: <source>loncom/lonnet/perl/lonnet.pm</source>
 3087: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
 3088: <categoryname>handler</categoryname>
 3089: <description>
 3090: This file is an interface to the lonc processes of the LON-CAPA network
 3091: as well as set of elaborated functions for handling information necessary
 3092: for navigating through a given cluster of LON-CAPA machines within a domain.
 3093: There are over 40 specialized functions in this module which handle
 3094: the reading and transmission of metadata, user information
 3095: (ids, names, environments, roles, logs), file information (storage, reading,
 3096: directories, extensions, replication, embedded styles and descriptors),
 3097: educational resources (course descriptions, section names and numbers),
 3098: url hashing (to assign roles on a url basis), and translating abbreviated
 3099: symbols to and from more descriptive phrases or explanations.
 3100: </description>
 3101: <status>works/unverified</status>
 3102: </file>
 3103: <file>
 3104: <source>doc/man/Apache__lonnet.3</source>
 3105: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
 3106: <categoryname>doc</categoryname>
 3107: <description>man page for lonnet.pm</description>
 3108: <build trigger='always run'>
 3109: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm &gt; \
 3110: ../../doc/man/Apache__lonnet.3 &amp;&amp; echo 'manifying lonnet.pm'
 3111: </build>
 3112: <status>works/unverified</status>
 3113: <dependencies>
 3114: ../../loncom/lonnet/perl/lonnet.pm
 3115: </dependencies>
 3116: </file>
 3117: <file>
 3118: <source>doc/lib/perl/Apache/lonnet.html</source>
 3119: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
 3120: </target>
 3121: <categoryname>doc</categoryname>
 3122: <description>POD-derived page for lonnet.pm</description>
 3123: <build trigger='always run'>
 3124: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm &gt; \
 3125: ../../doc/lib/perl/Apache/lonnet.html &amp;&amp; echo 'pod2html lonnet.pm'
 3126: </build>
 3127: <status>works/unverified</status>
 3128: <dependencies>
 3129: ../../loncom/lonnet/perl/lonnet.pm
 3130: </dependencies>
 3131: </file>
 3132: <file>
 3133: <source>loncom/html/index.html</source>
 3134: <target dist='default'>home/httpd/html/index.html</target>
 3135: <categoryname>interface file</categoryname>
 3136: <description>bumps to login</description>
 3137: </file>
 3138: <file>
 3139: <source>loncom/html/favicon.ico</source>
 3140: <target dist='default'>home/httpd/html/favicon.ico</target>
 3141: <categoryname>interface file</categoryname>
 3142: <description>Bookmark and tab icon</description>
 3143: </file>
 3144: <link>
 3145: <linkto>etc/mime.types</linkto>
 3146: <target dist='default'>etc/httpd/conf/mime.types</target>
 3147: <categoryname>symbolic link</categoryname>
 3148: <description>symbolic link to /etc/mime.types</description>
 3149: </link>
 3150: <link>
 3151: <linkto>home/httpd/html/res</linkto>
 3152: <target dist='default'>home/httpd/html/raw</target>
 3153: <categoryname>symbolic link</categoryname>
 3154: <description>symbolic link to /home/httpd/html/res</description>
 3155: </link>
 3156: <file>
 3157: <source>loncom/html/adm/notfound.html</source>
 3158: <target dist='default'>home/httpd/html/adm/notfound.html</target>
 3159: <categoryname>interface file</categoryname>
 3160: <description>
 3161: static html page that is shown when an attempt is made to access a document
 3162: not present on the web server
 3163: </description>
 3164: </file>
 3165: <file>
 3166: <source>loncom/html/adm/unauthorized.html</source>
 3167: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
 3168: <categoryname>interface file</categoryname>
 3169: <description>
 3170: static html page that is shown when an attempt is made to access a document
 3171: which is restricted based on file or server configurations
 3172: </description>
 3173: </file>
 3174: <file>
 3175: <source>loncom/html/adm/help/searchcat.html</source>
 3176: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
 3177: <categoryname>interface file</categoryname>
 3178: <description>
 3179: Help page for the search engine.
 3180: </description>
 3181: </file>
 3182: <file>
 3183: <source>rat/client/rat.html</source>
 3184: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
 3185: <categoryname>interface file</categoryname>
 3186: <description>
 3187: frameset
 3188: </description>
 3189: </file>
 3190: <file>
 3191: <source>rat/client/parameter.html</source>
 3192: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
 3193: <categoryname>interface file</categoryname>
 3194: <description>
 3195: Parameter input window.
 3196: </description>
 3197: </file>
 3198: <file>
 3199: <source>rat/client/code.html</source>
 3200: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
 3201: <categoryname>interface file</categoryname>
 3202: <description>
 3203: javascript
 3204: </description>
 3205: </file>
 3206: <file>
 3207: <source>rat/client/extpickcode.html</source>
 3208: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
 3209: <categoryname>interface file</categoryname>
 3210: <description>
 3211: javascript
 3212: </description>
 3213: </file>
 3214: <file>
 3215: <source>rat/client/extpickframe.html</source>
 3216: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
 3217: <categoryname>interface file</categoryname>
 3218: <description>
 3219: javascript
 3220: </description>
 3221: </file>
 3222: <file>
 3223: <source>rat/client/map.html</source>
 3224: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
 3225: <categoryname>interface file</categoryname>
 3226: <description>
 3227: bumper
 3228: </description>
 3229: </file>
 3230: <file>
 3231: <source>rat/client/empty.html</source>
 3232: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
 3233: <categoryname>interface file</categoryname>
 3234: <description>
 3235: A blank page with very minimal HTML structural elements.
 3236: </description>
 3237: </file>
 3238: <fileglob>
 3239: <glob>*.gif</glob>
 3240: <sourcedir>rat/images/</sourcedir>
 3241: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
 3242: <categoryname>graphic file</categoryname>
 3243: <description>
 3244: icons for providing a HTML-tabled view of a course map
 3245: </description>
 3246: <filenames>
 3247: 1.1.dt.gif;
 3248: 1.1.empty.gif;
 3249: 1.1.ld.gif;
 3250: 1.1.lr.gif;
 3251: 1.1.rd.gif;
 3252: 1.1.rl.gif;
 3253: 1.1.td.gif;
 3254: 1.1.tdrl.gif;
 3255: 1.1.tl.gif;
 3256: 1.1.tr.gif;
 3257: 1.1.utd.gif;
 3258: 1.2.ctd.gif;
 3259: 1.2.dt.gif;
 3260: 1.2.empty.gif;
 3261: 1.2.ld.gif;
 3262: 1.2.lr.gif;
 3263: 1.2.lrd.gif;
 3264: 1.2.lrtd.gif;
 3265: 1.2.rd.gif;
 3266: 1.2.rl.gif;
 3267: 1.2.rld.gif;
 3268: 1.2.rltd.gif;
 3269: 1.2.rtd.gif;
 3270: 1.2.rtdl.gif;
 3271: 1.2.rtl.gif;
 3272: 1.2.td.gif;
 3273: 1.2.tdl.gif;
 3274: 1.2.tdrl.gif;
 3275: 1.2.tl.gif;
 3276: 1.2.tr.gif;
 3277: 1.2.utd.gif;
 3278: 2.1.dt.gif;
 3279: 2.1.empty.gif;
 3280: 2.1.ld.gif;
 3281: 2.1.lr.gif;
 3282: 2.1.rd.gif;
 3283: 2.1.rl.gif;
 3284: 2.1.td.gif;
 3285: 2.1.tdrl.gif;
 3286: 2.1.tl.gif;
 3287: 2.1.tr.gif;
 3288: 2.2.dt.gif;
 3289: 2.2.empty.gif;
 3290: 2.2.ld.gif;
 3291: 2.2.lr.gif;
 3292: 2.2.lrd.gif;
 3293: 2.2.lrt.gif;
 3294: 2.2.rd.gif;
 3295: 2.2.rl.gif;
 3296: 2.2.rld.gif;
 3297: 2.2.rlt.gif;
 3298: 2.2.td.gif;
 3299: 2.2.tdl.gif;
 3300: 2.2.tdr.gif;
 3301: 2.2.tdrl.gif;
 3302: 2.2.tl.gif;
 3303: 2.2.tr.gif;
 3304: 2.2.url.gif;
 3305: 2.2.utd.gif;
 3306: arrow.gif;
 3307: bdt.gif;
 3308: bempty.gif;
 3309: bld.gif;
 3310: blr.gif;
 3311: blrd.gif;
 3312: blrt.gif;
 3313: bottom.gif;
 3314: brd.gif;
 3315: brl.gif;
 3316: brld.gif;
 3317: brlt.gif;
 3318: btd.gif;
 3319: btdl.gif;
 3320: btdr.gif;
 3321: btdrl.gif;
 3322: btl.gif;
 3323: btr.gif;
 3324: burl.gif;
 3325: butd.gif;
 3326: condition.gif;
 3327: edit.gif;
 3328: finish.gif;
 3329: info.gif;
 3330: inscol.gif;
 3331: inscond.gif;
 3332: insres.gif;
 3333: insrow.gif;
 3334: left.gif;
 3335: middle.gif;
 3336: resource.gif;
 3337: right.gif;
 3338: sctd.gif;
 3339: sdt.gif;
 3340: sempty.gif;
 3341: sld.gif;
 3342: slr.gif;
 3343: slrd.gif;
 3344: slrtd.gif;
 3345: srd.gif;
 3346: srl.gif;
 3347: srld.gif;
 3348: srltd.gif;
 3349: srtd.gif;
 3350: srtdl.gif;
 3351: srtl.gif;
 3352: start.gif;
 3353: std.gif;
 3354: stdl.gif;
 3355: sutd.gif
 3356: </filenames>
 3357: </fileglob>
 3358: <fileglob>
 3359: <glob>*.*</glob>
 3360: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
 3361: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
 3362: <categoryname>graphic file</categoryname>
 3363: <description>
 3364: icons to indicate an unexpected result
 3365: </description>
 3366: <filenames>
 3367: lonconstruct.gif;
 3368: lonlogo_broken.gif;
 3369: lonlogo_broken_tsp.gif;
 3370: lonlogo_broken.eps;
 3371: lonlogo_broken.jpg;
 3372: lonlogo_broken.mov
 3373: </filenames>
 3374: </fileglob>
 3375: <fileglob>
 3376: <glob>*.*</glob>
 3377: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
 3378: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
 3379: <categoryname>graphic file</categoryname>
 3380: <description>
 3381: logos and general widget icons
 3382: </description>
 3383: <filenames>
 3384: SMETE_white.gif;
 3385: aboutlon.gif;
 3386: accessbutton.gif;
 3387: arrow_up.gif;
 3388: branch.gif;
 3389: cab.gif;
 3390: cab_big.gif;
 3391: capapanel.gif;
 3392: class.gif;
 3393: class_big.gif;
 3394: dvi.gif;
 3395: dvi_big.gif;
 3396: eps.gif;
 3397: eps_big.gif;
 3398: exam.gif;
 3399: exam_big.gif;
 3400: fillbottom.gif;
 3401: fillleft.gif;
 3402: fillright.gif;
 3403: filltop.gif;
 3404: folder_closed.gif;
 3405: folder_opened.gif;
 3406: folder_pointer_closed.gif;
 3407: folder_pointer_opened.gif;
 3408: form.gif;
 3409: form_big.gif;
 3410: gif.gif;
 3411: gif_big.gif;
 3412: header.gif;
 3413: htm.gif;
 3414: html.gif;
 3415: html_big.gif;
 3416: jar.gif;
 3417: jar_big.gif;
 3418: jpg.gif;
 3419: jpg_big.gif;
 3420: latex.gif;
 3421: lite.gif;
 3422: liteani.gif;
 3423: litetext.gif;
 3424: lolpanel.gif;
 3425: lonanim.gif;
 3426: lonanimend.gif;
 3427: loncapalogo.gif;
 3428: lonhelplogos.gif;
 3429: lonhelptop.gif;
 3430: lonlogo.gif;
 3431: lonlogos.gif;
 3432: lowerleft.gif;
 3433: lowerright.gif;
 3434: meta.gif;
 3435: meta_big.gif;
 3436: mov.gif;
 3437: mov_big.gif;
 3438: move_up.gif;
 3439: move_down.gif;
 3440: navmap.correct.gif;
 3441: navmap.open.gif;
 3442: navmap.wrong.gif;
 3443: navmap.folder.open.gif;
 3444: navmap.folder.closed.gif;
 3445: page.gif;
 3446: page_big.gif;
 3447: pdf.gif;
 3448: pdf_big.gif;
 3449: png.gif;
 3450: png_big.gif;
 3451: problem.gif;
 3452: problem_big.gif;
 3453: ps.gif;
 3454: ps_big.gif;
 3455: quill.gif;
 3456: quiz.gif;
 3457: quiz_big.gif;
 3458: select.gif;
 3459: sequence.gif;
 3460: sequence_big.gif;
 3461: server.gif;
 3462: server_big.gif;
 3463: srvbad.gif;
 3464: srvempty.gif;
 3465: srvgood.gif;
 3466: srvhalf.gif;
 3467: srvnull.gif;
 3468: survey.gif;
 3469: survey_big.gif;
 3470: tex.gif;
 3471: tex_big.gif;
 3472: txt.gif;
 3473: txt_big.gif;
 3474: unknown.gif;
 3475: unknown_big.gif;
 3476: upperleft.gif;
 3477: upperright.gif;
 3478: user.gif;
 3479: user_big.gif;
 3480: userauthentication.gif;
 3481: wav.gif;
 3482: wav_big.gif;
 3483: white_space_20_22.gif;
 3484: whitespace1.gif;
 3485: whitespace10.gif;
 3486: whitespace2.gif;
 3487: whitespace3.gif;
 3488: whitespace4.gif;
 3489: whitespace5.gif;
 3490: whitespace6.gif;
 3491: whitespace7.gif;
 3492: whitespace8.gif;
 3493: whitespace9.gif;
 3494: xml.gif;
 3495: xml_big.gif;
 3496: zip.gif;
 3497: zip_big.gif
 3498: </filenames>
 3499: </fileglob>
 3500: <fileglob>
 3501: <glob>*.*</glob>
 3502: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
 3503: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
 3504: <categoryname>graphic file</categoryname>
 3505: <description>
 3506: Miscellaneous resources.
 3507: </description>
 3508: <filenames>
 3509: authorfeed.gif;
 3510: bomb.gif;
 3511: cat_button.gif;
 3512: chat.gif;
 3513: eval_button.gif;
 3514: feedback.gif;
 3515: pprm_button.gif;
 3516: pgrd_button.gif;
 3517: subm_button.gif
 3518: </filenames>
 3519: </fileglob>
 3520: <file>
 3521: <source>loncom/xml/tth.pm</source>
 3522: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
 3523: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
 3524: <categoryname>system file</categoryname>
 3525: <description>
 3526: perl module for invoking functions specific to TeX-to-HTML conversion
 3527: </description>
 3528: <note>
 3529: Has the same dependencies and build process as tth.so.
 3530: Currently, only the tth.so file specifications invoke
 3531: the build process however.  A static version is checked into loncom/xml
 3532: and in this way is treated as though it isn't part of the tth build process.
 3533: </note>
 3534: <status>works/unverified</status>
 3535: </file>
 3536: <file>
 3537: <source>loncom/xml/LCParser.pm</source>
 3538: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
 3539: <categoryname>system file</categoryname>
 3540: <description>
 3541: perl module for parsing HTML in a way that really works and is thoroughly
 3542: tested
 3543: </description>
 3544: <status>works/unverified</status>
 3545: </file>
 3546: <file>
 3547: <source>loncom/configuration/Configuration.pm</source>
 3548: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
 3549: <categoryname>system file</categoryname>
 3550: <description>
 3551: Configuration file reader (looks in /etc/httpd/conf/); accepts
 3552: a list of *.conf files to inspect for PerlSetVar key/value
 3553: entries.
 3554: </description>
 3555: <status>works/unverified</status>
 3556: </file>
 3557: <file>
 3558: <source>modules/TexConvert/tthperl/tth.so</source>
 3559: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
 3560: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
 3561: <categoryname>system file</categoryname>
 3562: <description>
 3563: shared library file for dynamic loading and unloading
 3564: </description>
 3565: <note>
 3566: The source and file dependencies are not available to most
 3567: CVS users.  (You can safely rely on the existing binaries
 3568: present on your system... don't worry about warnings
 3569: related to this file during the build process.)
 3570: </note>
 3571: <build trigger='run if dependencies change'>
 3572: modules/TexConvert/tthperl/commands
 3573: </build>
 3574: <status>works/unverified</status>
 3575: <dependencies>
 3576: ../tthdynamic/tthfunc.c;
 3577: ../ttmdynamic/ttmfunc.c
 3578: </dependencies>
 3579: </file>
 3580: <file>
 3581: <source>loncom/homework/caparesponse/capa.pm</source>
 3582: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
 3583: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
 3584: <categoryname>system file</categoryname>
 3585: <description>
 3586: perl module for invoking functions specific to CAPA
 3587: </description>
 3588: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 3589: <note>
 3590: Has the same dependencies and build process as capa.so.
 3591: Currently, only the capa.so file specifications invoke
 3592: the build process however.
 3593: </note>
 3594: </file>
 3595: <file>
 3596: <source>loncom/homework/caparesponse/capa.bs</source>
 3597: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
 3598: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
 3599: <categoryname>system file</categoryname>
 3600: <description>
 3601: bootstrap file associated with dynamic loading of this module on multiple
 3602: architectures
 3603: </description>
 3604: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 3605: <note>
 3606: Has the same dependencies and build process as capa.so.
 3607: Currently, only the capa.so file specifications invoke
 3608: the build process however.
 3609: </note>
 3610: </file>
 3611: <file>
 3612: <source>loncom/homework/caparesponse/capa.so</source>
 3613: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
 3614: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
 3615: <categoryname>system file</categoryname>
 3616: <description>
 3617: shared library file for dynamic loading and unloading
 3618: </description>
 3619: <build trigger='always run'>
 3620: loncom/homework/caparesponse/commands
 3621: </build>
 3622: <dependencies>
 3623: caparesponse.c;
 3624: caparesponse.pm;
 3625: README;
 3626: Makefile.PL;
 3627: capa.i;
 3628: commands;
 3629: ../../../CAPA/pProj/capaGrammarDef.y;
 3630: ../../../CAPA/pProj/capaFormula.y;
 3631: ../../../CAPA/pProj/capaLexerDef.flex;
 3632: ../../../CAPA/pProj/capaFunction.c;
 3633: ../../../CAPA/pProj/capaParserUtils.c;
 3634: ../../../CAPA/pProj/capaMapExpr.c;
 3635: ../../../CAPA/pProj/capaUnit.c;
 3636: ../../../CAPA/pProj/com.c;
 3637: ../../../CAPA/pProj/linpack.c;
 3638: ../../../CAPA/pProj/ranlib.c;
 3639: ../../../CAPA/pProj/capaCgiUtils.c;
 3640: ../../../CAPA/pProj/capaSubjective.c;
 3641: ../../../CAPA/pProj/capaRQO.c;
 3642: ../../../CAPA/pProj/capaFormulaLexer.c;
 3643: ../../../CAPA/pProj/capaCommon.c;
 3644: ../../../CAPA/pProj/capaCommon.h;
 3645: ../../../CAPA/pProj/ranlib.h;
 3646: ../../../CAPA/pProj/capaCGI.h;
 3647: ../../../CAPA/pProj/capaFunction.h;
 3648: ../../../CAPA/pProj/capaRQO.h;
 3649: ../../../CAPA/pProj/capaParser.h;
 3650: ../../../CAPA/pProj/lex_debug.h
 3651: </dependencies>
 3652: </file>
 3653: <fileglob>
 3654: <glob>*.ent</glob>
 3655: <sourcedir>loncom/MathML/</sourcedir>
 3656: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
 3657: <categoryname>system file</categoryname>
 3658: <description>
 3659: xml files which assign unicode numbers to mathematical symbols using
 3660: &lt;! ENTITY... &gt; type syntax.
 3661: </description>
 3662: <filenames>
 3663: isoamsa.ent;
 3664: isoamsb.ent;
 3665: isoamsc.ent;
 3666: isoamsn.ent;
 3667: isoamso.ent;
 3668: isoamsr.ent;
 3669: isobox.ent;
 3670: isocyr1.ent;
 3671: isocyr2.ent;
 3672: isodia.ent;
 3673: isogrk1.ent;
 3674: isogrk2.ent;
 3675: isogrk3.ent;
 3676: isogrk4.ent;
 3677: isolat1.ent;
 3678: isolat2.ent;
 3679: isomfrk.ent;
 3680: isomopf.ent;
 3681: isomscr.ent;
 3682: isonum.ent;
 3683: isopub.ent;
 3684: isotech.ent;
 3685: mmlalias.ent;
 3686: mmlextra.ent
 3687: </filenames>
 3688: </fileglob>
 3689: <file>
 3690: <source>loncom/MathML/mathml.css</source>
 3691: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
 3692: <categoryname>system file</categoryname>
 3693: <description>
 3694: cascading style sheet
 3695: </description>
 3696: </file>
 3697: <file>
 3698: <source>loncom/MathML/mathml.dtd</source>
 3699: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
 3700: <categoryname>system file</categoryname>
 3701: <description>
 3702: document type definition
 3703: </description>
 3704: </file>
 3705: <file>
 3706: <source>loncom/auth/londes.js</source>
 3707: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
 3708: <categoryname>interface file</categoryname>
 3709: <description>
 3710: Encryption Routines according to Data Encryption Standard DES, written in
 3711: javascript.
 3712: </description>
 3713: </file>
 3714: <file>
 3715: <source>loncom/homework/lectureonline.lcpm</source>
 3716: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
 3717: </target>
 3718: <categoryname>handler</categoryname>
 3719: <description>
 3720: Intended for providing perl functions for the &lt;script&gt;&lt;/script&gt;
 3721: environment in a problem that was converted from lectureonline.
 3722: </description>
 3723: </file>
 3724: <file>
 3725: <source>loncom/homework/default_homework.lcpm</source>
 3726: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
 3727: </target>
 3728: <categoryname>handler</categoryname>
 3729: <description>
 3730: Provides many functions for the &lt;script&gt; environment in a .problem.
 3731: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
 3732: </description>
 3733: </file>
 3734: <file>
 3735: <source>loncom/homework/capa.units</source>
 3736: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
 3737: <categoryname>static conf</categoryname>
 3738: <description>
 3739: Define unit prefixing and conversion for CAPA problem handling.
 3740: </description>
 3741: </file>
 3742: <fileglob>
 3743: <glob>*.jpg</glob>
 3744: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
 3745: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
 3746: <categoryname>graphic file</categoryname>
 3747: <description>Pages headers</description>
 3748: <filenames>
 3749: admin.jpg;
 3750: author.jpg;
 3751: coordinator.jpg;
 3752: header.jpg;
 3753: student.jpg;
 3754: </filenames>
 3755: </fileglob>
 3756: <fileglob>
 3757: <glob>*.gif</glob>
 3758: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
 3759: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
 3760: <categoryname>graphic file</categoryname>
 3761: <description>Logos of LON-CAPA domains</description>
 3762: <filenames>
 3763: </filenames>
 3764: </fileglob>
 3765: <fileglob>
 3766: <glob>*.tab</glob>
 3767: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
 3768: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
 3769: <categoryname>conf</categoryname>
 3770: <description>Designs of LON-CAPA domains</description>
 3771: <filenames>
 3772: </filenames>
 3773: </fileglob>
 3774: <fileglob>
 3775: <glob>*.gif</glob>
 3776: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
 3777: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
 3778: <categoryname>graphic file</categoryname>
 3779: <description>LON-CAPA remote control LCD font</description>
 3780: <filenames>
 3781: 0.gif;
 3782: 1.gif;
 3783: 2.gif;
 3784: 3.gif;
 3785: 4.gif;
 3786: 5.gif;
 3787: 6.gif;
 3788: 7.gif;
 3789: 8.gif;
 3790: 9.gif;
 3791: a.gif;
 3792: b.gif;
 3793: c.gif;
 3794: d.gif;
 3795: e.gif;
 3796: f.gif;
 3797: g.gif;
 3798: h.gif;
 3799: i.gif;
 3800: j.gif;
 3801: k.gif;
 3802: l.gif;
 3803: m.gif;
 3804: n.gif;
 3805: o.gif;
 3806: p.gif;
 3807: q.gif;
 3808: r.gif;
 3809: s.gif;
 3810: t.gif;
 3811: u.gif;
 3812: v.gif;
 3813: w.gif;
 3814: x.gif;
 3815: y.gif;
 3816: z.gif;
 3817: colon.gif;
 3818: hyphen.gif;
 3819: slash.gif;
 3820: space.gif;
 3821: </filenames>
 3822: </fileglob>
 3823: <fileglob>
 3824: <glob>*.gif</glob>
 3825: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
 3826: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
 3827: <categoryname>graphic file</categoryname>
 3828: <description>icons used for the entire LON-CAPA user interface</description>
 3829: <filenames>
 3830: anno.gif;
 3831: anot.gif;
 3832: back.gif;
 3833: bchat.gif;
 3834: bkm.gif;
 3835: brws.gif;
 3836: catalog.gif;
 3837: ccrs.gif;
 3838: chat.gif;
 3839: chrt.gif;
 3840: com.gif;
 3841: courses.gif;
 3842: cprv.gif;
 3843: cstr.gif;
 3844: dempty.gif;
 3845: docs.gif;
 3846: egrd.gif;
 3847: empty.gif;
 3848: enrl.gif;
 3849: eval.gif;
 3850: fdbk.gif;
 3851: feedback.gif;
 3852: forw.gif;
 3853: grds.gif;
 3854: group.gif;
 3855: help.gif;
 3856: info.gif;
 3857: ledblink.gif;
 3858: ledgreen.gif;
 3859: ledoff.gif;
 3860: ledon.gif;
 3861: ledsend.gif;
 3862: logout.gif;
 3863: mrk.gif;
 3864: nav.gif;
 3865: next.gif;
 3866: nothumb.gif;
 3867: parm.gif;
 3868: pgrd.gif;
 3869: pparm.gif;
 3870: pref.gif;
 3871: prev.gif;
 3872: prt.gif;
 3873: qempty.gif;
 3874: reload.gif;
 3875: remotebg.gif;
 3876: res.gif;
 3877: roles.gif;
 3878: sbkm.gif;
 3879: spacer.gif;
 3880: sprs.gif;
 3881: src.gif;
 3882: stat.gif;
 3883: subm.gif;
 3884: title.gif;
 3885: vbkm.gif;
 3886: </filenames>
 3887: </fileglob>
 3888: <file>
 3889: <source>loncom/html/res/adm/pages/imgmaps.html</source>
 3890: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
 3891: <categoryname>interface file</categoryname>
 3892: <description>
 3893: image maps for the LON-CAPA remote control
 3894: </description>
 3895: </file>
 3896: <file>
 3897: <source>loncom/html/res/adm/pages/index.html</source>
 3898: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
 3899: <categoryname>interface file</categoryname>
 3900: <description>
 3901: welcoming page to the LON-CAPA system upon login
 3902: </description>
 3903: </file>
 3904: <file>
 3905: <source>loncom/html/res/adm/pages/menu.html</source>
 3906: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
 3907: <categoryname>interface file</categoryname>
 3908: <description>
 3909: renders the HTML (including image maps) for the LON-CAPA remote control
 3910: </description>
 3911: </file>
 3912: <fileglob>
 3913: <glob>*.gif</glob>
 3914: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
 3915: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
 3916: </targetdir>
 3917: <categoryname>graphic file</categoryname>
 3918: <description>
 3919: icons used for directory indexing and login screen
 3920: </description>
 3921: <filenames>
 3922: a.gif;
 3923: alert.black.gif;
 3924: alert.red.gif;
 3925: back.gif;
 3926: ball.gray.gif;
 3927: ball.red.gif;
 3928: binary.gif;
 3929: binhex.gif;
 3930: blank.gif;
 3931: bomb.gif;
 3932: box1.gif;
 3933: box2.gif;
 3934: broken.gif;
 3935: burst.gif;
 3936: c.gif;
 3937: comp.blue.gif;
 3938: comp.gray.gif;
 3939: compressed.gif;
 3940: continued.gif;
 3941: course.gif;
 3942: dir.gif;
 3943: down.gif;
 3944: dvi.gif;
 3945: f.gif;
 3946: folder.gif;
 3947: folder.open.gif;
 3948: folder.sec.gif;
 3949: folder_closed.gif;
 3950: folder_closed_pressed.gif;
 3951: folder_new.gif;
 3952: folder_opened.gif;
 3953: folder_opened_pressed.gif;
 3954: folder_pointer_closed.gif;
 3955: folder_pointer_opened.gif;
 3956: folder_spacer.gif;
 3957: folder_trash.gif;
 3958: forward.gif;
 3959: generic.gif;
 3960: generic.red.gif;
 3961: generic.sec.gif;
 3962: hand.right.gif;
 3963: hand.up.gif;
 3964: html.gif;
 3965: image1.gif;
 3966: image2.gif;
 3967: image3.gif;
 3968: index.gif;
 3969: layout.gif;
 3970: left.gif;
 3971: link.gif;
 3972: mov.gif;
 3973: movie1.gif;
 3974: p.gif;
 3975: patch.gif;
 3976: pdf.gif;
 3977: portal.gif;
 3978: problem.gif;
 3979: ps.gif;
 3980: quill.gif;
 3981: right.gif;
 3982: screw1.gif;
 3983: screw2.gif;
 3984: script.gif;
 3985: sound1.gif;
 3986: sound2.gif;
 3987: sphere1.gif;
 3988: sphere2.gif;
 3989: tar.gif;
 3990: tex.gif;
 3991: text.gif;
 3992: transfer.gif;
 3993: unknown.gif;
 3994: up.gif;
 3995: uu.gif;
 3996: uuencoded.gif;
 3997: white_space_20_22.gif;
 3998: white_space_22_22.gif;
 3999: whitespace1.gif;
 4000: whitespace10.gif;
 4001: whitespace2.gif;
 4002: whitespace3.gif;
 4003: whitespace4.gif;
 4004: whitespace5.gif;
 4005: whitespace6.gif;
 4006: whitespace7.gif;
 4007: whitespace8.gif;
 4008: whitespace9.gif;
 4009: world1.gif;
 4010: world2.gif
 4011: </filenames>
 4012: </fileglob>
 4013: <fileglob>
 4014: <glob>*.gif</glob>
 4015: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 4016: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
 4017: </targetdir>
 4018: <categoryname>graphic file</categoryname>
 4019: <description>
 4020: icons used for the bookmark portion of the LON-CAPA user interface
 4021: </description>
 4022: <filenames>
 4023: folder_anim.gif;
 4024: folder_close.gif;
 4025: folder_drag.gif;
 4026: folder_new.gif;
 4027: folder_open.gif;
 4028: folder_pointer_closed.gif;
 4029: folder_pointer_opened.gif;
 4030: folder_static.gif;
 4031: folder_trash.gif;
 4032: folder_trash_hover.gif;
 4033: left_bar.gif;
 4034: link.gif;
 4035: link_anim.gif;
 4036: link_drag.gif;
 4037: ll_corner.gif;
 4038: lower_bar.gif;
 4039: lr_corner.gif;
 4040: pix.gif;
 4041: right_bar.gif;
 4042: toolbar_bg.gif;
 4043: ul_corner.gif;
 4044: upper_bar.gif;
 4045: ur_corner.gif
 4046: </filenames>
 4047: </fileglob>
 4048: <fileglob>
 4049: <glob>*.html</glob>
 4050: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 4051: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
 4052: </targetdir>
 4053: <categoryname>interface file</categoryname>
 4054: <description>
 4055: associated with the scheme of displaying bookmarks
 4056: </description>
 4057: <filenames>
 4058: bookmarkmenu_toolbar.html;
 4059: blank.html;
 4060: closechildren.html
 4061: </filenames>
 4062: </fileglob>
 4063: <file>
 4064: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
 4065: <target dist='default'>
 4066: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
 4067: <categoryname>interface file</categoryname>
 4068: <description>
 4069: javascript for handling client-side interactions with bookmark interface
 4070: </description>
 4071: </file>
 4072: <file>
 4073: <source>loncom/build/CHECKRPMS</source>
 4074: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
 4075: <categoryname>system script</categoryname>
 4076: <description>
 4077: manilla wrapper around check-rpms
 4078: </description>
 4079: <status>tested/documented/beta</status>
 4080: </file>
 4081: <file>
 4082: <source>loncom/build/check-rpms</source>
 4083: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
 4084: <categoryname>system script</categoryname>
 4085: <description>
 4086: compare installed rpms with up-to-date distribution
 4087: </description>
 4088: <status>tested/documented/beta</status>
 4089: </file>
 4090: <file>
 4091: <source>doc/man/check-rpms.1</source>
 4092: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
 4093: <categoryname>doc</categoryname>
 4094: <description>man page for check-rpms</description>
 4095: <build trigger='always run'>
 4096: loncom/build/pod2man.sh check-rpms &gt; ../../doc/man/check-rpms.1 &amp;&amp; \
 4097: echo 'manifying check-rpms'
 4098: </build>
 4099: <status>beta</status>
 4100: <dependencies>
 4101: ../../loncom/build/check-rpms
 4102: </dependencies>
 4103: </file>
 4104: <file>
 4105: <source>doc/scripts/check-rpms.html</source>
 4106: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
 4107: </target>
 4108: <categoryname>doc</categoryname>
 4109: <description>POD-derived page for check-rpms</description>
 4110: <build trigger='always run'>
 4111: loncom/build/pod2html.sh check-rpms &gt; ../../doc/scripts/check-rpms.html \
 4112: &amp;&amp; echo 'pod2html checkrpms'
 4113: </build>
 4114: <status>works/unverified</status>
 4115: <dependencies>
 4116: ../../loncom/build/check-rpms
 4117: </dependencies>
 4118: </file>
 4119: <file>
 4120: <source>loncom/build/loncaparestoreconfigurations</source>
 4121: <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>
 4122: <categoryname>script</categoryname>
 4123: <description>
 4124: restores .rpmsave files after a LON-CAPA-base upgrade
 4125: </description>
 4126: <status>deprecated</status>
 4127: </file>
 4128: <file>
 4129: <source>loncom/cron/loncapa</source>
 4130: <target dist='default'>etc/cron.d/loncapa</target>
 4131: <categoryname>static conf</categoryname>
 4132: <description>
 4133: file that specifies periodic processes to run for the LON-CAPA machine
 4134: </description>
 4135: </file>
 4136: <file>
 4137: <source>loncom/ntp/step-tickers</source>
 4138: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
 4139: </target>
 4140: <categoryname>static conf</categoryname>
 4141: <description>
 4142: file that stimulates running of ntpdate upon init.d/xntpd initiation
 4143: </description>
 4144: <note>
 4145: <table cellpadding='0' cellspacing='0' border='1'>
 4146: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
 4147: </table>
 4148: </note>
 4149: </file>
 4150: <file>
 4151: <source>loncom/pam.d/pwauth</source>
 4152: <target dist='default'>etc/pam.d/pwauth</target>
 4153: <categoryname>static conf</categoryname>
 4154: <description>
 4155: file that allows setuid password privileges for pwauth executable
 4156: </description>
 4157: </file>
 4158: <file>
 4159: <source>loncom/pam.d/pwchange</source>
 4160: <target dist='default'>etc/pam.d/pwchange</target>
 4161: <categoryname>static conf</categoryname>
 4162: <description>
 4163: file that allows setuid password privileges for pwchange (lcpasswd) executable
 4164: </description>
 4165: </file>
 4166: <file>
 4167: <source>loncom/init.d/loncontrol</source>
 4168: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
 4169: <categoryname>root script</categoryname>
 4170: <description>
 4171: Controls the launching/halting of lonc, lond, and lonsql processes.
 4172: </description>
 4173: </file>
 4174: <link>
 4175: <linkto>etc/rc.d/init.d/loncontrol</linkto>
 4176: <target dist='default'>
 4177: etc/rc.d/rc0.d/K05loncontrol;
 4178: etc/rc.d/rc1.d/K05loncontrol;
 4179: etc/rc.d/rc2.d/K05loncontrol;
 4180: etc/rc.d/rc3.d/S95loncontrol;
 4181: etc/rc.d/rc4.d/S95loncontrol;
 4182: etc/rc.d/rc5.d/S95loncontrol;
 4183: etc/rc.d/rc6.d/K05loncontrol
 4184: </target>
 4185: <categoryname>symbolic link</categoryname>
 4186: <description>
 4187: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
 4188: </link>
 4189: <file>
 4190: <source>loncom/atalk/config</source>
 4191: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
 4192: <categoryname>static conf</categoryname>
 4193: <description>
 4194: configuration file to make LON-CAPA server file space accessible to
 4195: Appleshares access (Macintosh)
 4196: </description>
 4197: </file>
 4198: </files>
 4199: </lpml>

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