File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.178: download - view: text, annotated - select for diffs
Fri Oct 4 20:34:04 2002 UTC (21 years, 7 months ago) by bowersj2
Branches: MAIN
CVS tags: HEAD
* Added Show all resources link.
* Part counts now show on condensed multipart problems.
* Detects and handles case where problem resource is not currently accessible.
* Assorted table tag fixes for better aesthetics.

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

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