File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.170: download - view: text, annotated - select for diffs
Wed Sep 4 16:54:44 2002 UTC (21 years, 8 months ago) by www
Branches: MAIN
CVS tags: HEAD
Fix Bug 661
Start on "surf and pick" window for resource assembly

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

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