File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.165: download - view: text, annotated - select for diffs
Wed Aug 21 17:18:08 2002 UTC (21 years, 8 months ago) by www
Branches: MAIN
CVS tags: HEAD
Starting to implement common header and color scheme for LON-CAPA handlers
(non-content pages).

Instead of <body bgcolor="#...."><h1>... call

   &Apache::loncommon::bodytag(title,[role],[add_body_parms]);

title: what it says in the header
role (OPTIONAL): override role choice
                 ('admin','coordinator','student','author')
add_body_parms: additional parameters to be put into the body tag, for
                example 'onLoad="init();" or stuff

Colors and layout will likely change in the future, including domain
customization, help function calls, (css?)

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

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