File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.129: download - view: text, annotated - select for diffs
Thu May 16 01:33:45 2002 UTC (22 years ago) by harris41
Branches: MAIN
CVS tags: HEAD
BUG 129; loncapa.conf and loncapa_apache.conf now REPLACE access.conf
as far as the filesystem specification is concerned

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

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