File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.166: download - view: text, annotated - select for diffs
Mon Aug 26 12:47:28 2002 UTC (21 years, 8 months ago) by www
Branches: MAIN
CVS tags: HEAD
Domain Logos and Headers

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

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