File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.128: download - view: text, annotated - select for diffs
Sun May 12 19:04:06 2002 UTC (22 years ago) by harris41
Branches: MAIN
CVS tags: HEAD
supporting loncapa_apache.conf in the installation
regards BUG 129

    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.128 2002/05/12 19:04:06 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="root script" type="runtime">
  144:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
  145:   <abbreviation>rootscript</abbreviation>
  146: </category>
  147: <category name="root script" type="development">
  148:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
  149:   <abbreviation>rootscript</abbreviation>
  150: </category>
  151: <category name="symbolic link" type="runtime">
  152:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
  153:   <abbreviation>link</abbreviation>
  154: </category>
  155: <category name="symbolic link" type="development">
  156:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
  157:   <abbreviation>link</abbreviation>
  158: </category>
  159: <category name="standard" type="runtime">
  160:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  161:   <abbreviation>directory</abbreviation>
  162: </category>
  163: <category name="standard" type="development">
  164:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  165:   <abbreviation>directory</abbreviation>
  166: </category>
  167: <category name="server standard" type="runtime">
  168:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
  169:   <abbreviation>directory</abbreviation>
  170: </category>
  171: <category name="server standard" type="development">
  172:   <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
  173:   <abbreviation>directory</abbreviation>
  174: </category>
  175: <category name="server readonly" type="runtime">
  176:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
  177:   <abbreviation>directory</abbreviation>
  178: </category>
  179: <category name="server readonly" type="development">
  180:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
  181:   <abbreviation>directory</abbreviation>
  182: </category>
  183: </categories>
  184: <rpm>
  185:   <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
  186:   <rpmName>LON-CAPA-base</rpmName>
  187:   <rpmVersion>3.1</rpmVersion>
  188:   <rpmRelease>1</rpmRelease>
  189:   <rpmVendor>Laboratory for Instructional Technology Education,
  190: Division of Science and Mathematics Education, Michigan State University.
  191:   </rpmVendor>
  192:   <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
  193:   <rpmCopyright>GNU General Public License. Version 2, June 1991.  Michigan State University patents may apply.</rpmCopyright>
  194:   <rpmGroup>Utilities/System</rpmGroup>
  195:   <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
  196:   <rpmAutoReqProv>no</rpmAutoReqProv>
  197:   <rpmdescription>This package facilitates a base installation of LON-CAPA \n
  198: files in their directories.\n
  199: For more on the LON-CAPA project, visit http://www.lon-capa.org/.
  200:   </rpmdescription>
  201:   <rpmpre>echo '***********************************************************************'\n
  202: echo 'LON-CAPA  LearningOnline with CAPA'\n
  203: echo 'http://www.lon-capa.org/'\n
  204: echo 'Gerd Kortemeyer, et al'\n
  205: echo 'Laboratory for Instructional Technology Education'\n
  206: echo 'Michigan State University'\n
  207: echo 'General Public License, Version 2, June 1991'\n
  208: echo '** Michigan State University patents may apply **'\n
  209: echo ' '\n
  210: echo 'This installation assumes an installation of Redhat 6.2'\n
  211: echo ' '\n
  212: echo 'The server computer should be currently connected to the ethernet'\n
  213: echo ' '\n
  214: echo '***********************************************************************'\n
  215: </rpmpre>
  216: <rpmRequires>
  217: <item>PreReq: LON-CAPA-setup</item>
  218: <item>PreReq: apache</item>
  219: <item>PreReq: /etc/httpd/conf/access.conf</item>
  220: </rpmRequires>
  221: </rpm>
  222: <directories>
  223: <directory dist='default'>
  224:   <targetdir dist='default'>etc</targetdir>
  225:   <categoryname>standard</categoryname>
  226:   <description>standard linux directory for configuration files</description>
  227: </directory>
  228: <directory dist='default'>
  229:   <targetdir dist='default'>etc/atalk</targetdir>
  230:   <categoryname>standard</categoryname>
  231:   <description>appletalk configuration files</description>
  232: </directory>
  233: <directory dist='default'>
  234:   <targetdir dist='default'>etc/cron.d</targetdir>
  235:   <categoryname>standard</categoryname>
  236:   <description>standard linux directory for running time-based "jobs"
  237:   </description>
  238: </directory>
  239: <directory dist='default'>
  240:   <targetdir dist='default'>etc/httpd/conf</targetdir>
  241:   <categoryname>standard</categoryname>
  242:   <description>web configuration files</description>
  243: </directory>
  244: <directory dist='default'>
  245:   <targetdir dist='default'>etc/ntp</targetdir>
  246:   <categoryname>standard</categoryname>
  247:   <description>configuration directory for network time protocol</description>
  248: </directory>
  249: <directory dist='default'>
  250:   <targetdir dist='default'>etc/pam.d</targetdir>
  251:   <categoryname>standard</categoryname>
  252:   <description>configuration directory for password authentication mechanism
  253:   </description>
  254: </directory>
  255: <directory dist='default'>
  256:   <targetdir dist='redhat7 redhat7.1'>etc/samba</targetdir>
  257:   <categoryname>standard</categoryname>
  258:   <description>configuration directory for samba authentication
  259:   </description>
  260: </directory>
  261: <directory dist='default'>
  262:   <targetdir dist='default'>etc/rc.d/init.d</targetdir>
  263:   <targetdir dist='debian2.2'>etc/init.d</targetdir>
  264:   <categoryname>standard</categoryname>
  265:   <description>scripts that run during system startup</description>
  266: </directory>
  267: <directory dist='default'>
  268:   <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
  269:   <targetdir dist='debian2.2'>etc/rc0.d</targetdir>
  270:   <categoryname>standard</categoryname>
  271:   <description>scripts that run for run-level 0</description>
  272: </directory>
  273: <directory dist='default'>
  274:   <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
  275:   <targetdir dist='debian2.2'>etc/rc1.d</targetdir>
  276:   <categoryname>standard</categoryname>
  277:   <description>scripts that run for run-level 1</description>
  278: </directory>
  279: <directory dist='default'>
  280:   <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
  281:   <targetdir dist='debian2.2'>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:   <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
  287:   <targetdir dist='debian2.2'>etc/rc3.d</targetdir>
  288:   <categoryname>standard</categoryname>
  289:   <description>scripts that run for run-level 3</description>
  290: </directory>
  291: <directory dist='default'>
  292:   <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
  293:   <targetdir dist='debian2.2'>etc/rc4.d</targetdir>
  294:   <categoryname>standard</categoryname>
  295:   <description>scripts that run for run-level 4</description>
  296: </directory>
  297: <directory dist='default'>
  298:   <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
  299:   <targetdir dist='debian2.2'>etc/rc5.d</targetdir>
  300:   <categoryname>standard</categoryname>
  301:   <description>scripts that run for run-level 5</description>
  302: </directory>
  303: <directory dist='default'>
  304:   <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
  305:   <targetdir dist='debian2.2'>etc/rc6.d</targetdir>
  306:   <categoryname>standard</categoryname>
  307:   <description>scripts that run for run-level 6</description>
  308: </directory>
  309: <directory dist='default'>
  310:   <targetdir dist='default'>home/httpd/lonTabs</targetdir>
  311:   <categoryname>standard</categoryname>
  312:   <description>tab-formatted reference files</description>
  313: </directory>
  314: <directory dist='default'>
  315:   <targetdir dist='default'>home/httpd</targetdir>
  316:   <categoryname>standard</categoryname>
  317:   <description>start of the web server tree</description>
  318: </directory>
  319: <directory dist='default'>
  320:   <targetdir dist='default'>home/httpd/perl</targetdir>
  321:   <categoryname>server readonly</categoryname>
  322:   <description>perl scripts for managing the LON-CAPA system</description>
  323: </directory>
  324: <directory dist='default'>
  325:   <targetdir dist='default'>home/httpd/perl/logs</targetdir>
  326:   <categoryname>server standard</categoryname>
  327:   <description>location where system performance and error logs are kept
  328:   </description>
  329: </directory>
  330: <directory dist='default'>
  331:   <targetdir dist='default'>home/httpd/html/lon-status/londchld</targetdir>
  332:   <categoryname>server standard</categoryname>
  333:   <description>
  334: Used by lond parent to check if children are responding to USR1 signals
  335: (otherwise they are killed and replaced).
  336:   </description>
  337: </directory>
  338: <directory dist='default'>
  339:   <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
  340:   <categoryname>server standard</categoryname>
  341:   <description>location where temporary files (for caching) are stored
  342:   </description>
  343: </directory>
  344: <directory dist='default'>
  345:   <targetdir dist='default'>home/httpd/prtspool</targetdir>
  346:   <categoryname>server standard</categoryname>
  347:   <description>for the output of lonprintout.pm
  348:   </description>
  349: </directory>
  350: <directory dist='default'>
  351:   <targetdir dist='default'>home/httpd/lib/perl</targetdir>
  352:   <categoryname>server readonly</categoryname>
  353:   <description>location of LON-CAPA non web mod-perl handlers</description>
  354: </directory>
  355: <directory dist='default'>
  356:   <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
  357:   <categoryname>server readonly</categoryname>
  358:   <description>location of LON-CAPA web mod-perl handlers</description>
  359: </directory>
  360: <directory dist='default'>
  361:   <targetdir dist='default'>home/httpd/lib/perl/HTML</targetdir>
  362:   <categoryname>server readonly</categoryname>
  363:   <description>location of HTML specific perl module fixes and additions
  364:   </description>
  365: </directory>
  366: <directory dist='default'>
  367:   <targetdir dist='default'>home/httpd/lib/perl/LONCAPA</targetdir>
  368:   <categoryname>server readonly</categoryname>
  369:   <description>location of HTML specific perl module fixes and additions
  370:   </description>
  371: </directory>
  372: <directory dist='default'>
  373:   <targetdir dist='default'>home/httpd/lonIDs</targetdir>
  374:   <categoryname>server standard</categoryname>
  375:   <description>cookie jar</description>
  376: </directory>
  377: <directory dist='default'>
  378:   <targetdir dist='default'>home/httpd/sockets</targetdir>
  379:   <categoryname>server standard</categoryname>
  380:   <description>lonc's sockets</description>
  381: </directory>
  382: <directory dist='default'>
  383:   <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
  384:   <categoryname>server standard</categoryname>
  385:   <description>lonc's sockets (delayed)</description>
  386: </directory>
  387: <directory dist='default'>
  388:   <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
  389:   <categoryname>standard</categoryname>
  390:   <description>location of cgi scripts</description>
  391: </directory>
  392: <directory dist='default'>
  393:   <targetdir dist='default'>home/httpd/html</targetdir>
  394:   <categoryname>server standard</categoryname>
  395:   <description>location of web-accessible file tree</description>
  396: </directory>
  397: <directory dist='default'>
  398:   <targetdir dist='default'>home/httpd/html/res</targetdir>
  399:   <categoryname>server standard</categoryname>
  400:   <description>root of resource tree</description>
  401: </directory>
  402: <directory dist='default'>
  403:   <targetdir dist='default'>home/httpd/html/adm</targetdir>
  404:   <categoryname>server readonly</categoryname>
  405:   <description>unauthenticated resources</description>
  406: </directory>
  407: <directory dist='default'>
  408:   <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
  409:   <categoryname>server readonly</categoryname>
  410:   <description>home of the rat</description>
  411: </directory>
  412: <directory dist='default'>
  413:   <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
  414:   <categoryname>server readonly</categoryname>
  415:   <description>online help documentation</description>
  416: </directory>
  417: <directory dist='default'>
  418:   <targetdir dist='default'>home/httpd/html/adm/help/lib/perl</targetdir>
  419:   <categoryname>server readonly</categoryname>
  420:   <description>online help documentation for the LON-CAPA programming
  421: interface</description>
  422: </directory>
  423: <directory dist='default'>
  424:   <targetdir dist='default'>home/httpd/html/adm/help/lib/perl/Apache
  425:   </targetdir>
  426:   <categoryname>server readonly</categoryname>
  427:   <description>online help documentation for the LON-CAPA programming
  428: interface, Apache (mod_perl) handlers</description>
  429: </directory>
  430: <directory dist='default'>
  431:   <targetdir dist='default'>home/httpd/html/adm/help/scripts</targetdir>
  432:   <categoryname>server readonly</categoryname>
  433:   <description>online help documentation for the LON-CAPA programming
  434: interface, Apache (mod_perl) handlers</description>
  435: </directory>
  436: <directory dist='default'>
  437:   <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
  438:   <categoryname>server readonly</categoryname>
  439:   <description>graphic widgets</description>
  440: </directory>
  441: <directory dist='default'>
  442:   <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
  443:   <categoryname>server readonly</categoryname>
  444:   <description>miscellaneous resources</description>
  445: </directory>
  446: <directory dist='default'>
  447:   <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
  448:   <categoryname>server readonly</categoryname>
  449:   <description>error warnings and icons</description>
  450: </directory>
  451: <directory dist='default'>
  452:   <targetdir dist='default'>home/httpd/lonUsers</targetdir>
  453:   <categoryname>server standard</categoryname>
  454:   <description>Home directories of local users.  There is a five-tier
  455: structure to the directories:
  456: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid].  For example,
  457: a user fredflint at MSU would have his information located in
  458: lonUsers/msu/f/r/e/fredflint.<br />&#160;<br />Within this directory there are
  459: a variety of files which govern the scope of what a user can do within the
  460: LON-CAPA system.  A passwd file determines the type of authentication
  461: mechanism to use.
  462:  There also are files such as roles.hist (and its database compilation,
  463: roles.db) which specify the roles and privileges for a user in the
  464: LON-CAPA system.</description>
  465: </directory>
  466: <directory dist='default'>
  467:   <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
  468:   <categoryname>server readonly</categoryname>
  469:   <description>mathematics markup language resources</description>
  470: </directory>
  471: <directory dist='default'>
  472:   <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
  473:   <categoryname>server readonly</categoryname>
  474:   <description>files useful for including within customized scripting
  475:   </description>
  476: </directory>
  477: <directory dist='default'>
  478:   <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
  479:   </targetdir>
  480:   <categoryname>server readonly</categoryname>
  481:   <description>template files useful for customized scripts</description>
  482: </directory>
  483: <directory dist='default'>
  484:   <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
  485:   <categoryname>server standard</categoryname>
  486:   <description>status reports</description>
  487: </directory>
  488: <directory dist='default'>
  489:   <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
  490:   <categoryname>server readonly</categoryname>
  491:   <description>web user interface resources</description>
  492: </directory>
  493: <directory dist='default'>
  494:   <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu
  495:   </targetdir>
  496:   <categoryname>server readonly</categoryname>
  497:   <description>bookmark user interface code</description>
  498: </directory>
  499: <directory dist='default'>
  500:   <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
  501:   </targetdir>
  502:   <categoryname>server readonly</categoryname>
  503:   <description></description>
  504: </directory>
  505: <directory dist='default'>
  506:   <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
  507:   </targetdir>
  508:   <categoryname>server readonly</categoryname>
  509:   <description>icons that help depict the file system (outdated)</description>
  510: </directory>
  511: <directory dist='default'>
  512:   <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
  513:   <targetdir dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
  514:   <targetdir dist='debian2.2'>usr/local/lib/perl/5.6.0</targetdir>
  515:   <categoryname>standard</categoryname>
  516:   <description>system perl tree (usually present on linux systems)
  517:   </description>
  518: </directory>
  519: <directory dist='default'>
  520:   <targetdir dist='default'>usr/local/bin</targetdir>
  521:   <categoryname>standard</categoryname>
  522:   <description>local binary files</description>
  523: </directory>
  524: <directory dist='default'>
  525:   <targetdir dist='default'>usr/local/man/man1</targetdir>
  526:   <categoryname>standard</categoryname>
  527:   <description>local manual pages</description>
  528: </directory>
  529: <directory dist='default'>
  530:   <targetdir dist='default'>usr/man/man1</targetdir>
  531:   <categoryname>standard</categoryname>
  532:   <description>manual pages</description>
  533: </directory>
  534: <directory dist='default'>
  535:   <targetdir dist='default'>usr/man/man3</targetdir>
  536:   <categoryname>standard</categoryname>
  537:   <description>manual pages</description>
  538: </directory>
  539: <directory dist='default'>
  540:   <targetdir dist='default'>usr/sbin</targetdir>
  541:   <categoryname>standard</categoryname>
  542:   <description>standard linux directory for superuser executables</description>
  543: </directory>
  544: </directories>
  545: <files>
  546: <file>
  547: <source>loncom/krb.conf</source>
  548: <target dist='default'>etc/krb.conf</target>
  549: <categoryname>conf</categoryname>
  550: <description>
  551: which Kerberos server to contact for specified Kerberos domains
  552: </description>
  553: <note>
  554: <table cellpadding='0' cellspacing='0' border='1'>
  555: <tr><td>
  556: list elements are separated by newlines
  557: </td></tr>
  558: <tr><td>
  559: each list element consists of only two subelements separated by a colon
  560: <br />
  561: <ul>
  562: <li>Kerberos domain value</li>
  563: <li>Kerberos server IP address</li>
  564: </ul>
  565: </td></tr>
  566: </table>
  567: </note>
  568: </file>
  569: <file>
  570: <source>loncom/loncapa.conf</source>
  571: <target dist='default'>etc/httpd/conf/loncapa.conf</target>
  572: <categoryname>conf</categoryname>
  573: <description>
  574: The goal of this file is to implement all LON-CAPA specific
  575: customization of the Apache web server that requires user input.
  576: </description>
  577: </file>
  578: <file>
  579: <source>loncom/loncapa_apache.conf</source>
  580: <target dist='default'>etc/httpd/conf/loncapa_apache.conf</target>
  581: <categoryname>static conf</categoryname>
  582: <description>
  583: The goal of this file is to implement all LON-CAPA specific
  584: customization of the Apache web server that does not require
  585: user input.
  586: </description>
  587: </file>
  588: <file>
  589: <source>loncom/access.conf</source>
  590: <target dist='default'>etc/httpd/conf/access.conf</target>
  591: <categoryname>conf</categoryname>
  592: <description>
  593: This file has two major functions.
  594: For the Apache web server, it defines a global
  595: access configuration which defines what server options (Indexes", "Includes",
  596: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
  597: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
  598: and "/usr/doc").  For the LON-CAPA network server and perl module
  599: handlers, it defines machine specific settings (lonHostID, lonRole,
  600: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt)
  601: and internal machine settings for specific directories, socket ports,
  602: and browser detection logic.
  603: </description>
  604: <note>
  605: <b>configure</b>
  606: <br />
  607: <table cellpadding='0' cellspacing='0' border='1'>
  608: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
  609: machine</td></tr>
  610: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
  611: access</td></tr>
  612: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
  613: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
  614: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
  615: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
  616: seconds</td></tr>
  617: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
  618: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
  619: MySQL database</td></tr>
  620: </table>
  621: </note>
  622: </file>
  623: <file>
  624: <source>loncom/startup.pl</source>
  625: <target dist='default'>etc/httpd/conf/startup.pl</target>
  626: <categoryname>static conf</categoryname>
  627: <description>
  628: This file provides initializations for perl handlers.  It adjusts what
  629: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
  630: well as causing the Apache module to be used for every perl handler.
  631: <tt>startup.pl</tt> is invoked by <tt>access.conf</tt>.
  632: </description>
  633: </file>
  634: <file>
  635: <source>loncom/publisher/thesaurus.dat</source>
  636: <target dist='default'>home/httpd/lonTabs/thesaurus.dat</target>
  637: <categoryname>static conf</categoryname>
  638: <description>
  639: Custom Thesaurus file for LON-CAPA, in the format
  640: word@wordID@frequency@relatedwordID:frequency,relatedwordID:frequency,...
  641: </description>
  642: </file>
  643: <file>
  644: <source>loncom/interface/mydesk.tab</source>
  645: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
  646: <categoryname>static conf</categoryname>
  647: <description>
  648: Config file for "My Desk"
  649: </description>
  650: </file>
  651: <file>
  652: <source>loncom/interface/filetypes.tab</source>
  653: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
  654: <categoryname>static conf</categoryname>
  655: <description>
  656: Descriptive list of file extensions, and extension groupings.
  657: </description>
  658: </file>
  659: <file>
  660: <source>loncom/cgi/barcode.gif</source>
  661: <target dist='default'>home/httpd/cgi-bin/barcode.gif</target>
  662: <categoryname>script</categoryname>
  663: <description>
  664: Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
  665: parameter.
  666: </description>
  667: </file>
  668: <file>
  669: <source>loncom/cgi/clusterstatus.pl</source>
  670: <target dist='default'>home/httpd/cgi-bin/clusterstatus.pl</target>
  671: <categoryname>script</categoryname>
  672: <description>
  673: utility cgi script to view status of cluster
  674: </description>
  675: </file>
  676: <file>
  677: <source>loncom/cgi/graph.gif</source>
  678: <target dist='default'>home/httpd/cgi-bin/graph.gif</target>
  679: <categoryname>script</categoryname>
  680: <description>
  681: Dynamically outputs a graph especially for lonstatistics.pm.
  682: </description>
  683: <note>
  684: Depends on perl modules:
  685: GDGraph-1.33 and GDTextUtils-0.80.
  686: </note>
  687: </file>
  688: <file>
  689: <source>loncom/cgi/lonversions.pl</source>
  690: <target dist='default'>home/httpd/cgi-bin/lonversions.pl</target>
  691: <categoryname>script</categoryname>
  692: <description>
  693: utility cgi script to view software versions of a remote server
  694: </description>
  695: </file>
  696: <file>
  697: <source>loncom/cgi/ping.pl</source>
  698: <target dist='default'>home/httpd/cgi-bin/ping.pl</target>
  699: <categoryname>script</categoryname>
  700: <description>
  701: cgi-script to ping other server
  702: </description>
  703: </file>
  704: <file>
  705: <source>loncom/cgi/plot.gif</source>
  706: <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
  707: <categoryname>script</categoryname>
  708: <description>
  709: Dynamically outputs X-Y plots with point, line, etc functions.
  710: </description>
  711: </file>
  712: <file>
  713: <source>loncom/interface/printout.pl</source>
  714: <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
  715: <categoryname>script</categoryname>
  716: <description>
  717: cgi script
  718: </description>
  719: <note>
  720: Depends on srm.conf entry:
  721: Alias /prtspool/ /home/httpd/prtspool/
  722: as well as a /home/httpd/prtspool directory.
  723: </note>
  724: </file>
  725: <file>
  726: <source>loncom/cgi/metadata_keywords.pl</source>
  727: <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
  728: <categoryname>script</categoryname>
  729: <description>
  730: a cgi-script (not mod_perl), which contacts MySQL and pulls
  731: out all keywords in this format:
  732: 
  733: coil,magnetic,transformer
  734: transformer,coils,current,amperes,voltage,transformers,coil
  735: flux,magnetic,current,transformer
  736: coil,loop,field,magnetic
  737: 
  738: ... etc (one line per entry).
  739: 
  740: and simply prints this text-only (no markup) to the browser
  741: </description>
  742: </file>
  743: <fileglob>
  744: <glob>*.*</glob>
  745: <sourcedir>loncom/homework/templates/</sourcedir>
  746: <targetdir dist='default'>
  747: home/httpd/html/res/adm/includes/templates/</targetdir>
  748: <categoryname>static conf</categoryname>
  749: <description>
  750: Template files for generating new resources.
  751: </description>
  752: <filenames>
  753: blank.library;
  754: blank.library.meta;
  755: blank.problem;
  756: blank.problem.meta;
  757: formula.problem;
  758: formula.problem.meta;
  759: numerical.problem;
  760: numerical.problem.meta;
  761: RadioResponse.problem;
  762: RadioResponse.problem.meta;
  763: SelectFromOptions-4ConceptGoups.problem;
  764: SelectFromOptions-4ConceptGoups.problem.meta;
  765: SelectFromOptions-5ConceptGoups.problem;
  766: SelectFromOptions-5ConceptGoups.problem.meta;
  767: SelectFromOptions-6ConceptGoups.problem;
  768: SelectFromOptions-6ConceptGoups.problem.meta;
  769: SelectFromOptions-7ConceptGoups.problem;
  770: SelectFromOptions-7ConceptGoups.problem.meta;
  771: SelectFromOptions-8ConceptGoups.problem;
  772: SelectFromOptions-8ConceptGoups.problem.meta;
  773: SelectFromOptions-Simple.problem;
  774: SelectFromOptions-Simple.problem.meta;
  775: script.library;
  776: script.library.meta;
  777: SimpleStringResponse.problem;
  778: SimpleStringResponse.problem.meta;
  779: StringResponse.problem;
  780: StringResponse.problem.meta
  781: </filenames>
  782: </fileglob>
  783: <file>
  784: <source>loncom/homework/insertlist.tab</source>
  785: <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
  786: <categoryname>static conf</categoryname>
  787: <description>
  788: Describes what tags are allowed inside other tags.
  789: </description>
  790: </file>
  791: <file>
  792: <source>CAPA/JavaTools/GLabel.class</source>
  793: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
  794: </target>
  795: <categoryname>static conf</categoryname>
  796: <description>
  797: Java applet for labelling graphs.
  798: </description>
  799: <note>
  800: Built from Glabel.java.  Still working on build/dependency details.
  801: </note>
  802: </file>
  803: <file>
  804: <source>loncom/interface/default.assesscalc</source>
  805: <target dist='default'>home/httpd/html/res/adm/includes/default.assesscalc
  806: </target>
  807: <categoryname>static conf</categoryname>
  808: <description>
  809: Default spreadsheet for individual assessment.
  810: </description>
  811: </file>
  812: <file>
  813: <source>loncom/interface/default.studentcalc</source>
  814: <target dist='default'>home/httpd/html/res/adm/includes/default.studentcalc
  815: </target>
  816: <categoryname>static conf</categoryname>
  817: <description>
  818: Default spreadsheet for assessment of students.
  819: </description>
  820: </file>
  821: <file>
  822: <source>loncom/interface/default.classcalc</source>
  823: <target dist='default'>home/httpd/html/res/adm/includes/default.classcalc
  824: </target>
  825: <categoryname>static conf</categoryname>
  826: <description>
  827: Default spreadsheet for assessment of a class.
  828: </description>
  829: </file>
  830: <file>
  831: <source>loncom/auth/roles.tab</source>
  832: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
  833: <categoryname>static conf</categoryname>
  834: <description>
  835: List of privileges associated with users of multiple types (for example:
  836: Teaching Assistant, Exam Proctor, Course Coordinator)
  837: </description>
  838: </file>
  839: <file>
  840: <source>loncom/auth/rolesplain.tab</source>
  841: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
  842: <categoryname>static conf</categoryname>
  843: <description>
  844: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
  845: and privileges available in the network with function
  846: </description>
  847: </file>
  848: <file>
  849: <source>loncom/hosts.tab</source>
  850: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
  851: <categoryname>static conf</categoryname>
  852: <description>
  853: List of all machines in the LON-CAPA network.  Relates <tt>lonHostID</tt> to
  854: <tt>lonDefDomain</tt> and <u>IP address</u>.
  855: </description>
  856: </file>
  857: <file>
  858: <source>loncom/spare.tab</source>
  859: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
  860: <categoryname>conf</categoryname>
  861: <description>
  862: Spare hosts to offload session to if the LON-CAPA machine is overloaded
  863: </description>
  864: <note>
  865: <b>configure</b><br />
  866: <table cellpadding='0' cellspacing='0' border='1'>
  867: <tr><td>
  868: list elements are separated by newlines
  869: </td></tr>
  870: <tr><td>
  871: each list element consists of only one value; the value for <tt>lonHostID</tt>
  872: in <tt>access.conf</tt>
  873: </td></tr>
  874: </table>
  875: </note>
  876: </file>
  877: <file>
  878: <source>loncom/htpasswd</source>
  879: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
  880: <categoryname>conf</categoryname>
  881: <description>
  882: Basic auth password to access /lon-status and /server-status
  883: </description>
  884: </file>
  885: <file>
  886: <source>loncom/smb.conf</source>
  887: <target dist='default'>etc/smb.conf</target>
  888: <target dist='redhat7 redhat7.1'>etc/samba/smb.conf</target>
  889: <categoryname>conf</categoryname>
  890: <description>
  891: configuration file to make LON-CAPA server file space accessible to network
  892: neighborhood
  893: </description>
  894: </file>
  895: <file>
  896: <source>loncom/ntp.conf</source>
  897: <target dist='default'>etc/ntp.conf</target>
  898: <categoryname>conf</categoryname>
  899: <description>
  900: which NTP server to contact for information (XNTP3 standard)
  901: </description>
  902: <note>
  903: <table cellpadding='0' cellspacing='0' border='1'>
  904: <tr><td>
  905: only one line needs to be changed to specify a server ip address
  906: </td></tr>
  907: <tr><td>
  908: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
  909: </td></tr>
  910: </table>
  911: </note>
  912: </file>
  913: <file>
  914: <source>loncom/metadata_database/searchcat.pl</source>
  915: <target dist='default'>home/httpd/perl/searchcat.pl</target>
  916: <categoryname>script</categoryname>
  917: <description>
  918: Batch script for updating SQL metadata database.
  919: </description>
  920: </file>
  921: <file>
  922: <source>loncom/lonc</source>
  923: <target dist='default'>home/httpd/perl/lonc</target>
  924: <categoryname>script</categoryname>
  925: <description>
  926: proxy server
  927: </description>
  928: </file>
  929: <file>
  930: <source>doc/man/lonc.1</source>
  931: <target dist='default'>usr/man/man1/lonc.1</target>
  932: <categoryname>doc</categoryname>
  933: <description>man page for lonc</description>
  934: <build trigger='always run'>
  935: loncom/build/pod2man.sh ../lonc &gt; ../../doc/man/lonc.1 &amp;&amp; \
  936: echo 'manifying lonc'
  937: </build>
  938: <status>works/unverified</status>
  939: <dependencies>
  940: ../../loncom/lonc
  941: </dependencies>
  942: </file>
  943: <file>
  944: <source>doc/scripts/lonc.html</source>
  945: <target dist='default'>home/httpd/html/adm/help/scripts/lonc.html</target>
  946: <categoryname>doc</categoryname>
  947: <description>POD-derived page for lonc</description>
  948: <build trigger='always run'>
  949: loncom/build/pod2html.sh ../lonc &gt; ../../doc/scripts/lonc.html &amp;&amp; \
  950: echo 'pod2html lonc'
  951: </build>
  952: <status>works/unverified</status>
  953: <dependencies>
  954: ../../loncom/lonc
  955: </dependencies>
  956: </file>
  957: <file>
  958: <source>loncom/lond</source>
  959: <target dist='default'>home/httpd/perl/lond</target>
  960: <categoryname>script</categoryname>
  961: <description>
  962: This is a remote command interpreter on a TCP LON-CAPA network layer.
  963: It accepts and processes incoming requests from other LON-CAPA machines
  964: on the network.  lond's functionality is self-contained in the sense
  965: that it does not reference (import, require, use) any other file
  966: described in this document.  There are only 15 subroutines in this
  967: script, however the <tt>make_new_child</tt> subroutine is quite
  968: complex since it parses and responds about 29 different types of 
  969: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
  970: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
  971: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
  972: tmpput, tmpget, and ls).
  973: </description>
  974: </file>
  975: <file>
  976: <source>doc/man/lond.1</source>
  977: <target dist='default'>usr/man/man1/lond.1</target>
  978: <categoryname>doc</categoryname>
  979: <description>man page for lond</description>
  980: <build trigger='always run'>
  981: loncom/build/pod2man.sh ../lond &gt; ../../doc/man/lond.1 &amp;&amp; \
  982: echo 'manifying lond'
  983: </build>
  984: <status>works/unverified</status>
  985: <dependencies>
  986: ../../loncom/lond
  987: </dependencies>
  988: </file>
  989: <file>
  990: <source>doc/scripts/lond.html</source>
  991: <target dist='default'>home/httpd/html/adm/help/scripts/lond.html</target>
  992: <categoryname>doc</categoryname>
  993: <description>POD-derived page for lond</description>
  994: <build trigger='always run'>
  995: loncom/build/pod2html.sh ../lond &gt; ../../doc/scripts/lond.html &amp;&amp; \
  996: echo 'pod2html lond'
  997: </build>
  998: <status>works/unverified</status>
  999: <dependencies>
 1000: ../../loncom/lond
 1001: </dependencies>
 1002: </file>
 1003: <file>
 1004: <source>loncom/cgi/loncron.pl</source>
 1005: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
 1006: <categoryname>script</categoryname>
 1007: <description>CGI script that starts and pipes output of loncron</description>
 1008: </file>
 1009: <file>
 1010: <source>loncom/loncron</source>
 1011: <target dist='default'>home/httpd/perl/loncron</target>
 1012: <categoryname>script</categoryname>
 1013: <description>housekeeping</description>
 1014: </file>
 1015: <file>
 1016: <source>loncom/lonsql</source>
 1017: <target dist='default'>home/httpd/perl/lonsql</target>
 1018: <categoryname>script</categoryname>
 1019: <description>maintain secondary database of metadata</description>
 1020: </file>
 1021: <file>
 1022: <source>doc/man/lonsql.1</source>
 1023: <target dist='default'>usr/man/man1/lonsql.1</target>
 1024: <categoryname>doc</categoryname>
 1025: <description>man page for lonsql</description>
 1026: <build trigger='always run'>
 1027: loncom/build/pod2man.sh ../lonsql &gt; ../../doc/man/lonsql.1 &amp;&amp; \
 1028: echo 'manifying lonsql'
 1029: </build>
 1030: <status>works/unverified</status>
 1031: <dependencies>
 1032: ../../loncom/lonsql
 1033: </dependencies>
 1034: </file>
 1035: <file>
 1036: <source>doc/scripts/lonsql.html</source>
 1037: <target dist='default'>home/httpd/html/adm/help/scripts/lonsql.html</target>
 1038: <categoryname>doc</categoryname>
 1039: <description>POD-derived page for lonsql</description>
 1040: <build trigger='always run'>
 1041: loncom/build/pod2html.sh ../lonsql &gt; ../../doc/scripts/lonsql.html &amp;&amp; \
 1042: echo 'pod2html lonsql'
 1043: </build>
 1044: <status>works/unverified</status>
 1045: <dependencies>
 1046: ../../loncom/lonsql
 1047: </dependencies>
 1048: </file>
 1049: <file>
 1050: <source>loncom/lcpasswd</source>
 1051: <target dist='default'>home/httpd/perl/lcpasswd</target>
 1052: <categoryname>setuid script</categoryname>
 1053: <description>
 1054: Coordinates the system services and files in order to allow lond to change
 1055: user passwords.
 1056: </description>
 1057: <status>being updated</status>
 1058: </file>
 1059: <file>
 1060: <source>loncom/pwchange</source>
 1061: <target dist='default'>home/httpd/perl/pwchange</target>
 1062: <categoryname>setuid script</categoryname>
 1063: <description>
 1064: Allows www to change user passwords.
 1065: </description>
 1066: <status>being updated</status>
 1067: </file>
 1068: <file>
 1069: <source>loncom/lcuseradd</source>
 1070: <target dist='default'>home/httpd/perl/lcuseradd</target>
 1071: <categoryname>setuid script</categoryname>
 1072: <description>
 1073: Coordinates the system services and files in order to allow lond to add a
 1074: new user.
 1075: </description>
 1076: <status>being updated</status>
 1077: </file>
 1078: <file>
 1079: <source>loncom/lchtmldir</source>
 1080: <target dist='default'>home/httpd/perl/lchtmldir</target>
 1081: <categoryname>setuid script</categoryname>
 1082: <description>
 1083: Manages the file system rammifications of adding author mode to a user. 
 1084: If necessary a public_html diretory is added, permissions and ownership are
 1085: set according to the user's authentication mode.
 1086: </description>
 1087: <status>New file</status>
 1088: </file>
 1089: <file>
 1090: <source>loncom/lcuserdel</source>
 1091: <target dist='default'>home/httpd/perl/lcuserdel</target>
 1092: <categoryname>setuid script</categoryname>
 1093: <description>
 1094: Coordinates the system services and files in order to allow lond to delete a
 1095: user.
 1096: </description>
 1097: <status>deprecated</status>
 1098: </file>
 1099: <file>
 1100: <source>loncom/lcnfson</source>
 1101: <target dist='default'>home/httpd/perl/lcnfson</target>
 1102: <categoryname>setuid script</categoryname>
 1103: <description>
 1104: coordinates the system services and files in order to allow lond to enable NFS
 1105: for a user
 1106: </description>
 1107: <status>deprecated</status>
 1108: </file>
 1109: <file>
 1110: <source>loncom/lcnfsoff</source>
 1111: <target dist='default'>home/httpd/perl/lcnfsoff</target>
 1112: <categoryname>setuid script</categoryname>
 1113: <description>
 1114: coordinates the system services and files in order to allow lond to disable NFS
 1115: for a user
 1116: </description>
 1117: <status>deprecated</status>
 1118: </file>
 1119: <file>
 1120: <source>loncom/license/gpl.txt</source>
 1121: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
 1122: <categoryname>interface file</categoryname>
 1123: <description>
 1124: GNU General Public License.  Long live the cause of freeware!
 1125: </description>
 1126: </file>
 1127: <file>
 1128: <source>loncom/license/about.html</source>
 1129: <target dist='default'>home/httpd/html/adm/about.html</target>
 1130: <categoryname>interface file</categoryname>
 1131: <description>
 1132: The "About" Page.
 1133: </description>
 1134: </file>
 1135: <file>
 1136: <source>loncom/publisher/publisher.html</source>
 1137: <target dist='default'>home/httpd/html/adm/publisher.html</target>
 1138: <categoryname>interface file</categoryname>
 1139: <description>
 1140: HTML frame that presents a form element to allow for the publishing of
 1141: resources, directories and underlying subdirectories.
 1142: </description>
 1143: </file>
 1144: <file>
 1145: <source>loncom/html/adm/noidea.html</source>
 1146: <target dist='default'>home/httpd/html/adm/noidea.html</target>
 1147: <categoryname>interface file</categoryname>
 1148: <description>
 1149: Interface file for responding to improper page flipping.
 1150: </description>
 1151: </file>
 1152: <file>
 1153: <source>loncom/xml/physnet.sty</source>
 1154: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
 1155: <categoryname>static conf</categoryname>
 1156: <description>
 1157: The relevant conditions and metadata to attach to PhysNet-specific tags.
 1158: </description>
 1159: </file>
 1160: <file>
 1161: <source>loncom/homework/lectureonline.sty</source>
 1162: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty
 1163: </target>
 1164: <categoryname>static conf</categoryname>
 1165: <description>
 1166: The relevant conditions and metadata to attach to LectureOnline-specific tags.
 1167: </description>
 1168: </file>
 1169: <file>
 1170: <source>loncom/misc/un_keyword.tab</source>
 1171: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
 1172: <categoryname>conf</categoryname>
 1173: <description>
 1174: File which contains words which should not be keywords used to specify resource
 1175: content.
 1176: </description>
 1177: </file>
 1178: <file>
 1179: <source>loncom/publisher/packages.tab</source>
 1180: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
 1181: <categoryname>static conf</categoryname>
 1182: <description>
 1183: Parameter packages, so that assessments can publish parameter packages
 1184: needed, which are then expanded into individual parameters - allows to
 1185: retroactively add new parameters to already published assessments.
 1186: </description>
 1187: </file>
 1188: <file>
 1189: <source>loncom/publisher/copyright.tab</source>
 1190: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
 1191: <categoryname>static conf</categoryname>
 1192: <description>
 1193: Table which contains list of copyright possibilities for educational resources.
 1194: </description>
 1195: </file>
 1196: <file>
 1197: <source>loncom/publisher/language.tab</source>
 1198: <target dist='default'>home/httpd/lonTabs/language.tab</target>
 1199: <categoryname>static conf</categoryname>
 1200: <description>
 1201: Table which contains string abbreviations of language::font rendering
 1202: combinations.
 1203: </description>
 1204: </file>
 1205: <file>
 1206: <source>loncom/publisher/addid.tab</source>
 1207: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
 1208: <categoryname>static conf</categoryname>
 1209: <description>
 1210: Table which has hash data necessary for distinguishing IDs from indices.
 1211: </description>
 1212: </file>
 1213: <file>
 1214: <source>rat/lonwrapper.pm</source>
 1215: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
 1216: <categoryname>handler</categoryname>
 1217: <description>
 1218: Wrapper for external and binary files as standalone resources.
 1219: Edit handler for rat maps; TeX content handler.
 1220: </description>
 1221: <status>works/unverified</status>
 1222: </file>
 1223: <file>
 1224: <source>loncom/publisher/loncfile.pm</source>
 1225: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
 1226: <categoryname>handler</categoryname>
 1227: <description>
 1228: Provides web-based functionality for file copy, rename, mkdir, etc, in the
 1229: construction space menu.
 1230: </description>
 1231: <status>works/unverified</status>
 1232: </file>
 1233: <file>
 1234: <source>loncom/interface/lonstatistics.pm</source>
 1235: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
 1236: <categoryname>handler</categoryname>
 1237: <description>
 1238: Handler to show statistics on solving LON-CAPA problems.
 1239: </description>
 1240: <status>works/unverified</status>
 1241: </file>
 1242: <file>
 1243: <source>loncom/publisher/londiff.pm</source>
 1244: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
 1245: <categoryname>handler</categoryname>
 1246: <description>
 1247: Handler to show difference between two files.
 1248: </description>
 1249: <status>works/unverified</status>
 1250: </file>
 1251: <file>
 1252: <source>loncom/publisher/lonupload.pm</source>
 1253: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
 1254: <categoryname>handler</categoryname>
 1255: <description>
 1256: Handler to upload files through browser into construction space.
 1257: </description>
 1258: <status>works/unverified</status>
 1259: </file>
 1260: <file>
 1261: <source>doc/man/Apache__lonupload.3</source>
 1262: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
 1263: <categoryname>doc</categoryname>
 1264: <description>man page for lonupload.pm</description>
 1265: <build trigger='always run'>
 1266: loncom/build/pod2man.sh ../publisher/lonupload.pm &gt; \
 1267: ../../doc/man/Apache__lonupload.3 &amp;&amp; echo 'manifying lonupload.pm'
 1268: </build>
 1269: <status>works/unverified</status>
 1270: <dependencies>
 1271: ../../loncom/publisher/lonupload.pm
 1272: </dependencies>
 1273: </file>
 1274: <file>
 1275: <source>doc/lib/perl/Apache/lonupload.html</source>
 1276: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
 1277: </target>
 1278: <categoryname>doc</categoryname>
 1279: <description>POD-derived page for lonupload.pm</description>
 1280: <build trigger='always run'>
 1281: loncom/build/pod2html.sh ../publisher/lonupload.pm &gt; \
 1282: ../../doc/lib/perl/Apache/lonupload.html &amp;&amp; \
 1283: echo 'pod2html lonupload.pm'
 1284: </build>
 1285: <status>works/unverified</status>
 1286: <dependencies>
 1287: ../../loncom/publisher/lonupload.pm
 1288: </dependencies>
 1289: </file>
 1290: <file>
 1291: <source>loncom/homework/essayresponse.pm</source>
 1292: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
 1293: <categoryname>handler</categoryname>
 1294: <description>
 1295: Handler to evaluate essay (ungraded) style responses.
 1296: </description>
 1297: <status>works/unverified</status>
 1298: </file>
 1299: <file>
 1300: <source>loncom/homework/externalresponse.pm</source>
 1301: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
 1302: <categoryname>handler</categoryname>
 1303: <description>
 1304: Handler to evaluate externally graded responses.
 1305: </description>
 1306: <status>works/unverified</status>
 1307: </file>
 1308: <file>
 1309: <source>loncom/homework/loncapagrade.pm</source>
 1310: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
 1311: <categoryname>handler</categoryname>
 1312: <description>
 1313: Handler to evaluate externally graded responses.
 1314: </description>
 1315: <status>works/unverified</status>
 1316: </file>
 1317: <file>
 1318: <source>loncom/publisher/lonpubdir.pm</source>
 1319: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
 1320: <categoryname>handler</categoryname>
 1321: <description>
 1322: Handler to publish directories.
 1323: </description>
 1324: </file>
 1325: <file>
 1326: <source>doc/man/Apache__lonpubdir.3</source>
 1327: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
 1328: <categoryname>doc</categoryname>
 1329: <description>man page for lonpubdir.pm</description>
 1330: <build trigger='always run'>
 1331: loncom/build/pod2man.sh ../publisher/lonpubdir.pm &gt; \
 1332: ../../doc/man/Apache__lonpubdir.3 &amp;&amp; echo 'manifying lonpubdir.pm'
 1333: </build>
 1334: <status>works/unverified</status>
 1335: <dependencies>
 1336: ../../loncom/lonnet/perl/lonnet.pm
 1337: </dependencies>
 1338: </file>
 1339: <file>
 1340: <source>doc/lib/perl/Apache/lonpubdir.html</source>
 1341: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
 1342: </target>
 1343: <categoryname>doc</categoryname>
 1344: <description>POD-derived page for lonpubdir.pm</description>
 1345: <build trigger='always run'>
 1346: loncom/build/pod2html.sh ../publisher/lonpubdir.pm &gt; \
 1347: ../../doc/lib/perl/Apache/lonpubdir.html &amp;&amp; \
 1348: echo 'pod2html lonpubdir.pm'
 1349: </build>
 1350: <status>works/unverified</status>
 1351: <dependencies>
 1352: ../../loncom/publisher/lonpubdir.pm
 1353: </dependencies>
 1354: </file>
 1355: <file>
 1356: <source>loncom/publisher/lonretrieve.pm</source>
 1357: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
 1358: <categoryname>handler</categoryname>
 1359: <description>
 1360: Handler to retrieve old versions from resource space.
 1361: </description>
 1362: <status>works/unverified</status>
 1363: </file>
 1364: <file>
 1365: <source>doc/man/Apache__lonretrieve.3</source>
 1366: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
 1367: <categoryname>doc</categoryname>
 1368: <description>man page for lonretrieve.pm</description>
 1369: <build trigger='always run'>
 1370: loncom/build/pod2man.sh ../publisher/lonretrieve.pm &gt; \
 1371: ../../doc/man/Apache__lonretrieve.3 &amp;&amp; echo 'manifying lonretrieve.pm'
 1372: </build>
 1373: <status>works/unverified</status>
 1374: <dependencies>
 1375: ../../loncom/publisher/lonretrieve.pm
 1376: </dependencies>
 1377: </file>
 1378: <file>
 1379: <source>doc/lib/perl/Apache/lonretrieve.html</source>
 1380: <target dist='default'>
 1381: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
 1382: </target>
 1383: <categoryname>doc</categoryname>
 1384: <description>POD-derived page for lonretrieve.pm</description>
 1385: <build trigger='always run'>
 1386: loncom/build/pod2html.sh ../publisher/lonretrieve.pm &gt; \
 1387: ../../doc/lib/perl/Apache/lonretrieve.html &amp;&amp; \
 1388: echo 'pod2html lonretrieve.pm'
 1389: </build>
 1390: <status>works/unverified</status>
 1391: <dependencies>
 1392: ../../loncom/publisher/lonretrieve.pm
 1393: </dependencies>
 1394: </file>
 1395: <file>
 1396: <source>loncom/homework/edit.pm</source>
 1397: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
 1398: <categoryname>handler</categoryname>
 1399: <description>
 1400: Helper functions when in homework edit mode.
 1401: </description>
 1402: </file>
 1403: <file>
 1404: <source>doc/man/Apache__edit.3</source>
 1405: <target dist='default'>usr/man/man3/Apache::edit.3</target>
 1406: <categoryname>doc</categoryname>
 1407: <description>man page for edit.pm</description>
 1408: <build trigger='always run'>
 1409: loncom/build/pod2man.sh ../homework/edit.pm &gt; ../../doc/man/Apache__edit.3 &amp;&amp; \
 1410: echo 'manifying edit.pm'
 1411: </build>
 1412: <status>works/unverified</status>
 1413: <dependencies>
 1414: ../../loncom/homework/edit.pm
 1415: </dependencies>
 1416: </file>
 1417: <file>
 1418: <source>doc/lib/perl/Apache/edit.html</source>
 1419: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
 1420: </target>
 1421: <categoryname>doc</categoryname>
 1422: <description>POD-derived page for edit.pm</description>
 1423: <build trigger='always run'>
 1424: loncom/build/pod2html.sh ../homework/edit.pm &gt; \
 1425: ../../doc/lib/perl/Apache/edit.html \
 1426: &amp;&amp; echo 'pod2html edit.pm'
 1427: </build>
 1428: <status>works/unverified</status>
 1429: <dependencies>
 1430: ../../loncom/homework/edit.pm
 1431: </dependencies>
 1432: </file>
 1433: <file>
 1434: <source>loncom/interface/lonmeta.pm</source>
 1435: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
 1436: <categoryname>handler</categoryname>
 1437: <description>Metadata display handler.</description>
 1438: <status>works/unverified</status>
 1439: </file>
 1440: <file>
 1441: <source>rat/lonambiguous.pm</source>
 1442: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
 1443: <categoryname>handler</categoryname>
 1444: <description>
 1445: Handler to resolve ambiguous file locations.
 1446: </description>
 1447: <status>works/unverified</status>
 1448: </file>
 1449: <file>
 1450: <source>rat/lonratparms.pm</source>
 1451: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
 1452: <categoryname>handler</categoryname>
 1453: <description>
 1454: Handler to set resource parameters inside of the RAT based on metadata.
 1455: </description>
 1456: <status>works/unverified</status>
 1457: </file>
 1458: <file>
 1459: <source>rat/lonsequence.pm</source>
 1460: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
 1461: <categoryname>handler</categoryname>
 1462: <description>
 1463: Handler for showing sequence objects of educational resources.
 1464: </description>
 1465: <status>works/unverified</status>
 1466: </file>
 1467: <file>
 1468: <source>loncom/interface/loncreatecourse.pm</source>
 1469: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
 1470: <categoryname>handler</categoryname>
 1471: <description>
 1472: Allows domain coordinators to create new courses and assign course
 1473: coordinators.
 1474: </description>
 1475: <status>works/unverified</status>
 1476: </file>
 1477: <file>
 1478: <source>loncom/interface/loncreateuser.pm</source>
 1479: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
 1480: <categoryname>handler</categoryname>
 1481: <description>
 1482: Allows users to within their own privileges create/edit users and give
 1483: them roles. 
 1484: </description>
 1485: <status>works/unverified</status>
 1486: </file>
 1487: <file>
 1488: <source>loncom/interface/lonchart.pm</source>
 1489: <target dist='default'>home/httpd/lib/perl/Apache/lonchart.pm</target>
 1490: <categoryname>handler</categoryname>
 1491: <description>
 1492: Produces simple LectureOnline-like student assessment performance chart
 1493: </description>
 1494: </file>
 1495: <file>
 1496: <source>loncom/interface/loncommon.pm</source>
 1497: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
 1498: <categoryname>handler</categoryname>
 1499: <description>
 1500: Makes a table out of the previous attempts.  Inputs result_from_symbread,
 1501: user, domain, home_server, course_id.
 1502: </description>
 1503: <status>works/unverified</status>
 1504: </file>
 1505: <file>
 1506: <source>doc/man/Apache__loncommon.3</source>
 1507: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
 1508: <categoryname>doc</categoryname>
 1509: <description>man page for loncommon.pm</description>
 1510: <build trigger='always run'>
 1511: loncom/build/pod2man.sh ../interface/loncommon.pm &gt; \
 1512: ../../doc/man/Apache__loncommon.3 &amp;&amp; echo 'manifying loncommon.pm'
 1513: </build>
 1514: <status>works/unverified</status>
 1515: <dependencies>
 1516: ../../loncom/interface/loncommon.pm
 1517: </dependencies>
 1518: </file>
 1519: <file>
 1520: <source>doc/lib/perl/Apache/loncommon.html</source>
 1521: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
 1522: </target>
 1523: <categoryname>doc</categoryname>
 1524: <description>POD-derived page for loncommon.pm</description>
 1525: <build trigger='always run'>
 1526: loncom/build/pod2html.sh ../interface/loncommon.pm &gt; \
 1527: ../../doc/lib/perl/Apache/loncommon.html &amp;&amp; \
 1528: echo 'pod2html loncommon.pm'
 1529: </build>
 1530: <status>works/unverified</status>
 1531: <dependencies>
 1532: ../../loncom/interface/loncommon.pm
 1533: </dependencies>
 1534: </file>
 1535: <file>
 1536: <source>loncom/homework/grades.pm</source>
 1537: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
 1538: <categoryname>handler</categoryname>
 1539: <description>Handles the viewing of grades.</description>
 1540: </file>
 1541: <file>
 1542: <source>loncom/homework/imageresponse.pm</source>
 1543: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
 1544: <categoryname>handler</categoryname>
 1545: <description>
 1546: Coordinates the response to clicking an image.
 1547: </description>
 1548: <status>works/unverified</status>
 1549: </file>
 1550: <file>
 1551: <source>loncom/homework/optionresponse.pm</source>
 1552: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
 1553: <categoryname>handler</categoryname>
 1554: <description>
 1555: Handles tags associated with showing a list of options.</description>
 1556: </file>
 1557: <file>
 1558: <source>loncom/homework/outputtags.pm</source>
 1559: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
 1560: <categoryname>handler</categoryname>
 1561: <description>
 1562: Handles tags associated with output.  Seems to relate to due dates of the
 1563: assignment.
 1564: </description>
 1565: <status>works/unverified</status>
 1566: </file>
 1567: <file>
 1568: <source>loncom/interface/lontest.pm</source>
 1569: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
 1570: <categoryname>handler</categoryname>
 1571: <description>
 1572: Used for debugging and testing the LON-CAPA system.
 1573: </description>
 1574: <status>works/unverified</status>
 1575: </file>
 1576: <file>
 1577: <source>loncom/homework/radiobuttonresponse.pm</source>
 1578: <target dist='default'>
 1579: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
 1580: <categoryname>handler</categoryname>
 1581: <description>
 1582: Handles multiple-choice style responses.
 1583: </description>
 1584: <status>works/unverified</status>
 1585: </file>
 1586: <file>
 1587: <source>loncom/interface/lonassignments.pm</source>
 1588: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
 1589: <categoryname>handler</categoryname>
 1590: <description>
 1591: Handles processing of assignments.
 1592: </description>
 1593: <status>works/unverified</status>
 1594: </file>
 1595: <file>
 1596: <source>loncom/interface/loncommunicate.pm</source>
 1597: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
 1598: <categoryname>handler</categoryname>
 1599: <description>
 1600: Will be the access handler to email sending, as well as the planned
 1601: chatrooms, etc.
 1602: </description>
 1603: <status>works/unverified</status>
 1604: </file>
 1605: <file>
 1606: <source>loncom/interface/lonerrorhandler.pm</source>
 1607: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
 1608: <categoryname>handler</categoryname>
 1609: <description>
 1610: Handles errors.
 1611: </description>
 1612: <status>works/unverified</status>
 1613: </file>
 1614: <file>
 1615: <source>loncom/interface/lonevaluate.pm</source>
 1616: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
 1617: <categoryname>handler</categoryname>
 1618: <description>
 1619: Handles evaluation.
 1620: </description>
 1621: <status>works/unverified</status>
 1622: </file>
 1623: <file>
 1624: <source>loncom/interface/lonfeedback.pm</source>
 1625: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
 1626: <categoryname>handler</categoryname>
 1627: <description>
 1628: Handles feedback from students to instructors and system administrators.
 1629: Provides a screenshot of the current
 1630: resource, as well as previous attempts if the resource was a homework.
 1631: Used by lonmsg.pm.
 1632: </description>
 1633: <status>works/unverified</status>
 1634: </file>
 1635: <file>
 1636: <source>loncom/interface/lonnavmaps.pm</source>
 1637: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
 1638: <categoryname>handler</categoryname>
 1639: <description>
 1640: Handles navigational maps.
 1641: </description>
 1642: <status>works/unverified</status>
 1643: </file>
 1644: <file>
 1645: <source>loncom/interface/lonpreferences.pm</source>
 1646: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
 1647: <categoryname>handler</categoryname>
 1648: <description>
 1649: Handles user preferences associated with customizing the online LON-CAPA
 1650: educational environment.
 1651: </description>
 1652: <status>works/unverified</status>
 1653: </file>
 1654: <file>
 1655: <source>loncom/interface/lonprintout.pm</source>
 1656: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
 1657: <categoryname>handler</categoryname>
 1658: <description>
 1659: Handles the production of printable files and resources.
 1660: </description>
 1661: <status>works/unverified</status>
 1662: </file>
 1663: <file>
 1664: <source>loncom/interface/lonsearchcat.pm</source>
 1665: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
 1666: <categoryname>handler</categoryname>
 1667: <description>
 1668: Handles a searchable catalogue.
 1669: </description>
 1670: <status>works/unverified</status>
 1671: </file>
 1672: <file>
 1673: <source>doc/man/Apache__lonsearchcat.3</source>
 1674: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
 1675: <categoryname>doc</categoryname>
 1676: <description>man page for lonsearchcat.pm</description>
 1677: <build trigger='always run'>
 1678: loncom/build/pod2man.sh ../interface/lonsearchcat.pm &gt; \
 1679: ../../doc/man/Apache__lonsearchcat.3 &amp;&amp; echo 'manifying lonsearchcat.pm'
 1680: </build>
 1681: <status>works/unverified</status>
 1682: <dependencies>
 1683: ../../loncom/interface/lonsearchcat.pm
 1684: </dependencies>
 1685: </file>
 1686: <file>
 1687: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
 1688: <target dist='default'>
 1689: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
 1690: </target>
 1691: <categoryname>doc</categoryname>
 1692: <description>POD-derived page for lonsearchcat.pm</description>
 1693: <build trigger='always run'>
 1694: loncom/build/pod2html.sh ../interface/lonsearchcat.pm &gt; \
 1695: ../../doc/lib/perl/Apache/lonsearchcat.html &amp;&amp; \
 1696: echo 'pod2html lonsearchcat.pm'
 1697: </build>
 1698: <status>works/unverified</status>
 1699: <dependencies>
 1700: ../../loncom/interface/lonsearchcat.pm
 1701: </dependencies>
 1702: </file>
 1703: <file>
 1704: <source>loncom/interface/londropadd.pm</source>
 1705: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
 1706: <categoryname>handler</categoryname>
 1707: <description>
 1708: Allows course coordinators to upload courselists in different formats, and
 1709: automatically create users (if they do not exist already), assign them the
 1710: role of student in a course, and add them to the classlist.
 1711: </description>
 1712: <status>works/unverified</status>
 1713: </file>
 1714: <file>
 1715: <source>loncom/interface/lonmsg.pm</source>
 1716: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
 1717: <categoryname>handler</categoryname>
 1718: <description>
 1719: lonmsg.pm has several functions to send and receive internal messages.
 1720: author_res_msg - send message to resource author.
 1721: user_crit_msg - send a critical message to a user. A critical message
 1722: will require acknowledgment by the recipient and the sender will be notified.
 1723: user_crit_received - routine to trigger acknowledgment.
 1724: statuschange - change the status of a message (read, replied, forwarded, etc).
 1725: The handler also displays messages, has routines to reply, etc.
 1726: </description>
 1727: <status>works/unverified</status>
 1728: </file>
 1729: <file>
 1730: <source>loncom/homework/hint.pm</source>
 1731: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
 1732: <categoryname>handler</categoryname>
 1733: <description>
 1734: This handler coordinates the delivery of hints to students working on LON-CAPA
 1735: problems and assignments.
 1736: </description>
 1737: <status>works/unverified</status>
 1738: </file>
 1739: <file>
 1740: <source>loncom/interface/lonspreadsheet.pm</source>
 1741: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
 1742: <categoryname>handler</categoryname>
 1743: <description>
 1744: Spreadsheets are completely web-based.
 1745: They exist on the level of a whole course, a student, and individual
 1746: assessments.
 1747: </description>
 1748: <status>works/unverified</status>
 1749: </file>
 1750: <file>
 1751: <source>loncom/interface/lonparmset.pm</source>
 1752: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
 1753: <categoryname>handler</categoryname>
 1754: <description>
 1755: Handler to resolve ambiguous file locations
 1756: </description>
 1757: <status>works/unverified</status>
 1758: </file>
 1759: <file>
 1760: <source>doc/man/Apache__lonparmset.3</source>
 1761: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
 1762: <categoryname>doc</categoryname>
 1763: <description>man page for lonparmset.pm</description>
 1764: <build trigger='always run'>
 1765: loncom/build/pod2man.sh ../interface/lonparmset.pm &gt; \
 1766: ../../doc/man/Apache__lonparmset.3 &amp;&amp; echo 'manifying lonparmset.pm'
 1767: </build>
 1768: <status>works/unverified</status>
 1769: <dependencies>
 1770: ../../loncom/interface/lonparmset.pm
 1771: </dependencies>
 1772: </file>
 1773: <file>
 1774: <source>doc/lib/perl/Apache/lonparmset.html</source>
 1775: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
 1776: </target>
 1777: <categoryname>doc</categoryname>
 1778: <description>POD-derived page for lonparmset.pm</description>
 1779: <build trigger='always run'>
 1780: loncom/build/pod2html.sh ../interface/lonparmset.pm &gt; \
 1781: ../../doc/lib/perl/Apache/lonparmset.html &amp;&amp; \
 1782: echo 'pod2html lonparmset.pm'
 1783: </build>
 1784: <status>works/unverified</status>
 1785: <dependencies>
 1786: ../../loncom/interface/lonparmset.pm
 1787: </dependencies>
 1788: </file>
 1789: <file>
 1790: <source>loncom/publisher/lonconstruct.pm</source>
 1791: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
 1792: <categoryname>handler</categoryname>
 1793: <description>
 1794: Page wrapper for handling construction space.
 1795: </description>
 1796: <status>works/unverified</status>
 1797: </file>
 1798: <file>
 1799: <source>loncom/publisher/lonpublisher.pm</source>
 1800: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
 1801: <categoryname>handler</categoryname>
 1802: <description>
 1803: Publishes an LON-CAPA educational resource complete with metadata
 1804: (authorship, language, copyright, creation date, etc).
 1805: </description>
 1806: <status>works/unverified</status>
 1807: </file>
 1808: <file>
 1809: <source>doc/man/Apache__lonpublisher.3</source>
 1810: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
 1811: <categoryname>doc</categoryname>
 1812: <description>man page for lonpublisher.pm</description>
 1813: <build trigger='always run'>
 1814: loncom/build/pod2man.sh ../publisher/lonpublisher.pm &gt; \
 1815: ../../doc/man/Apache__lonpublisher.3 &amp;&amp; echo 'manifying lonpublisher.pm'
 1816: </build>
 1817: <status>works/unverified</status>
 1818: <dependencies>
 1819: ../../loncom/publisher/lonpublisher.pm
 1820: </dependencies>
 1821: </file>
 1822: <file>
 1823: <source>doc/lib/perl/Apache/lonpublisher.html</source>
 1824: <target dist='default'>
 1825: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
 1826: </target>
 1827: <categoryname>doc</categoryname>
 1828: <description>POD-derived page for lonpublisher.pm</description>
 1829: <build trigger='always run'>
 1830: loncom/build/pod2html.sh ../publisher/lonpublisher.pm &gt; \
 1831: ../../doc/lib/perl/Apache/lonpublisher.html &amp;&amp; \
 1832: echo 'pod2html lonpublisher.pm'
 1833: </build>
 1834: <status>works/unverified</status>
 1835: <dependencies>
 1836: ../../loncom/publisher/lonpublisher.pm
 1837: </dependencies>
 1838: </file>
 1839: <file>
 1840: <source>loncom/interface/lonmenu.pm</source>
 1841: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
 1842: <categoryname>handler</categoryname>
 1843: <description>
 1844: Has routines which control the remote control.
 1845: </description>
 1846: <status>works/unverified</status>
 1847: </file>
 1848: <file>
 1849: <source>rat/lonpageflip.pm</source>
 1850: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
 1851: <categoryname>handler</categoryname>
 1852: <description>Deals with forward, backward, and other page flips.</description>
 1853: <status>works/unverified</status>
 1854: </file>
 1855: <file>
 1856: <source>rat/lonratedt.pm</source>
 1857: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
 1858: <categoryname>handler</categoryname>
 1859: <description>
 1860: Builds up frame set and loads in the right thing.
 1861: </description>
 1862: <status>works/unverified</status>
 1863: </file>
 1864: <file>
 1865: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
 1866: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
 1867: <categoryname>handler</categoryname>
 1868: <description>
 1869: Homework remote control.
 1870: </description>
 1871: <status>works/unverified</status>
 1872: </file>
 1873: <file>
 1874: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
 1875: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
 1876: <categoryname>handler</categoryname>
 1877: <description>
 1878: This will take annotations and then plug them into a page.
 1879: </description>
 1880: <status>works/unverified</status>
 1881: </file>
 1882: <file>
 1883: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
 1884: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
 1885: <categoryname>handler</categoryname>
 1886: <description>
 1887: This will take bookmarks and get/write/display them for the LON-CAPA user
 1888: interface.
 1889: </description>
 1890: <status>works/unverified</status>
 1891: </file>
 1892: <file>
 1893: <source>rat/lonratsrv.pm</source>
 1894: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
 1895: <categoryname>handler</categoryname>
 1896: <description>
 1897: Handler that takes output from RAT and stores it on disk.  Handles the upper
 1898: hidden frame of the added window that comes up in RAT.   (3 frames come up in
 1899: RAT server, code, and output.  This module handles server connection.)
 1900: </description>
 1901: <status>works/unverified</status>
 1902: </file>
 1903: <file>
 1904: <source>rat/lonpage.pm</source>
 1905: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
 1906: <categoryname>handler</categoryname>
 1907: <description>
 1908: bundles pages into one page
 1909: </description>
 1910: <status>works/unverified</status>
 1911: </file>
 1912: <file>
 1913: <source>doc/man/Apache__lonpage.3</source>
 1914: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
 1915: <categoryname>doc</categoryname>
 1916: <description>man page for lonpage.pm</description>
 1917: <build trigger='always run'>
 1918: loncom/build/pod2man.sh ../../rat/lonpage.pm &gt; \
 1919: ../../doc/man/Apache__lonpage.3 &amp;&amp; echo 'manifying lonpage.pm'
 1920: </build>
 1921: <status>works/unverified</status>
 1922: <dependencies>
 1923: ../../rat/lonpage.pm
 1924: </dependencies>
 1925: </file>
 1926: <file>
 1927: <source>doc/lib/perl/Apache/lonpage.html</source>
 1928: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
 1929: </target>
 1930: <categoryname>doc</categoryname>
 1931: <description>POD-derived page for lonnet.pm</description>
 1932: <build trigger='always run'>
 1933: loncom/build/pod2html.sh ../../rat/lonpage.pm &gt; \
 1934: ../../doc/lib/perl/Apache/lonpage.html &amp;&amp; echo 'pod2html lonpage.pm'
 1935: </build>
 1936: <status>works/unverified</status>
 1937: <dependencies>
 1938: ../../rat/lonpage.pm
 1939: </dependencies>
 1940: </file>
 1941: <file>
 1942: <source>rat/lonuserstate.pm</source>
 1943: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
 1944: <categoryname>handler</categoryname>
 1945: <description>
 1946: compile course into binary data structure (in loncom/rat)
 1947: </description>
 1948: <status>works/unverified</status>
 1949: </file>
 1950: <file>
 1951: <source>doc/man/Apache__lonuserstate.3</source>
 1952: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
 1953: <categoryname>doc</categoryname>
 1954: <description>man page for lonnet.pm</description>
 1955: <build trigger='always run'>
 1956: loncom/build/pod2man.sh ../../rat/lonuserstate.pm &gt; \
 1957: ../../doc/man/Apache__lonuserstate.3 &amp;&amp; echo 'manifying lonuserstate.pm'
 1958: </build>
 1959: <status>works/unverified</status>
 1960: <dependencies>
 1961: ../../rat/lonuserstate.pm
 1962: </dependencies>
 1963: </file>
 1964: <file>
 1965: <source>doc/lib/perl/Apache/lonuserstate.html</source>
 1966: <target dist='default'>
 1967: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
 1968: </target>
 1969: <categoryname>doc</categoryname>
 1970: <description>POD-derived page for lonuserstate.pm</description>
 1971: <build trigger='always run'>
 1972: loncom/build/pod2html.sh ../../rat/lonuserstate.pm &gt; \
 1973: ../../doc/lib/perl/Apache/lonuserstate.html &amp;&amp; \
 1974: echo 'pod2html lonuserstate.pm'
 1975: </build>
 1976: <status>works/unverified</status>
 1977: <dependencies>
 1978: ../../rat/lonuserstate.pm
 1979: </dependencies>
 1980: </file>
 1981: <file>
 1982: <source>loncom/xml/lontex.pm</source>
 1983: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
 1984: <categoryname>handler</categoryname>
 1985: <description>
 1986: Handler for tex files (somewhere in modules)
 1987: </description>
 1988: <status>works/unverified</status>
 1989: </file>
 1990: <file>
 1991: <source>loncom/xml/lontexconvert.pm</source>
 1992: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
 1993: <categoryname>handler</categoryname>
 1994: <description>
 1995: Access to tth/ttm
 1996: </description>
 1997: <status>works/unverified</status>
 1998: </file>
 1999: <file>
 2000: <source>loncom/xml/lonxml.pm</source>
 2001: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
 2002: <categoryname>handler</categoryname>
 2003: <description>
 2004: XML Parsing Module
 2005: </description>
 2006: <status>works/unverified</status>
 2007: </file>
 2008: <file>
 2009: <source>loncom/xml/lonplot.pm</source>
 2010: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
 2011: <categoryname>handler</categoryname>
 2012: <description>
 2013: XML-based plotter of graphs
 2014: </description>
 2015: <status>works/unverified</status>
 2016: </file>
 2017: <file>
 2018: <source>loncom/xml/style.pm</source>
 2019: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
 2020: <categoryname>handler</categoryname>
 2021: <description>
 2022: Style Parsing Module
 2023: </description>
 2024: <status>works/unverified</status>
 2025: </file>
 2026: <file>
 2027: <source>loncom/xml/londefdef.pm</source>
 2028: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
 2029: <categoryname>handler</categoryname>
 2030: <description>
 2031: Tags Default Definition Module
 2032: </description>
 2033: <status>works/unverified</status>
 2034: </file>
 2035: <file>
 2036: <source>loncom/xml/run.pm</source>
 2037: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
 2038: <categoryname>handler</categoryname>
 2039: <description>
 2040: used to prevent poorly written problems from causing lingering after effects
 2041: </description>
 2042: <status>works/unverified</status>
 2043: </file>
 2044: <file>
 2045: <source>loncom/xml/scripttag.pm</source>
 2046: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
 2047: <categoryname>handler</categoryname>
 2048: <description>
 2049: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
 2050: &lt;import&gt;
 2051: </description>
 2052: <status>works/unverified</status>
 2053: </file>
 2054: <file>
 2055: <source>loncom/homework/randomlabel.pm</source>
 2056: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
 2057: <categoryname>handler</categoryname>
 2058: <description>
 2059: Interface for producing applet code which randomizes the labelling of an
 2060: image.
 2061: </description>
 2062: </file>
 2063: <file>
 2064: <source>loncom/homework/lonhomework.pm</source>
 2065: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
 2066: <categoryname>handler</categoryname>
 2067: <description>
 2068: handles requests for output, evaluation, and alteration of a homework resource
 2069: </description>
 2070: <status>works/unverified</status>
 2071: </file>
 2072: <file>
 2073: <source>loncom/homework/inputtags.pm</source>
 2074: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
 2075: <categoryname>handler</categoryname>
 2076: <description>
 2077: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
 2078: </description>
 2079: <status>works/unverified</status>
 2080: </file>
 2081: <file>
 2082: <source>loncom/homework/structuretags.pm</source>
 2083: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
 2084: <categoryname>handler</categoryname>
 2085: <description>
 2086: produces HTML tags necessary for structuring the presentation of homework
 2087: resources
 2088: </description>
 2089: <status>works/unverified</status>
 2090: </file>
 2091: <file>
 2092: <source>loncom/homework/response.pm</source>
 2093: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
 2094: <categoryname>handler</categoryname>
 2095: <description>
 2096: defines different types of responses given to student as well as syntax for
 2097: producing response values
 2098: </description>
 2099: <status>works/unverified</status>
 2100: </file>
 2101: <file>
 2102: <source>loncom/homework/caparesponse/caparesponse.pm</source>
 2103: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
 2104: <categoryname>handler</categoryname>
 2105: <description>
 2106: handles request to the CAPA homework processing engine
 2107: </description>
 2108: <status>works/unverified</status>
 2109: </file>
 2110: <file>
 2111: <source>loncom/xml/Safe.pm</source>
 2112: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
 2113: <categoryname>handler</categoryname>
 2114: <description>
 2115: Meant to safely substitute for CPAN version of Safe.
 2116: Allows for safely executing embedded perl comands in
 2117: a way that does not threaten the operating system.
 2118: </description>
 2119: <status>works/unverified</status>
 2120: </file>
 2121: <file>
 2122: <source>loncom/auth/localauth.pm</source>
 2123: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
 2124: <categoryname>handler</categoryname>
 2125: <description>
 2126: Local authentication mechanism (meant to be customized).
 2127: </description>
 2128: <status>works/unverified</status>
 2129: </file>
 2130: <file>
 2131: <source>loncom/auth/lonacc.pm</source>
 2132: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
 2133: <categoryname>handler</categoryname>
 2134: <description>
 2135: (This module, like loncacc.pm also authenticates with cookies.)  
 2136: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
 2137: functions (e.g. roles, logout, annotations, and bookmarks) as well
 2138: as coordinating access to educational resources.
 2139: </description>
 2140: <status>works/unverified</status>
 2141: </file>
 2142: <file>
 2143: <source>doc/man/Apache__lonacc.3</source>
 2144: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
 2145: <categoryname>doc</categoryname>
 2146: <description>man page for lonacc.pm</description>
 2147: <build trigger='always run'>
 2148: loncom/build/pod2man.sh ../auth/lonacc.pm &gt; \
 2149: ../../doc/man/Apache__lonacc.3 &amp;&amp; echo 'manifying lonacc.pm'
 2150: </build>
 2151: <status>works/unverified</status>
 2152: <dependencies>
 2153: ../../loncom/auth/lonacc.pm
 2154: </dependencies>
 2155: </file>
 2156: <file>
 2157: <source>doc/lib/perl/Apache/lonacc.html</source>
 2158: <target dist='default'>
 2159: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
 2160: <categoryname>doc</categoryname>
 2161: <description>POD-derived page for lonacc.pm</description>
 2162: <build trigger='always run'>
 2163: loncom/build/pod2html.sh ../auth/lonacc.pm &gt; \
 2164: ../../doc/lib/perl/Apache/lonacc.html &amp;&amp; echo 'pod2html lonacc.pm'
 2165: </build>
 2166: <status>works/unverified</status>
 2167: <dependencies>
 2168: ../../loncom/auth/lonacc.pm
 2169: </dependencies>
 2170: </file>
 2171: <file>
 2172: <source>loncom/auth/lonracc.pm</source>
 2173: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
 2174: <categoryname>handler</categoryname>
 2175: <description>
 2176: access handler for file transfers
 2177: </description>
 2178: <status>works/unverified</status>
 2179: </file>
 2180: <file>
 2181: <source>doc/man/Apache__lonracc.3</source>
 2182: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
 2183: <categoryname>doc</categoryname>
 2184: <description>man page for lonracc.pm</description>
 2185: <build trigger='always run'>
 2186: loncom/build/pod2man.sh ../auth/lonracc.pm &gt; \
 2187: ../../doc/man/Apache__lonracc.3 &amp;&amp; echo 'manifying lonracc.pm'
 2188: </build>
 2189: <status>works/unverified</status>
 2190: <dependencies>
 2191: ../../loncom/auth/lonracc.pm
 2192: </dependencies>
 2193: </file>
 2194: <file>
 2195: <source>doc/lib/perl/Apache/lonracc.html</source>
 2196: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
 2197: </target>
 2198: <categoryname>doc</categoryname>
 2199: <description>POD-derived page for lonracc.pm</description>
 2200: <build trigger='always run'>
 2201: loncom/build/pod2html.sh ../auth/lonracc.pm &gt; \
 2202: ../../doc/lib/perl/Apache/lonracc.html &amp;&amp; echo 'pod2html lonracc.pm'
 2203: </build>
 2204: <status>works/unverified</status>
 2205: <dependencies>
 2206: ../../loncom/auth/lonracc.pm
 2207: </dependencies>
 2208: </file>
 2209: <file>
 2210: <source>loncom/auth/loncacc.pm</source>
 2211: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
 2212: <categoryname>handler</categoryname>
 2213: <description>
 2214: This module provides access to an educational resource construction area.
 2215: This module is invoked by the URL-related pattern syntax
 2216: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
 2217: Authentication of user identity
 2218: is coordinated through cookies.  The abbreviation "cacc" corresponds
 2219: to "construction-space access").  If the cookie handle is invalid, then
 2220: this module returns a forbidden status and makes appropriate log entries.
 2221: If the cookie handle is valid, status is determined to be okay (and,
 2222: for the "priv"-type access, the resource is delivered by the
 2223: <tt>lonconstruct</tt> module).
 2224: </description>
 2225: <status>works/unverified</status>
 2226: </file>
 2227: <file>
 2228: <source>doc/man/Apache__loncacc.3</source>
 2229: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
 2230: <categoryname>doc</categoryname>
 2231: <description>man page for loncacc.pm</description>
 2232: <build trigger='always run'>
 2233: loncom/build/pod2man.sh ../auth/loncacc.pm &gt; ../../doc/man/Apache__loncacc.3 \
 2234: &amp;&amp; echo 'manifying loncacc.pm'
 2235: </build>
 2236: <status>works/unverified</status>
 2237: <dependencies>
 2238: ../../loncom/auth/loncacc.pm
 2239: </dependencies>
 2240: </file>
 2241: <file>
 2242: <source>doc/lib/perl/Apache/loncacc.html</source>
 2243: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
 2244: </target>
 2245: <categoryname>doc</categoryname>
 2246: <description>POD-derived page for loncacc.pm</description>
 2247: <build trigger='always run'>
 2248: loncom/build/pod2html.sh ../auth/loncacc.pm &gt; \
 2249: ../../doc/lib/perl/Apache/loncacc.html &amp;&amp; echo 'pod2html loncacc.pm'
 2250: </build>
 2251: <status>works/unverified</status>
 2252: <dependencies>
 2253: ../../loncom/auth/loncacc.pm
 2254: </dependencies>
 2255: </file>
 2256: <file>
 2257: <source>loncom/auth/lonauth.pm</source>
 2258: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
 2259: <categoryname>handler</categoryname>
 2260: <description>authenticate, set up session environment</description>
 2261: <status>works/unverified</status>
 2262: </file>
 2263: <file>
 2264: <source>loncom/auth/lonlogin.pm</source>
 2265: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
 2266: <categoryname>handler</categoryname>
 2267: <description>login screen</description>
 2268: <status>works/unverified</status>
 2269: </file>
 2270: <file>
 2271: <source>loncom/auth/lonlogout.pm</source>
 2272: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
 2273: <categoryname>handler</categoryname>
 2274: <description>logout</description>
 2275: <status>works/unverified</status>
 2276: </file>
 2277: <file>
 2278: <source>loncom/lonnet/perl/lonrep.pm</source>
 2279: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
 2280: <categoryname>handler</categoryname>
 2281: <description>replication</description>
 2282: </file>
 2283: <file>
 2284: <source>loncom/auth/lonroles.pm</source>
 2285: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
 2286: <categoryname>handler</categoryname>
 2287: <description>
 2288: This perl handling module reads in the available roles available
 2289: for a LON-CAPA user (different courses, different privileges, etc)
 2290: and produces a form-element HTML page which allows the user to select
 2291: which role he wishes to exercise in the LON-CAPA system.  For instance,
 2292: a user may want to select between being a student in a thermodynamics
 2293: physics course or a teaching assistant for an introductory calculus
 2294: class.
 2295: </description>
 2296: </file>
 2297: <file>
 2298: <source>doc/man/Apache__lonroles.3</source>
 2299: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
 2300: <categoryname>doc</categoryname>
 2301: <description>man page for lonroles.pm</description>
 2302: <build trigger='always run'>
 2303: loncom/build/pod2man.sh ../auth/lonroles.pm &gt; \
 2304: ../../doc/man/Apache__lonroles.3 &amp;&amp; echo 'manifying lonroles.pm'
 2305: </build>
 2306: <status>works/unverified</status>
 2307: <dependencies>
 2308: ../../loncom/auth/lonroles.pm
 2309: </dependencies>
 2310: </file>
 2311: <file>
 2312: <source>doc/lib/perl/Apache/lonroles.html</source>
 2313: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
 2314: </target>
 2315: <categoryname>doc</categoryname>
 2316: <description>POD-derived page for lonroles.pm</description>
 2317: <build trigger='always run'>
 2318: loncom/build/pod2html.sh ../auth/lonroles.pm &gt; \
 2319: ../../doc/lib/perl/Apache/lonroles.html &amp;&amp; echo 'pod2html lonroles.pm'
 2320: </build>
 2321: <status>works/unverified</status>
 2322: <dependencies>
 2323: ../../loncom/auth/lonroles.pm
 2324: </dependencies>
 2325: </file>
 2326: <file>
 2327: <source>loncom/interface/lonindexer.pm</source>
 2328: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
 2329: <categoryname>handler</categoryname>
 2330: <description>
 2331: cross server filesystem browser
 2332: </description>
 2333: <status>works/unverified</status>
 2334: </file>
 2335: <file>
 2336: <source>doc/man/Apache__lonindexer.3</source>
 2337: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
 2338: <categoryname>doc</categoryname>
 2339: <description>man page for lonindexer.pm</description>
 2340: <build trigger='always run'>
 2341: loncom/build/pod2man.sh ../interface/lonindexer.pm &gt; \
 2342: ../../doc/man/Apache__lonindexer.3 &amp;&amp; echo 'manifying lonindexer.pm'
 2343: </build>
 2344: <status>works/unverified</status>
 2345: <dependencies>
 2346: ../../loncom/interface/lonindexer.pm
 2347: </dependencies>
 2348: </file>
 2349: <file>
 2350: <source>doc/lib/perl/Apache/lonindexer.html</source>
 2351: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
 2352: </target>
 2353: <categoryname>doc</categoryname>
 2354: <description>POD-derived page for lonindexer.pm</description>
 2355: <build trigger='always run'>
 2356: loncom/build/pod2html.sh ../interface/lonindexer.pm &gt; \
 2357: ../../doc/lib/perl/Apache/lonindexer.html &amp;&amp; \
 2358: echo 'pod2html lonindexer.pm'
 2359: </build>
 2360: <status>works/unverified</status>
 2361: <dependencies>
 2362: ../../loncom/interface/lonindexer.pm
 2363: </dependencies>
 2364: </file>
 2365: <file>
 2366: <source>loncom/interface/groupsort.pm</source>
 2367: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
 2368: <categoryname>handler</categoryname>
 2369: <description>
 2370: Implements a second phase of importing multiple resources into the RAT.
 2371: Allows for reordering the sequence of resources.
 2372: </description>
 2373: <status>works/unverified</status>
 2374: </file>
 2375: <file>
 2376: <source>loncom/lonnet/perl/lonnet.pm</source>
 2377: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
 2378: <categoryname>handler</categoryname>
 2379: <description>
 2380: This file is an interface to the lonc processes of the LON-CAPA network
 2381: as well as set of elaborated functions for handling information necessary
 2382: for navigating through a given cluster of LON-CAPA machines within a domain.
 2383: There are over 40 specialized functions in this module which handle
 2384: the reading and transmission of metadata, user information
 2385: (ids, names, environments, roles, logs), file information (storage, reading,
 2386: directories, extensions, replication, embedded styles and descriptors),
 2387: educational resources (course descriptions, section names and numbers),
 2388: url hashing (to assign roles on a url basis), and translating abbreviated
 2389: symbols to and from more descriptive phrases or explanations.
 2390: </description>
 2391: <status>works/unverified</status>
 2392: </file>
 2393: <file>
 2394: <source>doc/man/Apache__lonnet.3</source>
 2395: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
 2396: <categoryname>doc</categoryname>
 2397: <description>man page for lonnet.pm</description>
 2398: <build trigger='always run'>
 2399: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm &gt; \
 2400: ../../doc/man/Apache__lonnet.3 &amp;&amp; echo 'manifying lonnet.pm'
 2401: </build>
 2402: <status>works/unverified</status>
 2403: <dependencies>
 2404: ../../loncom/lonnet/perl/lonnet.pm
 2405: </dependencies>
 2406: </file>
 2407: <file>
 2408: <source>doc/lib/perl/Apache/lonnet.html</source>
 2409: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
 2410: </target>
 2411: <categoryname>doc</categoryname>
 2412: <description>POD-derived page for lonnet.pm</description>
 2413: <build trigger='always run'>
 2414: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm &gt; \
 2415: ../../doc/lib/perl/Apache/lonnet.html &amp;&amp; echo 'pod2html lonnet.pm'
 2416: </build>
 2417: <status>works/unverified</status>
 2418: <dependencies>
 2419: ../../loncom/lonnet/perl/lonnet.pm
 2420: </dependencies>
 2421: </file>
 2422: <file>
 2423: <source>loncom/html/index.html</source>
 2424: <target dist='default'>home/httpd/html/index.html</target>
 2425: <categoryname>interface file</categoryname>
 2426: <description>bumps to login</description>
 2427: </file>
 2428: <link>
 2429: <linkto>etc/mime.types</linkto>
 2430: <target dist='default'>etc/httpd/conf/mime.types</target>
 2431: <categoryname>symbolic link</categoryname>
 2432: <description>symbolic link to /etc/mime.types</description>
 2433: </link>
 2434: <link>
 2435: <linkto>home/httpd/html/res</linkto>
 2436: <target dist='default'>home/httpd/html/raw</target>
 2437: <categoryname>symbolic link</categoryname>
 2438: <description>symbolic link to /home/httpd/html/res</description>
 2439: </link>
 2440: <file>
 2441: <source>loncom/html/adm/notfound.html</source>
 2442: <target dist='default'>home/httpd/html/adm/notfound.html</target>
 2443: <categoryname>interface file</categoryname>
 2444: <description>
 2445: static html page that is shown when an attempt is made to access a document
 2446: not present on the web server
 2447: </description>
 2448: </file>
 2449: <file>
 2450: <source>loncom/html/adm/unauthorized.html</source>
 2451: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
 2452: <categoryname>interface file</categoryname>
 2453: <description>
 2454: static html page that is shown when an attempt is made to access a document
 2455: which is restricted based on file or server configurations
 2456: </description>
 2457: </file>
 2458: <file>
 2459: <source>loncom/html/adm/help/searchcat.html</source>
 2460: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
 2461: <categoryname>interface file</categoryname>
 2462: <description>
 2463: Help page for the search engine.
 2464: </description>
 2465: </file>
 2466: <file>
 2467: <source>rat/client/rat.html</source>
 2468: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
 2469: <categoryname>interface file</categoryname>
 2470: <description>
 2471: frameset
 2472: </description>
 2473: </file>
 2474: <file>
 2475: <source>rat/client/parameter.html</source>
 2476: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
 2477: <categoryname>interface file</categoryname>
 2478: <description>
 2479: Parameter input window.
 2480: </description>
 2481: </file>
 2482: <file>
 2483: <source>rat/client/code.html</source>
 2484: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
 2485: <categoryname>interface file</categoryname>
 2486: <description>
 2487: javascript
 2488: </description>
 2489: </file>
 2490: <file>
 2491: <source>rat/client/map.html</source>
 2492: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
 2493: <categoryname>interface file</categoryname>
 2494: <description>
 2495: bumper
 2496: </description>
 2497: </file>
 2498: <file>
 2499: <source>rat/client/empty.html</source>
 2500: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
 2501: <categoryname>interface file</categoryname>
 2502: <description>
 2503: A blank page with very minimal HTML structural elements.
 2504: </description>
 2505: </file>
 2506: <fileglob>
 2507: <glob>*.gif</glob>
 2508: <sourcedir>rat/images/</sourcedir>
 2509: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
 2510: <categoryname>graphic file</categoryname>
 2511: <description>
 2512: icons for providing a HTML-tabled view of a course map
 2513: </description>
 2514: <filenames>
 2515: 1.1.dt.gif;
 2516: 1.1.empty.gif;
 2517: 1.1.ld.gif;
 2518: 1.1.lr.gif;
 2519: 1.1.rd.gif;
 2520: 1.1.rl.gif;
 2521: 1.1.td.gif;
 2522: 1.1.tdrl.gif;
 2523: 1.1.tl.gif;
 2524: 1.1.tr.gif;
 2525: 1.1.utd.gif;
 2526: 1.2.ctd.gif;
 2527: 1.2.dt.gif;
 2528: 1.2.empty.gif;
 2529: 1.2.ld.gif;
 2530: 1.2.lr.gif;
 2531: 1.2.lrd.gif;
 2532: 1.2.lrtd.gif;
 2533: 1.2.rd.gif;
 2534: 1.2.rl.gif;
 2535: 1.2.rld.gif;
 2536: 1.2.rltd.gif;
 2537: 1.2.rtd.gif;
 2538: 1.2.rtdl.gif;
 2539: 1.2.rtl.gif;
 2540: 1.2.td.gif;
 2541: 1.2.tdl.gif;
 2542: 1.2.tdrl.gif;
 2543: 1.2.tl.gif;
 2544: 1.2.tr.gif;
 2545: 1.2.utd.gif;
 2546: 2.1.dt.gif;
 2547: 2.1.empty.gif;
 2548: 2.1.ld.gif;
 2549: 2.1.lr.gif;
 2550: 2.1.rd.gif;
 2551: 2.1.rl.gif;
 2552: 2.1.td.gif;
 2553: 2.1.tdrl.gif;
 2554: 2.1.tl.gif;
 2555: 2.1.tr.gif;
 2556: 2.2.dt.gif;
 2557: 2.2.empty.gif;
 2558: 2.2.ld.gif;
 2559: 2.2.lr.gif;
 2560: 2.2.lrd.gif;
 2561: 2.2.lrt.gif;
 2562: 2.2.rd.gif;
 2563: 2.2.rl.gif;
 2564: 2.2.rld.gif;
 2565: 2.2.rlt.gif;
 2566: 2.2.td.gif;
 2567: 2.2.tdl.gif;
 2568: 2.2.tdr.gif;
 2569: 2.2.tdrl.gif;
 2570: 2.2.tl.gif;
 2571: 2.2.tr.gif;
 2572: 2.2.url.gif;
 2573: 2.2.utd.gif;
 2574: arrow.gif;
 2575: bdt.gif;
 2576: bempty.gif;
 2577: bld.gif;
 2578: blr.gif;
 2579: blrd.gif;
 2580: blrt.gif;
 2581: bottom.gif;
 2582: brd.gif;
 2583: brl.gif;
 2584: brld.gif;
 2585: brlt.gif;
 2586: btd.gif;
 2587: btdl.gif;
 2588: btdr.gif;
 2589: btdrl.gif;
 2590: btl.gif;
 2591: btr.gif;
 2592: burl.gif;
 2593: butd.gif;
 2594: condition.gif;
 2595: edit.gif;
 2596: finish.gif;
 2597: info.gif;
 2598: inscol.gif;
 2599: inscond.gif;
 2600: insres.gif;
 2601: insrow.gif;
 2602: left.gif;
 2603: middle.gif;
 2604: resource.gif;
 2605: right.gif;
 2606: sctd.gif;
 2607: sdt.gif;
 2608: sempty.gif;
 2609: sld.gif;
 2610: slr.gif;
 2611: slrd.gif;
 2612: slrtd.gif;
 2613: srd.gif;
 2614: srl.gif;
 2615: srld.gif;
 2616: srltd.gif;
 2617: srtd.gif;
 2618: srtdl.gif;
 2619: srtl.gif;
 2620: start.gif;
 2621: std.gif;
 2622: stdl.gif;
 2623: sutd.gif
 2624: </filenames>
 2625: </fileglob>
 2626: <fileglob>
 2627: <glob>*.*</glob>
 2628: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
 2629: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
 2630: <categoryname>graphic file</categoryname>
 2631: <description>
 2632: icons to indicate an unexpected result
 2633: </description>
 2634: <filenames>
 2635: lonconstruct.gif;
 2636: lonlogo_broken.gif;
 2637: lonlogo_broken_tsp.gif;
 2638: lonlogo_broken.eps;
 2639: lonlogo_broken.jpg;
 2640: lonlogo_broken.mov
 2641: </filenames>
 2642: </fileglob>
 2643: <fileglob>
 2644: <glob>*.*</glob>
 2645: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
 2646: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
 2647: <categoryname>graphic file</categoryname>
 2648: <description>
 2649: logos
 2650: </description>
 2651: <filenames>
 2652: SMETE_white.gif;
 2653: aboutlon.gif;
 2654: accessbutton.gif;
 2655: arrow_up.gif;
 2656: cab.gif;
 2657: cab_big.gif;
 2658: capapanel.gif;
 2659: class.gif;
 2660: class_big.gif;
 2661: dvi.gif;
 2662: dvi_big.gif;
 2663: eps.gif;
 2664: eps_big.gif;
 2665: exam.gif;
 2666: exam_big.gif;
 2667: fillbottom.gif;
 2668: fillleft.gif;
 2669: fillright.gif;
 2670: filltop.gif;
 2671: folder_closed.gif;
 2672: folder_opened.gif;
 2673: folder_pointer_closed.gif;
 2674: folder_pointer_opened.gif;
 2675: form.gif;
 2676: form_big.gif;
 2677: gif.gif;
 2678: gif_big.gif;
 2679: header.gif;
 2680: htm.gif;
 2681: html.gif;
 2682: html_big.gif;
 2683: jar.gif;
 2684: jar_big.gif;
 2685: jpg.gif;
 2686: jpg_big.gif;
 2687: latex.gif;
 2688: lite.gif;
 2689: liteani.gif;
 2690: litetext.gif;
 2691: lolpanel.gif;
 2692: lonanim.gif;
 2693: lonanimend.gif;
 2694: loncapalogo.gif;
 2695: lonhelplogos.gif;
 2696: lonhelptop.gif;
 2697: lonlogo.gif;
 2698: lonlogos.gif;
 2699: lowerleft.gif;
 2700: lowerright.gif;
 2701: meta.gif;
 2702: meta_big.gif;
 2703: mov.gif;
 2704: mov_big.gif;
 2705: move_up.gif;
 2706: move_down.gif;
 2707: page.gif;
 2708: page_big.gif;
 2709: pdf.gif;
 2710: pdf_big.gif;
 2711: png.gif;
 2712: png_big.gif;
 2713: problem.gif;
 2714: problem_big.gif;
 2715: ps.gif;
 2716: ps_big.gif;
 2717: quill.gif;
 2718: quiz.gif;
 2719: quiz_big.gif;
 2720: select.gif;
 2721: sequence.gif;
 2722: sequence_big.gif;
 2723: server.gif;
 2724: server_big.gif;
 2725: srvbad.gif;
 2726: srvempty.gif;
 2727: srvgood.gif;
 2728: srvhalf.gif;
 2729: srvnull.gif;
 2730: survey.gif;
 2731: survey_big.gif;
 2732: tex.gif;
 2733: tex_big.gif;
 2734: txt.gif;
 2735: txt_big.gif;
 2736: unknown.gif;
 2737: unknown_big.gif;
 2738: upperleft.gif;
 2739: upperright.gif;
 2740: user.gif;
 2741: user_big.gif;
 2742: userauthentication.gif;
 2743: wav.gif;
 2744: wav_big.gif;
 2745: white_space_20_22.gif;
 2746: whitespace1.gif;
 2747: whitespace10.gif;
 2748: whitespace2.gif;
 2749: whitespace3.gif;
 2750: whitespace4.gif;
 2751: whitespace5.gif;
 2752: whitespace6.gif;
 2753: whitespace7.gif;
 2754: whitespace8.gif;
 2755: whitespace9.gif;
 2756: xml.gif;
 2757: xml_big.gif;
 2758: zip.gif;
 2759: zip_big.gif
 2760: </filenames>
 2761: </fileglob>
 2762: <fileglob>
 2763: <glob>*.*</glob>
 2764: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
 2765: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
 2766: <categoryname>graphic file</categoryname>
 2767: <description>
 2768: Miscellaneous resources.  Respectively: button for catalog,
 2769: button to set parameters in a page,
 2770: button to do regrades, button to check on problem submissions,
 2771: </description>
 2772: <filenames>
 2773: authorfeed.gif;
 2774: bomb.gif;
 2775: cat_button.gif;
 2776: chat.gif;
 2777: eval_button.gif;
 2778: feedback.gif;
 2779: pprm_button.gif;
 2780: pgrd_button.gif;
 2781: subm_button.gif
 2782: </filenames>
 2783: </fileglob>
 2784: <file>
 2785: <source>loncom/xml/tth.pm</source>
 2786: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
 2787: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
 2788: <categoryname>system file</categoryname>
 2789: <description>
 2790: perl module for invoking functions specific to TeX-to-HTML conversion
 2791: </description>
 2792: <note>
 2793: Has the same dependencies and build process as tth.so.
 2794: Currently, only the tth.so file specifications invoke
 2795: the build process however.  A static version is checked into loncom/xml
 2796: and in this way is treated as though it isn't part of the tth build process.
 2797: </note>
 2798: <status>works/unverified</status>
 2799: </file>
 2800: <file>
 2801: <source>loncom/xml/LCParser.pm</source>
 2802: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
 2803: <categoryname>system file</categoryname>
 2804: <description>
 2805: perl module for parsing HTML in a way that really works and is thoroughly
 2806: tested
 2807: </description>
 2808: <status>works/unverified</status>
 2809: </file>
 2810: <file>
 2811: <source>loncom/configuration/Configuration.pm</source>
 2812: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
 2813: <categoryname>system file</categoryname>
 2814: <description>
 2815: Configuration file reader (looks in /etc/httpd/conf/); accepts
 2816: a list of *.conf files to inspect for PerlSetVar key/value
 2817: entries.
 2818: </description>
 2819: <status>works/unverified</status>
 2820: </file>
 2821: <file>
 2822: <source>modules/TexConvert/tthperl/tth.so</source>
 2823: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
 2824: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
 2825: <categoryname>system file</categoryname>
 2826: <description>
 2827: shared library file for dynamic loading and unloading
 2828: </description>
 2829: <note>
 2830: The source and file dependencies are not available to most
 2831: CVS users.  (You can safely rely on the existing binaries
 2832: present on your system... don't worry about warnings
 2833: related to this file during the build process.)
 2834: </note>
 2835: <build trigger='run if dependencies change'>
 2836: modules/TexConvert/tthperl/commands
 2837: </build>
 2838: <status>works/unverified</status>
 2839: <dependencies>
 2840: ../tthdynamic/tthfunc.c;
 2841: ../ttmdynamic/ttmfunc.c
 2842: </dependencies>
 2843: </file>
 2844: <file>
 2845: <source>loncom/homework/caparesponse/capa.pm</source>
 2846: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
 2847: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
 2848: <categoryname>system file</categoryname>
 2849: <description>
 2850: perl module for invoking functions specific to CAPA
 2851: </description>
 2852: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 2853: <note>
 2854: Has the same dependencies and build process as capa.so.
 2855: Currently, only the capa.so file specifications invoke
 2856: the build process however.
 2857: </note>
 2858: </file>
 2859: <file>
 2860: <source>loncom/homework/caparesponse/capa.bs</source>
 2861: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
 2862: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
 2863: <categoryname>system file</categoryname>
 2864: <description>
 2865: bootstrap file associated with dynamic loading of this module on multiple
 2866: architectures
 2867: </description>
 2868: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 2869: <note>
 2870: Has the same dependencies and build process as capa.so.
 2871: Currently, only the capa.so file specifications invoke
 2872: the build process however.
 2873: </note>
 2874: </file>
 2875: <file>
 2876: <source>loncom/homework/caparesponse/capa.so</source>
 2877: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
 2878: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
 2879: <categoryname>system file</categoryname>
 2880: <description>
 2881: shared library file for dynamic loading and unloading
 2882: </description>
 2883: <build trigger='always run'>
 2884: loncom/homework/caparesponse/commands
 2885: </build>
 2886: <dependencies>
 2887: caparesponse.c;
 2888: caparesponse.pm;
 2889: README;
 2890: Makefile.PL;
 2891: capa.i;
 2892: commands;
 2893: ../../../CAPA/pProj/capaGrammarDef.y;
 2894: ../../../CAPA/pProj/capaFormula.y;
 2895: ../../../CAPA/pProj/capaLexerDef.flex;
 2896: ../../../CAPA/pProj/capaFunction.c;
 2897: ../../../CAPA/pProj/capaParserUtils.c;
 2898: ../../../CAPA/pProj/capaMapExpr.c;
 2899: ../../../CAPA/pProj/capaUnit.c;
 2900: ../../../CAPA/pProj/com.c;
 2901: ../../../CAPA/pProj/linpack.c;
 2902: ../../../CAPA/pProj/ranlib.c;
 2903: ../../../CAPA/pProj/capaCgiUtils.c;
 2904: ../../../CAPA/pProj/capaSubjective.c;
 2905: ../../../CAPA/pProj/capaRQO.c;
 2906: ../../../CAPA/pProj/capaFormulaLexer.c;
 2907: ../../../CAPA/pProj/capaCommon.c;
 2908: ../../../CAPA/pProj/capaCommon.h;
 2909: ../../../CAPA/pProj/ranlib.h;
 2910: ../../../CAPA/pProj/capaCGI.h;
 2911: ../../../CAPA/pProj/capaFunction.h;
 2912: ../../../CAPA/pProj/capaRQO.h;
 2913: ../../../CAPA/pProj/capaParser.h;
 2914: ../../../CAPA/pProj/lex_debug.h
 2915: </dependencies>
 2916: </file>
 2917: <fileglob>
 2918: <glob>*.ent</glob>
 2919: <sourcedir>loncom/MathML/</sourcedir>
 2920: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
 2921: <categoryname>system file</categoryname>
 2922: <description>
 2923: xml files which assign unicode numbers to mathematical symbols using
 2924: &lt;! ENTITY... &gt; type syntax.
 2925: </description>
 2926: <filenames>
 2927: isoamsa.ent;
 2928: isoamsb.ent;
 2929: isoamsc.ent;
 2930: isoamsn.ent;
 2931: isoamso.ent;
 2932: isoamsr.ent;
 2933: isobox.ent;
 2934: isocyr1.ent;
 2935: isocyr2.ent;
 2936: isodia.ent;
 2937: isogrk1.ent;
 2938: isogrk2.ent;
 2939: isogrk3.ent;
 2940: isogrk4.ent;
 2941: isolat1.ent;
 2942: isolat2.ent;
 2943: isomfrk.ent;
 2944: isomopf.ent;
 2945: isomscr.ent;
 2946: isonum.ent;
 2947: isopub.ent;
 2948: isotech.ent;
 2949: mmlalias.ent;
 2950: mmlextra.ent
 2951: </filenames>
 2952: </fileglob>
 2953: <file>
 2954: <source>loncom/MathML/mathml.css</source>
 2955: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
 2956: <categoryname>system file</categoryname>
 2957: <description>
 2958: cascading style sheet
 2959: </description>
 2960: </file>
 2961: <file>
 2962: <source>loncom/MathML/mathml.dtd</source>
 2963: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
 2964: <categoryname>system file</categoryname>
 2965: <description>
 2966: document type definition
 2967: </description>
 2968: </file>
 2969: <file>
 2970: <source>loncom/auth/londes.js</source>
 2971: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
 2972: <categoryname>interface file</categoryname>
 2973: <description>
 2974: Encryption Routines according to Data Encryption Standard DES, written in
 2975: javascript.
 2976: </description>
 2977: </file>
 2978: <file>
 2979: <source>loncom/homework/lectureonline.lcpm</source>
 2980: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
 2981: </target>
 2982: <categoryname>handler</categoryname>
 2983: <description>
 2984: Intended for providing perl functions for the &lt;script&gt;&lt;/script&gt;
 2985: environment in a problem that was converted from lectureonline.
 2986: </description>
 2987: </file>
 2988: <file>
 2989: <source>loncom/homework/default_homework.lcpm</source>
 2990: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
 2991: </target>
 2992: <categoryname>handler</categoryname>
 2993: <description>
 2994: Provides many functions for the &lt;script&gt; environment in a .problem.
 2995: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
 2996: </description>
 2997: </file>
 2998: <file>
 2999: <source>loncom/homework/capa.units</source>
 3000: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
 3001: <categoryname>static conf</categoryname>
 3002: <description>
 3003: Define unit prefixing and conversion for CAPA problem handling.
 3004: </description>
 3005: </file>
 3006: <fileglob>
 3007: <glob>*.gif</glob>
 3008: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
 3009: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
 3010: <categoryname>graphic file</categoryname>
 3011: <description>icons used for the entire LON-CAPA user interface</description>
 3012: <filenames>
 3013: a.gif;
 3014: anot.gif;
 3015: b.gif;
 3016: back.gif;
 3017: bkm.gif;
 3018: brws.gif;
 3019: c.gif;
 3020: catalog.gif;
 3021: ccrs.gif;
 3022: chat.gif;
 3023: chrt.gif;
 3024: com.gif;
 3025: courses.gif;
 3026: cprv.gif;
 3027: cstr.gif;
 3028: d.gif;
 3029: dempty.gif;
 3030: e.gif;
 3031: egrd.gif;
 3032: empty.gif;
 3033: enrl.gif;
 3034: eval.gif;
 3035: f.gif;
 3036: fdbk.gif;
 3037: feedback.gif;
 3038: forw.gif;
 3039: g.gif;
 3040: grds.gif;
 3041: group.gif;
 3042: h.gif;
 3043: help.gif;
 3044: hyphen.gif;
 3045: i.gif;
 3046: info.gif;
 3047: j.gif;
 3048: k.gif;
 3049: l.gif;
 3050: ledblink.gif;
 3051: ledgreen.gif;
 3052: ledoff.gif;
 3053: ledon.gif;
 3054: ledsend.gif;
 3055: logout.gif;
 3056: m.gif;
 3057: mrk.gif;
 3058: n.gif;
 3059: nav.gif;
 3060: next.gif;
 3061: o.gif;
 3062: p.gif;
 3063: parm.gif;
 3064: pgrd.gif;
 3065: pparm.gif;
 3066: pref.gif;
 3067: prev.gif;
 3068: prt.gif;
 3069: q.gif;
 3070: qempty.gif;
 3071: r.gif;
 3072: reload.gif;
 3073: remotebg.gif;
 3074: res.gif;
 3075: roles.gif;
 3076: s.gif;
 3077: sbkm.gif;
 3078: space.gif;
 3079: spacer.gif;
 3080: sprs.gif;
 3081: src.gif;
 3082: stat.gif;
 3083: subm.gif;
 3084: t.gif;
 3085: title.gif;
 3086: u.gif;
 3087: v.gif;
 3088: vbkm.gif;
 3089: w.gif;
 3090: x.gif;
 3091: y.gif;
 3092: z.gif
 3093: </filenames>
 3094: </fileglob>
 3095: <file>
 3096: <source>loncom/html/res/adm/pages/imgmaps.html</source>
 3097: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
 3098: <categoryname>interface file</categoryname>
 3099: <description>
 3100: image maps for the LON-CAPA remote control
 3101: </description>
 3102: </file>
 3103: <file>
 3104: <source>loncom/html/res/adm/pages/index.html</source>
 3105: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
 3106: <categoryname>interface file</categoryname>
 3107: <description>
 3108: welcoming page to the LON-CAPA system upon login
 3109: </description>
 3110: </file>
 3111: <file>
 3112: <source>loncom/html/res/adm/pages/menu.html</source>
 3113: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
 3114: <categoryname>interface file</categoryname>
 3115: <description>
 3116: renders the HTML (including image maps) for the LON-CAPA remote control
 3117: </description>
 3118: </file>
 3119: <fileglob>
 3120: <glob>*.gif</glob>
 3121: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
 3122: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
 3123: </targetdir>
 3124: <categoryname>graphic file</categoryname>
 3125: <description>
 3126: icons used for the bookmark portion of the LON-CAPA user interface
 3127: </description>
 3128: <filenames>
 3129: a.gif;
 3130: alert.black.gif;
 3131: alert.red.gif;
 3132: back.gif;
 3133: ball.gray.gif;
 3134: ball.red.gif;
 3135: binary.gif;
 3136: binhex.gif;
 3137: blank.gif;
 3138: bomb.gif;
 3139: box1.gif;
 3140: box2.gif;
 3141: broken.gif;
 3142: burst.gif;
 3143: c.gif;
 3144: comp.blue.gif;
 3145: comp.gray.gif;
 3146: compressed.gif;
 3147: continued.gif;
 3148: course.gif;
 3149: dir.gif;
 3150: down.gif;
 3151: dvi.gif;
 3152: f.gif;
 3153: folder.gif;
 3154: folder.open.gif;
 3155: folder.sec.gif;
 3156: folder_closed.gif;
 3157: folder_closed_pressed.gif;
 3158: folder_new.gif;
 3159: folder_opened.gif;
 3160: folder_opened_pressed.gif;
 3161: folder_pointer_closed.gif;
 3162: folder_pointer_opened.gif;
 3163: folder_spacer.gif;
 3164: folder_trash.gif;
 3165: forward.gif;
 3166: generic.gif;
 3167: generic.red.gif;
 3168: generic.sec.gif;
 3169: hand.right.gif;
 3170: hand.up.gif;
 3171: html.gif;
 3172: image1.gif;
 3173: image2.gif;
 3174: image3.gif;
 3175: index.gif;
 3176: layout.gif;
 3177: left.gif;
 3178: link.gif;
 3179: mov.gif;
 3180: movie1.gif;
 3181: p.gif;
 3182: patch.gif;
 3183: pdf.gif;
 3184: portal.gif;
 3185: problem.gif;
 3186: ps.gif;
 3187: quill.gif;
 3188: right.gif;
 3189: screw1.gif;
 3190: screw2.gif;
 3191: script.gif;
 3192: sound1.gif;
 3193: sound2.gif;
 3194: sphere1.gif;
 3195: sphere2.gif;
 3196: tar.gif;
 3197: tex.gif;
 3198: text.gif;
 3199: transfer.gif;
 3200: unknown.gif;
 3201: up.gif;
 3202: uu.gif;
 3203: uuencoded.gif;
 3204: white_space_20_22.gif;
 3205: white_space_22_22.gif;
 3206: whitespace1.gif;
 3207: whitespace10.gif;
 3208: whitespace2.gif;
 3209: whitespace3.gif;
 3210: whitespace4.gif;
 3211: whitespace5.gif;
 3212: whitespace6.gif;
 3213: whitespace7.gif;
 3214: whitespace8.gif;
 3215: whitespace9.gif;
 3216: world1.gif;
 3217: world2.gif
 3218: </filenames>
 3219: </fileglob>
 3220: <fileglob>
 3221: <glob>*.gif</glob>
 3222: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 3223: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
 3224: </targetdir>
 3225: <categoryname>graphic file</categoryname>
 3226: <description>
 3227: icons used for directory indexing and login screen
 3228: </description>
 3229: <filenames>
 3230: folder_anim.gif;
 3231: folder_close.gif;
 3232: folder_drag.gif;
 3233: folder_new.gif;
 3234: folder_open.gif;
 3235: folder_pointer_closed.gif;
 3236: folder_pointer_opened.gif;
 3237: folder_static.gif;
 3238: folder_trash.gif;
 3239: folder_trash_hover.gif;
 3240: left_bar.gif;
 3241: link.gif;
 3242: link_anim.gif;
 3243: link_drag.gif;
 3244: ll_corner.gif;
 3245: lower_bar.gif;
 3246: lr_corner.gif;
 3247: pix.gif;
 3248: right_bar.gif;
 3249: toolbar_bg.gif;
 3250: ul_corner.gif;
 3251: upper_bar.gif;
 3252: ur_corner.gif
 3253: </filenames>
 3254: </fileglob>
 3255: <fileglob>
 3256: <glob>*.html</glob>
 3257: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 3258: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
 3259: </targetdir>
 3260: <categoryname>interface file</categoryname>
 3261: <description>
 3262: associated with the frameset scheme of displaying bookmarks
 3263: </description>
 3264: <filenames>
 3265: bookmarkmenu_toolbar.html;
 3266: blank.html;
 3267: closechildren.html
 3268: </filenames>
 3269: </fileglob>
 3270: <file>
 3271: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
 3272: <target dist='default'>
 3273: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
 3274: <categoryname>interface file</categoryname>
 3275: <description>
 3276: javascript for handling client-side interactions with bookmark interface
 3277: </description>
 3278: </file>
 3279: <file>
 3280: <source>loncom/build/check-rpms</source>
 3281: <target dist='default'>usr/local/bin/check-rpms</target>
 3282: <categoryname>root script</categoryname>
 3283: <description>
 3284: compare installed rpms with up-to-date distribution
 3285: </description>
 3286: <status>tested/documented/beta</status>
 3287: </file>
 3288: <file>
 3289: <source>doc/man/check-rpms.1</source>
 3290: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
 3291: <categoryname>doc</categoryname>
 3292: <description>man page for check-rpms</description>
 3293: <build trigger='always run'>
 3294: loncom/build/pod2man.sh check-rpms &gt; ../../doc/man/check-rpms.1 &amp;&amp; \
 3295: echo 'manifying check-rpms'
 3296: </build>
 3297: <status>beta</status>
 3298: <dependencies>
 3299: ../../loncom/build/check-rpms
 3300: </dependencies>
 3301: </file>
 3302: <file>
 3303: <source>doc/scripts/check-rpms.html</source>
 3304: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
 3305: </target>
 3306: <categoryname>doc</categoryname>
 3307: <description>POD-derived page for check-rpms</description>
 3308: <build trigger='always run'>
 3309: loncom/build/pod2html.sh check-rpms &gt; ../../doc/scripts/check-rpms.html \
 3310: &amp;&amp; echo 'pod2html checkrpms'
 3311: </build>
 3312: <status>works/unverified</status>
 3313: <dependencies>
 3314: ../../loncom/build/check-rpms
 3315: </dependencies>
 3316: </file>
 3317: <file>
 3318: <source>loncom/build/loncaparestoreconfigurations</source>
 3319: <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>
 3320: <categoryname>script</categoryname>
 3321: <description>
 3322: restores .rpmsave files after a LON-CAPA-base upgrade
 3323: </description>
 3324: <status>deprecated</status>
 3325: </file>
 3326: <file>
 3327: <source>loncom/cron/loncapa</source>
 3328: <target dist='default'>etc/cron.d/loncapa</target>
 3329: <categoryname>static conf</categoryname>
 3330: <description>
 3331: file that specifies periodic processes to run for the LON-CAPA machine
 3332: </description>
 3333: </file>
 3334: <file>
 3335: <source>loncom/ntp/step-tickers</source>
 3336: <target dist='default'>etc/ntp/step-tickers</target>
 3337: <categoryname>conf</categoryname>
 3338: <description>
 3339: file that stimulates running of ntpdate upon init.d/xntpd initiation
 3340: </description>
 3341: <note>
 3342: <table cellpadding='0' cellspacing='0' border='1'>
 3343: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
 3344: </table>
 3345: </note>
 3346: </file>
 3347: <file>
 3348: <source>loncom/pam.d/pwauth</source>
 3349: <target dist='default'>etc/pam.d/pwauth</target>
 3350: <categoryname>static conf</categoryname>
 3351: <description>
 3352: file that allows setuid password privileges for pwauth executable
 3353: </description>
 3354: </file>
 3355: <file>
 3356: <source>loncom/pam.d/pwchange</source>
 3357: <target dist='default'>etc/pam.d/pwchange</target>
 3358: <categoryname>static conf</categoryname>
 3359: <description>
 3360: file that allows setuid password privileges for pwchange (lcpasswd) executable
 3361: </description>
 3362: </file>
 3363: <file>
 3364: <source>loncom/init.d/loncontrol</source>
 3365: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
 3366: <categoryname>root script</categoryname>
 3367: <description>
 3368: Controls the launching/halting of lonc, lond, and lonsql processes.
 3369: </description>
 3370: </file>
 3371: <link>
 3372: <linkto>etc/rc.d/init.d/loncontrol</linkto>
 3373: <target dist='default'>
 3374: etc/rc.d/rc0.d/K05loncontrol;
 3375: etc/rc.d/rc1.d/K05loncontrol;
 3376: etc/rc.d/rc2.d/K05loncontrol;
 3377: etc/rc.d/rc3.d/S95loncontrol;
 3378: etc/rc.d/rc4.d/S95loncontrol;
 3379: etc/rc.d/rc5.d/S95loncontrol;
 3380: etc/rc.d/rc6.d/K05loncontrol
 3381: </target>
 3382: <categoryname>symbolic link</categoryname>
 3383: <description>
 3384: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
 3385: </link>
 3386: <file>
 3387: <source>loncom/atalk/config</source>
 3388: <target dist='default'>etc/atalk/config</target>
 3389: <categoryname>conf</categoryname>
 3390: <description>
 3391: configuration file to make LON-CAPA server file space accessible to
 3392: Appleshares access (Macintosh)
 3393: </description>
 3394: </file>
 3395: </files>
 3396: </lpml>

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