File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.72: download - view: text, annotated - select for diffs
Sun Dec 16 15:48:57 2001 UTC (22 years, 5 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
updating descriptions with contents from handout.DOC

    1: <!-- loncapafiles.pl
    2: <!-- Scott Harrison -->
    3: 
    4: <!-- $Id: loncapafiles.lpml,v 1.72 2001/12/16 15:48:57 harris41 Exp $ -->
    5: 
    6: <!--
    7: 
    8: Copyright Michigan State University Board of Trustees
    9: 
   10: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
   11: 
   12: LON-CAPA is free software; you can redistribute it and/or modify
   13: it under the terms of the GNU General Public License as published by
   14: the Free Software Foundation; either version 2 of the License, or
   15: (at your option) any later version.
   16: 
   17: LON-CAPA is distributed in the hope that it will be useful,
   18: but WITHOUT ANY WARRANTY; without even the implied warranty of
   19: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   20: GNU General Public License for more details.
   21: 
   22: You should have received a copy of the GNU General Public License
   23: along with LON-CAPA; if not, write to the Free Software
   24: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   25: 
   26: /home/httpd/html/adm/gpl.txt
   27: 
   28: http://www.lon-capa.org/
   29: 
   30: -->
   31: 
   32: <!-- Default values must be defined before specific values. -->
   33: <!-- If no 'dist' attribute is specified, then it is always installed. -->
   34: <!-- If 'dist' attribute is set to  'default', then the specification. -->
   35: <!-- is accepted if an alternative distribution is not requested or not -->
   36: <!-- defined. -->
   37: 
   38: <lpml>
   39: <specialnotice dist='redhat 7.0 redhat7.1'>
   40: !!!!!!!!!  REDHAT 7.1   NOTICE   !!!!!!!!!!!!!!!!!!!!
   41: !!!!!!!!!  LINE IN Cookie.pm     !!!!!!!!!!!!!!!!!!!!
   42: !!!!!!!!!  MUST BE REPLACED DUE  !!!!!!!!!!!!!!!!!!!!
   43: !!!!!!!!!  TO PERL 5.6.0 ERROR   !!!!!!!!!!!!!!!!!!!!
   44: !!!!!!!!!                        !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   45: !!!! The offending line is in CGI/Cookie.pm                           !!
   46: !!!!                                                                  !!
   47: !!!! it went from                                                     !!
   48: !!!!                                                                  !!
   49: !!!!                                                                  !!
   50: !!!! # IE requires the path and domain to be present for some reason. !!
   51: !!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path;          !!
   52: !!!!                                                                  !!
   53: !!!! to                                                               !!
   54: !!!!                                                                  !!
   55: !!!!                                                                  !!
   56: !!!! # IE requires the path and domain to be present for some reason. !!
   57: !!!! $path   = CGI::url(-absolute=>1) unless defined $path;           !!
   58: </specialnotice>
   59: <targetroot>/</targetroot>
   60: <sourceroot>/home/user/loncapa/</sourceroot>
   61: <categories>
   62: <category name="interface file" type="runtime">
   63:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   64:   <abbreviation>interfacefile</abbreviation>
   65: </category>
   66: <category name="interface file" type="development">
   67:   <chmod dist='default'>0644</chmod><chown dist='default'>www:www</chown>
   68:   <abbreviation>interfacefile</abbreviation>
   69: </category>
   70: <category name="setuid script" type="runtime">
   71:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
   72:   <abbreviation>setuid</abbreviation>
   73: </category>
   74: <category name="setuid script" type="development">
   75:   <chmod dist='default'>6755</chmod><chown dist='default'>root:root</chown>
   76:   <abbreviation>setuid</abbreviation>
   77: </category>
   78: <category name="handler" type="runtime">
   79:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   80:   <abbreviation>handler</abbreviation>
   81: </category>
   82: <category name="handler" type="development">
   83:   <chmod dist='default'>0600</chmod><chown dist='default'>www:www</chown>
   84:   <abbreviation>handler</abbreviation>
   85: </category>
   86: <category name="static conf" type="runtime">
   87:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   88:   <abbreviation>static</abbreviation>
   89: </category>
   90: <category name="static conf" type="development">
   91:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
   92:   <abbreviation>static</abbreviation>
   93: </category>
   94: <category name="conf" type="runtime">
   95:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
   96:   <abbreviation>configurable</abbreviation>
   97: </category>
   98: <category name="conf" type="development">
   99:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  100:   <abbreviation>configurable</abbreviation>
  101: </category>
  102: <category name="script" type="runtime">
  103:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
  104:   <abbreviation>script</abbreviation>
  105: </category>
  106: <category name="script" type="development">
  107:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
  108:   <abbreviation>script</abbreviation>
  109: </category>
  110: <category name="graphic file" type="runtime">
  111:   <chmod dist='default'>0444</chmod><chown dist='default'>root:root</chown>
  112:   <abbreviation>graphicfile</abbreviation>
  113: </category>
  114: <category name="graphic file" type="development">
  115:   <chmod dist='default'>0400</chmod><chown dist='default'>www:www</chown>
  116:   <abbreviation>graphicfile</abbreviation>
  117: </category>
  118: <category name="system file" type="runtime">
  119:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  120:   <abbreviation>systemfile</abbreviation>
  121: </category>
  122: <category name="system file" type="development">
  123:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  124:   <abbreviation>systemfile</abbreviation>
  125: </category>
  126: <category name="root script" type="runtime">
  127:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
  128:   <abbreviation>rootscript</abbreviation>
  129: </category>
  130: <category name="root script" type="development">
  131:   <chmod dist='default'>0700</chmod><chown dist='default'>root:root</chown>
  132:   <abbreviation>rootscript</abbreviation>
  133: </category>
  134: <category name="symbolic link" type="runtime">
  135:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
  136:   <abbreviation>link</abbreviation>
  137: </category>
  138: <category name="symbolic link" type="development">
  139:   <chmod dist='default'></chmod><chown dist='default'>root:root</chown>
  140:   <abbreviation>link</abbreviation>
  141: </category>
  142: <category name="standard" type="runtime">
  143:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  144:   <abbreviation>directory</abbreviation>
  145: </category>
  146: <category name="standard" type="development">
  147:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  148:   <abbreviation>directory</abbreviation>
  149: </category>
  150: <category name="server standard" type="runtime">
  151:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
  152:   <abbreviation>directory</abbreviation>
  153: </category>
  154: <category name="server standard" type="development">
  155:   <chmod dist='default'>0755</chmod><chown dist='default'>www:www</chown>
  156:   <abbreviation>directory</abbreviation>
  157: </category>
  158: <category name="server readonly" type="runtime">
  159:   <chmod dist='default'>0500</chmod><chown dist='default'>www:www</chown>
  160:   <abbreviation>directory</abbreviation>
  161: </category>
  162: <category name="server readonly" type="development">
  163:   <chmod dist='default'>0700</chmod><chown dist='default'>www:www</chown>
  164:   <abbreviation>directory</abbreviation>
  165: </category>
  166: </categories>
  167: <rpm>
  168:   <rpmSummary>Basic files for running a LON-CAPA server.</rpmSummary>
  169:   <rpmName>LON-CAPA-base</rpmName>
  170:   <rpmVersion>3.1</rpmVersion>
  171:   <rpmRelease>1</rpmRelease>
  172:   <rpmVendor>Laboratory for Instructional Technology Education,
  173: Division of Science and Mathematics Education, Michigan State University.
  174:   </rpmVendor>
  175:   <rpmBuildRoot>/home/harris41/LON-CAPA-BuildRoot</rpmBuildRoot>
  176:   <rpmCopyright>GNU General Public License. Version 2, June 1991.  Michigan State University patents may apply.</rpmCopyright>
  177:   <rpmGroup>Utilities/System</rpmGroup>
  178:   <rpmSource>LON-CAPA-base-3.1.tar.gz</rpmSource>
  179:   <rpmAutoReqProv>no</rpmAutoReqProv>
  180:   <rpmdescription>This package facilitates a base installation of LON-CAPA files in their directories.\n
  181: The files in this package are only those directly associated with the network communication\n
  182: layer established through direct server-to-server communications (via lond and lonc); plus\n
  183: those which configure (but otherwise not constitute) external software packages like Apache\n
  184: and Athena-Kerberos.  For more on the LON-CAPA project, visit http://www.lon-capa.org/.</rpmdescription>
  185:   <rpmpre>echo '***********************************************************************'\n
  186: echo 'LON-CAPA  LearningOnline with CAPA'\n
  187: echo 'http://www.lon-capa.org/'\n
  188: echo 'Gerd Kortemeyer, et al'\n
  189: echo 'Laboratory for Instructional Technology Education'\n
  190: echo 'Michigan State University'\n
  191: echo 'General Public License, Version 2, June 1991'\n
  192: echo '** Michigan State University patents may apply **'\n
  193: echo ' '\n
  194: echo 'This installation assumes an installation of Redhat 6.2'\n
  195: echo ' '\n
  196: echo 'The server computer should be currently connected to the ethernet'\n
  197: echo ' '\n
  198: echo 'The files in this package are only those directly associated with the network communication'\n
  199: echo 'layer established through direct server-to-server communications (via lond and lonc); plus'\n
  200: echo 'those which configure (but otherwise not constitute) external software packages like Apache'\n
  201: echo 'and Athena-Kerberos.'\n
  202: echo '***********************************************************************'\n
  203: </rpmpre>
  204: </rpm>
  205: <directories>
  206: <directory>
  207:   <targetdir dist='default'>etc</targetdir>
  208:   <categoryname>standard</categoryname>
  209:   <description>standard linux directory for configuration files</description>
  210: </directory>
  211: <directory>
  212:   <targetdir dist='default'>etc/atalk</targetdir>
  213:   <categoryname>standard</categoryname>
  214:   <description>appletalk configuration files</description>
  215: </directory>
  216: <directory>
  217:   <targetdir dist='default'>etc/cron.d</targetdir>
  218:   <categoryname>standard</categoryname>
  219:   <description>standard linux directory for running time-based "jobs"
  220:   </description>
  221: </directory>
  222: <directory>
  223:   <targetdir dist='default'>etc/httpd/conf</targetdir>
  224:   <categoryname>standard</categoryname>
  225:   <description>web configuration files</description>
  226: </directory>
  227: <directory>
  228:   <targetdir dist='default'>etc/ntp</targetdir>
  229:   <categoryname>standard</categoryname>
  230:   <description>configuration directory for network time protocol</description>
  231: </directory>
  232: <directory>
  233:   <targetdir dist='default'>etc/pam.d</targetdir>
  234:   <categoryname>standard</categoryname>
  235:   <description>configuration directory for password authentication mechanism
  236:   </description>
  237: </directory>
  238: <directory>
  239:   <targetdir dist='default'>etc/rc.d/init.d</targetdir>
  240:   <targetdir dist='redhat7.1 debian2.2'>etc/init.d</targetdir>
  241:   <categoryname>standard</categoryname>
  242:   <description>scripts that run during system startup</description>
  243: </directory>
  244: <directory>
  245:   <targetdir dist='default'>etc/rc.d/rc0.d</targetdir>
  246:   <targetdir dist='redhat7.1 debian2.2'>etc/rc0.d</targetdir>
  247:   <categoryname>standard</categoryname>
  248:   <description>scripts that run for run-level 0</description>
  249: </directory>
  250: <directory>
  251:   <targetdir dist='default'>etc/rc.d/rc1.d</targetdir>
  252:   <targetdir dist='redhat7.1 debian2.2'>etc/rc1.d</targetdir>
  253:   <categoryname>standard</categoryname>
  254:   <description>scripts that run for run-level 1</description>
  255: </directory>
  256: <directory>
  257:   <targetdir dist='default'>etc/rc.d/rc2.d</targetdir>
  258:   <targetdir dist='redhat7.1 debian2.2'>etc/rc2.d</targetdir>
  259:   <categoryname>standard</categoryname>
  260:   <description>scripts that run for run-level 2</description>
  261: </directory>
  262: <directory>
  263:   <targetdir dist='default'>etc/rc.d/rc3.d</targetdir>
  264:   <targetdir dist='redhat7.1 debian2.2'>etc/rc3.d</targetdir>
  265:   <categoryname>standard</categoryname>
  266:   <description>scripts that run for run-level 3</description>
  267: </directory>
  268: <directory>
  269:   <targetdir dist='default'>etc/rc.d/rc4.d</targetdir>
  270:   <targetdir dist='redhat7.1 debian2.2'>etc/rc4.d</targetdir>
  271:   <categoryname>standard</categoryname>
  272:   <description>scripts that run for run-level 4</description>
  273: </directory>
  274: <directory>
  275:   <targetdir dist='default'>etc/rc.d/rc5.d</targetdir>
  276:   <targetdir dist='redhat7.1 debian2.2'>etc/rc5.d</targetdir>
  277:   <categoryname>standard</categoryname>
  278:   <description>scripts that run for run-level 5</description>
  279: </directory>
  280: <directory>
  281:   <targetdir dist='default'>etc/rc.d/rc6.d</targetdir>
  282:   <targetdir dist='redhat7.1 debian2.2'>etc/rc6.d</targetdir>
  283:   <categoryname>standard</categoryname>
  284:   <description>scripts that run for run-level 6</description>
  285: </directory>
  286: <directory>
  287:   <targetdir dist='default'>home/httpd/lonTabs</targetdir>
  288:   <categoryname>standard</categoryname>
  289:   <description>tab-formatted reference files</description>
  290: </directory>
  291: <directory>
  292:   <targetdir dist='default'>home/httpd</targetdir>
  293:   <categoryname>standard</categoryname>
  294:   <description>start of the web server tree</description>
  295: </directory>
  296: <directory>
  297:   <targetdir dist='default'>home/httpd/perl</targetdir>
  298:   <categoryname>server readonly</categoryname>
  299:   <description>perl scripts for managing the LON-CAPA system</description>
  300: </directory>
  301: <directory>
  302:   <targetdir dist='default'>home/httpd/perl/logs</targetdir>
  303:   <categoryname>server standard</categoryname>
  304:   <description>location where system performance and error logs are kept
  305:   </description>
  306: </directory>
  307: <directory>
  308:   <targetdir dist='default'>home/httpd/perl/tmp</targetdir>
  309:   <categoryname>server standard</categoryname>
  310:   <description>location where temporary files (for caching) are stored
  311:   </description>
  312: </directory>
  313: <directory>
  314:   <targetdir dist='default'>home/httpd/prtspool</targetdir>
  315:   <categoryname>server standard</categoryname>
  316:   <description>for the output of lonprintout.pm
  317:   </description>
  318: </directory>
  319: <directory>
  320:   <targetdir dist='default'>home/httpd/lib/perl</targetdir>
  321:   <categoryname>server readonly</categoryname>
  322:   <description>location of LON-CAPA non web mod-perl handlers</description>
  323: </directory>
  324: <directory>
  325:   <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
  326:   <categoryname>server readonly</categoryname>
  327:   <description>location of LON-CAPA web mod-perl handlers</description>
  328: </directory>
  329: <directory>
  330:   <targetdir dist='default'>home/httpd/lonIDs</targetdir>
  331:   <categoryname>server standard</categoryname>
  332:   <description>cookie jar</description>
  333: </directory>
  334: <directory>
  335:   <targetdir dist='default'>home/httpd/sockets</targetdir>
  336:   <categoryname>server standard</categoryname>
  337:   <description>lonc's sockets</description>
  338: </directory>
  339: <directory>
  340:   <targetdir dist='default'>home/httpd/sockets/delayed</targetdir>
  341:   <categoryname>server standard</categoryname>
  342:   <description>lonc's sockets (delayed)</description>
  343: </directory>
  344: <directory>
  345:   <targetdir dist='default'>home/httpd/cgi-bin</targetdir>
  346:   <categoryname>standard</categoryname>
  347:   <description>location of cgi scripts</description>
  348: </directory>
  349: <directory>
  350:   <targetdir dist='default'>home/httpd/html</targetdir>
  351:   <categoryname>server standard</categoryname>
  352:   <description>location of web-accessible file tree</description>
  353: </directory>
  354: <directory>
  355:   <targetdir dist='default'>home/httpd/html/res</targetdir>
  356:   <categoryname>server standard</categoryname>
  357:   <description>root of resource tree</description>
  358: </directory>
  359: <directory>
  360:   <targetdir dist='default'>home/httpd/html/adm</targetdir>
  361:   <categoryname>server readonly</categoryname>
  362:   <description>unauthenticated resources</description>
  363: </directory>
  364: <directory>
  365:   <targetdir dist='default'>home/httpd/html/adm/rat</targetdir>
  366:   <categoryname>server readonly</categoryname>
  367:   <description>home of the rat</description>
  368: </directory>
  369: <directory>
  370:   <targetdir dist='default'>home/httpd/html/adm/help</targetdir>
  371:   <categoryname>server readonly</categoryname>
  372:   <description>online help documentation</description>
  373: </directory>
  374: <directory>
  375:   <targetdir dist='default'>home/httpd/html/adm/lonIcons</targetdir>
  376:   <categoryname>server readonly</categoryname>
  377:   <description>graphic widgets</description>
  378: </directory>
  379: <directory>
  380:   <targetdir dist='default'>home/httpd/html/adm/lonMisc</targetdir>
  381:   <categoryname>server readonly</categoryname>
  382:   <description>miscellaneous resources</description>
  383: </directory>
  384: <directory>
  385:   <targetdir dist='default'>home/httpd/html/adm/lonKaputt</targetdir>
  386:   <categoryname>server readonly</categoryname>
  387:   <description>error warnings and icons</description>
  388: </directory>
  389: <directory>
  390:   <targetdir dist='default'>home/httpd/lonUsers</targetdir>
  391:   <categoryname>server standard</categoryname>
  392:   <description>Home directories of local users.  There is a five-tier
  393: structure to the directories:
  394: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid].  For example,
  395: a user fredflint at MSU would have his information located in
  396: lonUsers/msu/f/r/e/fredflint.<br />&nbsp;<br />Within this directory there are
  397: a variety of files which govern the scope of what a user can do within the
  398: LON-CAPA system.  A passwd file determines the type of authentication
  399: mechanism to use.
  400:  There also are files such as roles.hist (and its database compilation,
  401: roles.db) which specify the roles and privileges for a user in the
  402: LON-CAPA system.</description>
  403: </directory>
  404: <directory>
  405:   <targetdir dist='default'>home/httpd/html/adm/MathML</targetdir>
  406:   <categoryname>server readonly</categoryname>
  407:   <description>mathematics markup language resources</description>
  408: </directory>
  409: <directory>
  410:   <targetdir dist='default'>home/httpd/html/res/adm/includes</targetdir>
  411:   <categoryname>server readonly</categoryname>
  412:   <description>files useful for including within customized scripting
  413:   </description>
  414: </directory>
  415: <directory>
  416:   <targetdir dist='default'>home/httpd/html/res/adm/includes/templates
  417:   </targetdir>
  418:   <categoryname>server readonly</categoryname>
  419:   <description>template files useful for customized scripts</description>
  420: </directory>
  421: <directory>
  422:   <targetdir dist='default'>home/httpd/html/lon-status</targetdir>
  423:   <categoryname>server standard</categoryname>
  424:   <description>status reports</description>
  425: </directory>
  426: <directory>
  427:   <targetdir dist='default'>home/httpd/html/res/adm/pages</targetdir>
  428:   <categoryname>server readonly</categoryname>
  429:   <description>web user interface resources</description>
  430: </directory>
  431: <directory>
  432:   <targetdir dist='default'>home/httpd/html/res/adm/pages/bookmarkmenu
  433:   </targetdir>
  434:   <categoryname>server readonly</categoryname>
  435:   <description>bookmark user interface code</description>
  436: </directory>
  437: <directory>
  438:   <targetdir dist='default'>home/httpd/html/res/adm/pages/annotations
  439:   </targetdir>
  440:   <categoryname>server readonly</categoryname>
  441:   <description></description>
  442: </directory>
  443: <directory>
  444:   <targetdir dist='default'>home/httpd/html/res/adm/pages/indexericons
  445:   </targetdir>
  446:   <categoryname>server readonly</categoryname>
  447:   <description>icons that help depict the file system (outdated)</description>
  448: </directory>
  449: <directory>
  450:   <targetdir dist='default'>usr/lib/perl5/site_perl/5.005</targetdir>
  451:   <targetdir dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0</targetdir>
  452:   <targetdir dist='debian2.2'>usr/local/lib/perl/5.6.0</targetdir>
  453:   <categoryname>standard</categoryname>
  454:   <description>system perl tree (usually present on linux systems)
  455:   </description>
  456: </directory>
  457: <directory>
  458:   <targetdir dist='default'>usr/sbin</targetdir>
  459:   <categoryname>standard</categoryname>
  460:   <description>standard linux directory for superuser executables</description>
  461: </directory>
  462: </directories>
  463: <files>
  464: <file>
  465: <source>loncom/krb.conf</source>
  466: <target dist='default'>etc/krb.conf</target>
  467: <categoryname>conf</categoryname>
  468: <description>
  469: which Kerberos server to contact for specified Kerberos domains
  470: </description>
  471: <note>
  472: <table cellpadding='0' cellspacing='0' border='1'>
  473: <tr><td>
  474: list elements are separated by newlines
  475: </td></tr>
  476: <tr><td>
  477: each list element consists of only two subelements separated by a colon
  478: <br />
  479: <ul>
  480: <li>Kerberos domain value</li>
  481: <li>Kerberos server IP address</li>
  482: </ul>
  483: </td></tr>
  484: </table>
  485: </note>
  486: </file>
  487: <file>
  488: <source>loncom/access.conf</source>
  489: <target dist='default'>etc/httpd/conf/access.conf</target>
  490: <categoryname>conf</categoryname>
  491: <description>
  492: This file has two major functions.
  493: For the Apache web server, it defines a global
  494: access configuration which defines what server options (Indexes", "Includes",
  495: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
  496: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
  497: and "/usr/doc").  For the LON-CAPA network server and perl module
  498: handlers, it defines machine specific settings (lonHostID, lonRole,
  499: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt)
  500: and internal machine settings for specific directories, socket ports,
  501: and browser detection logic.
  502: </description>
  503: <note>
  504: <b>configure</b>
  505: <br />
  506: <table cellpadding=0 cellspacing=0 border=1>
  507: <tr><td><tt>lonHostID</tt></td><td>LON-internal HostID of this
  508: machine</td></tr>
  509: <tr><td><tt>lonRole</tt></td><td>Role of this machine: library,
  510: access</td></tr>
  511: <tr><td><tt>lonAdmEMail</tt></td><td>Server Administration</td></tr>
  512: <tr><td><tt>lonDefDomain</tt></td><td>Default domain</td></tr>
  513: <tr><td><tt>lonLoadLim</tt></td><td>Load Limit ( 100% loadavg )</td></tr>
  514: <tr><td><tt>lonExpire</tt></td><td>Expiration for local copies in
  515: seconds</td></tr>
  516: <tr><td><tt>lonReceipt</tt></td><td>Machine authentication number</td></tr>
  517: <tr><td><tt>lonSqlAccess</tt></td><td>Password for www@localhost to access
  518: MySQL database</td></tr>
  519: </table>
  520: </note>
  521: </file>
  522: <file>
  523: <source>loncom/httpd.conf</source>
  524: <target dist='default'>etc/httpd/conf/httpd.conf</target>
  525: <categoryname>static conf</categoryname>
  526: <description>
  527: This is the main server configuration file.  The settings here are
  528: more or less standard for the Apache web server.  Most notably (and
  529: importantly!), perl handling and mod_perl are enabled in this configuration
  530: file.
  531: </description>
  532: </file>
  533: <file>
  534: <source>loncom/srm.conf</source>
  535: <target dist='default'>etc/httpd/conf/srm.conf</target>
  536: <categoryname>static conf</categoryname>
  537: <description>
  538: <p>
  539: This file configures the "name space" of the Apache web server.  
  540: <tt>srm.conf</tt>
  541: defines when specific perl modules should be called to handle a given
  542: request.  This definition is a function of both the name of the perl module,
  543: and a specific regular expression associated with the URL, such as
  544: "^/res/.*\.page".
  545: </p>
  546: <p>
  547: Here is an example entry:
  548: <pre>
  549: &lt;LocationMatch "^/res/.*\.page$&gt;
  550: SetHandler perl-script
  551: PerlHandler Apache::lonpage
  552: &lt;/LocationMatch&gt;
  553: </pre>
  554: </p>
  555: </description>
  556: </file>
  557: <file>
  558: <source>loncom/startup.pl</source>
  559: <target dist='default'>etc/httpd/conf/startup.pl</target>
  560: <categoryname>static conf</categoryname>
  561: <description>
  562: This file provides initializations for perl handlers.  It adjusts what
  563: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
  564: well as causing the Apache module to be used for every perl handler.
  565: <tt>startup.pl</tt> is invoked by <tt>access.conf</tt>.
  566: </description>
  567: </file>
  568: <file>
  569: <source>loncom/publisher/thesaurus.dat</source>
  570: <target dist='default'>home/httpd/lonTabs/thesaurus.dat</target>
  571: <categoryname>static conf</categoryname>
  572: <description>
  573: Custom Thesaurus file for LON-CAPA, in the format
  574: word@wordID@frequency@relatedwordID:frequency,relatedwordID:frequency,...
  575: </description>
  576: </file>
  577: <file>
  578: <source>loncom/interface/mydesk.tab</source>
  579: <target dist='default'>home/httpd/lonTabs/mydesk.tab</target>
  580: <categoryname>static conf</categoryname>
  581: <description>
  582: Config file for "My Desk"
  583: </description>
  584: </file>
  585: <file>
  586: <source>loncom/interface/filetypes.tab</source>
  587: <target dist='default'>home/httpd/lonTabs/filetypes.tab</target>
  588: <categoryname>static conf</categoryname>
  589: <description>
  590: Descriptive list of file extensions, and extension groupings.
  591: </description>
  592: </file>
  593: <file>
  594: <source>loncom/cgi/barcode.gif</source>
  595: <target dist='default'>home/httpd/cgi-bin/barcode.gif</target>
  596: <categoryname>script</categoryname>
  597: <description>
  598: Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE
  599: parameter.
  600: </description>
  601: </file>
  602: <file>
  603: <source>loncom/cgi/graph.gif</source>
  604: <target dist='default'>home/httpd/cgi-bin/graph.gif</target>
  605: <categoryname>script</categoryname>
  606: <description>
  607: Dynamically outputs a graph especially for lonstatistics.pm.
  608: </description>
  609: <note>
  610: Depends on perl modules:
  611: GDGraph-1.33 and GDTextUtils-0.80.
  612: </note>
  613: </file>
  614: <file>
  615: <source>loncom/cgi/plot.gif</source>
  616: <target dist='default'>home/httpd/cgi-bin/plot.gif</target>
  617: <categoryname>script</categoryname>
  618: <description>
  619: Dynamically outputs X-Y plots with point, line, etc functions.
  620: </description>
  621: </file>
  622: <file>
  623: <source>loncom/interface/printout.pl</source>
  624: <target dist='default'>home/httpd/cgi-bin/printout.pl</target>
  625: <categoryname>script</categoryname>
  626: <description>
  627: cgi script
  628: </description>
  629: <note>
  630: Depends on srm.conf entry:
  631: Alias /prtspool/ /home/httpd/prtspool/
  632: as well as a /home/httpd/prtspool directory.
  633: </note>
  634: </file>
  635: <file>
  636: <source>loncom/cgi/metadata_keywords.pl</source>
  637: <target dist='default'>home/httpd/cgi-bin/metadata_keywords.pl</target>
  638: <categoryname>script</categoryname>
  639: <description>
  640: a cgi-script (not mod_perl), which contacts MySQL and pulls
  641: out all keywords in this format:
  642: 
  643: coil,magnetic,transformer
  644: transformer,coils,current,amperes,voltage,transformers,coil
  645: flux,magnetic,current,transformer
  646: coil,loop,field,magnetic
  647: 
  648: ... etc (one line per entry).
  649: 
  650: and simply prints this text-only (no markup) to the browser
  651: </description>
  652: </file>
  653: <fileglob>
  654: <glob>*.*</glob>
  655: <sourcedir>loncom/homework/templates/</sourcedir>
  656: <targetdir dist='default'>
  657: home/httpd/html/res/adm/includes/templates/</targetdir>
  658: <categoryname>static conf</categoryname>
  659: <description>
  660: Template files for generating new resources.
  661: </description>
  662: <filenames>
  663: blank.library;
  664: blank.library.meta;
  665: blank.problem;
  666: blank.problem.meta;
  667: formula.problem;
  668: formula.problem.meta;
  669: numerical.problem;
  670: numerical.problem.meta;
  671: RadioResponse.problem;
  672: RadioResponse.problem.meta;
  673: SelectFromOptions-4ConceptGoups.problem;
  674: SelectFromOptions-4ConceptGoups.problem.meta;
  675: SelectFromOptions-5ConceptGoups.problem;
  676: SelectFromOptions-5ConceptGoups.problem.meta;
  677: SelectFromOptions-6ConceptGoups.problem;
  678: SelectFromOptions-6ConceptGoups.problem.meta;
  679: SelectFromOptions-7ConceptGoups.problem;
  680: SelectFromOptions-7ConceptGoups.problem.meta;
  681: SelectFromOptions-8ConceptGoups.problem;
  682: SelectFromOptions-8ConceptGoups.problem.meta;
  683: SelectFromOptions-Simple.problem;
  684: SelectFromOptions-Simple.problem.meta;
  685: script.library;
  686: script.library.meta;
  687: SimpleStringResponse.problem;
  688: SimpleStringResponse.problem.meta;
  689: StringResponse.problem;
  690: StringResponse.problem.meta
  691: </filenames>
  692: </fileglob>
  693: <file>
  694: <source>loncom/homework/insertlist.tab</source>
  695: <target dist='default'>home/httpd/lonTabs/insertlist.tab</target>
  696: <categoryname>static conf</categoryname>
  697: <description>
  698: Describes what tags are allowed inside other tags.
  699: </description>
  700: </file>
  701: <file>
  702: <source>CAPA/JavaTools/GLabel.class</source>
  703: <target dist='default'>home/httpd/html/res/adm/includes/GLabel.class
  704: </target>
  705: <categoryname>static conf</categoryname>
  706: <description>
  707: Java applet for labelling graphs.
  708: </description>
  709: <note>
  710: Built from Glabel.java.  Still working on build/dependency details.
  711: </note>
  712: </file>
  713: <file>
  714: <source>loncom/interface/default.assesscalc</source>
  715: <target dist='default'>home/httpd/html/res/adm/includes/default.assesscalc
  716: </target>
  717: <categoryname>static conf</categoryname>
  718: <description>
  719: Default spreadsheet for individual assessment.
  720: </description>
  721: </file>
  722: <file>
  723: <source>loncom/interface/default.studentcalc</source>
  724: <target dist='default'>home/httpd/html/res/adm/includes/default.studentcalc
  725: </target>
  726: <categoryname>static conf</categoryname>
  727: <description>
  728: Default spreadsheet for assessment of students.
  729: </description>
  730: </file>
  731: <file>
  732: <source>loncom/interface/default.classcalc</source>
  733: <target dist='default'>home/httpd/html/res/adm/includes/default.classcalc
  734: </target>
  735: <categoryname>static conf</categoryname>
  736: <description>
  737: Default spreadsheet for assessment of a class.
  738: </description>
  739: </file>
  740: <file>
  741: <source>loncom/auth/roles.tab</source>
  742: <target dist='default'>home/httpd/lonTabs/roles.tab</target>
  743: <categoryname>static conf</categoryname>
  744: <description>
  745: List of privileges associated with users of multiple types (for example:
  746: Teaching Assistant, Exam Proctor, Course Coordinator)
  747: </description>
  748: </file>
  749: <file>
  750: <source>loncom/auth/rolesplain.tab</source>
  751: <target dist='default'>home/httpd/lonTabs/rolesplain.tab</target>
  752: <categoryname>static conf</categoryname>
  753: <description>
  754: Descriptive list of abbreviations used in <tt>roles.tab</tt> for user types
  755: and privileges available in the network with function
  756: </description>
  757: </file>
  758: <file>
  759: <source>loncom/hosts.tab</source>
  760: <target dist='default'>home/httpd/lonTabs/hosts.tab</target>
  761: <categoryname>conf</categoryname>
  762: <description>
  763: List of all machines in the LON-CAPA network.  Relates <tt>lonHostID</tt> to
  764: <tt>lonDefDomain</tt> and <u>IP address</u>.
  765: </description>
  766: </file>
  767: <file>
  768: <source>loncom/spare.tab</source>
  769: <target dist='default'>home/httpd/lonTabs/spare.tab</target>
  770: <categoryname>conf</categoryname>
  771: <description>
  772: Spare hosts to offload session to if the LON-CAPA machine is overloaded
  773: </description>
  774: <note>
  775: <b>configure</b><br />
  776: <table cellpadding=0 cellspacing=0 border=1>
  777: <tr><td>
  778: list elements are separated by newlines
  779: </td></tr>
  780: <tr><td>
  781: each list element consists of only one value; the value for <tt>lonHostID</tt>
  782: in <tt>access.conf</tt>
  783: </td></tr>
  784: </table>
  785: </note>
  786: </file>
  787: <file>
  788: <source>loncom/htpasswd</source>
  789: <target dist='default'>home/httpd/lonTabs/htpasswd</target>
  790: <categoryname>conf</categoryname>
  791: <description>
  792: Basic auth password to access /lon-status and /server-status
  793: </description>
  794: </file>
  795: <file>
  796: <source>loncom/smb.conf</source>
  797: <target dist='default'>etc/smb.conf</target>
  798: <target dist='redhat7.1'>etc/samba/smb.conf</target>
  799: <categoryname>conf</categoryname>
  800: <description>
  801: configuration file to make LON-CAPA server file space accessible to network
  802: neighborhood
  803: </description>
  804: </file>
  805: <file>
  806: <source>loncom/ntp.conf</source>
  807: <target dist='default'>etc/ntp.conf</target>
  808: <categoryname>conf</categoryname>
  809: <description>
  810: which NTP server to contact for information (XNTP3 standard)
  811: </description>
  812: <note>
  813: <table cellpadding=0 cellspacing=0 border=1>
  814: <tr><td>
  815: only one line needs to be changed to specify a server ip address
  816: </td></tr>
  817: <tr><td>
  818: Example:<br /><nobr /><tt>server ntp.msu.edu</tt>
  819: </td></tr>
  820: </table>
  821: </note>
  822: </file>
  823: <file>
  824: <source>loncom/metadata_database/searchcat.pl</source>
  825: <target dist='default'>home/httpd/perl/searchcat.pl</target>
  826: <categoryname>script</categoryname>
  827: <description>
  828: Batch script for updating SQL metadata database.
  829: </description>
  830: </file>
  831: <file>
  832: <source>loncom/lonc</source>
  833: <target dist='default'>home/httpd/perl/lonc</target>
  834: <categoryname>script</categoryname>
  835: <description>
  836: proxy server
  837: </description>
  838: </file>
  839: <file>
  840: <source>loncom/lond</source>
  841: <target dist='default'>home/httpd/perl/lond</target>
  842: <categoryname>script</categoryname>
  843: <description>
  844: This is a remote command interpreter on a TCP LON-CAPA network layer.
  845: It accepts and processes incoming requests from other LON-CAPA machines
  846: on the network.  lond's functionality is self-contained in the sense
  847: that it does not reference (import, require, use) any other file
  848: described in this document.  There are only 15 subroutines in this
  849: script, however the <TT>make_new_child</TT> subroutine is quite
  850: complex since it parses and responds about 29 different types of 
  851: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
  852: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
  853: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
  854: tmpput, tmpget, and ls).
  855: </description>
  856: </file>
  857: <file>
  858: <source>loncom/cgi/loncron.pl</source>
  859: <target dist='default'>home/httpd/cgi-bin/loncron.pl</target>
  860: <categoryname>script</categoryname>
  861: <description>CGI script that starts and pipes output of loncron</description>
  862: </file>
  863: <file>
  864: <source>loncom/loncron</source>
  865: <target dist='default'>home/httpd/perl/loncron</target>
  866: <categoryname>script</categoryname>
  867: <description>housekeeping</description>
  868: </file>
  869: <file>
  870: <source>loncom/lonsql</source>
  871: <target dist='default'>home/httpd/perl/lonsql</target>
  872: <categoryname>script</categoryname>
  873: <description>maintain secondary database of metadata</description>
  874: </file>
  875: <file>
  876: <source>loncom/lcpasswd</source>
  877: <target dist='default'>home/httpd/perl/lcpasswd</target>
  878: <categoryname>setuid script</categoryname>
  879: <description>
  880: Coordinates the system services and files in order to allow lond to change
  881: user passwords.
  882: </description>
  883: <status>being updated</status>
  884: </file>
  885: <file>
  886: <source>loncom/pwchange</source>
  887: <target dist='default'>home/httpd/perl/pwchange</target>
  888: <categoryname>setuid script</categoryname>
  889: <description>
  890: Allows www to change user passwords.
  891: </description>
  892: <status>being updated</status>
  893: </file>
  894: <file>
  895: <source>loncom/lcuseradd</source>
  896: <target dist='default'>home/httpd/perl/lcuseradd</target>
  897: <categoryname>setuid script</categoryname>
  898: <description>
  899: Coordinates the system services and files in order to allow lond to add a
  900: new user.
  901: </description>
  902: <status>being updated</status>
  903: </file>
  904: <file>
  905: <source>loncom/lcuserdel</source>
  906: <target dist='default'>home/httpd/perl/lcuserdel</target>
  907: <categoryname>setuid script</categoryname>
  908: <description>
  909: Coordinates the system services and files in order to allow lond to delete a
  910: user.
  911: </description>
  912: <status>deprecated</status>
  913: </file>
  914: <file>
  915: <source>loncom/lcnfson</source>
  916: <target dist='default'>home/httpd/perl/lcnfson</target>
  917: <categoryname>setuid script</categoryname>
  918: <description>
  919: coordinates the system services and files in order to allow lond to enable NFS
  920: for a user
  921: </description>
  922: <status>deprecated</status>
  923: </file>
  924: <file>
  925: <source>loncom/lcnfsoff</source>
  926: <target dist='default'>home/httpd/perl/lcnfsoff</target>
  927: <categoryname>setuid script</categoryname>
  928: <description>
  929: coordinates the system services and files in order to allow lond to disable NFS
  930: for a user
  931: </description>
  932: <status>deprecated</status>
  933: </file>
  934: <file>
  935: <source>loncom/license/gpl.txt</source>
  936: <target dist='default'>home/httpd/html/adm/gpl.txt</target>
  937: <categoryname>interface file</categoryname>
  938: <description>
  939: GNU General Public License.  Long live the cause of freeware!
  940: </description>
  941: </file>
  942: <file>
  943: <source>loncom/license/about.html</source>
  944: <target dist='default'>home/httpd/html/adm/about.html</target>
  945: <categoryname>interface file</categoryname>
  946: <description>
  947: The "About" Page.
  948: </description>
  949: </file>
  950: <file>
  951: <source>loncom/publisher/publisher.html</source>
  952: <target dist='default'>home/httpd/html/adm/publisher.html</target>
  953: <categoryname>interface file</categoryname>
  954: <description>
  955: HTML frame that presents a form element to allow for the publishing of
  956: resources, directories and underlying subdirectories.
  957: </description>
  958: </file>
  959: <file>
  960: <source>loncom/html/adm/noidea.html</source>
  961: <target dist='default'>home/httpd/html/adm/noidea.html</target>
  962: <categoryname>interface file</categoryname>
  963: <description>
  964: Interface file for responding to improper page flipping.
  965: </description>
  966: </file>
  967: <file>
  968: <source>loncom/xml/physnet.sty</source>
  969: <target dist='default'>home/httpd/html/res/adm/includes/physnet.sty</target>
  970: <categoryname>static conf</categoryname>
  971: <description>
  972: The relevant conditions and metadata to attach to PhysNet-specific tags.
  973: </description>
  974: </file>
  975: <file>
  976: <source>loncom/homework/lectureonline.sty</source>
  977: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.sty</target>
  978: <categoryname>static conf</categoryname>
  979: <description>
  980: The relevant conditions and metadata to attach to LectureOnline-specific tags.
  981: </description>
  982: </file>
  983: <file>
  984: <source>loncom/misc/un_keyword.tab</source>
  985: <target dist='default'>home/httpd/html/res/adm/includes/un_keyword.tab</target>
  986: <categoryname>conf</categoryname>
  987: <description>
  988: File which contains words which should not be keywords used to specify resource
  989: content.
  990: </description>
  991: </file>
  992: <file>
  993: <source>loncom/publisher/packages.tab</source>
  994: <target dist='default'>home/httpd/lonTabs/packages.tab</target>
  995: <categoryname>static conf</categoryname>
  996: <description>
  997: Parameter packages, so that assessments can publish parameter packages
  998: needed, which are then expanded into individual parameters - allows to
  999: retroactively add new parameters to already published assessments.
 1000: </description>
 1001: </file>
 1002: <file>
 1003: <source>loncom/publisher/copyright.tab</source>
 1004: <target dist='default'>home/httpd/html/res/adm/includes/copyright.tab</target>
 1005: <categoryname>conf</categoryname>
 1006: <description>
 1007: Table which contains list of copyright possibilities for educational resources.
 1008: </description>
 1009: </file>
 1010: <file>
 1011: <source>loncom/publisher/language.tab</source>
 1012: <target dist='default'>home/httpd/lonTabs/language.tab</target>
 1013: <categoryname>static conf</categoryname>
 1014: <description>
 1015: Table which contains string abbreviations of language::font rendering
 1016: combinations.
 1017: </description>
 1018: </file>
 1019: <file>
 1020: <source>loncom/publisher/addid.tab</source>
 1021: <target dist='default'>home/httpd/lonTabs/addid.tab</target>
 1022: <categoryname>static conf</categoryname>
 1023: <description>
 1024: Table which has hash data necessary for distinguishing IDs from indices.
 1025: </description>
 1026: </file>
 1027: <file>
 1028: <source>rat/lonwrapper.pm</source>
 1029: <target dist='default'>home/httpd/lib/perl/Apache/lonwrapper.pm</target>
 1030: <categoryname>handler</categoryname>
 1031: <description>
 1032: Wrapper for external and binary files as standalone resources.
 1033: Edit handler for rat maps; TeX content handler.
 1034: </description>
 1035: <status>works/unverified</status>
 1036: </file>
 1037: <file>
 1038: <source>loncom/publisher/loncfile.pm</source>
 1039: <target dist='default'>home/httpd/lib/perl/Apache/loncfile.pm</target>
 1040: <categoryname>handler</categoryname>
 1041: <description>
 1042: Provides web-based functionality for file copy, rename, mkdir, etc, in the
 1043: construction space menu.
 1044: </description>
 1045: <status>works/unverified</status>
 1046: </file>
 1047: <file>
 1048: <source>loncom/interface/lonstatistics.pm</source>
 1049: <target dist='default'>home/httpd/lib/perl/Apache/lonstatistics.pm</target>
 1050: <categoryname>handler</categoryname>
 1051: <description>
 1052: Handler to show statistics on solving LON-CAPA problems.
 1053: </description>
 1054: <status>works/unverified</status>
 1055: </file>
 1056: <file>
 1057: <source>loncom/publisher/londiff.pm</source>
 1058: <target dist='default'>home/httpd/lib/perl/Apache/londiff.pm</target>
 1059: <categoryname>handler</categoryname>
 1060: <description>
 1061: Handler to show difference between two files.
 1062: </description>
 1063: <status>works/unverified</status>
 1064: </file>
 1065: <file>
 1066: <source>loncom/publisher/lonupload.pm</source>
 1067: <target dist='default'>home/httpd/lib/perl/Apache/lonupload.pm</target>
 1068: <categoryname>handler</categoryname>
 1069: <description>
 1070: Handler to upload files through browser into construction space.
 1071: </description>
 1072: <status>works/unverified</status>
 1073: </file>
 1074: <file>
 1075: <source>loncom/homework/essayresponse.pm</source>
 1076: <target dist='default'>home/httpd/lib/perl/Apache/essayresponse.pm</target>
 1077: <categoryname>handler</categoryname>
 1078: <description>
 1079: Handler to evaluate essay (ungraded) style responses.
 1080: </description>
 1081: <status>works/unverified</status>
 1082: </file>
 1083: <file>
 1084: <source>loncom/publisher/lonpubdir.pm</source>
 1085: <target dist='default'>home/httpd/lib/perl/Apache/lonpubdir.pm</target>
 1086: <categoryname>handler</categoryname>
 1087: <description>
 1088: Handler to publish directories.
 1089: </description>
 1090: </file>
 1091: <file>
 1092: <source>loncom/publisher/lonretrieve.pm</source>
 1093: <target dist='default'>home/httpd/lib/perl/Apache/lonretrieve.pm</target>
 1094: <categoryname>handler</categoryname>
 1095: <description>
 1096: Handler to retrieve old versions from resource space.
 1097: </description>
 1098: <status>works/unverified</status>
 1099: </file>
 1100: <file>
 1101: <source>loncom/homework/edit.pm</source>
 1102: <target dist='default'>home/httpd/lib/perl/Apache/edit.pm</target>
 1103: <categoryname>handler</categoryname>
 1104: <description>
 1105: Helper functions when in homework edit mode.
 1106: </description>
 1107: </file>
 1108: <file>
 1109: <source>loncom/interface/lonmeta.pm</source>
 1110: <target dist='default'>home/httpd/lib/perl/Apache/lonmeta.pm</target>
 1111: <categoryname>handler</categoryname>
 1112: <description>Metadata display handler.</description>
 1113: <status>works/unverified</status>
 1114: </file>
 1115: <file>
 1116: <source>rat/lonambiguous.pm</source>
 1117: <target dist='default'>home/httpd/lib/perl/Apache/lonambiguous.pm</target>
 1118: <categoryname>handler</categoryname>
 1119: <description>
 1120: Handler to resolve ambiguous file locations.
 1121: </description>
 1122: <status>works/unverified</status>
 1123: </file>
 1124: <file>
 1125: <source>rat/lonratparms.pm</source>
 1126: <target dist='default'>home/httpd/lib/perl/Apache/lonratparms.pm</target>
 1127: <categoryname>handler</categoryname>
 1128: <description>
 1129: Handler to set resource parameters inside of the RAT based on metadata.
 1130: </description>
 1131: <status>works/unverified</status>
 1132: </file>
 1133: <file>
 1134: <source>rat/lonsequence.pm</source>
 1135: <target dist='default'>home/httpd/lib/perl/Apache/lonsequence.pm</target>
 1136: <categoryname>handler</categoryname>
 1137: <description>
 1138: Handler for showing sequence objects of educational resources.
 1139: </description>
 1140: <status>works/unverified</status>
 1141: </file>
 1142: <file>
 1143: <source>loncom/interface/loncreatecourse.pm</source>
 1144: <target dist='default'>home/httpd/lib/perl/Apache/loncreatecourse.pm</target>
 1145: <categoryname>handler</categoryname>
 1146: <description>
 1147: Allows domain coordinators to create new courses and assign course
 1148: coordinators.
 1149: </description>
 1150: <status>works/unverified</status>
 1151: </file>
 1152: <file>
 1153: <source>loncom/interface/loncreateuser.pm</source>
 1154: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
 1155: <categoryname>handler</categoryname>
 1156: <description>
 1157: Allows users to within their own privileges create/edit users and give
 1158: them roles. 
 1159: </description>
 1160: <status>works/unverified</status>
 1161: </file>
 1162: <file>
 1163: <source>loncom/interface/lonchart.pm</source>
 1164: <target dist='default'>home/httpd/lib/perl/Apache/lonchart.pm</target>
 1165: <categoryname>handler</categoryname>
 1166: <description>
 1167: Produces simple LectureOnline-like student assessment performance chart
 1168: </description>
 1169: </file>
 1170: <file>
 1171: <source>loncom/interface/loncommon.pm</source>
 1172: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
 1173: <categoryname>handler</categoryname>
 1174: <description>
 1175: Makes a table out of the previous attempts.  Inputs result_from_symbread,
 1176: user, domain, home_server, course_id.
 1177: </description>
 1178: <status>works/unverified</status>
 1179: </file>
 1180: <file>
 1181: <source>loncom/homework/grades.pm</source>
 1182: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
 1183: <categoryname>handler</categoryname>
 1184: <description>Handles the viewing of grades.</description>
 1185: </file>
 1186: <file>
 1187: <source>loncom/homework/imageresponse.pm</source>
 1188: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
 1189: <categoryname>handler</categoryname>
 1190: <description>
 1191: Coordinates the response to clicking an image.
 1192: </description>
 1193: <status>works/unverified</status>
 1194: </file>
 1195: <file>
 1196: <source>loncom/homework/optionresponse.pm</source>
 1197: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
 1198: <categoryname>handler</categoryname>
 1199: <description>
 1200: Handles tags associated with showing a list of options.</description>
 1201: </file>
 1202: <file>
 1203: <source>loncom/homework/outputtags.pm</source>
 1204: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
 1205: <categoryname>handler</categoryname>
 1206: <description>
 1207: Handles tags associated with output.  Seems to relate to due dates of the
 1208: assignment.
 1209: </description>
 1210: <status>works/unverified</status>
 1211: </file>
 1212: <file>
 1213: <source>loncom/interface/lontest.pm</source>
 1214: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
 1215: <categoryname>handler</categoryname>
 1216: <description>
 1217: Used for debugging and testing the LON-CAPA system.
 1218: </description>
 1219: <status>works/unverified</status>
 1220: </file>
 1221: <file>
 1222: <source>loncom/homework/radiobuttonresponse.pm</source>
 1223: <target dist='default'>
 1224: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
 1225: <categoryname>handler</categoryname>
 1226: <description>
 1227: Handles multiple-choice style responses.
 1228: </description>
 1229: <status>works/unverified</status>
 1230: </file>
 1231: <file>
 1232: <source>loncom/interface/lonassignments.pm</source>
 1233: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
 1234: <categoryname>handler</categoryname>
 1235: <description>
 1236: Handles processing of assignments.
 1237: </description>
 1238: <status>works/unverified</status>
 1239: </file>
 1240: <file>
 1241: <source>loncom/interface/loncommunicate.pm</source>
 1242: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
 1243: <categoryname>handler</categoryname>
 1244: <description>
 1245: Will be the access handler to email sending, as well as the planned
 1246: chatrooms, etc.
 1247: </description>
 1248: <status>works/unverified</status>
 1249: </file>
 1250: <file>
 1251: <source>loncom/interface/lonerrorhandler.pm</source>
 1252: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
 1253: <categoryname>handler</categoryname>
 1254: <description>
 1255: Handles errors.
 1256: </description>
 1257: <status>works/unverified</status>
 1258: </file>
 1259: <file>
 1260: <source>loncom/interface/lonevaluate.pm</source>
 1261: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
 1262: <categoryname>handler</categoryname>
 1263: <description>
 1264: Handles evaluation.
 1265: </description>
 1266: <status>works/unverified</status>
 1267: </file>
 1268: <file>
 1269: <source>loncom/interface/lonfeedback.pm</source>
 1270: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
 1271: <categoryname>handler</categoryname>
 1272: <description>
 1273: Handles feedback from students to instructors and system administrators.
 1274: Provides a screenshot of the current
 1275: resource, as well as previous attempts if the resource was a homework.
 1276: Used by lonmsg.pm.
 1277: </description>
 1278: <status>works/unverified</status>
 1279: </file>
 1280: <file>
 1281: <source>loncom/interface/lonnavmaps.pm</source>
 1282: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
 1283: <categoryname>handler</categoryname>
 1284: <description>
 1285: Handles navigational maps.
 1286: </description>
 1287: <status>works/unverified</status>
 1288: </file>
 1289: <file>
 1290: <source>loncom/interface/lonpreferences.pm</source>
 1291: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
 1292: <categoryname>handler</categoryname>
 1293: <description>
 1294: Handles user preferences associated with customizing the online LON-CAPA
 1295: educational environment.
 1296: </description>
 1297: <status>works/unverified</status>
 1298: </file>
 1299: <file>
 1300: <source>loncom/interface/lonprintout.pm</source>
 1301: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
 1302: <categoryname>handler</categoryname>
 1303: <description>
 1304: Handles the production of printable files and resources.
 1305: </description>
 1306: <status>works/unverified</status>
 1307: </file>
 1308: <file>
 1309: <source>loncom/interface/lonsearchcat.pm</source>
 1310: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
 1311: <categoryname>handler</categoryname>
 1312: <description>
 1313: Handles a searchable catalogue.
 1314: </description>
 1315: <status>works/unverified</status>
 1316: </file>
 1317: <file>
 1318: <source>loncom/interface/londropadd.pm</source>
 1319: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
 1320: <categoryname>handler</categoryname>
 1321: <description>
 1322: Allows course coordinators to upload courselists in different formats, and
 1323: automatically create users (if they do not exist already), assign them the
 1324: role of student in a course, and add them to the classlist.
 1325: </description>
 1326: <status>works/unverified</status>
 1327: </file>
 1328: <file>
 1329: <source>loncom/interface/lonmsg.pm</source>
 1330: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
 1331: <categoryname>handler</categoryname>
 1332: <description>
 1333: lonmsg.pm has several functions to send and receive internal messages.
 1334: author_res_msg - send message to resource author.
 1335: user_crit_msg - send a critical message to a user. A critical message
 1336: will require acknowledgment by the recipient and the sender will be notified.
 1337: user_crit_received - routine to trigger acknowledgment.
 1338: statuschange - change the status of a message (read, replied, forwarded, etc).
 1339: The handler also displays messages, has routines to reply, etc.
 1340: </description>
 1341: <status>works/unverified</status>
 1342: </file>
 1343: <file>
 1344: <source>loncom/homework/hint.pm</source>
 1345: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
 1346: <categoryname>handler</categoryname>
 1347: <description>
 1348: This handler coordinates the delivery of hints to students working on LON-CAPA
 1349: problems and assignments.
 1350: </description>
 1351: <status>works/unverified</status>
 1352: </file>
 1353: <file>
 1354: <source>loncom/interface/lonspreadsheet.pm</source>
 1355: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
 1356: <categoryname>handler</categoryname>
 1357: <description>
 1358: Spreadsheets are completely web-based.
 1359: They exist on the level of a whole course, a student, and individual
 1360: assessments.
 1361: </description>
 1362: <status>works/unverified</status>
 1363: </file>
 1364: <file>
 1365: <source>loncom/interface/lonparmset.pm</source>
 1366: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
 1367: <categoryname>handler</categoryname>
 1368: <description>
 1369: Handler to resolve ambiguous file locations
 1370: </description>
 1371: <status>works/unverified</status>
 1372: </file>
 1373: <file>
 1374: <source>loncom/publisher/lonconstruct.pm</source>
 1375: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
 1376: <categoryname>handler</categoryname>
 1377: <description>
 1378: Page wrapper for handling construction space.
 1379: </description>
 1380: <status>works/unverified</status>
 1381: </file>
 1382: <file>
 1383: <source>loncom/publisher/lonpublisher.pm</source>
 1384: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
 1385: <categoryname>handler</categoryname>
 1386: <description>
 1387: Publishes an LON-CAPA educational resource complete with metadata
 1388: (authorship, language, copyright, creation date, etc).
 1389: </description>
 1390: <status>works/unverified</status>
 1391: </file>
 1392: <file>
 1393: <source>loncom/interface/lonmenu.pm</source>
 1394: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
 1395: <categoryname>handler</categoryname>
 1396: <description>
 1397: Has routines which control the remote control.
 1398: </description>
 1399: <status>works/unverified</status>
 1400: </file>
 1401: <file>
 1402: <source>rat/lonpageflip.pm</source>
 1403: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
 1404: <categoryname>handler</categoryname>
 1405: <description>Deals with forward, backward, and other page flips.</description>
 1406: <status>works/unverified</status>
 1407: </file>
 1408: <file>
 1409: <source>rat/lonratedt.pm</source>
 1410: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
 1411: <categoryname>handler</categoryname>
 1412: <description>
 1413: Builds up frame set and loads in the right thing.
 1414: </description>
 1415: <status>works/unverified</status>
 1416: </file>
 1417: <file>
 1418: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
 1419: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
 1420: <categoryname>handler</categoryname>
 1421: <description>
 1422: Homework remote control.
 1423: </description>
 1424: <status>works/unverified</status>
 1425: </file>
 1426: <file>
 1427: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
 1428: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
 1429: <categoryname>handler</categoryname>
 1430: <description>
 1431: This will take annotations and then plug them into a page.
 1432: </description>
 1433: <status>works/unverified</status>
 1434: </file>
 1435: <file>
 1436: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
 1437: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
 1438: <categoryname>handler</categoryname>
 1439: <description>
 1440: This will take bookmarks and get/write/display them for the LON-CAPA user
 1441: interface.
 1442: </description>
 1443: <status>works/unverified</status>
 1444: </file>
 1445: <file>
 1446: <source>rat/lonratsrv.pm</source>
 1447: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
 1448: <categoryname>handler</categoryname>
 1449: <description>
 1450: Handler that takes output from RAT and stores it on disk.  Handles the upper
 1451: hidden frame of the added window that comes up in RAT.   (3 frames come up in
 1452: RAT server, code, and output.  This module handles server connection.)
 1453: </description>
 1454: <status>works/unverified</status>
 1455: </file>
 1456: <file>
 1457: <source>rat/lonpage.pm</source>
 1458: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
 1459: <categoryname>handler</categoryname>
 1460: <description>
 1461: bundles pages into one page
 1462: </description>
 1463: <status>works/unverified</status>
 1464: </file>
 1465: <file>
 1466: <source>rat/lonuserstate.pm</source>
 1467: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
 1468: <categoryname>handler</categoryname>
 1469: <description>
 1470: compile course into binary data structure (in loncom/rat)
 1471: </description>
 1472: <status>works/unverified</status>
 1473: </file>
 1474: <file>
 1475: <source>loncom/xml/lontex.pm</source>
 1476: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
 1477: <categoryname>handler</categoryname>
 1478: <description>
 1479: Handler for tex files (somewhere in modules)
 1480: </description>
 1481: <status>works/unverified</status>
 1482: </file>
 1483: <file>
 1484: <source>loncom/xml/lontexconvert.pm</source>
 1485: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
 1486: <categoryname>handler</categoryname>
 1487: <description>
 1488: Access to tth/ttm
 1489: </description>
 1490: <status>works/unverified</status>
 1491: </file>
 1492: <file>
 1493: <source>loncom/xml/lonxml.pm</source>
 1494: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
 1495: <categoryname>handler</categoryname>
 1496: <description>
 1497: XML Parsing Module
 1498: </description>
 1499: <status>works/unverified</status>
 1500: </file>
 1501: <file>
 1502: <source>loncom/xml/style.pm</source>
 1503: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
 1504: <categoryname>handler</categoryname>
 1505: <description>
 1506: Style Parsing Module
 1507: </description>
 1508: <status>works/unverified</status>
 1509: </file>
 1510: <file>
 1511: <source>loncom/xml/londefdef.pm</source>
 1512: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
 1513: <categoryname>handler</categoryname>
 1514: <description>
 1515: Tags Default Definition Module
 1516: </description>
 1517: <status>works/unverified</status>
 1518: </file>
 1519: <file>
 1520: <source>loncom/xml/run.pm</source>
 1521: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
 1522: <categoryname>handler</categoryname>
 1523: <description>
 1524: used to prevent poorly written problems from causing lingering after effects
 1525: </description>
 1526: <status>works/unverified</status>
 1527: </file>
 1528: <file>
 1529: <source>loncom/xml/scripttag.pm</source>
 1530: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
 1531: <categoryname>handler</categoryname>
 1532: <description>
 1533: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
 1534: &lt;import&gt;
 1535: </description>
 1536: <status>works/unverified</status>
 1537: </file>
 1538: <file>
 1539: <source>loncom/homework/randomlabel.pm</source>
 1540: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
 1541: <categoryname>handler</categoryname>
 1542: <description>
 1543: Interface for producing applet code which randomizes the labelling of an
 1544: image.
 1545: </description>
 1546: </file>
 1547: <file>
 1548: <source>loncom/homework/lonhomework.pm</source>
 1549: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
 1550: <categoryname>handler</categoryname>
 1551: <description>
 1552: handles requests for output, evaluation, and alteration of a homework resource
 1553: </description>
 1554: </file>
 1555: <status>works/unverified</status>
 1556: <file>
 1557: <source>loncom/homework/inputtags.pm</source>
 1558: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
 1559: <categoryname>handler</categoryname>
 1560: <description>
 1561: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
 1562: </description>
 1563: <status>works/unverified</status>
 1564: </file>
 1565: <file>
 1566: <source>loncom/homework/structuretags.pm</source>
 1567: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
 1568: <categoryname>handler</categoryname>
 1569: <description>
 1570: produces HTML tags necessary for structuring the presentation of homework
 1571: resources
 1572: </description>
 1573: <status>works/unverified</status>
 1574: </file>
 1575: <file>
 1576: <source>loncom/homework/response.pm</source>
 1577: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
 1578: <categoryname>handler</categoryname>
 1579: <description>
 1580: defines different types of responses given to student as well as syntax for
 1581: producing response values
 1582: </description>
 1583: <status>works/unverified</status>
 1584: </file>
 1585: <file>
 1586: <source>loncom/homework/caparesponse/caparesponse.pm</source>
 1587: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
 1588: <categoryname>handler</categoryname>
 1589: <description>
 1590: handles request to the CAPA homework processing engine
 1591: </description>
 1592: <status>works/unverified</status>
 1593: </file>
 1594: <file>
 1595: <source>loncom/auth/localauth.pm</source>
 1596: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
 1597: <categoryname>handler</categoryname>
 1598: <description>
 1599: Local authentication mechanism (meant to be customized).
 1600: </description>
 1601: <status>works/unverified</status>
 1602: </file>
 1603: <file>
 1604: <source>loncom/auth/lonacc.pm</source>
 1605: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
 1606: <categoryname>handler</categoryname>
 1607: <description>
 1608: (This module, like loncacc.pm also authenticates with cookies.)  
 1609: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
 1610: functions (e.g. roles, logout, annotations, and bookmarks) as well
 1611: as coordinating access to educational resources.
 1612: </description>
 1613: <status>works/unverified</status>
 1614: </file>
 1615: <file>
 1616: <source>loncom/auth/lonracc.pm</source>
 1617: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
 1618: <categoryname>handler</categoryname>
 1619: <description>
 1620: access handler for file transfers
 1621: </description>
 1622: <status>works/unverified</status>
 1623: </file>
 1624: <file>
 1625: <source>loncom/auth/loncacc.pm</source>
 1626: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
 1627: <categoryname>handler</categoryname>
 1628: <description>
 1629: This module provides access to an educational resource construction area.
 1630: This module is invoked by the URL-related pattern syntax
 1631: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
 1632: Authentication of user identity
 1633: is coordinated through cookies.  The abbreviation "cacc" corresponds
 1634: to "construction-space access").  If the cookie handle is invalid, then
 1635: this module returns a forbidden status and makes appropriate log entries.
 1636: If the cookie handle is valid, status is determined to be okay (and,
 1637: for the "priv"-type access, the resource is delivered by the
 1638: <tt>lonconstruct</tt> module).
 1639: </description>
 1640: <status>works/unverified</status>
 1641: </file>
 1642: <file>
 1643: <source>loncom/auth/lonauth.pm</source>
 1644: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
 1645: <categoryname>handler</categoryname>
 1646: <description>authenticate, set up session environment</description>
 1647: <status>works/unverified</status>
 1648: </file>
 1649: <file>
 1650: <source>loncom/auth/lonlogin.pm</source>
 1651: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
 1652: <categoryname>handler</categoryname>
 1653: <description>login screen</description>
 1654: <status>works/unverified</status>
 1655: </file>
 1656: <file>
 1657: <source>loncom/auth/lonlogout.pm</source>
 1658: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
 1659: <categoryname>handler</categoryname>
 1660: <description>logout</description>
 1661: <status>works/unverified</status>
 1662: </file>
 1663: <file>
 1664: <source>loncom/lonnet/perl/lonrep.pm</source>
 1665: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
 1666: <categoryname>handler</categoryname>
 1667: <description>replication</description>
 1668: </file>
 1669: <file>
 1670: <source>loncom/auth/lonroles.pm</source>
 1671: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
 1672: <categoryname>handler</categoryname>
 1673: <description>
 1674: This perl handling module reads in the available roles available
 1675: for a LON-CAPA user (different courses, different privileges, etc)
 1676: and produces a form-element HTML page which allows the user to select
 1677: which role he wishes to exercise in the LON-CAPA system.  For instance,
 1678: a user may want to select between being a student in a thermodynamics
 1679: physics course or a teaching assistant for an introductory calculus
 1680: class.
 1681: </description>
 1682: </file>
 1683: <file>
 1684: <source>loncom/interface/lonindexer.pm</source>
 1685: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
 1686: <categoryname>handler</categoryname>
 1687: <description>
 1688: cross server filesystem browser
 1689: </description>
 1690: <status>works/unverified</status>
 1691: </file>
 1692: <file>
 1693: <source>loncom/interface/groupsort.pm</source>
 1694: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
 1695: <categoryname>handler</categoryname>
 1696: <description>
 1697: Implements a second phase of importing multiple resources into the RAT.
 1698: Allows for reordering the sequence of resources.
 1699: </description>
 1700: <status>works/unverified</status>
 1701: </file>
 1702: <file>
 1703: <source>loncom/lonnet/perl/lonnet.pm</source>
 1704: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
 1705: <categoryname>handler</categoryname>
 1706: <description>
 1707: This file is an interface to the lonc processes of the LON-CAPA network
 1708: as well as set of elaborated functions for handling information necessary
 1709: for navigating through a given cluster of LON-CAPA machines within a domain.
 1710: There are over 40 specialized functions in this module which handle
 1711: the reading and transmission of metadata, user information
 1712: (ids, names, environments, roles, logs), file information (storage, reading,
 1713: directories, extensions, replication, embedded styles and descriptors),
 1714: educational resources (course descriptions, section names and numbers),
 1715: url hashing (to assign roles on a url basis), and translating abbreviated
 1716: symbols to and from more descriptive phrases or explanations.
 1717: </description>
 1718: <status>works/unverified</status>
 1719: </file>
 1720: <file>
 1721: <source>loncom/html/index.html</source>
 1722: <target dist='default'>home/httpd/html/index.html</target>
 1723: <categoryname>interface file</categoryname>
 1724: <description>bumps to login</description>
 1725: </file>
 1726: <link>
 1727: <linkto>etc/mime.types</linkto>
 1728: <target dist='default'>etc/httpd/conf/mime.types</target>
 1729: <categoryname>symbolic link</categoryname>
 1730: <description>symbolic link to /etc/mime.types</description>
 1731: </link>
 1732: <link>
 1733: <linkto>home/httpd/html/res</linkto>
 1734: <target dist='default'>home/httpd/html/raw</target>
 1735: <categoryname>symbolic link</categoryname>
 1736: <description>symbolic link to /home/httpd/html/res</description>
 1737: </link>
 1738: <file>
 1739: <source>loncom/html/adm/notfound.html</source>
 1740: <target dist='default'>home/httpd/html/adm/notfound.html</target>
 1741: <categoryname>interface file</categoryname>
 1742: <description>
 1743: static html page that is shown when an attempt is made to access a document
 1744: not present on the web server
 1745: </description>
 1746: </file>
 1747: <file>
 1748: <source>loncom/html/adm/unauthorized.html</source>
 1749: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
 1750: <categoryname>interface file</categoryname>
 1751: <description>
 1752: static html page that is shown when an attempt is made to access a document
 1753: which is restricted based on file or server configurations
 1754: </description>
 1755: </file>
 1756: <file>
 1757: <source>loncom/html/adm/help/searchcat.html</source>
 1758: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
 1759: <categoryname>interface file</categoryname>
 1760: <description>
 1761: Help page for the search engine.
 1762: </description>
 1763: </file>
 1764: <file>
 1765: <source>rat/client/rat.html</source>
 1766: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
 1767: <categoryname>interface file</categoryname>
 1768: <description>
 1769: frameset
 1770: </description>
 1771: </file>
 1772: <file>
 1773: <source>rat/client/parameter.html</source>
 1774: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
 1775: <categoryname>interface file</categoryname>
 1776: <description>
 1777: Parameter input window.
 1778: </description>
 1779: </file>
 1780: <file>
 1781: <source>rat/client/code.html</source>
 1782: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
 1783: <categoryname>interface file</categoryname>
 1784: <description>
 1785: javascript
 1786: </description>
 1787: </file>
 1788: <file>
 1789: <source>rat/client/map.html</source>
 1790: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
 1791: <categoryname>interface file</categoryname>
 1792: <description>
 1793: bumper
 1794: </description>
 1795: </file>
 1796: <file>
 1797: <source>rat/client/empty.html</source>
 1798: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
 1799: <categoryname>interface file</categoryname>
 1800: <description>
 1801: A blank page with very minimal HTML structural elements.
 1802: </description>
 1803: </file>
 1804: <fileglob>
 1805: <glob>*.gif</glob>
 1806: <sourcedir>rat/images/</sourcedir>
 1807: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
 1808: <categoryname>graphic file</categoryname>
 1809: <description>
 1810: icons for providing a HTML-tabled view of a course map
 1811: </description>
 1812: <filenames>
 1813: 1.1.dt.gif;
 1814: 1.1.empty.gif;
 1815: 1.1.ld.gif;
 1816: 1.1.lr.gif;
 1817: 1.1.rd.gif;
 1818: 1.1.rl.gif;
 1819: 1.1.td.gif;
 1820: 1.1.tdrl.gif;
 1821: 1.1.tl.gif;
 1822: 1.1.tr.gif;
 1823: 1.1.utd.gif;
 1824: 1.2.ctd.gif;
 1825: 1.2.dt.gif;
 1826: 1.2.empty.gif;
 1827: 1.2.ld.gif;
 1828: 1.2.lr.gif;
 1829: 1.2.lrd.gif;
 1830: 1.2.lrtd.gif;
 1831: 1.2.rd.gif;
 1832: 1.2.rl.gif;
 1833: 1.2.rld.gif;
 1834: 1.2.rltd.gif;
 1835: 1.2.rtd.gif;
 1836: 1.2.rtdl.gif;
 1837: 1.2.rtl.gif;
 1838: 1.2.td.gif;
 1839: 1.2.tdl.gif;
 1840: 1.2.tdrl.gif;
 1841: 1.2.tl.gif;
 1842: 1.2.tr.gif;
 1843: 1.2.utd.gif;
 1844: 2.1.dt.gif;
 1845: 2.1.empty.gif;
 1846: 2.1.ld.gif;
 1847: 2.1.lr.gif;
 1848: 2.1.rd.gif;
 1849: 2.1.rl.gif;
 1850: 2.1.td.gif;
 1851: 2.1.tdrl.gif;
 1852: 2.1.tl.gif;
 1853: 2.1.tr.gif;
 1854: 2.2.dt.gif;
 1855: 2.2.empty.gif;
 1856: 2.2.ld.gif;
 1857: 2.2.lr.gif;
 1858: 2.2.lrd.gif;
 1859: 2.2.lrt.gif;
 1860: 2.2.rd.gif;
 1861: 2.2.rl.gif;
 1862: 2.2.rld.gif;
 1863: 2.2.rlt.gif;
 1864: 2.2.td.gif;
 1865: 2.2.tdl.gif;
 1866: 2.2.tdr.gif;
 1867: 2.2.tdrl.gif;
 1868: 2.2.tl.gif;
 1869: 2.2.tr.gif;
 1870: 2.2.url.gif;
 1871: 2.2.utd.gif;
 1872: arrow.gif;
 1873: bdt.gif;
 1874: bempty.gif;
 1875: bld.gif;
 1876: blr.gif;
 1877: blrd.gif;
 1878: blrt.gif;
 1879: bottom.gif;
 1880: brd.gif;
 1881: brl.gif;
 1882: brld.gif;
 1883: brlt.gif;
 1884: btd.gif;
 1885: btdl.gif;
 1886: btdr.gif;
 1887: btdrl.gif;
 1888: btl.gif;
 1889: btr.gif;
 1890: burl.gif;
 1891: butd.gif;
 1892: condition.gif;
 1893: edit.gif;
 1894: finish.gif;
 1895: info.gif;
 1896: inscol.gif;
 1897: inscond.gif;
 1898: insres.gif;
 1899: insrow.gif;
 1900: left.gif;
 1901: middle.gif;
 1902: resource.gif;
 1903: right.gif;
 1904: sctd.gif;
 1905: sdt.gif;
 1906: sempty.gif;
 1907: sld.gif;
 1908: slr.gif;
 1909: slrd.gif;
 1910: slrtd.gif;
 1911: srd.gif;
 1912: srl.gif;
 1913: srld.gif;
 1914: srltd.gif;
 1915: srtd.gif;
 1916: srtdl.gif;
 1917: srtl.gif;
 1918: start.gif;
 1919: std.gif;
 1920: stdl.gif;
 1921: sutd.gif
 1922: </filenames>
 1923: </fileglob>
 1924: <fileglob>
 1925: <glob>*.*</glob>
 1926: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
 1927: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
 1928: <categoryname>graphic file</categoryname>
 1929: <description>
 1930: icons to indicate an unexpected result
 1931: </description>
 1932: <filenames>
 1933: lonconstruct.gif;
 1934: lonlogo_broken.gif;
 1935: lonlogo_broken_tsp.gif;
 1936: lonlogo_broken.eps;
 1937: lonlogo_broken.jpg;
 1938: lonlogo_broken.mov
 1939: </filenames>
 1940: </fileglob>
 1941: <fileglob>
 1942: <glob>*.*</glob>
 1943: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
 1944: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
 1945: <categoryname>graphic file</categoryname>
 1946: <description>
 1947: logos
 1948: </description>
 1949: <filenames>
 1950: SMETE_white.gif;
 1951: arrow_up.gif;
 1952: cab.gif;
 1953: cab_big.gif;
 1954: capapanel.gif;
 1955: class.gif;
 1956: class_big.gif;
 1957: dvi.gif;
 1958: dvi_big.gif;
 1959: eps.gif;
 1960: eps_big.gif;
 1961: exam.gif;
 1962: exam_big.gif;
 1963: folder_closed.gif;
 1964: folder_opened.gif;
 1965: folder_pointer_closed.gif;
 1966: folder_pointer_opened.gif;
 1967: form.gif;
 1968: form_big.gif;
 1969: gif.gif;
 1970: gif_big.gif;
 1971: htm.gif;
 1972: html.gif;
 1973: html_big.gif;
 1974: jar.gif;
 1975: jar_big.gif;
 1976: jpg.gif;
 1977: jpg_big.gif;
 1978: latex.gif;
 1979: liteani.gif;
 1980: lolpanel.gif;
 1981: lonanim.gif;
 1982: lonanimend.gif;
 1983: lonhelplogos.gif;
 1984: lonhelptop.gif;
 1985: lonlogo.gif;
 1986: lonlogos.gif;
 1987: meta.gif;
 1988: meta_big.gif;
 1989: mov.gif;
 1990: mov_big.gif;
 1991: move_up.gif;
 1992: move_down.gif;
 1993: page.gif;
 1994: page_big.gif;
 1995: pdf.gif;
 1996: pdf_big.gif;
 1997: png.gif;
 1998: png_big.gif;
 1999: problem.gif;
 2000: problem_big.gif;
 2001: ps.gif;
 2002: ps_big.gif;
 2003: quill.gif;
 2004: quiz.gif;
 2005: quiz_big.gif;
 2006: select.gif;
 2007: sequence.gif;
 2008: sequence_big.gif;
 2009: server.gif;
 2010: server_big.gif;
 2011: srvbad.gif;
 2012: srvempty.gif;
 2013: srvgood.gif;
 2014: srvhalf.gif;
 2015: srvnull.gif;
 2016: survey.gif;
 2017: survey_big.gif;
 2018: tex.gif;
 2019: tex_big.gif;
 2020: txt.gif;
 2021: txt_big.gif;
 2022: unknown.gif;
 2023: unknown_big.gif;
 2024: user.gif;
 2025: user_big.gif;
 2026: wav.gif;
 2027: wav_big.gif;
 2028: white_space_20_22.gif;
 2029: whitespace1.gif;
 2030: whitespace10.gif;
 2031: whitespace2.gif;
 2032: whitespace3.gif;
 2033: whitespace4.gif;
 2034: whitespace5.gif;
 2035: whitespace6.gif;
 2036: whitespace7.gif;
 2037: whitespace8.gif;
 2038: whitespace9.gif;
 2039: xml.gif;
 2040: xml_big.gif;
 2041: zip.gif;
 2042: zip_big.gif
 2043: </filenames>
 2044: </fileglob>
 2045: <fileglob>
 2046: <glob>*.*</glob>
 2047: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
 2048: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
 2049: <categoryname>graphic file</categoryname>
 2050: <description>
 2051: Miscellaneous resources.  Respectively: button for catalog,
 2052: button to set parameters in a page,
 2053: button to do regrades, button to check on problem submissions,
 2054: </description>
 2055: <filenames>
 2056: cat_button.gif;
 2057: pprm_button.gif;
 2058: pgrd_button.gif;
 2059: subm_button.gif
 2060: </filenames>
 2061: </fileglob>
 2062: <file>
 2063: <source>loncom/xml/tth.pm</source>
 2064: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
 2065: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
 2066: <categoryname>system file</categoryname>
 2067: <description>
 2068: perl module for invoking functions specific to TeX-to-HTML conversion
 2069: </description>
 2070: <note>
 2071: Has the same dependencies and build process as tth.so.
 2072: Currently, only the tth.so file specifications invoke
 2073: the build process however.  A static version is checked into loncom/xml
 2074: and in this way is treated as though it isn't part of the tth build process.
 2075: </note>
 2076: <status>works/unverified</status>
 2077: </file>
 2078: <file>
 2079: <source>modules/TexConvert/tthperl/tth.so</source>
 2080: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
 2081: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
 2082: <categoryname>system file</categoryname>
 2083: <description>
 2084: shared library file for dynamic loading and unloading
 2085: </description>
 2086: <note>
 2087: The source and file dependencies are not available to most
 2088: CVS users.  (You can safely rely on the existing binaries
 2089: present on your system... don't worry about warnings
 2090: related to this file during the build process.)
 2091: </note>
 2092: <build trigger='run if dependencies change'>
 2093: modules/TexConvert/tthperl/commands
 2094: </build>
 2095: <status>works/unverified</status>
 2096: <dependencies>
 2097: ../tthdynamic/tthfunc.c;
 2098: ../tthdynamic/ttmfunc.c
 2099: </dependencies>
 2100: </file>
 2101: <file>
 2102: <source>loncom/homework/caparesponse/capa.pm</source>
 2103: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
 2104: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
 2105: <categoryname>system file</categoryname>
 2106: <description>
 2107: perl module for invoking functions specific to CAPA
 2108: </description>
 2109: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 2110: <note>
 2111: Has the same dependencies and build process as capa.so.
 2112: Currently, only the capa.so file specifications invoke
 2113: the build process however.
 2114: </note>
 2115: </file>
 2116: <file>
 2117: <source>loncom/homework/caparesponse/capa.bs</source>
 2118: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
 2119: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
 2120: <categoryname>system file</categoryname>
 2121: <description>
 2122: bootstrap file associated with dynamic loading of this module on multiple
 2123: architectures
 2124: </description>
 2125: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 2126: <note>
 2127: Has the same dependencies and build process as capa.so.
 2128: Currently, only the capa.so file specifications invoke
 2129: the build process however.
 2130: </note>
 2131: </file>
 2132: <file>
 2133: <source>loncom/homework/caparesponse/capa.so</source>
 2134: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
 2135: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
 2136: <categoryname>system file</categoryname>
 2137: <description>
 2138: shared library file for dynamic loading and unloading
 2139: </description>
 2140: <build trigger='always run'>
 2141: loncom/homework/caparesponse/commands
 2142: </build>
 2143: <dependencies>
 2144: caparesponse.c;
 2145: caparesponse.pm
 2146: </dependencies>
 2147: </file>
 2148: <fileglob>
 2149: <glob>*.ent</glob>
 2150: <sourcedir>loncom/MathML/</sourcedir>
 2151: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
 2152: <categoryname>system file</categoryname>
 2153: <description>
 2154: xml files which assign unicode numbers to mathematical symbols using
 2155: &lt;! ENTITY... &gt; type syntax.
 2156: </description>
 2157: <filenames>
 2158: isoamsa.ent;
 2159: isoamsb.ent;
 2160: isoamsc.ent;
 2161: isoamsn.ent;
 2162: isoamso.ent;
 2163: isoamsr.ent;
 2164: isobox.ent;
 2165: isocyr1.ent;
 2166: isocyr2.ent;
 2167: isodia.ent;
 2168: isogrk1.ent;
 2169: isogrk2.ent;
 2170: isogrk3.ent;
 2171: isogrk4.ent;
 2172: isolat1.ent;
 2173: isolat2.ent;
 2174: isomfrk.ent;
 2175: isomopf.ent;
 2176: isomscr.ent;
 2177: isonum.ent;
 2178: isopub.ent;
 2179: isotech.ent;
 2180: mmlalias.ent;
 2181: mmlextra.ent
 2182: </filenames>
 2183: </fileglob>
 2184: <file>
 2185: <source>loncom/MathML/mathml.css</source>
 2186: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
 2187: <categoryname>system file</categoryname>
 2188: <description>
 2189: cascading style sheet
 2190: </description>
 2191: </file>
 2192: <file>
 2193: <source>loncom/MathML/mathml.dtd</source>
 2194: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
 2195: <categoryname>system file</categoryname>
 2196: <description>
 2197: document type definition
 2198: </description>
 2199: </file>
 2200: <file>
 2201: <source>loncom/auth/londes.js</source>
 2202: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
 2203: <categoryname>interface file</categoryname>
 2204: <description>
 2205: Encryption Routines according to Data Encryption Standard DES, written in
 2206: javascript.
 2207: </description>
 2208: </file>
 2209: <file>
 2210: <source>loncom/homework/lectureonline.lcpm</source>
 2211: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
 2212: </target>
 2213: <categoryname>handler</categoryname>
 2214: <description>
 2215: Intended for providing perl functions for the <script></script> environment
 2216: in a problem that was converted from lectureonline.
 2217: </description>
 2218: </file>
 2219: <file>
 2220: <source>loncom/homework/default_homework.lcpm</source>
 2221: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
 2222: </target>
 2223: <categoryname>handler</categoryname>
 2224: <description>
 2225: Provides many functions for the &lt;script&gt; environment in a .problem.
 2226: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
 2227: </description>
 2228: </file>
 2229: <file>
 2230: <source>loncom/homework/capa.units</source>
 2231: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
 2232: <categoryname>static conf</categoryname>
 2233: <description>
 2234: Define unit prefixing and conversion for CAPA problem handling.
 2235: </description>
 2236: </file>
 2237: <fileglob>
 2238: <glob>*.gif</glob>
 2239: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
 2240: <targetdir>home/httpd/html/res/adm/pages/</targetdir>
 2241: <categoryname>graphic file</categoryname>
 2242: <description>icons used for the entire LON-CAPA user interface</description>
 2243: <filenames>
 2244: a.gif;
 2245: anot.gif;
 2246: b.gif;
 2247: back.gif;
 2248: bkm.gif;
 2249: brws.gif;
 2250: c.gif;
 2251: catalog.gif;
 2252: ccrs.gif;
 2253: chat.gif;
 2254: chrt.gif;
 2255: com.gif;
 2256: courses.gif;
 2257: cprv.gif;
 2258: cstr.gif;
 2259: d.gif;
 2260: dempty.gif;
 2261: e.gif;
 2262: egrd.gif;
 2263: empty.gif;
 2264: enrl.gif;
 2265: eval.gif;
 2266: f.gif;
 2267: fdbk.gif;
 2268: feedback.gif;
 2269: forw.gif;
 2270: g.gif;
 2271: grds.gif;
 2272: group.gif;
 2273: h.gif;
 2274: help.gif;
 2275: hyphen.gif;
 2276: i.gif;
 2277: info.gif;
 2278: j.gif;
 2279: k.gif;
 2280: l.gif;
 2281: ledblink.gif;
 2282: ledgreen.gif;
 2283: ledoff.gif;
 2284: ledon.gif;
 2285: ledsend.gif;
 2286: logout.gif;
 2287: m.gif;
 2288: mrk.gif;
 2289: n.gif;
 2290: nav.gif;
 2291: next.gif;
 2292: o.gif;
 2293: p.gif;
 2294: parm.gif;
 2295: pgrd.gif;
 2296: pparm.gif;
 2297: prev.gif;
 2298: prt.gif;
 2299: q.gif;
 2300: qempty.gif;
 2301: r.gif;
 2302: reload.gif;
 2303: remotebg.gif;
 2304: res.gif;
 2305: roles.gif;
 2306: s.gif;
 2307: sbkm.gif;
 2308: space.gif;
 2309: spacer.gif;
 2310: sprs.gif;
 2311: src.gif;
 2312: stat.gif;
 2313: subm.gif;
 2314: t.gif;
 2315: title.gif;
 2316: u.gif;
 2317: v.gif;
 2318: vbkm.gif;
 2319: w.gif;
 2320: x.gif;
 2321: y.gif;
 2322: z.gif
 2323: </filenames>
 2324: </fileglob>
 2325: <file>
 2326: <source>loncom/html/res/adm/pages/imgmaps.html</source>
 2327: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
 2328: <categoryname>interface file</categoryname>
 2329: <description>
 2330: image maps for the LON-CAPA remote control
 2331: </description>
 2332: </file>
 2333: <file>
 2334: <source>loncom/html/res/adm/pages/index.html</source>
 2335: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
 2336: <categoryname>interface file</categoryname>
 2337: <description>
 2338: welcoming page to the LON-CAPA system upon login
 2339: </description>
 2340: </file>
 2341: <file>
 2342: <source>loncom/html/res/adm/pages/menu.html</source>
 2343: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
 2344: <categoryname>interface file</categoryname>
 2345: <description>
 2346: renders the HTML (including image maps) for the LON-CAPA remote control
 2347: </description>
 2348: </file>
 2349: <fileglob>
 2350: <glob>*.gif</glob>
 2351: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
 2352: <targetdir>home/httpd/html/res/adm/pages/indexericons/</targetdir>
 2353: <categoryname>graphic file</categoryname>
 2354: <description>
 2355: icons used for the bookmark portion of the LON-CAPA user interface
 2356: </description>
 2357: <filenames>
 2358: a.gif;
 2359: alert.black.gif;
 2360: alert.red.gif;
 2361: back.gif;
 2362: ball.gray.gif;
 2363: ball.red.gif;
 2364: binary.gif;
 2365: binhex.gif;
 2366: blank.gif;
 2367: bomb.gif;
 2368: box1.gif;
 2369: box2.gif;
 2370: broken.gif;
 2371: burst.gif;
 2372: c.gif;
 2373: comp.blue.gif;
 2374: comp.gray.gif;
 2375: compressed.gif;
 2376: continued.gif;
 2377: course.gif;
 2378: dir.gif;
 2379: down.gif;
 2380: dvi.gif;
 2381: f.gif;
 2382: folder.gif;
 2383: folder.open.gif;
 2384: folder.sec.gif;
 2385: folder_closed.gif;
 2386: folder_closed_pressed.gif;
 2387: folder_new.gif;
 2388: folder_opened.gif;
 2389: folder_opened_pressed.gif;
 2390: folder_pointer_closed.gif;
 2391: folder_pointer_opened.gif;
 2392: folder_spacer.gif;
 2393: folder_trash.gif;
 2394: forward.gif;
 2395: generic.gif;
 2396: generic.red.gif;
 2397: generic.sec.gif;
 2398: hand.right.gif;
 2399: hand.up.gif;
 2400: html.gif;
 2401: image1.gif;
 2402: image2.gif;
 2403: image3.gif;
 2404: index.gif;
 2405: layout.gif;
 2406: left.gif;
 2407: link.gif;
 2408: mov.gif;
 2409: movie1.gif;
 2410: p.gif;
 2411: patch.gif;
 2412: pdf.gif;
 2413: portal.gif;
 2414: problem.gif;
 2415: ps.gif;
 2416: quill.gif;
 2417: right.gif;
 2418: screw1.gif;
 2419: screw2.gif;
 2420: script.gif;
 2421: sound1.gif;
 2422: sound2.gif;
 2423: sphere1.gif;
 2424: sphere2.gif;
 2425: tar.gif;
 2426: tex.gif;
 2427: text.gif;
 2428: transfer.gif;
 2429: unknown.gif;
 2430: up.gif;
 2431: uu.gif;
 2432: uuencoded.gif;
 2433: white_space_20_22.gif;
 2434: white_space_22_22.gif;
 2435: whitespace1.gif;
 2436: whitespace10.gif;
 2437: whitespace2.gif;
 2438: whitespace3.gif;
 2439: whitespace4.gif;
 2440: whitespace5.gif;
 2441: whitespace6.gif;
 2442: whitespace7.gif;
 2443: whitespace8.gif;
 2444: whitespace9.gif;
 2445: world1.gif;
 2446: world2.gif
 2447: </filenames>
 2448: </fileglob>
 2449: <fileglob>
 2450: <glob>*.gif</glob>
 2451: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 2452: <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>
 2453: <categoryname>graphic file</categoryname>
 2454: <description>
 2455: icons used for directory indexing and login screen
 2456: </description>
 2457: <filenames>
 2458: folder_anim.gif;
 2459: folder_close.gif;
 2460: folder_drag.gif;
 2461: folder_new.gif;
 2462: folder_open.gif;
 2463: folder_pointer_closed.gif;
 2464: folder_pointer_opened.gif;
 2465: folder_static.gif;
 2466: folder_trash.gif;
 2467: folder_trash_hover.gif;
 2468: left_bar.gif;
 2469: link.gif;
 2470: link_anim.gif;
 2471: link_drag.gif;
 2472: ll_corner.gif;
 2473: lower_bar.gif;
 2474: lr_corner.gif;
 2475: pix.gif;
 2476: right_bar.gif;
 2477: toolbar_bg.gif;
 2478: ul_corner.gif;
 2479: upper_bar.gif;
 2480: ur_corner.gif
 2481: </filenames>
 2482: </fileglob>
 2483: <fileglob>
 2484: <glob>*.html</glob>
 2485: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 2486: <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>
 2487: <categoryname>interface file</categoryname>
 2488: <description>
 2489: associated with the frameset scheme of displaying bookmarks
 2490: </description>
 2491: <filenames>
 2492: bookmarkmenu_toolbar.html;
 2493: blank.html;
 2494: closechildren.html
 2495: </filenames>
 2496: </fileglob>
 2497: <file>
 2498: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
 2499: <target dist='default'>
 2500: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
 2501: <categoryname>interface file</categoryname>
 2502: <description>
 2503: javascript for handling client-side interactions with bookmark interface
 2504: </description>
 2505: </file>
 2506: <file>
 2507: <source>loncom/build/loncapaverifypackages</source>
 2508: <target dist='default'>usr/sbin/loncapaverifypackages</target>
 2509: <categoryname>script</categoryname>
 2510: <description>
 2511: checks the system RPMs against what install.lon-capa.org specifies
 2512: </description>
 2513: <status>deprecated</status>
 2514: </file>
 2515: <file>
 2516: <source>loncom/build/loncaparestoreconfigurations</source>
 2517: <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>
 2518: <categoryname>script</categoryname>
 2519: <description>
 2520: restores .rpmsave files after a LON-CAPA-base upgrade
 2521: </description>
 2522: <status>deprecated</status>
 2523: </file>
 2524: <file>
 2525: <source>loncom/build/loncapaautoupgrade</source>
 2526: <target dist='default'>usr/sbin/loncapaautoupgrade</target>
 2527: <categoryname>script</categoryname>
 2528: <description>
 2529: does all the things to coordinate updating of LON-CAPA base files.  Should be
 2530: used with caution so that you do not lose work
 2531: </description>
 2532: <status>deprecated</status>
 2533: </file>
 2534: <file>
 2535: <source>loncom/build/loncapaverify</source>
 2536: <target dist='default'>usr/sbin/loncapaverify</target>
 2537: <categoryname>script</categoryname>
 2538: <description>
 2539: makes verification report using loncapaverifypackages and
 2540: loncapaverifybasepackage
 2541: </description>
 2542: <status>deprecated</status>
 2543: </file>
 2544: <file>
 2545: <source>loncom/cron/loncapa</source>
 2546: <target dist='default'>etc/cron.d/loncapa</target>
 2547: <categoryname>static conf</categoryname>
 2548: <description>
 2549: file that specifies periodic processes to run for the LON-CAPA machine
 2550: </description>
 2551: </file>
 2552: <file>
 2553: <source>loncom/ntp/step-tickers</source>
 2554: <target dist='default'>etc/ntp/step-tickers</target>
 2555: <categoryname>conf</categoryname>
 2556: <description>
 2557: file that stimulates running of ntpdate upon init.d/xntpd initiation
 2558: </description>
 2559: <note>
 2560: <table cellpadding='0' cellspacing='0' border='1'>
 2561: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
 2562: </table>
 2563: </note>
 2564: </file>
 2565: <file>
 2566: <source>loncom/pam.d/pwauth</source>
 2567: <target dist='default'>etc/pam.d/pwauth</target>
 2568: <categoryname>static conf</categoryname>
 2569: <description>
 2570: file that allows setuid password privileges for pwauth executable
 2571: </description>
 2572: </file>
 2573: <file>
 2574: <source>loncom/pam.d/pwchange</source>
 2575: <target dist='default'>etc/pam.d/pwchange</target>
 2576: <categoryname>static conf</categoryname>
 2577: <description>
 2578: file that allows setuid password privileges for pwchange (lcpasswd) executable
 2579: </description>
 2580: </file>
 2581: <file>
 2582: <source>loncom/init.d/loncontrol</source>
 2583: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
 2584: <categoryname>root script</categoryname>
 2585: <description>
 2586: Controls the launching/halting of lonc, lond, and lonsql processes.
 2587: </description>
 2588: </file>
 2589: <link>
 2590: <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>
 2591: <target dist='default'>
 2592: etc/rc.d/rc0.d/K05loncontrol;
 2593: etc/rc.d/rc1.d/K05loncontrol;
 2594: etc/rc.d/rc2.d/K05loncontrol;
 2595: etc/rc.d/rc3.d/S95loncontrol;
 2596: etc/rc.d/rc4.d/S95loncontrol;
 2597: etc/rc.d/rc5.d/S95loncontrol;
 2598: etc/rc.d/rc6.d/K05loncontrol
 2599: </target>
 2600: <categoryname>symbolic link</categoryname>
 2601: <description>
 2602: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
 2603: </link>
 2604: <file>
 2605: <source>loncom/atalk/config</source>
 2606: <target dist='default'>etc/atalk/config</target>
 2607: <categoryname>conf</categoryname>
 2608: <description>
 2609: configuration file to make LON-CAPA server file space accessible to
 2610: Appleshares access (Macintosh)
 2611: </description>
 2612: </file>
 2613: </files>
 2614: </lpml>

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