File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.171: download - view: text, annotated - select for diffs
Mon Sep 9 14:38:01 2002 UTC (21 years, 8 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
BUG 738 FIXED; also documentation fix....
loncapa_apache.conf initiates startup.pl, not
access.conf

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

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