File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.177: download - view: text, annotated - select for diffs
Tue Oct 1 19:15:22 2002 UTC (21 years, 7 months ago) by bowersj2
Branches: MAIN
CVS tags: HEAD
Adds icons for nav map. Installs icons for nav map. Commits original gimp file.
Installs new icons with loncapafiles.

Correctly unties the course hashes! Update to this if you care about the lonnavmaps.

    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.177 2002/10/01 19:15:22 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: Numerical_Response_Advanced_Example.tex;
 1658: Numerical_Response_Format.tex;
 1659: Numerical_Response_Intro.tex;
 1660: Numerical_Response_Introduction.tex;
 1661: Numerical_Response_Parts_A.tex;
 1662: Numerical_Response_Parts_B.tex;
 1663: Numerical_Response_Problems.tex;
 1664: Numerical_Response_Randomization.tex;
 1665: Numerical_Response_Simple_Example.tex;
 1666: Numerical_Response_Tutorial_A.tex;
 1667: Numerical_Response_Units.tex;
 1668: Option_Response_Concept_Group_Example.tex;
 1669: Option_Response_Matching_Example.tex;
 1670: Option_Response_Problem_Creation.tex;
 1671: Option_Response_Problem_Figure.tex;
 1672: Option_Response_Problem_Parts.tex;
 1673: Option_Response_Problems.tex;
 1674: Option_Response_Simple.tex;
 1675: Problem_Editor_Testing_Area.tex;
 1676: Problem_Editor_XML_Index.tex;
 1677: Problem_Types.tex;
 1678: Publishing_A_Resource.tex;
 1679: Publishing_Author_Tutorial_Segue.tex;
 1680: Publishing_Copyright.tex;
 1681: Publishing_Intro.tex;
 1682: Publishing_Keywords.tex;
 1683: Radio_Response_Problems.tex;
 1684: Radio_Response_Randomization.tex;
 1685: Resource_Types.tex;
 1686: Script_Tutorial_Intro.tex;
 1687: Scripting_Help.tex;
 1688: Sequence_Advanced_Editor_Creation.tex;
 1689: Sequence_Definition.tex;
 1690: Sequence_Editor_Selection.tex;
 1691: Sequence_Page_Maps.tex;
 1692: Sequence_Simple_Editor_Creation.tex;
 1693: Sequence_Top-Level.tex;
 1694: Significant_Figures.tex;
 1695: Spreadsheet_About.tex;
 1696: Spreadsheet_Alternative_View.tex;
 1697: Spreadsheet_Changes_To_Grading.tex;
 1698: Spreadsheet_Col_Sum.tex;
 1699: Spreadsheet_Completely_Recalc.tex;
 1700: Spreadsheet_Empty_Rows.tex;
 1701: Spreadsheet_Export_Row.tex;
 1702: Spreadsheet_Functions.tex;
 1703: Spreadsheet_Import_Values.tex;
 1704: Spreadsheet_Levels.tex;
 1705: Spreadsheet_Lists.tex;
 1706: Spreadsheet_Max_Depth_Exceeded.tex;
 1707: Spreadsheet_OOO_Rows.tex;
 1708: Spreadsheet_Op_On_All_Problem_Parts.tex;
 1709: Spreadsheet_Parms.tex;
 1710: Spreadsheet_Problem_Weight.tex;
 1711: Spreadsheet_Ranges.tex;
 1712: Spreadsheet_Specifying_Cells.tex;
 1713: Spreadsheet_Student_Visible.tex;
 1714: Spreadsheet_Symbolic_Names.tex;
 1715: Spreadsheet_Template_Row.tex;
 1716: Spreadsheet_Ternary_Operator.tex;
 1717: Spreadsheet_Tries.tex;
 1718: String_Response_Problem_Creation.tex;
 1719: String_Response_Problems.tex;
 1720: Tolerance.tex;
 1721: Variable_Naming_Conventions.tex;
 1722: Variable_Tutorial_A.tex;
 1723: Variables_in_Scripts.tex;
 1724: Variables_in_the_Answer_Block.tex;
 1725: Variables_in_the_Text_Block.tex
 1726: </filenames>
 1727: </fileglob>
 1728: <file>
 1729: <source>loncom/html/adm/help/fragmentLabels.gdbm</source>
 1730: <target dist='default'>home/httpd/html/adm/help/fragmentLabels.gdbm</target>
 1731: <categoryname>interface file</categoryname>
 1732: <description>
 1733: A gdbm file containing a label->tex file hash.
 1734: </description>
 1735: <status>works/unverified</status>
 1736: </file>
 1737: <file>
 1738: <source>loncom/interface/lonstatistics.pm</source>
 1739: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
 1740: <categoryname>handler</categoryname>
 1741: <description>
 1742: Handler to show statistics on solving LON-CAPA problems.
 1743: </description>
 1744: <status>works/unverified</status>
 1745: </file>
 1746: <file>
 1747: <source>loncom/interface/statistics/lonproblemstatistics.pm</source>
 1748: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemstatistics.pm
 1749: </target>
 1750: <categoryname>handler</categoryname>
 1751: <description>
 1752: The module that generate the html for the Problem Statistics web pages.
 1753: </description>
 1754: <status>works/unverified</status>
 1755: </file>
 1756: <file>
 1757: <source>loncom/interface/statistics/lonpercentage.pm</source>
 1758: <target dist='default'>home/httpd/lib/perl/Apache/lonpercentage.pm
 1759: </target>
 1760: <categoryname>handler</categoryname>
 1761: <description>
 1762: The module that generate the html for the Percentage graph web pages.
 1763: </description>
 1764: <status>works/unverified</status>
 1765: </file>
 1766: <file>
 1767: <source>loncom/interface/statistics/lonproblemanalysis.pm</source>
 1768: <target dist='default'>home/httpd/lib/perl/Apache/lonproblemanalysis.pm
 1769: </target>
 1770: <categoryname>handler</categoryname>
 1771: <description>
 1772: The module that generate the html for the Problem Analysis web pages.
 1773: </description>
 1774: <status>works/unverified</status>
 1775: </file>
 1776: <file>
 1777: <source>loncom/interface/statistics/lonstudentassessment.pm</source>
 1778: <target dist='default'>home/httpd/lib/perl/Apache/lonstudentassessment.pm
 1779: </target>
 1780: <categoryname>handler</categoryname>
 1781: <description>
 1782: The module that generate the html for the Student Assessment/Chart web pages.
 1783: </description>
 1784: <status>works/unverified</status>
 1785: </file>
 1786: <file>
 1787: <source>loncom/publisher/londiff.pm</source>
 1788: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
 1789: <categoryname>handler</categoryname>
 1790: <description>
 1791: Handler to show difference between two files.
 1792: </description>
 1793: <status>works/unverified</status>
 1794: </file>
 1795: <file>
 1796: <source>loncom/publisher/lonupload.pm</source>
 1797: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
 1798: <categoryname>handler</categoryname>
 1799: <description>
 1800: Handler to upload files through browser into construction space.
 1801: </description>
 1802: <status>works/unverified</status>
 1803: </file>
 1804: <file>
 1805: <source>doc/man/Apache__lonupload.3</source>
 1806: <target dist='default'>usr/man/man3/Apache::lonupload.3</target>
 1807: <categoryname>doc</categoryname>
 1808: <description>man page for lonupload.pm</description>
 1809: <build trigger='always run'>
 1810: loncom/build/pod2man.sh ../publisher/lonupload.pm &gt; \
 1811: ../../doc/man/Apache__lonupload.3 &amp;&amp; echo 'manifying lonupload.pm'
 1812: </build>
 1813: <status>works/unverified</status>
 1814: <dependencies>
 1815: ../../loncom/publisher/lonupload.pm
 1816: </dependencies>
 1817: </file>
 1818: <file>
 1819: <source>doc/lib/perl/Apache/lonupload.html</source>
 1820: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
 1821: </target>
 1822: <categoryname>doc</categoryname>
 1823: <description>POD-derived page for lonupload.pm</description>
 1824: <build trigger='always run'>
 1825: loncom/build/pod2html.sh ../publisher/lonupload.pm &gt; \
 1826: ../../doc/lib/perl/Apache/lonupload.html &amp;&amp; \
 1827: echo 'pod2html lonupload.pm'
 1828: </build>
 1829: <status>works/unverified</status>
 1830: <dependencies>
 1831: ../../loncom/publisher/lonupload.pm
 1832: </dependencies>
 1833: </file>
 1834: <file>
 1835: <source>loncom/homework/essayresponse.pm</source>
 1836: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
 1837: <categoryname>handler</categoryname>
 1838: <description>
 1839: Handler to evaluate essay (ungraded) style responses.
 1840: </description>
 1841: <status>works/unverified</status>
 1842: </file>
 1843: <file>
 1844: <source>loncom/homework/externalresponse.pm</source>
 1845: <target dist='default'>home/httpd/lib/perl/Apache/externalresponse.pm</target>
 1846: <categoryname>handler</categoryname>
 1847: <description>
 1848: Handler to evaluate externally graded responses.
 1849: </description>
 1850: <status>works/unverified</status>
 1851: </file>
 1852: <file>
 1853: <source>loncom/homework/loncapagrade.pm</source>
 1854: <target dist='default'>home/httpd/lib/perl/Apache/loncapagrade.pm</target>
 1855: <categoryname>handler</categoryname>
 1856: <description>
 1857: Holds results and defines
 1858: tag handlers needed by externalresponse.pm
 1859: </description>
 1860: <status>works/unverified</status>
 1861: </file>
 1862: <file>
 1863: <source>loncom/publisher/lonpubdir.pm</source>
 1864: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
 1865: <categoryname>handler</categoryname>
 1866: <description>
 1867: Handler to publish directories.
 1868: </description>
 1869: </file>
 1870: <file>
 1871: <source>loncom/publisher/lonunauthorized.pm</source>
 1872: <target dist='default'>home/httpd/lib/perl/Apache/lonunauthorized.pm</target>
 1873: <categoryname>handler</categoryname>
 1874: <description>
 1875: Handler to explain failed contruction space access.
 1876: </description>
 1877: </file>
 1878: <file>
 1879: <source>doc/man/Apache__lonpubdir.3</source>
 1880: <target dist='default'>usr/man/man3/Apache::lonpubdir.3</target>
 1881: <categoryname>doc</categoryname>
 1882: <description>man page for lonpubdir.pm</description>
 1883: <build trigger='always run'>
 1884: loncom/build/pod2man.sh ../publisher/lonpubdir.pm &gt; \
 1885: ../../doc/man/Apache__lonpubdir.3 &amp;&amp; echo 'manifying lonpubdir.pm'
 1886: </build>
 1887: <status>works/unverified</status>
 1888: <dependencies>
 1889: ../../loncom/lonnet/perl/lonnet.pm
 1890: </dependencies>
 1891: </file>
 1892: <file>
 1893: <source>doc/lib/perl/Apache/lonpubdir.html</source>
 1894: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
 1895: </target>
 1896: <categoryname>doc</categoryname>
 1897: <description>POD-derived page for lonpubdir.pm</description>
 1898: <build trigger='always run'>
 1899: loncom/build/pod2html.sh ../publisher/lonpubdir.pm &gt; \
 1900: ../../doc/lib/perl/Apache/lonpubdir.html &amp;&amp; \
 1901: echo 'pod2html lonpubdir.pm'
 1902: </build>
 1903: <status>works/unverified</status>
 1904: <dependencies>
 1905: ../../loncom/publisher/lonpubdir.pm
 1906: </dependencies>
 1907: </file>
 1908: <file>
 1909: <source>loncom/publisher/lonretrieve.pm</source>
 1910: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
 1911: <categoryname>handler</categoryname>
 1912: <description>
 1913: Handler to retrieve old versions from resource space.
 1914: </description>
 1915: <status>works/unverified</status>
 1916: </file>
 1917: <file>
 1918: <source>doc/man/Apache__lonretrieve.3</source>
 1919: <target dist='default'>usr/man/man3/Apache::lonretrieve.3</target>
 1920: <categoryname>doc</categoryname>
 1921: <description>man page for lonretrieve.pm</description>
 1922: <build trigger='always run'>
 1923: loncom/build/pod2man.sh ../publisher/lonretrieve.pm &gt; \
 1924: ../../doc/man/Apache__lonretrieve.3 &amp;&amp; echo 'manifying lonretrieve.pm'
 1925: </build>
 1926: <status>works/unverified</status>
 1927: <dependencies>
 1928: ../../loncom/publisher/lonretrieve.pm
 1929: </dependencies>
 1930: </file>
 1931: <file>
 1932: <source>doc/lib/perl/Apache/lonretrieve.html</source>
 1933: <target dist='default'>
 1934: home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
 1935: </target>
 1936: <categoryname>doc</categoryname>
 1937: <description>POD-derived page for lonretrieve.pm</description>
 1938: <build trigger='always run'>
 1939: loncom/build/pod2html.sh ../publisher/lonretrieve.pm &gt; \
 1940: ../../doc/lib/perl/Apache/lonretrieve.html &amp;&amp; \
 1941: echo 'pod2html lonretrieve.pm'
 1942: </build>
 1943: <status>works/unverified</status>
 1944: <dependencies>
 1945: ../../loncom/publisher/lonretrieve.pm
 1946: </dependencies>
 1947: </file>
 1948: <file>
 1949: <source>loncom/homework/edit.pm</source>
 1950: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
 1951: <categoryname>handler</categoryname>
 1952: <description>
 1953: Helper functions when in homework edit mode.
 1954: </description>
 1955: </file>
 1956: <file>
 1957: <source>doc/man/Apache__edit.3</source>
 1958: <target dist='default'>usr/man/man3/Apache::edit.3</target>
 1959: <categoryname>doc</categoryname>
 1960: <description>man page for edit.pm</description>
 1961: <build trigger='always run'>
 1962: loncom/build/pod2man.sh ../homework/edit.pm &gt; ../../doc/man/Apache__edit.3 &amp;&amp; \
 1963: echo 'manifying edit.pm'
 1964: </build>
 1965: <status>works/unverified</status>
 1966: <dependencies>
 1967: ../../loncom/homework/edit.pm
 1968: </dependencies>
 1969: </file>
 1970: <file>
 1971: <source>doc/lib/perl/Apache/edit.html</source>
 1972: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/edit.html
 1973: </target>
 1974: <categoryname>doc</categoryname>
 1975: <description>POD-derived page for edit.pm</description>
 1976: <build trigger='always run'>
 1977: loncom/build/pod2html.sh ../homework/edit.pm &gt; \
 1978: ../../doc/lib/perl/Apache/edit.html \
 1979: &amp;&amp; echo 'pod2html edit.pm'
 1980: </build>
 1981: <status>works/unverified</status>
 1982: <dependencies>
 1983: ../../loncom/homework/edit.pm
 1984: </dependencies>
 1985: </file>
 1986: <file>
 1987: <source>loncom/interface/lonmeta.pm</source>
 1988: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
 1989: <categoryname>handler</categoryname>
 1990: <description>Metadata display handler.</description>
 1991: <status>works/unverified</status>
 1992: </file>
 1993: <file>
 1994: <source>rat/lonambiguous.pm</source>
 1995: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
 1996: <categoryname>handler</categoryname>
 1997: <description>
 1998: Handler to resolve ambiguous file locations.
 1999: </description>
 2000: <status>works/unverified</status>
 2001: </file>
 2002: <file>
 2003: <source>rat/lonratparms.pm</source>
 2004: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
 2005: <categoryname>handler</categoryname>
 2006: <description>
 2007: Handler to set resource parameters inside of the RAT based on metadata.
 2008: </description>
 2009: <status>works/unverified</status>
 2010: </file>
 2011: <file>
 2012: <source>rat/lonsequence.pm</source>
 2013: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
 2014: <categoryname>handler</categoryname>
 2015: <description>
 2016: Handler for showing sequence objects of educational resources.
 2017: </description>
 2018: <status>works/unverified</status>
 2019: </file>
 2020: <file>
 2021: <source>loncom/interface/loncreatecourse.pm</source>
 2022: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
 2023: <categoryname>handler</categoryname>
 2024: <description>
 2025: Allows domain coordinators to create new courses and assign course
 2026: coordinators.
 2027: </description>
 2028: <status>works/unverified</status>
 2029: </file>
 2030: <file>
 2031: <source>loncom/interface/loncreateuser.pm</source>
 2032: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
 2033: <categoryname>handler</categoryname>
 2034: <description>
 2035: Allows users to within their own privileges create/edit users and give
 2036: them roles. 
 2037: </description>
 2038: <status>works/unverified</status>
 2039: </file>
 2040: <file>
 2041: <source>loncom/interface/lonhtmlcommon.pm</source>
 2042: <target dist='default'>home/httpd/lib/perl/Apache/lonhtmlcommon.pm</target>
 2043: <categoryname>handler</categoryname>
 2044: <description>
 2045: Contains a set of functions that generate html controls and data layouts
 2046: </description>
 2047: </file>
 2048: <file>
 2049: <source>loncom/interface/loncoursedata.pm</source>
 2050: <target dist='default'>home/httpd/lib/perl/Apache/loncoursedata.pm</target>
 2051: <categoryname>handler</categoryname>
 2052: <description>
 2053: Common functions for handling student course data (download and process)
 2054: </description>
 2055: </file>
 2056: <file>
 2057: <source>loncom/interface/loncommon.pm</source>
 2058: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
 2059: <categoryname>handler</categoryname>
 2060: <description>
 2061: Makes a table out of the previous attempts.  Inputs result_from_symbread,
 2062: user, domain, home_server, course_id.
 2063: </description>
 2064: <status>works/unverified</status>
 2065: </file>
 2066: <file>
 2067: <source>doc/man/Apache__loncommon.3</source>
 2068: <target dist='default'>usr/man/man3/Apache::loncommon.3</target>
 2069: <categoryname>doc</categoryname>
 2070: <description>man page for loncommon.pm</description>
 2071: <build trigger='always run'>
 2072: loncom/build/pod2man.sh ../interface/loncommon.pm &gt; \
 2073: ../../doc/man/Apache__loncommon.3 &amp;&amp; echo 'manifying loncommon.pm'
 2074: </build>
 2075: <status>works/unverified</status>
 2076: <dependencies>
 2077: ../../loncom/interface/loncommon.pm
 2078: </dependencies>
 2079: </file>
 2080: <file>
 2081: <source>doc/lib/perl/Apache/loncommon.html</source>
 2082: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
 2083: </target>
 2084: <categoryname>doc</categoryname>
 2085: <description>POD-derived page for loncommon.pm</description>
 2086: <build trigger='always run'>
 2087: loncom/build/pod2html.sh ../interface/loncommon.pm &gt; \
 2088: ../../doc/lib/perl/Apache/loncommon.html &amp;&amp; \
 2089: echo 'pod2html loncommon.pm'
 2090: </build>
 2091: <status>works/unverified</status>
 2092: <dependencies>
 2093: ../../loncom/interface/loncommon.pm
 2094: </dependencies>
 2095: </file>
 2096: <file>
 2097: <source>loncom/homework/grades.pm</source>
 2098: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
 2099: <categoryname>handler</categoryname>
 2100: <description>Handles the viewing of grades.</description>
 2101: </file>
 2102: <file>
 2103: <source>loncom/homework/imageresponse.pm</source>
 2104: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
 2105: <categoryname>handler</categoryname>
 2106: <description>
 2107: Coordinates the response to clicking an image.
 2108: </description>
 2109: <status>works/unverified</status>
 2110: </file>
 2111: <file>
 2112: <source>loncom/homework/optionresponse.pm</source>
 2113: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
 2114: <categoryname>handler</categoryname>
 2115: <description>
 2116: Handles tags associated with showing a list of options.</description>
 2117: </file>
 2118: <file>
 2119: <source>loncom/homework/outputtags.pm</source>
 2120: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
 2121: <categoryname>handler</categoryname>
 2122: <description>
 2123: Handles tags associated with output.  Seems to relate to due dates of the
 2124: assignment.
 2125: </description>
 2126: <status>works/unverified</status>
 2127: </file>
 2128: <file>
 2129: <source>loncom/interface/lontest.pm</source>
 2130: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
 2131: <categoryname>handler</categoryname>
 2132: <description>
 2133: Used for debugging and testing the LON-CAPA system.
 2134: </description>
 2135: <status>works/unverified</status>
 2136: </file>
 2137: <file>
 2138: <source>loncom/homework/radiobuttonresponse.pm</source>
 2139: <target dist='default'>
 2140: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
 2141: <categoryname>handler</categoryname>
 2142: <description>
 2143: Handles multiple-choice style responses.
 2144: </description>
 2145: <status>works/unverified</status>
 2146: </file>
 2147: <file>
 2148: <source>loncom/interface/lonassignments.pm</source>
 2149: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
 2150: <categoryname>handler</categoryname>
 2151: <description>
 2152: Handles processing of assignments.
 2153: </description>
 2154: <status>works/unverified</status>
 2155: </file>
 2156: <file>
 2157: <source>loncom/interface/loncommunicate.pm</source>
 2158: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
 2159: <categoryname>handler</categoryname>
 2160: <description>
 2161: Will be the access handler to email sending, as well as the planned
 2162: chatrooms, etc.
 2163: </description>
 2164: <status>works/unverified</status>
 2165: </file>
 2166: <file>
 2167: <source>loncom/interface/lonerrorhandler.pm</source>
 2168: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
 2169: <categoryname>handler</categoryname>
 2170: <description>
 2171: Handles errors.
 2172: </description>
 2173: <status>works/unverified</status>
 2174: </file>
 2175: <file>
 2176: <source>loncom/interface/lonevaluate.pm</source>
 2177: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
 2178: <categoryname>handler</categoryname>
 2179: <description>
 2180: Handles evaluation.
 2181: </description>
 2182: <status>works/unverified</status>
 2183: </file>
 2184: <file>
 2185: <source>loncom/interface/lonfeedback.pm</source>
 2186: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
 2187: <categoryname>handler</categoryname>
 2188: <description>
 2189: Handles feedback from students to instructors and system administrators.
 2190: Provides a screenshot of the current
 2191: resource, as well as previous attempts if the resource was a homework.
 2192: Used by lonmsg.pm.
 2193: </description>
 2194: <status>works/unverified</status>
 2195: </file>
 2196: <file>
 2197: <source>loncom/interface/lonnavmaps.pm</source>
 2198: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
 2199: <categoryname>handler</categoryname>
 2200: <description>
 2201: Handles navigational maps.
 2202: </description>
 2203: <status>works/unverified</status>
 2204: </file>
 2205: <file>
 2206: <source>loncom/interface/lonpreferences.pm</source>
 2207: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
 2208: <categoryname>handler</categoryname>
 2209: <description>
 2210: Handles user preferences associated with customizing the online LON-CAPA
 2211: educational environment.
 2212: </description>
 2213: <status>works/unverified</status>
 2214: </file>
 2215: <file>
 2216: <source>loncom/interface/lonprintout.pm</source>
 2217: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
 2218: <categoryname>handler</categoryname>
 2219: <description>
 2220: Handles the production of printable files and resources.
 2221: </description>
 2222: <status>works/unverified</status>
 2223: </file>
 2224: <file>
 2225: <source>loncom/interface/lonsearchcat.pm</source>
 2226: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
 2227: <categoryname>handler</categoryname>
 2228: <description>
 2229: Handles a searchable catalogue.
 2230: </description>
 2231: <status>works/unverified</status>
 2232: </file>
 2233: <file>
 2234: <source>loncom/interface/lonmysql.pm</source>
 2235: <target dist='default'>home/httpd/lib/perl/Apache/lonmysql.pm</target>
 2236: <categoryname>handler</categoryname>
 2237: <description>
 2238: Provides utility functions for creating and accessing mysql database tables.
 2239: </description>
 2240: <status>works/unverified</status>
 2241: </file>
 2242: <file>
 2243: <source>doc/man/Apache__lonsearchcat.3</source>
 2244: <target dist='default'>usr/man/man3/Apache::lonsearchcat.3</target>
 2245: <categoryname>doc</categoryname>
 2246: <description>man page for lonsearchcat.pm</description>
 2247: <build trigger='always run'>
 2248: loncom/build/pod2man.sh ../interface/lonsearchcat.pm &gt; \
 2249: ../../doc/man/Apache__lonsearchcat.3 &amp;&amp; echo 'manifying lonsearchcat.pm'
 2250: </build>
 2251: <status>works/unverified</status>
 2252: <dependencies>
 2253: ../../loncom/interface/lonsearchcat.pm
 2254: </dependencies>
 2255: </file>
 2256: <file>
 2257: <source>doc/lib/perl/Apache/lonsearchcat.html</source>
 2258: <target dist='default'>
 2259: home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
 2260: </target>
 2261: <categoryname>doc</categoryname>
 2262: <description>POD-derived page for lonsearchcat.pm</description>
 2263: <build trigger='always run'>
 2264: loncom/build/pod2html.sh ../interface/lonsearchcat.pm &gt; \
 2265: ../../doc/lib/perl/Apache/lonsearchcat.html &amp;&amp; \
 2266: echo 'pod2html lonsearchcat.pm'
 2267: </build>
 2268: <status>works/unverified</status>
 2269: <dependencies>
 2270: ../../loncom/interface/lonsearchcat.pm
 2271: </dependencies>
 2272: </file>
 2273: <file>
 2274: <source>loncom/interface/londropadd.pm</source>
 2275: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
 2276: <categoryname>handler</categoryname>
 2277: <description>
 2278: Allows course coordinators to upload courselists in different formats, and
 2279: automatically create users (if they do not exist already), assign them the
 2280: role of student in a course, and add them to the classlist.
 2281: </description>
 2282: <status>works/unverified</status>
 2283: </file>
 2284: <file>
 2285: <source>loncom/interface/lonmsg.pm</source>
 2286: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
 2287: <categoryname>handler</categoryname>
 2288: <description>
 2289: lonmsg.pm has several functions to send and receive internal messages.
 2290: author_res_msg - send message to resource author.
 2291: user_crit_msg - send a critical message to a user. A critical message
 2292: will require acknowledgment by the recipient and the sender will be notified.
 2293: user_crit_received - routine to trigger acknowledgment.
 2294: statuschange - change the status of a message (read, replied, forwarded, etc).
 2295: The handler also displays messages, has routines to reply, etc.
 2296: </description>
 2297: <status>works/unverified</status>
 2298: </file>
 2299: <file>
 2300: <source>loncom/homework/hint.pm</source>
 2301: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
 2302: <categoryname>handler</categoryname>
 2303: <description>
 2304: This handler coordinates the delivery of hints to students working on LON-CAPA
 2305: problems and assignments.
 2306: </description>
 2307: <status>works/unverified</status>
 2308: </file>
 2309: <file>
 2310: <source>loncom/interface/lonspreadsheet.pm</source>
 2311: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
 2312: <categoryname>handler</categoryname>
 2313: <description>
 2314: Spreadsheets are completely web-based.
 2315: They exist on the level of a whole course, a student, and individual
 2316: assessments.
 2317: </description>
 2318: <status>works/unverified</status>
 2319: </file>
 2320: <file>
 2321: <source>loncom/interface/lonparmset.pm</source>
 2322: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
 2323: <categoryname>handler</categoryname>
 2324: <description>
 2325: Handler to resolve ambiguous file locations
 2326: </description>
 2327: <status>works/unverified</status>
 2328: </file>
 2329: <file>
 2330: <source>doc/man/Apache__lonparmset.3</source>
 2331: <target dist='default'>usr/man/man3/Apache::lonparmset.3</target>
 2332: <categoryname>doc</categoryname>
 2333: <description>man page for lonparmset.pm</description>
 2334: <build trigger='always run'>
 2335: loncom/build/pod2man.sh ../interface/lonparmset.pm &gt; \
 2336: ../../doc/man/Apache__lonparmset.3 &amp;&amp; echo 'manifying lonparmset.pm'
 2337: </build>
 2338: <status>works/unverified</status>
 2339: <dependencies>
 2340: ../../loncom/interface/lonparmset.pm
 2341: </dependencies>
 2342: </file>
 2343: <file>
 2344: <source>doc/lib/perl/Apache/lonparmset.html</source>
 2345: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
 2346: </target>
 2347: <categoryname>doc</categoryname>
 2348: <description>POD-derived page for lonparmset.pm</description>
 2349: <build trigger='always run'>
 2350: loncom/build/pod2html.sh ../interface/lonparmset.pm &gt; \
 2351: ../../doc/lib/perl/Apache/lonparmset.html &amp;&amp; \
 2352: echo 'pod2html lonparmset.pm'
 2353: </build>
 2354: <status>works/unverified</status>
 2355: <dependencies>
 2356: ../../loncom/interface/lonparmset.pm
 2357: </dependencies>
 2358: </file>
 2359: <file>
 2360: <source>loncom/publisher/lonconstruct.pm</source>
 2361: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
 2362: <categoryname>handler</categoryname>
 2363: <description>
 2364: Page wrapper for handling construction space.
 2365: </description>
 2366: <status>works/unverified</status>
 2367: </file>
 2368: <file>
 2369: <source>loncom/publisher/lonpublisher.pm</source>
 2370: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
 2371: <categoryname>handler</categoryname>
 2372: <description>
 2373: Publishes an LON-CAPA educational resource complete with metadata
 2374: (authorship, language, copyright, creation date, etc).
 2375: </description>
 2376: <status>works/unverified</status>
 2377: </file>
 2378: <file>
 2379: <source>doc/man/Apache__lonpublisher.3</source>
 2380: <target dist='default'>usr/man/man3/Apache::lonpublisher.3</target>
 2381: <categoryname>doc</categoryname>
 2382: <description>man page for lonpublisher.pm</description>
 2383: <build trigger='always run'>
 2384: loncom/build/pod2man.sh ../publisher/lonpublisher.pm &gt; \
 2385: ../../doc/man/Apache__lonpublisher.3 &amp;&amp; echo 'manifying lonpublisher.pm'
 2386: </build>
 2387: <status>works/unverified</status>
 2388: <dependencies>
 2389: ../../loncom/publisher/lonpublisher.pm
 2390: </dependencies>
 2391: </file>
 2392: <file>
 2393: <source>doc/lib/perl/Apache/lonpublisher.html</source>
 2394: <target dist='default'>
 2395: home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
 2396: </target>
 2397: <categoryname>doc</categoryname>
 2398: <description>POD-derived page for lonpublisher.pm</description>
 2399: <build trigger='always run'>
 2400: loncom/build/pod2html.sh ../publisher/lonpublisher.pm &gt; \
 2401: ../../doc/lib/perl/Apache/lonpublisher.html &amp;&amp; \
 2402: echo 'pod2html lonpublisher.pm'
 2403: </build>
 2404: <status>works/unverified</status>
 2405: <dependencies>
 2406: ../../loncom/publisher/lonpublisher.pm
 2407: </dependencies>
 2408: </file>
 2409: <file>
 2410: <source>loncom/interface/lonmenu.pm</source>
 2411: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
 2412: <categoryname>handler</categoryname>
 2413: <description>
 2414: Has routines which control the remote control.
 2415: </description>
 2416: <status>works/unverified</status>
 2417: </file>
 2418: <file>
 2419: <source>rat/lonpageflip.pm</source>
 2420: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
 2421: <categoryname>handler</categoryname>
 2422: <description>Deals with forward, backward, and other page flips.</description>
 2423: <status>works/unverified</status>
 2424: </file>
 2425: <file>
 2426: <source>rat/lonratedt.pm</source>
 2427: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
 2428: <categoryname>handler</categoryname>
 2429: <description>
 2430: Builds up frame set and loads in the right thing.
 2431: </description>
 2432: <status>works/unverified</status>
 2433: </file>
 2434: <file>
 2435: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
 2436: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
 2437: <categoryname>handler</categoryname>
 2438: <description>
 2439: Homework remote control.
 2440: </description>
 2441: <status>works/unverified</status>
 2442: </file>
 2443: <file>
 2444: <source>loncom/html/res/adm/pages/chatroom.html</source>
 2445: <target dist='default'>home/httpd/html/res/adm/pages/chatroom.html</target>
 2446: <categoryname>handler</categoryname>
 2447: <description>
 2448: Establishes frameset for chatroom
 2449: </description>
 2450: <status>works/unverified</status>
 2451: </file>
 2452: <file>
 2453: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
 2454: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
 2455: <categoryname>handler</categoryname>
 2456: <description>
 2457: This will take annotations and then plug them into a page.
 2458: </description>
 2459: <status>works/unverified</status>
 2460: </file>
 2461: <file>
 2462: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
 2463: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
 2464: <categoryname>handler</categoryname>
 2465: <description>
 2466: This will take bookmarks and get/write/display them for the LON-CAPA user
 2467: interface.
 2468: </description>
 2469: <status>works/unverified</status>
 2470: </file>
 2471: <file>
 2472: <source>rat/lonratsrv.pm</source>
 2473: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
 2474: <categoryname>handler</categoryname>
 2475: <description>
 2476: Handler that takes output from RAT and stores it on disk.  Handles the upper
 2477: hidden frame of the added window that comes up in RAT.   (3 frames come up in
 2478: RAT server, code, and output.  This module handles server connection.)
 2479: </description>
 2480: <status>works/unverified</status>
 2481: </file>
 2482: <file>
 2483: <source>rat/lonpage.pm</source>
 2484: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
 2485: <categoryname>handler</categoryname>
 2486: <description>
 2487: bundles pages into one page
 2488: </description>
 2489: <status>works/unverified</status>
 2490: </file>
 2491: <file>
 2492: <source>doc/man/Apache__lonpage.3</source>
 2493: <target dist='default'>usr/man/man3/Apache::lonpage.3</target>
 2494: <categoryname>doc</categoryname>
 2495: <description>man page for lonpage.pm</description>
 2496: <build trigger='always run'>
 2497: loncom/build/pod2man.sh ../../rat/lonpage.pm &gt; \
 2498: ../../doc/man/Apache__lonpage.3 &amp;&amp; echo 'manifying lonpage.pm'
 2499: </build>
 2500: <status>works/unverified</status>
 2501: <dependencies>
 2502: ../../rat/lonpage.pm
 2503: </dependencies>
 2504: </file>
 2505: <file>
 2506: <source>doc/lib/perl/Apache/lonpage.html</source>
 2507: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
 2508: </target>
 2509: <categoryname>doc</categoryname>
 2510: <description>POD-derived page for lonnet.pm</description>
 2511: <build trigger='always run'>
 2512: loncom/build/pod2html.sh ../../rat/lonpage.pm &gt; \
 2513: ../../doc/lib/perl/Apache/lonpage.html &amp;&amp; echo 'pod2html lonpage.pm'
 2514: </build>
 2515: <status>works/unverified</status>
 2516: <dependencies>
 2517: ../../rat/lonpage.pm
 2518: </dependencies>
 2519: </file>
 2520: <file>
 2521: <source>rat/lonuserstate.pm</source>
 2522: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
 2523: <categoryname>handler</categoryname>
 2524: <description>
 2525: compile course into binary data structure
 2526: </description>
 2527: <status>works/unverified</status>
 2528: </file>
 2529: <file>
 2530: <source>doc/man/Apache__lonuserstate.3</source>
 2531: <target dist='default'>usr/man/man3/Apache::lonuserstate.3</target>
 2532: <categoryname>doc</categoryname>
 2533: <description>man page for lonnet.pm</description>
 2534: <build trigger='always run'>
 2535: loncom/build/pod2man.sh ../../rat/lonuserstate.pm &gt; \
 2536: ../../doc/man/Apache__lonuserstate.3 &amp;&amp; echo 'manifying lonuserstate.pm'
 2537: </build>
 2538: <status>works/unverified</status>
 2539: <dependencies>
 2540: ../../rat/lonuserstate.pm
 2541: </dependencies>
 2542: </file>
 2543: <file>
 2544: <source>doc/lib/perl/Apache/lonuserstate.html</source>
 2545: <target dist='default'>
 2546: home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
 2547: </target>
 2548: <categoryname>doc</categoryname>
 2549: <description>POD-derived page for lonuserstate.pm</description>
 2550: <build trigger='always run'>
 2551: loncom/build/pod2html.sh ../../rat/lonuserstate.pm &gt; \
 2552: ../../doc/lib/perl/Apache/lonuserstate.html &amp;&amp; \
 2553: echo 'pod2html lonuserstate.pm'
 2554: </build>
 2555: <status>works/unverified</status>
 2556: <dependencies>
 2557: ../../rat/lonuserstate.pm
 2558: </dependencies>
 2559: </file>
 2560: <file>
 2561: <source>loncom/xml/lontex.pm</source>
 2562: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
 2563: <categoryname>handler</categoryname>
 2564: <description>
 2565: Handler for tex files
 2566: </description>
 2567: <status>works/unverified</status>
 2568: </file>
 2569: <file>
 2570: <source>loncom/xml/lontexconvert.pm</source>
 2571: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
 2572: <categoryname>handler</categoryname>
 2573: <description>
 2574: Access to tth/ttm
 2575: </description>
 2576: <status>works/unverified</status>
 2577: </file>
 2578: <file>
 2579: <source>loncom/xml/lonxml.pm</source>
 2580: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
 2581: <categoryname>handler</categoryname>
 2582: <description>
 2583: XML Parsing Module
 2584: </description>
 2585: <status>works/unverified</status>
 2586: </file>
 2587: <file>
 2588: <source>loncom/xml/lonplot.pm</source>
 2589: <target dist='default'>home/httpd/lib/perl/Apache/lonplot.pm</target>
 2590: <categoryname>handler</categoryname>
 2591: <description>
 2592: XML-based plotter of graphs
 2593: </description>
 2594: <status>works/unverified</status>
 2595: </file>
 2596: <file>
 2597: <source>loncom/xml/style.pm</source>
 2598: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
 2599: <categoryname>handler</categoryname>
 2600: <description>
 2601: Style Parsing Module
 2602: </description>
 2603: <status>works/unverified</status>
 2604: </file>
 2605: <file>
 2606: <source>loncom/xml/londefdef.pm</source>
 2607: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
 2608: <categoryname>handler</categoryname>
 2609: <description>
 2610: Tags Default Definition Module
 2611: </description>
 2612: <status>works/unverified</status>
 2613: </file>
 2614: <file>
 2615: <source>loncom/xml/run.pm</source>
 2616: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
 2617: <categoryname>handler</categoryname>
 2618: <description>
 2619: used to prevent poorly written problems from causing lingering after effects
 2620: </description>
 2621: <status>works/unverified</status>
 2622: </file>
 2623: <file>
 2624: <source>loncom/xml/scripttag.pm</source>
 2625: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
 2626: <categoryname>handler</categoryname>
 2627: <description>
 2628: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
 2629: &lt;import&gt;
 2630: </description>
 2631: <status>works/unverified</status>
 2632: </file>
 2633: <file>
 2634: <source>loncom/homework/randomlabel.pm</source>
 2635: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
 2636: <categoryname>handler</categoryname>
 2637: <description>
 2638: Interface for producing applet code which randomizes the labelling of an
 2639: image.
 2640: </description>
 2641: </file>
 2642: <file>
 2643: <source>loncom/homework/lonhomework.pm</source>
 2644: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
 2645: <categoryname>handler</categoryname>
 2646: <description>
 2647: handles requests for output, evaluation, and alteration of a homework resource
 2648: </description>
 2649: <status>works/unverified</status>
 2650: </file>
 2651: <file>
 2652: <source>loncom/homework/inputtags.pm</source>
 2653: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
 2654: <categoryname>handler</categoryname>
 2655: <description>
 2656: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
 2657: </description>
 2658: <status>works/unverified</status>
 2659: </file>
 2660: <file>
 2661: <source>loncom/homework/structuretags.pm</source>
 2662: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
 2663: <categoryname>handler</categoryname>
 2664: <description>
 2665: produces HTML tags necessary for structuring the presentation of homework
 2666: resources
 2667: </description>
 2668: <status>works/unverified</status>
 2669: </file>
 2670: <file>
 2671: <source>loncom/homework/response.pm</source>
 2672: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
 2673: <categoryname>handler</categoryname>
 2674: <description>
 2675: defines different types of responses given to student as well as syntax for
 2676: producing response values
 2677: </description>
 2678: <status>works/unverified</status>
 2679: </file>
 2680: <file>
 2681: <source>loncom/homework/caparesponse/caparesponse.pm</source>
 2682: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
 2683: <categoryname>handler</categoryname>
 2684: <description>
 2685: handles request to the CAPA homework processing engine
 2686: </description>
 2687: <status>works/unverified</status>
 2688: </file>
 2689: <file>
 2690: <source>loncom/xml/Safe.pm</source>
 2691: <target dist='default'>home/httpd/lib/perl/Safe.pm</target>
 2692: <categoryname>handler</categoryname>
 2693: <description>
 2694: Meant to safely substitute for CPAN version of Safe.
 2695: Allows for safely executing embedded perl comands in
 2696: a way that does not threaten the operating system.
 2697: </description>
 2698: <status>works/unverified</status>
 2699: </file>
 2700: <file>
 2701: <source>loncom/auth/localauth.pm</source>
 2702: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
 2703: <categoryname>handler</categoryname>
 2704: <description>
 2705: Local authentication mechanism (meant to be customized).
 2706: </description>
 2707: <status>works/unverified</status>
 2708: </file>
 2709: <file>
 2710: <source>loncom/auth/lonacc.pm</source>
 2711: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
 2712: <categoryname>handler</categoryname>
 2713: <description>
 2714: (This module, like loncacc.pm also authenticates with cookies.)  
 2715: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
 2716: functions (e.g. roles, logout, annotations, and bookmarks) as well
 2717: as coordinating access to educational resources.
 2718: </description>
 2719: <status>works/unverified</status>
 2720: </file>
 2721: <file>
 2722: <source>doc/man/Apache__lonacc.3</source>
 2723: <target dist='default'>usr/man/man3/Apache::lonacc.3</target>
 2724: <categoryname>doc</categoryname>
 2725: <description>man page for lonacc.pm</description>
 2726: <build trigger='always run'>
 2727: loncom/build/pod2man.sh ../auth/lonacc.pm &gt; \
 2728: ../../doc/man/Apache__lonacc.3 &amp;&amp; echo 'manifying lonacc.pm'
 2729: </build>
 2730: <status>works/unverified</status>
 2731: <dependencies>
 2732: ../../loncom/auth/lonacc.pm
 2733: </dependencies>
 2734: </file>
 2735: <file>
 2736: <source>doc/lib/perl/Apache/lonacc.html</source>
 2737: <target dist='default'>
 2738: home/httpd/html/adm/help/lib/perl/Apache/lonacc.html</target>
 2739: <categoryname>doc</categoryname>
 2740: <description>POD-derived page for lonacc.pm</description>
 2741: <build trigger='always run'>
 2742: loncom/build/pod2html.sh ../auth/lonacc.pm &gt; \
 2743: ../../doc/lib/perl/Apache/lonacc.html &amp;&amp; echo 'pod2html lonacc.pm'
 2744: </build>
 2745: <status>works/unverified</status>
 2746: <dependencies>
 2747: ../../loncom/auth/lonacc.pm
 2748: </dependencies>
 2749: </file>
 2750: <file>
 2751: <source>loncom/auth/lonracc.pm</source>
 2752: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
 2753: <categoryname>handler</categoryname>
 2754: <description>
 2755: access handler for file transfers
 2756: </description>
 2757: <status>works/unverified</status>
 2758: </file>
 2759: <file>
 2760: <source>loncom/auth/lontokacc.pm</source>
 2761: <target dist='default'>home/httpd/lib/perl/Apache/lontokacc.pm</target>
 2762: <categoryname>handler</categoryname>
 2763: <description>
 2764: handler for inter-server transfer of token accessed files, includes
 2765: cleanup handler to remove file when successfully done
 2766: </description>
 2767: <status>works/unverified</status>
 2768: </file>
 2769: <file>
 2770: <source>loncom/auth/lonuploadedacc.pm</source>
 2771: <target dist='default'>home/httpd/lib/perl/Apache/lonuploadedacc.pm</target>
 2772: <categoryname>handler</categoryname>
 2773: <description>
 2774: access handler for user uploaded files
 2775: </description>
 2776: <status>works/unverified</status>
 2777: </file>
 2778: <file>
 2779: <source>loncom/lontrans.pm</source>
 2780: <target dist='default'>home/httpd/lib/perl/Apache/lontrans.pm</target>
 2781: <categoryname>handler</categoryname>
 2782: <description>
 2783: URI to filename translation
 2784: </description>
 2785: <status>works/unverified</status>
 2786: </file>
 2787: <file>
 2788: <source>doc/man/Apache__lonracc.3</source>
 2789: <target dist='default'>usr/man/man3/Apache::lonracc.3</target>
 2790: <categoryname>doc</categoryname>
 2791: <description>man page for lonracc.pm</description>
 2792: <build trigger='always run'>
 2793: loncom/build/pod2man.sh ../auth/lonracc.pm &gt; \
 2794: ../../doc/man/Apache__lonracc.3 &amp;&amp; echo 'manifying lonracc.pm'
 2795: </build>
 2796: <status>works/unverified</status>
 2797: <dependencies>
 2798: ../../loncom/auth/lonracc.pm
 2799: </dependencies>
 2800: </file>
 2801: <file>
 2802: <source>doc/lib/perl/Apache/lonracc.html</source>
 2803: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
 2804: </target>
 2805: <categoryname>doc</categoryname>
 2806: <description>POD-derived page for lonracc.pm</description>
 2807: <build trigger='always run'>
 2808: loncom/build/pod2html.sh ../auth/lonracc.pm &gt; \
 2809: ../../doc/lib/perl/Apache/lonracc.html &amp;&amp; echo 'pod2html lonracc.pm'
 2810: </build>
 2811: <status>works/unverified</status>
 2812: <dependencies>
 2813: ../../loncom/auth/lonracc.pm
 2814: </dependencies>
 2815: </file>
 2816: <file>
 2817: <source>loncom/auth/loncacc.pm</source>
 2818: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
 2819: <categoryname>handler</categoryname>
 2820: <description>
 2821: This module provides access to an educational resource construction area.
 2822: This module is invoked by the URL-related pattern syntax
 2823: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
 2824: Authentication of user identity
 2825: is coordinated through cookies.  The abbreviation "cacc" corresponds
 2826: to "construction-space access").  If the cookie handle is invalid, then
 2827: this module returns a forbidden status and makes appropriate log entries.
 2828: If the cookie handle is valid, status is determined to be okay (and,
 2829: for the "priv"-type access, the resource is delivered by the
 2830: <tt>lonconstruct</tt> module).
 2831: </description>
 2832: <status>works/unverified</status>
 2833: </file>
 2834: <file>
 2835: <source>doc/man/Apache__loncacc.3</source>
 2836: <target dist='default'>usr/man/man3/Apache::loncacc.3</target>
 2837: <categoryname>doc</categoryname>
 2838: <description>man page for loncacc.pm</description>
 2839: <build trigger='always run'>
 2840: loncom/build/pod2man.sh ../auth/loncacc.pm &gt; ../../doc/man/Apache__loncacc.3 \
 2841: &amp;&amp; echo 'manifying loncacc.pm'
 2842: </build>
 2843: <status>works/unverified</status>
 2844: <dependencies>
 2845: ../../loncom/auth/loncacc.pm
 2846: </dependencies>
 2847: </file>
 2848: <file>
 2849: <source>doc/lib/perl/Apache/loncacc.html</source>
 2850: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
 2851: </target>
 2852: <categoryname>doc</categoryname>
 2853: <description>POD-derived page for loncacc.pm</description>
 2854: <build trigger='always run'>
 2855: loncom/build/pod2html.sh ../auth/loncacc.pm &gt; \
 2856: ../../doc/lib/perl/Apache/loncacc.html &amp;&amp; echo 'pod2html loncacc.pm'
 2857: </build>
 2858: <status>works/unverified</status>
 2859: <dependencies>
 2860: ../../loncom/auth/loncacc.pm
 2861: </dependencies>
 2862: </file>
 2863: <file>
 2864: <source>loncom/auth/lonauth.pm</source>
 2865: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
 2866: <categoryname>handler</categoryname>
 2867: <description>authenticate, set up session environment</description>
 2868: <status>works/unverified</status>
 2869: </file>
 2870: <file>
 2871: <source>loncom/auth/lonlogin.pm</source>
 2872: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
 2873: <categoryname>handler</categoryname>
 2874: <description>login screen</description>
 2875: <status>works/unverified</status>
 2876: </file>
 2877: <file>
 2878: <source>loncom/auth/lonlogout.pm</source>
 2879: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
 2880: <categoryname>handler</categoryname>
 2881: <description>logout</description>
 2882: <status>works/unverified</status>
 2883: </file>
 2884: <file>
 2885: <source>loncom/lonnet/perl/lonrep.pm</source>
 2886: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
 2887: <categoryname>handler</categoryname>
 2888: <description>replication</description>
 2889: </file>
 2890: <file>
 2891: <source>loncom/auth/lonroles.pm</source>
 2892: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
 2893: <categoryname>handler</categoryname>
 2894: <description>
 2895: This perl handling module reads in the available roles available
 2896: for a LON-CAPA user (different courses, different privileges, etc)
 2897: and produces a form-element HTML page which allows the user to select
 2898: which role he wishes to exercise in the LON-CAPA system.  For instance,
 2899: a user may want to select between being a student in a thermodynamics
 2900: physics course or a teaching assistant for an introductory calculus
 2901: class.
 2902: </description>
 2903: </file>
 2904: <file>
 2905: <source>doc/man/Apache__lonroles.3</source>
 2906: <target dist='default'>usr/man/man3/Apache::lonroles.3</target>
 2907: <categoryname>doc</categoryname>
 2908: <description>man page for lonroles.pm</description>
 2909: <build trigger='always run'>
 2910: loncom/build/pod2man.sh ../auth/lonroles.pm &gt; \
 2911: ../../doc/man/Apache__lonroles.3 &amp;&amp; echo 'manifying lonroles.pm'
 2912: </build>
 2913: <status>works/unverified</status>
 2914: <dependencies>
 2915: ../../loncom/auth/lonroles.pm
 2916: </dependencies>
 2917: </file>
 2918: <file>
 2919: <source>doc/lib/perl/Apache/lonroles.html</source>
 2920: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
 2921: </target>
 2922: <categoryname>doc</categoryname>
 2923: <description>POD-derived page for lonroles.pm</description>
 2924: <build trigger='always run'>
 2925: loncom/build/pod2html.sh ../auth/lonroles.pm &gt; \
 2926: ../../doc/lib/perl/Apache/lonroles.html &amp;&amp; echo 'pod2html lonroles.pm'
 2927: </build>
 2928: <status>works/unverified</status>
 2929: <dependencies>
 2930: ../../loncom/auth/lonroles.pm
 2931: </dependencies>
 2932: </file>
 2933: <file>
 2934: <source>loncom/interface/lonindexer.pm</source>
 2935: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
 2936: <categoryname>handler</categoryname>
 2937: <description>
 2938: cross server filesystem browser
 2939: </description>
 2940: <status>works/unverified</status>
 2941: </file>
 2942: <file>
 2943: <source>doc/man/Apache__lonindexer.3</source>
 2944: <target dist='default'>usr/man/man3/Apache::lonindexer.3</target>
 2945: <categoryname>doc</categoryname>
 2946: <description>man page for lonindexer.pm</description>
 2947: <build trigger='always run'>
 2948: loncom/build/pod2man.sh ../interface/lonindexer.pm &gt; \
 2949: ../../doc/man/Apache__lonindexer.3 &amp;&amp; echo 'manifying lonindexer.pm'
 2950: </build>
 2951: <status>works/unverified</status>
 2952: <dependencies>
 2953: ../../loncom/interface/lonindexer.pm
 2954: </dependencies>
 2955: </file>
 2956: <file>
 2957: <source>doc/lib/perl/Apache/lonindexer.html</source>
 2958: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
 2959: </target>
 2960: <categoryname>doc</categoryname>
 2961: <description>POD-derived page for lonindexer.pm</description>
 2962: <build trigger='always run'>
 2963: loncom/build/pod2html.sh ../interface/lonindexer.pm &gt; \
 2964: ../../doc/lib/perl/Apache/lonindexer.html &amp;&amp; \
 2965: echo 'pod2html lonindexer.pm'
 2966: </build>
 2967: <status>works/unverified</status>
 2968: <dependencies>
 2969: ../../loncom/interface/lonindexer.pm
 2970: </dependencies>
 2971: </file>
 2972: <file>
 2973: <source>loncom/interface/groupsort.pm</source>
 2974: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
 2975: <categoryname>handler</categoryname>
 2976: <description>
 2977: Implements a second phase of importing multiple resources into the RAT.
 2978: Allows for reordering the sequence of resources.
 2979: </description>
 2980: <status>works/unverified</status>
 2981: </file>
 2982: <file>
 2983: <source>loncom/lonnet/perl/lonnet.pm</source>
 2984: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
 2985: <categoryname>handler</categoryname>
 2986: <description>
 2987: This file is an interface to the lonc processes of the LON-CAPA network
 2988: as well as set of elaborated functions for handling information necessary
 2989: for navigating through a given cluster of LON-CAPA machines within a domain.
 2990: There are over 40 specialized functions in this module which handle
 2991: the reading and transmission of metadata, user information
 2992: (ids, names, environments, roles, logs), file information (storage, reading,
 2993: directories, extensions, replication, embedded styles and descriptors),
 2994: educational resources (course descriptions, section names and numbers),
 2995: url hashing (to assign roles on a url basis), and translating abbreviated
 2996: symbols to and from more descriptive phrases or explanations.
 2997: </description>
 2998: <status>works/unverified</status>
 2999: </file>
 3000: <file>
 3001: <source>doc/man/Apache__lonnet.3</source>
 3002: <target dist='default'>usr/man/man3/Apache::lonnet.3</target>
 3003: <categoryname>doc</categoryname>
 3004: <description>man page for lonnet.pm</description>
 3005: <build trigger='always run'>
 3006: loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm &gt; \
 3007: ../../doc/man/Apache__lonnet.3 &amp;&amp; echo 'manifying lonnet.pm'
 3008: </build>
 3009: <status>works/unverified</status>
 3010: <dependencies>
 3011: ../../loncom/lonnet/perl/lonnet.pm
 3012: </dependencies>
 3013: </file>
 3014: <file>
 3015: <source>doc/lib/perl/Apache/lonnet.html</source>
 3016: <target dist='default'>home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
 3017: </target>
 3018: <categoryname>doc</categoryname>
 3019: <description>POD-derived page for lonnet.pm</description>
 3020: <build trigger='always run'>
 3021: loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm &gt; \
 3022: ../../doc/lib/perl/Apache/lonnet.html &amp;&amp; echo 'pod2html lonnet.pm'
 3023: </build>
 3024: <status>works/unverified</status>
 3025: <dependencies>
 3026: ../../loncom/lonnet/perl/lonnet.pm
 3027: </dependencies>
 3028: </file>
 3029: <file>
 3030: <source>loncom/html/index.html</source>
 3031: <target dist='default'>home/httpd/html/index.html</target>
 3032: <categoryname>interface file</categoryname>
 3033: <description>bumps to login</description>
 3034: </file>
 3035: <link>
 3036: <linkto>etc/mime.types</linkto>
 3037: <target dist='default'>etc/httpd/conf/mime.types</target>
 3038: <categoryname>symbolic link</categoryname>
 3039: <description>symbolic link to /etc/mime.types</description>
 3040: </link>
 3041: <link>
 3042: <linkto>home/httpd/html/res</linkto>
 3043: <target dist='default'>home/httpd/html/raw</target>
 3044: <categoryname>symbolic link</categoryname>
 3045: <description>symbolic link to /home/httpd/html/res</description>
 3046: </link>
 3047: <file>
 3048: <source>loncom/html/adm/notfound.html</source>
 3049: <target dist='default'>home/httpd/html/adm/notfound.html</target>
 3050: <categoryname>interface file</categoryname>
 3051: <description>
 3052: static html page that is shown when an attempt is made to access a document
 3053: not present on the web server
 3054: </description>
 3055: </file>
 3056: <file>
 3057: <source>loncom/html/adm/unauthorized.html</source>
 3058: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
 3059: <categoryname>interface file</categoryname>
 3060: <description>
 3061: static html page that is shown when an attempt is made to access a document
 3062: which is restricted based on file or server configurations
 3063: </description>
 3064: </file>
 3065: <file>
 3066: <source>loncom/html/adm/help/searchcat.html</source>
 3067: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
 3068: <categoryname>interface file</categoryname>
 3069: <description>
 3070: Help page for the search engine.
 3071: </description>
 3072: </file>
 3073: <file>
 3074: <source>rat/client/rat.html</source>
 3075: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
 3076: <categoryname>interface file</categoryname>
 3077: <description>
 3078: frameset
 3079: </description>
 3080: </file>
 3081: <file>
 3082: <source>rat/client/parameter.html</source>
 3083: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
 3084: <categoryname>interface file</categoryname>
 3085: <description>
 3086: Parameter input window.
 3087: </description>
 3088: </file>
 3089: <file>
 3090: <source>rat/client/code.html</source>
 3091: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
 3092: <categoryname>interface file</categoryname>
 3093: <description>
 3094: javascript
 3095: </description>
 3096: </file>
 3097: <file>
 3098: <source>rat/client/extpickcode.html</source>
 3099: <target dist='default'>home/httpd/html/adm/rat/extpickcode.html</target>
 3100: <categoryname>interface file</categoryname>
 3101: <description>
 3102: javascript
 3103: </description>
 3104: </file>
 3105: <file>
 3106: <source>rat/client/extpickframe.html</source>
 3107: <target dist='default'>home/httpd/html/adm/rat/extpickframe.html</target>
 3108: <categoryname>interface file</categoryname>
 3109: <description>
 3110: javascript
 3111: </description>
 3112: </file>
 3113: <file>
 3114: <source>rat/client/map.html</source>
 3115: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
 3116: <categoryname>interface file</categoryname>
 3117: <description>
 3118: bumper
 3119: </description>
 3120: </file>
 3121: <file>
 3122: <source>rat/client/empty.html</source>
 3123: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
 3124: <categoryname>interface file</categoryname>
 3125: <description>
 3126: A blank page with very minimal HTML structural elements.
 3127: </description>
 3128: </file>
 3129: <fileglob>
 3130: <glob>*.gif</glob>
 3131: <sourcedir>rat/images/</sourcedir>
 3132: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
 3133: <categoryname>graphic file</categoryname>
 3134: <description>
 3135: icons for providing a HTML-tabled view of a course map
 3136: </description>
 3137: <filenames>
 3138: 1.1.dt.gif;
 3139: 1.1.empty.gif;
 3140: 1.1.ld.gif;
 3141: 1.1.lr.gif;
 3142: 1.1.rd.gif;
 3143: 1.1.rl.gif;
 3144: 1.1.td.gif;
 3145: 1.1.tdrl.gif;
 3146: 1.1.tl.gif;
 3147: 1.1.tr.gif;
 3148: 1.1.utd.gif;
 3149: 1.2.ctd.gif;
 3150: 1.2.dt.gif;
 3151: 1.2.empty.gif;
 3152: 1.2.ld.gif;
 3153: 1.2.lr.gif;
 3154: 1.2.lrd.gif;
 3155: 1.2.lrtd.gif;
 3156: 1.2.rd.gif;
 3157: 1.2.rl.gif;
 3158: 1.2.rld.gif;
 3159: 1.2.rltd.gif;
 3160: 1.2.rtd.gif;
 3161: 1.2.rtdl.gif;
 3162: 1.2.rtl.gif;
 3163: 1.2.td.gif;
 3164: 1.2.tdl.gif;
 3165: 1.2.tdrl.gif;
 3166: 1.2.tl.gif;
 3167: 1.2.tr.gif;
 3168: 1.2.utd.gif;
 3169: 2.1.dt.gif;
 3170: 2.1.empty.gif;
 3171: 2.1.ld.gif;
 3172: 2.1.lr.gif;
 3173: 2.1.rd.gif;
 3174: 2.1.rl.gif;
 3175: 2.1.td.gif;
 3176: 2.1.tdrl.gif;
 3177: 2.1.tl.gif;
 3178: 2.1.tr.gif;
 3179: 2.2.dt.gif;
 3180: 2.2.empty.gif;
 3181: 2.2.ld.gif;
 3182: 2.2.lr.gif;
 3183: 2.2.lrd.gif;
 3184: 2.2.lrt.gif;
 3185: 2.2.rd.gif;
 3186: 2.2.rl.gif;
 3187: 2.2.rld.gif;
 3188: 2.2.rlt.gif;
 3189: 2.2.td.gif;
 3190: 2.2.tdl.gif;
 3191: 2.2.tdr.gif;
 3192: 2.2.tdrl.gif;
 3193: 2.2.tl.gif;
 3194: 2.2.tr.gif;
 3195: 2.2.url.gif;
 3196: 2.2.utd.gif;
 3197: arrow.gif;
 3198: bdt.gif;
 3199: bempty.gif;
 3200: bld.gif;
 3201: blr.gif;
 3202: blrd.gif;
 3203: blrt.gif;
 3204: bottom.gif;
 3205: brd.gif;
 3206: brl.gif;
 3207: brld.gif;
 3208: brlt.gif;
 3209: btd.gif;
 3210: btdl.gif;
 3211: btdr.gif;
 3212: btdrl.gif;
 3213: btl.gif;
 3214: btr.gif;
 3215: burl.gif;
 3216: butd.gif;
 3217: condition.gif;
 3218: edit.gif;
 3219: finish.gif;
 3220: info.gif;
 3221: inscol.gif;
 3222: inscond.gif;
 3223: insres.gif;
 3224: insrow.gif;
 3225: left.gif;
 3226: middle.gif;
 3227: resource.gif;
 3228: right.gif;
 3229: sctd.gif;
 3230: sdt.gif;
 3231: sempty.gif;
 3232: sld.gif;
 3233: slr.gif;
 3234: slrd.gif;
 3235: slrtd.gif;
 3236: srd.gif;
 3237: srl.gif;
 3238: srld.gif;
 3239: srltd.gif;
 3240: srtd.gif;
 3241: srtdl.gif;
 3242: srtl.gif;
 3243: start.gif;
 3244: std.gif;
 3245: stdl.gif;
 3246: sutd.gif
 3247: </filenames>
 3248: </fileglob>
 3249: <fileglob>
 3250: <glob>*.*</glob>
 3251: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
 3252: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
 3253: <categoryname>graphic file</categoryname>
 3254: <description>
 3255: icons to indicate an unexpected result
 3256: </description>
 3257: <filenames>
 3258: lonconstruct.gif;
 3259: lonlogo_broken.gif;
 3260: lonlogo_broken_tsp.gif;
 3261: lonlogo_broken.eps;
 3262: lonlogo_broken.jpg;
 3263: lonlogo_broken.mov
 3264: </filenames>
 3265: </fileglob>
 3266: <fileglob>
 3267: <glob>*.*</glob>
 3268: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
 3269: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
 3270: <categoryname>graphic file</categoryname>
 3271: <description>
 3272: logos and general widget icons
 3273: </description>
 3274: <filenames>
 3275: SMETE_white.gif;
 3276: aboutlon.gif;
 3277: accessbutton.gif;
 3278: arrow_up.gif;
 3279: branch.gif;
 3280: cab.gif;
 3281: cab_big.gif;
 3282: capapanel.gif;
 3283: class.gif;
 3284: class_big.gif;
 3285: dvi.gif;
 3286: dvi_big.gif;
 3287: eps.gif;
 3288: eps_big.gif;
 3289: exam.gif;
 3290: exam_big.gif;
 3291: fillbottom.gif;
 3292: fillleft.gif;
 3293: fillright.gif;
 3294: filltop.gif;
 3295: folder_closed.gif;
 3296: folder_opened.gif;
 3297: folder_pointer_closed.gif;
 3298: folder_pointer_opened.gif;
 3299: form.gif;
 3300: form_big.gif;
 3301: gif.gif;
 3302: gif_big.gif;
 3303: header.gif;
 3304: htm.gif;
 3305: html.gif;
 3306: html_big.gif;
 3307: jar.gif;
 3308: jar_big.gif;
 3309: jpg.gif;
 3310: jpg_big.gif;
 3311: latex.gif;
 3312: lite.gif;
 3313: liteani.gif;
 3314: litetext.gif;
 3315: lolpanel.gif;
 3316: lonanim.gif;
 3317: lonanimend.gif;
 3318: loncapalogo.gif;
 3319: lonhelplogos.gif;
 3320: lonhelptop.gif;
 3321: lonlogo.gif;
 3322: lonlogos.gif;
 3323: lowerleft.gif;
 3324: lowerright.gif;
 3325: meta.gif;
 3326: meta_big.gif;
 3327: mov.gif;
 3328: mov_big.gif;
 3329: move_up.gif;
 3330: move_down.gif;
 3331: navmap.correct.gif;
 3332: navmap.open.gif;
 3333: navmap.wrong.gif;
 3334: page.gif;
 3335: page_big.gif;
 3336: pdf.gif;
 3337: pdf_big.gif;
 3338: png.gif;
 3339: png_big.gif;
 3340: problem.gif;
 3341: problem_big.gif;
 3342: ps.gif;
 3343: ps_big.gif;
 3344: quill.gif;
 3345: quiz.gif;
 3346: quiz_big.gif;
 3347: select.gif;
 3348: sequence.gif;
 3349: sequence_big.gif;
 3350: server.gif;
 3351: server_big.gif;
 3352: srvbad.gif;
 3353: srvempty.gif;
 3354: srvgood.gif;
 3355: srvhalf.gif;
 3356: srvnull.gif;
 3357: survey.gif;
 3358: survey_big.gif;
 3359: tex.gif;
 3360: tex_big.gif;
 3361: txt.gif;
 3362: txt_big.gif;
 3363: unknown.gif;
 3364: unknown_big.gif;
 3365: upperleft.gif;
 3366: upperright.gif;
 3367: user.gif;
 3368: user_big.gif;
 3369: userauthentication.gif;
 3370: wav.gif;
 3371: wav_big.gif;
 3372: white_space_20_22.gif;
 3373: whitespace1.gif;
 3374: whitespace10.gif;
 3375: whitespace2.gif;
 3376: whitespace3.gif;
 3377: whitespace4.gif;
 3378: whitespace5.gif;
 3379: whitespace6.gif;
 3380: whitespace7.gif;
 3381: whitespace8.gif;
 3382: whitespace9.gif;
 3383: xml.gif;
 3384: xml_big.gif;
 3385: zip.gif;
 3386: zip_big.gif
 3387: </filenames>
 3388: </fileglob>
 3389: <fileglob>
 3390: <glob>*.*</glob>
 3391: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
 3392: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
 3393: <categoryname>graphic file</categoryname>
 3394: <description>
 3395: Miscellaneous resources.
 3396: </description>
 3397: <filenames>
 3398: authorfeed.gif;
 3399: bomb.gif;
 3400: cat_button.gif;
 3401: chat.gif;
 3402: eval_button.gif;
 3403: feedback.gif;
 3404: pprm_button.gif;
 3405: pgrd_button.gif;
 3406: subm_button.gif
 3407: </filenames>
 3408: </fileglob>
 3409: <file>
 3410: <source>loncom/xml/tth.pm</source>
 3411: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
 3412: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
 3413: <categoryname>system file</categoryname>
 3414: <description>
 3415: perl module for invoking functions specific to TeX-to-HTML conversion
 3416: </description>
 3417: <note>
 3418: Has the same dependencies and build process as tth.so.
 3419: Currently, only the tth.so file specifications invoke
 3420: the build process however.  A static version is checked into loncom/xml
 3421: and in this way is treated as though it isn't part of the tth build process.
 3422: </note>
 3423: <status>works/unverified</status>
 3424: </file>
 3425: <file>
 3426: <source>loncom/xml/LCParser.pm</source>
 3427: <target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
 3428: <categoryname>system file</categoryname>
 3429: <description>
 3430: perl module for parsing HTML in a way that really works and is thoroughly
 3431: tested
 3432: </description>
 3433: <status>works/unverified</status>
 3434: </file>
 3435: <file>
 3436: <source>loncom/configuration/Configuration.pm</source>
 3437: <target dist='default'>home/httpd/lib/perl/LONCAPA/Configuration.pm</target>
 3438: <categoryname>system file</categoryname>
 3439: <description>
 3440: Configuration file reader (looks in /etc/httpd/conf/); accepts
 3441: a list of *.conf files to inspect for PerlSetVar key/value
 3442: entries.
 3443: </description>
 3444: <status>works/unverified</status>
 3445: </file>
 3446: <file>
 3447: <source>modules/TexConvert/tthperl/tth.so</source>
 3448: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
 3449: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
 3450: <categoryname>system file</categoryname>
 3451: <description>
 3452: shared library file for dynamic loading and unloading
 3453: </description>
 3454: <note>
 3455: The source and file dependencies are not available to most
 3456: CVS users.  (You can safely rely on the existing binaries
 3457: present on your system... don't worry about warnings
 3458: related to this file during the build process.)
 3459: </note>
 3460: <build trigger='run if dependencies change'>
 3461: modules/TexConvert/tthperl/commands
 3462: </build>
 3463: <status>works/unverified</status>
 3464: <dependencies>
 3465: ../tthdynamic/tthfunc.c;
 3466: ../ttmdynamic/ttmfunc.c
 3467: </dependencies>
 3468: </file>
 3469: <file>
 3470: <source>loncom/homework/caparesponse/capa.pm</source>
 3471: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
 3472: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
 3473: <categoryname>system file</categoryname>
 3474: <description>
 3475: perl module for invoking functions specific to CAPA
 3476: </description>
 3477: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 3478: <note>
 3479: Has the same dependencies and build process as capa.so.
 3480: Currently, only the capa.so file specifications invoke
 3481: the build process however.
 3482: </note>
 3483: </file>
 3484: <file>
 3485: <source>loncom/homework/caparesponse/capa.bs</source>
 3486: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
 3487: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
 3488: <categoryname>system file</categoryname>
 3489: <description>
 3490: bootstrap file associated with dynamic loading of this module on multiple
 3491: architectures
 3492: </description>
 3493: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 3494: <note>
 3495: Has the same dependencies and build process as capa.so.
 3496: Currently, only the capa.so file specifications invoke
 3497: the build process however.
 3498: </note>
 3499: </file>
 3500: <file>
 3501: <source>loncom/homework/caparesponse/capa.so</source>
 3502: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
 3503: <target dist='redhat7 redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
 3504: <categoryname>system file</categoryname>
 3505: <description>
 3506: shared library file for dynamic loading and unloading
 3507: </description>
 3508: <build trigger='always run'>
 3509: loncom/homework/caparesponse/commands
 3510: </build>
 3511: <dependencies>
 3512: caparesponse.c;
 3513: caparesponse.pm;
 3514: README;
 3515: Makefile.PL;
 3516: capa.i;
 3517: commands;
 3518: ../../../CAPA/pProj/capaGrammarDef.y;
 3519: ../../../CAPA/pProj/capaFormula.y;
 3520: ../../../CAPA/pProj/capaLexerDef.flex;
 3521: ../../../CAPA/pProj/capaFunction.c;
 3522: ../../../CAPA/pProj/capaParserUtils.c;
 3523: ../../../CAPA/pProj/capaMapExpr.c;
 3524: ../../../CAPA/pProj/capaUnit.c;
 3525: ../../../CAPA/pProj/com.c;
 3526: ../../../CAPA/pProj/linpack.c;
 3527: ../../../CAPA/pProj/ranlib.c;
 3528: ../../../CAPA/pProj/capaCgiUtils.c;
 3529: ../../../CAPA/pProj/capaSubjective.c;
 3530: ../../../CAPA/pProj/capaRQO.c;
 3531: ../../../CAPA/pProj/capaFormulaLexer.c;
 3532: ../../../CAPA/pProj/capaCommon.c;
 3533: ../../../CAPA/pProj/capaCommon.h;
 3534: ../../../CAPA/pProj/ranlib.h;
 3535: ../../../CAPA/pProj/capaCGI.h;
 3536: ../../../CAPA/pProj/capaFunction.h;
 3537: ../../../CAPA/pProj/capaRQO.h;
 3538: ../../../CAPA/pProj/capaParser.h;
 3539: ../../../CAPA/pProj/lex_debug.h
 3540: </dependencies>
 3541: </file>
 3542: <fileglob>
 3543: <glob>*.ent</glob>
 3544: <sourcedir>loncom/MathML/</sourcedir>
 3545: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
 3546: <categoryname>system file</categoryname>
 3547: <description>
 3548: xml files which assign unicode numbers to mathematical symbols using
 3549: &lt;! ENTITY... &gt; type syntax.
 3550: </description>
 3551: <filenames>
 3552: isoamsa.ent;
 3553: isoamsb.ent;
 3554: isoamsc.ent;
 3555: isoamsn.ent;
 3556: isoamso.ent;
 3557: isoamsr.ent;
 3558: isobox.ent;
 3559: isocyr1.ent;
 3560: isocyr2.ent;
 3561: isodia.ent;
 3562: isogrk1.ent;
 3563: isogrk2.ent;
 3564: isogrk3.ent;
 3565: isogrk4.ent;
 3566: isolat1.ent;
 3567: isolat2.ent;
 3568: isomfrk.ent;
 3569: isomopf.ent;
 3570: isomscr.ent;
 3571: isonum.ent;
 3572: isopub.ent;
 3573: isotech.ent;
 3574: mmlalias.ent;
 3575: mmlextra.ent
 3576: </filenames>
 3577: </fileglob>
 3578: <file>
 3579: <source>loncom/MathML/mathml.css</source>
 3580: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
 3581: <categoryname>system file</categoryname>
 3582: <description>
 3583: cascading style sheet
 3584: </description>
 3585: </file>
 3586: <file>
 3587: <source>loncom/MathML/mathml.dtd</source>
 3588: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
 3589: <categoryname>system file</categoryname>
 3590: <description>
 3591: document type definition
 3592: </description>
 3593: </file>
 3594: <file>
 3595: <source>loncom/auth/londes.js</source>
 3596: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
 3597: <categoryname>interface file</categoryname>
 3598: <description>
 3599: Encryption Routines according to Data Encryption Standard DES, written in
 3600: javascript.
 3601: </description>
 3602: </file>
 3603: <file>
 3604: <source>loncom/homework/lectureonline.lcpm</source>
 3605: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
 3606: </target>
 3607: <categoryname>handler</categoryname>
 3608: <description>
 3609: Intended for providing perl functions for the &lt;script&gt;&lt;/script&gt;
 3610: environment in a problem that was converted from lectureonline.
 3611: </description>
 3612: </file>
 3613: <file>
 3614: <source>loncom/homework/default_homework.lcpm</source>
 3615: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
 3616: </target>
 3617: <categoryname>handler</categoryname>
 3618: <description>
 3619: Provides many functions for the &lt;script&gt; environment in a .problem.
 3620: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
 3621: </description>
 3622: </file>
 3623: <file>
 3624: <source>loncom/homework/capa.units</source>
 3625: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
 3626: <categoryname>static conf</categoryname>
 3627: <description>
 3628: Define unit prefixing and conversion for CAPA problem handling.
 3629: </description>
 3630: </file>
 3631: <fileglob>
 3632: <glob>*.jpg</glob>
 3633: <sourcedir>loncom/html/adm/lonInterFace/</sourcedir>
 3634: <targetdir dist='default'>home/httpd/html/adm/lonInterFace/</targetdir>
 3635: <categoryname>graphic file</categoryname>
 3636: <description>Pages headers</description>
 3637: <filenames>
 3638: admin.jpg;
 3639: author.jpg;
 3640: coordinator.jpg;
 3641: header.jpg;
 3642: student.jpg;
 3643: </filenames>
 3644: </fileglob>
 3645: <fileglob>
 3646: <glob>*.gif</glob>
 3647: <sourcedir>loncom/html/adm/lonDomLogos/</sourcedir>
 3648: <targetdir dist='default'>home/httpd/html/adm/lonDomLogos/</targetdir>
 3649: <categoryname>graphic file</categoryname>
 3650: <description>Logos of LON-CAPA domains</description>
 3651: <filenames>
 3652: </filenames>
 3653: </fileglob>
 3654: <fileglob>
 3655: <glob>*.tab</glob>
 3656: <sourcedir>loncom/html/adm/lonDomColors/</sourcedir>
 3657: <targetdir dist='default'>home/httpd/lonTabs/lonDomColors/</targetdir>
 3658: <categoryname>conf</categoryname>
 3659: <description>Designs of LON-CAPA domains</description>
 3660: <filenames>
 3661: </filenames>
 3662: </fileglob>
 3663: <fileglob>
 3664: <glob>*.gif</glob>
 3665: <sourcedir>loncom/html/adm/lonLCDfont/</sourcedir>
 3666: <targetdir dist='default'>home/httpd/html/adm/lonLCDfont/</targetdir>
 3667: <categoryname>graphic file</categoryname>
 3668: <description>LON-CAPA remote control LCD font</description>
 3669: <filenames>
 3670: 0.gif;
 3671: 1.gif;
 3672: 2.gif;
 3673: 3.gif;
 3674: 4.gif;
 3675: 5.gif;
 3676: 6.gif;
 3677: 7.gif;
 3678: 8.gif;
 3679: 9.gif;
 3680: a.gif;
 3681: b.gif;
 3682: c.gif;
 3683: d.gif;
 3684: e.gif;
 3685: f.gif;
 3686: g.gif;
 3687: h.gif;
 3688: i.gif;
 3689: j.gif;
 3690: k.gif;
 3691: l.gif;
 3692: m.gif;
 3693: n.gif;
 3694: o.gif;
 3695: p.gif;
 3696: q.gif;
 3697: r.gif;
 3698: s.gif;
 3699: t.gif;
 3700: u.gif;
 3701: v.gif;
 3702: w.gif;
 3703: x.gif;
 3704: y.gif;
 3705: z.gif;
 3706: colon.gif;
 3707: hyphen.gif;
 3708: slash.gif;
 3709: space.gif;
 3710: </filenames>
 3711: </fileglob>
 3712: <fileglob>
 3713: <glob>*.gif</glob>
 3714: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
 3715: <targetdir dist='default'>home/httpd/html/res/adm/pages/</targetdir>
 3716: <categoryname>graphic file</categoryname>
 3717: <description>icons used for the entire LON-CAPA user interface</description>
 3718: <filenames>
 3719: anno.gif;
 3720: anot.gif;
 3721: back.gif;
 3722: bchat.gif;
 3723: bkm.gif;
 3724: brws.gif;
 3725: catalog.gif;
 3726: ccrs.gif;
 3727: chat.gif;
 3728: chrt.gif;
 3729: com.gif;
 3730: courses.gif;
 3731: cprv.gif;
 3732: cstr.gif;
 3733: dempty.gif;
 3734: docs.gif;
 3735: egrd.gif;
 3736: empty.gif;
 3737: enrl.gif;
 3738: eval.gif;
 3739: fdbk.gif;
 3740: feedback.gif;
 3741: forw.gif;
 3742: grds.gif;
 3743: group.gif;
 3744: help.gif;
 3745: info.gif;
 3746: ledblink.gif;
 3747: ledgreen.gif;
 3748: ledoff.gif;
 3749: ledon.gif;
 3750: ledsend.gif;
 3751: logout.gif;
 3752: mrk.gif;
 3753: nav.gif;
 3754: next.gif;
 3755: nothumb.gif;
 3756: parm.gif;
 3757: pgrd.gif;
 3758: pparm.gif;
 3759: pref.gif;
 3760: prev.gif;
 3761: prt.gif;
 3762: qempty.gif;
 3763: reload.gif;
 3764: remotebg.gif;
 3765: res.gif;
 3766: roles.gif;
 3767: sbkm.gif;
 3768: spacer.gif;
 3769: sprs.gif;
 3770: src.gif;
 3771: stat.gif;
 3772: subm.gif;
 3773: title.gif;
 3774: vbkm.gif;
 3775: </filenames>
 3776: </fileglob>
 3777: <file>
 3778: <source>loncom/html/res/adm/pages/imgmaps.html</source>
 3779: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
 3780: <categoryname>interface file</categoryname>
 3781: <description>
 3782: image maps for the LON-CAPA remote control
 3783: </description>
 3784: </file>
 3785: <file>
 3786: <source>loncom/html/res/adm/pages/index.html</source>
 3787: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
 3788: <categoryname>interface file</categoryname>
 3789: <description>
 3790: welcoming page to the LON-CAPA system upon login
 3791: </description>
 3792: </file>
 3793: <file>
 3794: <source>loncom/html/res/adm/pages/menu.html</source>
 3795: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
 3796: <categoryname>interface file</categoryname>
 3797: <description>
 3798: renders the HTML (including image maps) for the LON-CAPA remote control
 3799: </description>
 3800: </file>
 3801: <fileglob>
 3802: <glob>*.gif</glob>
 3803: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
 3804: <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons/
 3805: </targetdir>
 3806: <categoryname>graphic file</categoryname>
 3807: <description>
 3808: icons used for directory indexing and login screen
 3809: </description>
 3810: <filenames>
 3811: a.gif;
 3812: alert.black.gif;
 3813: alert.red.gif;
 3814: back.gif;
 3815: ball.gray.gif;
 3816: ball.red.gif;
 3817: binary.gif;
 3818: binhex.gif;
 3819: blank.gif;
 3820: bomb.gif;
 3821: box1.gif;
 3822: box2.gif;
 3823: broken.gif;
 3824: burst.gif;
 3825: c.gif;
 3826: comp.blue.gif;
 3827: comp.gray.gif;
 3828: compressed.gif;
 3829: continued.gif;
 3830: course.gif;
 3831: dir.gif;
 3832: down.gif;
 3833: dvi.gif;
 3834: f.gif;
 3835: folder.gif;
 3836: folder.open.gif;
 3837: folder.sec.gif;
 3838: folder_closed.gif;
 3839: folder_closed_pressed.gif;
 3840: folder_new.gif;
 3841: folder_opened.gif;
 3842: folder_opened_pressed.gif;
 3843: folder_pointer_closed.gif;
 3844: folder_pointer_opened.gif;
 3845: folder_spacer.gif;
 3846: folder_trash.gif;
 3847: forward.gif;
 3848: generic.gif;
 3849: generic.red.gif;
 3850: generic.sec.gif;
 3851: hand.right.gif;
 3852: hand.up.gif;
 3853: html.gif;
 3854: image1.gif;
 3855: image2.gif;
 3856: image3.gif;
 3857: index.gif;
 3858: layout.gif;
 3859: left.gif;
 3860: link.gif;
 3861: mov.gif;
 3862: movie1.gif;
 3863: p.gif;
 3864: patch.gif;
 3865: pdf.gif;
 3866: portal.gif;
 3867: problem.gif;
 3868: ps.gif;
 3869: quill.gif;
 3870: right.gif;
 3871: screw1.gif;
 3872: screw2.gif;
 3873: script.gif;
 3874: sound1.gif;
 3875: sound2.gif;
 3876: sphere1.gif;
 3877: sphere2.gif;
 3878: tar.gif;
 3879: tex.gif;
 3880: text.gif;
 3881: transfer.gif;
 3882: unknown.gif;
 3883: up.gif;
 3884: uu.gif;
 3885: uuencoded.gif;
 3886: white_space_20_22.gif;
 3887: white_space_22_22.gif;
 3888: whitespace1.gif;
 3889: whitespace10.gif;
 3890: whitespace2.gif;
 3891: whitespace3.gif;
 3892: whitespace4.gif;
 3893: whitespace5.gif;
 3894: whitespace6.gif;
 3895: whitespace7.gif;
 3896: whitespace8.gif;
 3897: whitespace9.gif;
 3898: world1.gif;
 3899: world2.gif
 3900: </filenames>
 3901: </fileglob>
 3902: <fileglob>
 3903: <glob>*.gif</glob>
 3904: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 3905: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
 3906: </targetdir>
 3907: <categoryname>graphic file</categoryname>
 3908: <description>
 3909: icons used for the bookmark portion of the LON-CAPA user interface
 3910: </description>
 3911: <filenames>
 3912: folder_anim.gif;
 3913: folder_close.gif;
 3914: folder_drag.gif;
 3915: folder_new.gif;
 3916: folder_open.gif;
 3917: folder_pointer_closed.gif;
 3918: folder_pointer_opened.gif;
 3919: folder_static.gif;
 3920: folder_trash.gif;
 3921: folder_trash_hover.gif;
 3922: left_bar.gif;
 3923: link.gif;
 3924: link_anim.gif;
 3925: link_drag.gif;
 3926: ll_corner.gif;
 3927: lower_bar.gif;
 3928: lr_corner.gif;
 3929: pix.gif;
 3930: right_bar.gif;
 3931: toolbar_bg.gif;
 3932: ul_corner.gif;
 3933: upper_bar.gif;
 3934: ur_corner.gif
 3935: </filenames>
 3936: </fileglob>
 3937: <fileglob>
 3938: <glob>*.html</glob>
 3939: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 3940: <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu/
 3941: </targetdir>
 3942: <categoryname>interface file</categoryname>
 3943: <description>
 3944: associated with the scheme of displaying bookmarks
 3945: </description>
 3946: <filenames>
 3947: bookmarkmenu_toolbar.html;
 3948: blank.html;
 3949: closechildren.html
 3950: </filenames>
 3951: </fileglob>
 3952: <file>
 3953: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
 3954: <target dist='default'>
 3955: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
 3956: <categoryname>interface file</categoryname>
 3957: <description>
 3958: javascript for handling client-side interactions with bookmark interface
 3959: </description>
 3960: </file>
 3961: <file>
 3962: <source>loncom/build/CHECKRPMS</source>
 3963: <target dist='default'>usr/local/loncapa/bin/CHECKRPMS</target>
 3964: <categoryname>root script</categoryname>
 3965: <description>
 3966: manilla wrapper around check-rpms
 3967: </description>
 3968: <status>tested/documented/beta</status>
 3969: </file>
 3970: <file>
 3971: <source>loncom/build/check-rpms</source>
 3972: <target dist='default'>usr/local/loncapa/bin/check-rpms</target>
 3973: <categoryname>root script</categoryname>
 3974: <description>
 3975: compare installed rpms with up-to-date distribution
 3976: </description>
 3977: <status>tested/documented/beta</status>
 3978: </file>
 3979: <file>
 3980: <source>doc/man/check-rpms.1</source>
 3981: <target dist='default'>usr/local/man/man1/check-rpms.1</target>
 3982: <categoryname>doc</categoryname>
 3983: <description>man page for check-rpms</description>
 3984: <build trigger='always run'>
 3985: loncom/build/pod2man.sh check-rpms &gt; ../../doc/man/check-rpms.1 &amp;&amp; \
 3986: echo 'manifying check-rpms'
 3987: </build>
 3988: <status>beta</status>
 3989: <dependencies>
 3990: ../../loncom/build/check-rpms
 3991: </dependencies>
 3992: </file>
 3993: <file>
 3994: <source>doc/scripts/check-rpms.html</source>
 3995: <target dist='default'>home/httpd/html/adm/help/scripts/check-rpms.html
 3996: </target>
 3997: <categoryname>doc</categoryname>
 3998: <description>POD-derived page for check-rpms</description>
 3999: <build trigger='always run'>
 4000: loncom/build/pod2html.sh check-rpms &gt; ../../doc/scripts/check-rpms.html \
 4001: &amp;&amp; echo 'pod2html checkrpms'
 4002: </build>
 4003: <status>works/unverified</status>
 4004: <dependencies>
 4005: ../../loncom/build/check-rpms
 4006: </dependencies>
 4007: </file>
 4008: <file>
 4009: <source>loncom/build/loncaparestoreconfigurations</source>
 4010: <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>
 4011: <categoryname>script</categoryname>
 4012: <description>
 4013: restores .rpmsave files after a LON-CAPA-base upgrade
 4014: </description>
 4015: <status>deprecated</status>
 4016: </file>
 4017: <file>
 4018: <source>loncom/cron/loncapa</source>
 4019: <target dist='default'>etc/cron.d/loncapa</target>
 4020: <categoryname>static conf</categoryname>
 4021: <description>
 4022: file that specifies periodic processes to run for the LON-CAPA machine
 4023: </description>
 4024: </file>
 4025: <file>
 4026: <source>loncom/ntp/step-tickers</source>
 4027: <target dist='default'>usr/local/loncapa/doc/conf_examples/ntp_step-tickers
 4028: </target>
 4029: <categoryname>static conf</categoryname>
 4030: <description>
 4031: file that stimulates running of ntpdate upon init.d/xntpd initiation
 4032: </description>
 4033: <note>
 4034: <table cellpadding='0' cellspacing='0' border='1'>
 4035: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
 4036: </table>
 4037: </note>
 4038: </file>
 4039: <file>
 4040: <source>loncom/pam.d/pwauth</source>
 4041: <target dist='default'>etc/pam.d/pwauth</target>
 4042: <categoryname>static conf</categoryname>
 4043: <description>
 4044: file that allows setuid password privileges for pwauth executable
 4045: </description>
 4046: </file>
 4047: <file>
 4048: <source>loncom/pam.d/pwchange</source>
 4049: <target dist='default'>etc/pam.d/pwchange</target>
 4050: <categoryname>static conf</categoryname>
 4051: <description>
 4052: file that allows setuid password privileges for pwchange (lcpasswd) executable
 4053: </description>
 4054: </file>
 4055: <file>
 4056: <source>loncom/init.d/loncontrol</source>
 4057: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
 4058: <categoryname>root script</categoryname>
 4059: <description>
 4060: Controls the launching/halting of lonc, lond, and lonsql processes.
 4061: </description>
 4062: </file>
 4063: <link>
 4064: <linkto>etc/rc.d/init.d/loncontrol</linkto>
 4065: <target dist='default'>
 4066: etc/rc.d/rc0.d/K05loncontrol;
 4067: etc/rc.d/rc1.d/K05loncontrol;
 4068: etc/rc.d/rc2.d/K05loncontrol;
 4069: etc/rc.d/rc3.d/S95loncontrol;
 4070: etc/rc.d/rc4.d/S95loncontrol;
 4071: etc/rc.d/rc5.d/S95loncontrol;
 4072: etc/rc.d/rc6.d/K05loncontrol
 4073: </target>
 4074: <categoryname>symbolic link</categoryname>
 4075: <description>
 4076: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
 4077: </link>
 4078: <file>
 4079: <source>loncom/atalk/config</source>
 4080: <target dist='default'>usr/local/loncapa/doc/conf_examples/config</target>
 4081: <categoryname>static conf</categoryname>
 4082: <description>
 4083: configuration file to make LON-CAPA server file space accessible to
 4084: Appleshares access (Macintosh)
 4085: </description>
 4086: </file>
 4087: </files>
 4088: </lpml>

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