File:  [LON-CAPA] / doc / loncapafiles / loncapafiles.lpml
Revision 1.71: download - view: text, annotated - select for diffs
Thu Dec 13 23:36:52 2001 UTC (22 years, 5 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
adding in redhat7.1 specific location of smb.conf

    1: <!-- loncapafiles.pl
    2: <!-- Scott Harrison -->
    3: 
    4: <!-- $Id: loncapafiles.lpml,v 1.71 2001/12/13 23:36:52 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: Creates a new course and assigns course coordinator.
 1148: </description>
 1149: <status>works/unverified</status>
 1150: </file>
 1151: <file>
 1152: <source>loncom/interface/loncreateuser.pm</source>
 1153: <target dist='default'>home/httpd/lib/perl/Apache/loncreateuser.pm</target>
 1154: <categoryname>handler</categoryname>
 1155: <description>
 1156: Creates a new user and/or changes user privileges
 1157: </description>
 1158: <status>works/unverified</status>
 1159: </file>
 1160: <file>
 1161: <source>loncom/interface/lonchart.pm</source>
 1162: <target dist='default'>home/httpd/lib/perl/Apache/lonchart.pm</target>
 1163: <categoryname>handler</categoryname>
 1164: <description>
 1165: Produces simple LectureOnline-like student assessment performance chart
 1166: </description>
 1167: </file>
 1168: <file>
 1169: <source>loncom/interface/loncommon.pm</source>
 1170: <target dist='default'>home/httpd/lib/perl/Apache/loncommon.pm</target>
 1171: <categoryname>handler</categoryname>
 1172: <description>
 1173: Makes a table out of the previous attempts.  Inputs result_from_symbread,
 1174: user, domain, home_server, course_id.
 1175: </description>
 1176: <status>works/unverified</status>
 1177: </file>
 1178: <file>
 1179: <source>loncom/homework/grades.pm</source>
 1180: <target dist='default'>home/httpd/lib/perl/Apache/grades.pm</target>
 1181: <categoryname>handler</categoryname>
 1182: <description>Handles the viewing of grades.</description>
 1183: </file>
 1184: <file>
 1185: <source>loncom/homework/imageresponse.pm</source>
 1186: <target dist='default'>home/httpd/lib/perl/Apache/imageresponse.pm</target>
 1187: <categoryname>handler</categoryname>
 1188: <description>
 1189: Coordinates the response to clicking an image.
 1190: </description>
 1191: <status>works/unverified</status>
 1192: </file>
 1193: <file>
 1194: <source>loncom/homework/optionresponse.pm</source>
 1195: <target dist='default'>home/httpd/lib/perl/Apache/optionresponse.pm</target>
 1196: <categoryname>handler</categoryname>
 1197: <description>
 1198: Handles tags associated with showing a list of options.</description>
 1199: </file>
 1200: <file>
 1201: <source>loncom/homework/outputtags.pm</source>
 1202: <target dist='default'>home/httpd/lib/perl/Apache/outputtags.pm</target>
 1203: <categoryname>handler</categoryname>
 1204: <description>
 1205: Handles tags associated with output.  Seems to relate to due dates of the
 1206: assignment.
 1207: </description>
 1208: <status>works/unverified</status>
 1209: </file>
 1210: <file>
 1211: <source>loncom/interface/lontest.pm</source>
 1212: <target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
 1213: <categoryname>handler</categoryname>
 1214: <description>
 1215: Used for debugging and testing the LON-CAPA system.
 1216: </description>
 1217: <status>works/unverified</status>
 1218: </file>
 1219: <file>
 1220: <source>loncom/homework/radiobuttonresponse.pm</source>
 1221: <target dist='default'>
 1222: home/httpd/lib/perl/Apache/radiobuttonresponse.pm</target>
 1223: <categoryname>handler</categoryname>
 1224: <description>
 1225: Handles multiple-choice style responses.
 1226: </description>
 1227: <status>works/unverified</status>
 1228: </file>
 1229: <file>
 1230: <source>loncom/interface/lonassignments.pm</source>
 1231: <target dist='default'>home/httpd/lib/perl/Apache/lonassignments.pm</target>
 1232: <categoryname>handler</categoryname>
 1233: <description>
 1234: Handles processing of assignments.
 1235: </description>
 1236: <status>works/unverified</status>
 1237: </file>
 1238: <file>
 1239: <source>loncom/interface/loncommunicate.pm</source>
 1240: <target dist='default'>home/httpd/lib/perl/Apache/loncommunicate.pm</target>
 1241: <categoryname>handler</categoryname>
 1242: <description>Handles communication.</description>
 1243: <status>works/unverified</status>
 1244: </file>
 1245: <file>
 1246: <source>loncom/interface/lonerrorhandler.pm</source>
 1247: <target dist='default'>home/httpd/lib/perl/Apache/lonerrorhandler.pm</target>
 1248: <categoryname>handler</categoryname>
 1249: <description>
 1250: Handles errors.
 1251: </description>
 1252: <status>works/unverified</status>
 1253: </file>
 1254: <file>
 1255: <source>loncom/interface/lonevaluate.pm</source>
 1256: <target dist='default'>home/httpd/lib/perl/Apache/lonevaluate.pm</target>
 1257: <categoryname>handler</categoryname>
 1258: <description>
 1259: Handles evaluation.
 1260: </description>
 1261: <status>works/unverified</status>
 1262: </file>
 1263: <file>
 1264: <source>loncom/interface/lonfeedback.pm</source>
 1265: <target dist='default'>home/httpd/lib/perl/Apache/lonfeedback.pm</target>
 1266: <categoryname>handler</categoryname>
 1267: <description>
 1268: Handles feedback from students to instructors and system administrators.
 1269: </description>
 1270: <status>works/unverified</status>
 1271: </file>
 1272: <file>
 1273: <source>loncom/interface/lonnavmaps.pm</source>
 1274: <target dist='default'>home/httpd/lib/perl/Apache/lonnavmaps.pm</target>
 1275: <categoryname>handler</categoryname>
 1276: <description>
 1277: Handles navigational maps.
 1278: </description>
 1279: <status>works/unverified</status>
 1280: </file>
 1281: <file>
 1282: <source>loncom/interface/lonpreferences.pm</source>
 1283: <target dist='default'>home/httpd/lib/perl/Apache/lonpreferences.pm</target>
 1284: <categoryname>handler</categoryname>
 1285: <description>
 1286: Handles user preferences associated with customizing the online LON-CAPA
 1287: educational environment.
 1288: </description>
 1289: <status>works/unverified</status>
 1290: </file>
 1291: <file>
 1292: <source>loncom/interface/lonprintout.pm</source>
 1293: <target dist='default'>home/httpd/lib/perl/Apache/lonprintout.pm</target>
 1294: <categoryname>handler</categoryname>
 1295: <description>
 1296: Handles the production of printable files and resources.
 1297: </description>
 1298: <status>works/unverified</status>
 1299: </file>
 1300: <file>
 1301: <source>loncom/interface/lonsearchcat.pm</source>
 1302: <target dist='default'>home/httpd/lib/perl/Apache/lonsearchcat.pm</target>
 1303: <categoryname>handler</categoryname>
 1304: <description>
 1305: Handles a searchable catalogue.
 1306: </description>
 1307: <status>works/unverified</status>
 1308: </file>
 1309: <file>
 1310: <source>loncom/interface/londropadd.pm</source>
 1311: <target dist='default'>home/httpd/lib/perl/Apache/londropadd.pm</target>
 1312: <categoryname>handler</categoryname>
 1313: <description>
 1314: Handler to drop and add students in courses.
 1315: </description>
 1316: <status>works/unverified</status>
 1317: </file>
 1318: <file>
 1319: <source>loncom/interface/lonmsg.pm</source>
 1320: <target dist='default'>home/httpd/lib/perl/Apache/lonmsg.pm</target>
 1321: <categoryname>handler</categoryname>
 1322: <description>
 1323: Routines for messaging.
 1324: </description>
 1325: <status>works/unverified</status>
 1326: </file>
 1327: <file>
 1328: <source>loncom/homework/hint.pm</source>
 1329: <target dist='default'>home/httpd/lib/perl/Apache/hint.pm</target>
 1330: <categoryname>handler</categoryname>
 1331: <description>
 1332: This handler coordinates the delivery of hints to students working on LON-CAPA
 1333: problems and assignments.
 1334: </description>
 1335: <status>works/unverified</status>
 1336: </file>
 1337: <file>
 1338: <source>loncom/interface/lonspreadsheet.pm</source>
 1339: <target dist='default'>home/httpd/lib/perl/Apache/lonspreadsheet.pm</target>
 1340: <categoryname>handler</categoryname>
 1341: <description>
 1342: Spreadsheet/Grades Display Handler
 1343: </description>
 1344: <status>works/unverified</status>
 1345: </file>
 1346: <file>
 1347: <source>loncom/interface/lonparmset.pm</source>
 1348: <target dist='default'>home/httpd/lib/perl/Apache/lonparmset.pm</target>
 1349: <categoryname>handler</categoryname>
 1350: <description>
 1351: Handler to resolve ambiguous file locations
 1352: </description>
 1353: <status>works/unverified</status>
 1354: </file>
 1355: <file>
 1356: <source>loncom/publisher/lonconstruct.pm</source>
 1357: <target dist='default'>home/httpd/lib/perl/Apache/lonconstruct.pm</target>
 1358: <categoryname>handler</categoryname>
 1359: <description>
 1360: Page wrapper for handling construction space.
 1361: </description>
 1362: <status>works/unverified</status>
 1363: </file>
 1364: <file>
 1365: <source>loncom/publisher/lonpublisher.pm</source>
 1366: <target dist='default'>home/httpd/lib/perl/Apache/lonpublisher.pm</target>
 1367: <categoryname>handler</categoryname>
 1368: <description>
 1369: Publishes an LON-CAPA educational resource complete with metadata
 1370: (authorship, language, copyright, creation date, etc).
 1371: </description>
 1372: <status>works/unverified</status>
 1373: </file>
 1374: <file>
 1375: <source>loncom/interface/lonmenu.pm</source>
 1376: <target dist='default'>home/httpd/lib/perl/Apache/lonmenu.pm</target>
 1377: <categoryname>handler</categoryname>
 1378: <description>
 1379: Has routines which control the remote control.
 1380: </description>
 1381: <status>works/unverified</status>
 1382: </file>
 1383: <file>
 1384: <source>rat/lonpageflip.pm</source>
 1385: <target dist='default'>home/httpd/lib/perl/Apache/lonpageflip.pm</target>
 1386: <categoryname>handler</categoryname>
 1387: <description>Deals with forward, backward, and other page flips.</description>
 1388: <status>works/unverified</status>
 1389: </file>
 1390: <file>
 1391: <source>rat/lonratedt.pm</source>
 1392: <target dist='default'>home/httpd/lib/perl/Apache/lonratedt.pm</target>
 1393: <categoryname>handler</categoryname>
 1394: <description>
 1395: Builds up frame set and loads in the right thing.
 1396: </description>
 1397: <status>works/unverified</status>
 1398: </file>
 1399: <file>
 1400: <source>loncom/html/res/adm/pages/homeworkmenu.html</source>
 1401: <target dist='default'>home/httpd/html/res/adm/pages/homeworkmenu.html</target>
 1402: <categoryname>handler</categoryname>
 1403: <description>
 1404: Homework remote control.
 1405: </description>
 1406: <status>works/unverified</status>
 1407: </file>
 1408: <file>
 1409: <source>loncom/html/res/adm/pages/annotator/admannotations.pm</source>
 1410: <target dist='default'>home/httpd/lib/perl/Apache/admannotations.pm</target>
 1411: <categoryname>handler</categoryname>
 1412: <description>
 1413: This will take annotations and then plug them into a page.
 1414: </description>
 1415: <status>works/unverified</status>
 1416: </file>
 1417: <file>
 1418: <source>loncom/html/res/adm/pages/bookmarkmenu/admbookmarks.pm</source>
 1419: <target dist='default'>home/httpd/lib/perl/Apache/admbookmarks.pm</target>
 1420: <categoryname>handler</categoryname>
 1421: <description>
 1422: This will take bookmarks and get/write/display them for the LON-CAPA user
 1423: interface.
 1424: </description>
 1425: <status>works/unverified</status>
 1426: </file>
 1427: <file>
 1428: <source>rat/lonratsrv.pm</source>
 1429: <target dist='default'>home/httpd/lib/perl/Apache/lonratsrv.pm</target>
 1430: <categoryname>handler</categoryname>
 1431: <description>
 1432: Handler that takes output from RAT and stores it on disk.  Handles the upper
 1433: hidden frame of the added window that comes up in RAT.   (3 frames come up in
 1434: RAT server, code, and output.  This module handles server connection.)
 1435: </description>
 1436: <status>works/unverified</status>
 1437: </file>
 1438: <file>
 1439: <source>rat/lonpage.pm</source>
 1440: <target dist='default'>home/httpd/lib/perl/Apache/lonpage.pm</target>
 1441: <categoryname>handler</categoryname>
 1442: <description>
 1443: bundles pages into one page
 1444: </description>
 1445: <status>works/unverified</status>
 1446: </file>
 1447: <file>
 1448: <source>rat/lonuserstate.pm</source>
 1449: <target dist='default'>home/httpd/lib/perl/Apache/lonuserstate.pm</target>
 1450: <categoryname>handler</categoryname>
 1451: <description>
 1452: compile course into binary data structure (in loncom/rat)
 1453: </description>
 1454: <status>works/unverified</status>
 1455: </file>
 1456: <file>
 1457: <source>loncom/xml/lontex.pm</source>
 1458: <target dist='default'>home/httpd/lib/perl/Apache/lontex.pm</target>
 1459: <categoryname>handler</categoryname>
 1460: <description>
 1461: Handler for tex files (somewhere in modules)
 1462: </description>
 1463: <status>works/unverified</status>
 1464: </file>
 1465: <file>
 1466: <source>loncom/xml/lontexconvert.pm</source>
 1467: <target dist='default'>home/httpd/lib/perl/Apache/lontexconvert.pm</target>
 1468: <categoryname>handler</categoryname>
 1469: <description>
 1470: Access to tth/ttm
 1471: </description>
 1472: <status>works/unverified</status>
 1473: </file>
 1474: <file>
 1475: <source>loncom/xml/lonxml.pm</source>
 1476: <target dist='default'>home/httpd/lib/perl/Apache/lonxml.pm</target>
 1477: <categoryname>handler</categoryname>
 1478: <description>
 1479: XML Parsing Module
 1480: </description>
 1481: <status>works/unverified</status>
 1482: </file>
 1483: <file>
 1484: <source>loncom/xml/style.pm</source>
 1485: <target dist='default'>home/httpd/lib/perl/Apache/style.pm</target>
 1486: <categoryname>handler</categoryname>
 1487: <description>
 1488: Style Parsing Module
 1489: </description>
 1490: <status>works/unverified</status>
 1491: </file>
 1492: <file>
 1493: <source>loncom/xml/londefdef.pm</source>
 1494: <target dist='default'>home/httpd/lib/perl/Apache/londefdef.pm</target>
 1495: <categoryname>handler</categoryname>
 1496: <description>
 1497: Tags Default Definition Module
 1498: </description>
 1499: <status>works/unverified</status>
 1500: </file>
 1501: <file>
 1502: <source>loncom/xml/run.pm</source>
 1503: <target dist='default'>home/httpd/lib/perl/Apache/run.pm</target>
 1504: <categoryname>handler</categoryname>
 1505: <description>
 1506: used to prevent poorly written problems from causing lingering after effects
 1507: </description>
 1508: <status>works/unverified</status>
 1509: </file>
 1510: <file>
 1511: <source>loncom/xml/scripttag.pm</source>
 1512: <target dist='default'>home/httpd/lib/perl/Apache/scripttag.pm</target>
 1513: <categoryname>handler</categoryname>
 1514: <description>
 1515: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and
 1516: &lt;import&gt;
 1517: </description>
 1518: <status>works/unverified</status>
 1519: </file>
 1520: <file>
 1521: <source>loncom/homework/randomlabel.pm</source>
 1522: <target dist='default'>home/httpd/lib/perl/Apache/randomlabel.pm</target>
 1523: <categoryname>handler</categoryname>
 1524: <description>
 1525: Interface for producing applet code which randomizes the labelling of an
 1526: image.
 1527: </description>
 1528: </file>
 1529: <file>
 1530: <source>loncom/homework/lonhomework.pm</source>
 1531: <target dist='default'>home/httpd/lib/perl/Apache/lonhomework.pm</target>
 1532: <categoryname>handler</categoryname>
 1533: <description>
 1534: handles requests for output, evaluation, and alteration of a homework resource
 1535: </description>
 1536: </file>
 1537: <status>works/unverified</status>
 1538: <file>
 1539: <source>loncom/homework/inputtags.pm</source>
 1540: <target dist='default'>home/httpd/lib/perl/Apache/inputtags.pm</target>
 1541: <categoryname>handler</categoryname>
 1542: <description>
 1543: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
 1544: </description>
 1545: <status>works/unverified</status>
 1546: </file>
 1547: <file>
 1548: <source>loncom/homework/structuretags.pm</source>
 1549: <target dist='default'>home/httpd/lib/perl/Apache/structuretags.pm</target>
 1550: <categoryname>handler</categoryname>
 1551: <description>
 1552: produces HTML tags necessary for structuring the presentation of homework
 1553: resources
 1554: </description>
 1555: <status>works/unverified</status>
 1556: </file>
 1557: <file>
 1558: <source>loncom/homework/response.pm</source>
 1559: <target dist='default'>home/httpd/lib/perl/Apache/response.pm</target>
 1560: <categoryname>handler</categoryname>
 1561: <description>
 1562: defines different types of responses given to student as well as syntax for
 1563: producing response values
 1564: </description>
 1565: <status>works/unverified</status>
 1566: </file>
 1567: <file>
 1568: <source>loncom/homework/caparesponse/caparesponse.pm</source>
 1569: <target dist='default'>home/httpd/lib/perl/Apache/caparesponse.pm</target>
 1570: <categoryname>handler</categoryname>
 1571: <description>
 1572: handles request to the CAPA homework processing engine
 1573: </description>
 1574: <status>works/unverified</status>
 1575: </file>
 1576: <file>
 1577: <source>loncom/auth/localauth.pm</source>
 1578: <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
 1579: <categoryname>handler</categoryname>
 1580: <description>
 1581: Local authentication mechanism (meant to be customized).
 1582: </description>
 1583: <status>works/unverified</status>
 1584: </file>
 1585: <file>
 1586: <source>loncom/auth/lonacc.pm</source>
 1587: <target dist='default'>home/httpd/lib/perl/Apache/lonacc.pm</target>
 1588: <categoryname>handler</categoryname>
 1589: <description>
 1590: (This module, like loncacc.pm also authenticates with cookies.)  
 1591: <tt>lonacc.pm</tt> coordinates access to a wide range of administrative-type
 1592: functions (e.g. roles, logout, annotations, and bookmarks) as well
 1593: as coordinating access to educational resources.
 1594: </description>
 1595: <status>works/unverified</status>
 1596: </file>
 1597: <file>
 1598: <source>loncom/auth/lonracc.pm</source>
 1599: <target dist='default'>home/httpd/lib/perl/Apache/lonracc.pm</target>
 1600: <categoryname>handler</categoryname>
 1601: <description>
 1602: access handler for file transfers
 1603: </description>
 1604: <status>works/unverified</status>
 1605: </file>
 1606: <file>
 1607: <source>loncom/auth/loncacc.pm</source>
 1608: <target dist='default'>home/httpd/lib/perl/Apache/loncacc.pm</target>
 1609: <categoryname>handler</categoryname>
 1610: <description>
 1611: This module provides access to an educational resource construction area.
 1612: This module is invoked by the URL-related pattern syntax
 1613: <tt>LocationMatch "^/priv.*"</tt> or <tt>LocationMatch "^/\~.*"</tt>.
 1614: Authentication of user identity
 1615: is coordinated through cookies.  The abbreviation "cacc" corresponds
 1616: to "construction-space access").  If the cookie handle is invalid, then
 1617: this module returns a forbidden status and makes appropriate log entries.
 1618: If the cookie handle is valid, status is determined to be okay (and,
 1619: for the "priv"-type access, the resource is delivered by the
 1620: <tt>lonconstruct</tt> module).
 1621: </description>
 1622: <status>works/unverified</status>
 1623: </file>
 1624: <file>
 1625: <source>loncom/auth/lonauth.pm</source>
 1626: <target dist='default'>home/httpd/lib/perl/Apache/lonauth.pm</target>
 1627: <categoryname>handler</categoryname>
 1628: <description>authenticate, set up session environment</description>
 1629: <status>works/unverified</status>
 1630: </file>
 1631: <file>
 1632: <source>loncom/auth/lonlogin.pm</source>
 1633: <target dist='default'>home/httpd/lib/perl/Apache/lonlogin.pm</target>
 1634: <categoryname>handler</categoryname>
 1635: <description>login screen</description>
 1636: <status>works/unverified</status>
 1637: </file>
 1638: <file>
 1639: <source>loncom/auth/lonlogout.pm</source>
 1640: <target dist='default'>home/httpd/lib/perl/Apache/lonlogout.pm</target>
 1641: <categoryname>handler</categoryname>
 1642: <description>logout</description>
 1643: <status>works/unverified</status>
 1644: </file>
 1645: <file>
 1646: <source>loncom/lonnet/perl/lonrep.pm</source>
 1647: <target dist='default'>home/httpd/lib/perl/Apache/lonrep.pm</target>
 1648: <categoryname>handler</categoryname>
 1649: <description>replication</description>
 1650: </file>
 1651: <file>
 1652: <source>loncom/auth/lonroles.pm</source>
 1653: <target dist='default'>home/httpd/lib/perl/Apache/lonroles.pm</target>
 1654: <categoryname>handler</categoryname>
 1655: <description>
 1656: This perl handling module reads in the available roles available
 1657: for a LON-CAPA user (different courses, different privileges, etc)
 1658: and produces a form-element HTML page which allows the user to select
 1659: which role he wishes to exercise in the LON-CAPA system.  For instance,
 1660: a user may want to select between being a student in a thermodynamics
 1661: physics course or a teaching assistant for an introductory calculus
 1662: class.
 1663: </description>
 1664: </file>
 1665: <file>
 1666: <source>loncom/interface/lonindexer.pm</source>
 1667: <target dist='default'>home/httpd/lib/perl/Apache/lonindexer.pm</target>
 1668: <categoryname>handler</categoryname>
 1669: <description>
 1670: cross server filesystem browser
 1671: </description>
 1672: <status>works/unverified</status>
 1673: </file>
 1674: <file>
 1675: <source>loncom/interface/groupsort.pm</source>
 1676: <target dist='default'>home/httpd/lib/perl/Apache/groupsort.pm</target>
 1677: <categoryname>handler</categoryname>
 1678: <description>
 1679: Implements a second phase of importing multiple resources into the RAT.
 1680: Allows for reordering the sequence of resources.
 1681: </description>
 1682: <status>works/unverified</status>
 1683: </file>
 1684: <file>
 1685: <source>loncom/lonnet/perl/lonnet.pm</source>
 1686: <target dist='default'>home/httpd/lib/perl/Apache/lonnet.pm</target>
 1687: <categoryname>handler</categoryname>
 1688: <description>
 1689: This file is an interface to the lonc processes of the LON-CAPA network
 1690: as well as set of elaborated functions for handling information necessary
 1691: for navigating through a given cluster of LON-CAPA machines within a domain.
 1692: There are over 40 specialized functions in this module which handle
 1693: the reading and transmission of metadata, user information
 1694: (ids, names, environments, roles, logs), file information (storage, reading,
 1695: directories, extensions, replication, embedded styles and descriptors),
 1696: educational resources (course descriptions, section names and numbers),
 1697: url hashing (to assign roles on a url basis), and translating abbreviated
 1698: symbols to and from more descriptive phrases or explanations.
 1699: </description>
 1700: <status>works/unverified</status>
 1701: </file>
 1702: <file>
 1703: <source>loncom/html/index.html</source>
 1704: <target dist='default'>home/httpd/html/index.html</target>
 1705: <categoryname>interface file</categoryname>
 1706: <description>bumps to login</description>
 1707: </file>
 1708: <link>
 1709: <linkto>etc/mime.types</linkto>
 1710: <target dist='default'>etc/httpd/conf/mime.types</target>
 1711: <categoryname>symbolic link</categoryname>
 1712: <description>symbolic link to /etc/mime.types</description>
 1713: </link>
 1714: <link>
 1715: <linkto>home/httpd/html/res</linkto>
 1716: <target dist='default'>home/httpd/html/raw</target>
 1717: <categoryname>symbolic link</categoryname>
 1718: <description>symbolic link to /home/httpd/html/res</description>
 1719: </link>
 1720: <file>
 1721: <source>loncom/html/adm/notfound.html</source>
 1722: <target dist='default'>home/httpd/html/adm/notfound.html</target>
 1723: <categoryname>interface file</categoryname>
 1724: <description>
 1725: static html page that is shown when an attempt is made to access a document
 1726: not present on the web server
 1727: </description>
 1728: </file>
 1729: <file>
 1730: <source>loncom/html/adm/unauthorized.html</source>
 1731: <target dist='default'>home/httpd/html/adm/unauthorized.html</target>
 1732: <categoryname>interface file</categoryname>
 1733: <description>
 1734: static html page that is shown when an attempt is made to access a document
 1735: which is restricted based on file or server configurations
 1736: </description>
 1737: </file>
 1738: <file>
 1739: <source>loncom/html/adm/help/searchcat.html</source>
 1740: <target dist='default'>home/httpd/html/adm/help/searchcat.html</target>
 1741: <categoryname>interface file</categoryname>
 1742: <description>
 1743: Help page for the search engine.
 1744: </description>
 1745: </file>
 1746: <file>
 1747: <source>rat/client/rat.html</source>
 1748: <target dist='default'>home/httpd/html/adm/rat/rat.html</target>
 1749: <categoryname>interface file</categoryname>
 1750: <description>
 1751: frameset
 1752: </description>
 1753: </file>
 1754: <file>
 1755: <source>rat/client/parameter.html</source>
 1756: <target dist='default'>home/httpd/html/adm/rat/parameter.html</target>
 1757: <categoryname>interface file</categoryname>
 1758: <description>
 1759: Parameter input window.
 1760: </description>
 1761: </file>
 1762: <file>
 1763: <source>rat/client/code.html</source>
 1764: <target dist='default'>home/httpd/html/adm/rat/code.html</target>
 1765: <categoryname>interface file</categoryname>
 1766: <description>
 1767: javascript
 1768: </description>
 1769: </file>
 1770: <file>
 1771: <source>rat/client/map.html</source>
 1772: <target dist='default'>home/httpd/html/adm/rat/map.html</target>
 1773: <categoryname>interface file</categoryname>
 1774: <description>
 1775: bumper
 1776: </description>
 1777: </file>
 1778: <file>
 1779: <source>rat/client/empty.html</source>
 1780: <target dist='default'>home/httpd/html/adm/rat/empty.html</target>
 1781: <categoryname>interface file</categoryname>
 1782: <description>
 1783: A blank page with very minimal HTML structural elements.
 1784: </description>
 1785: </file>
 1786: <fileglob>
 1787: <glob>*.gif</glob>
 1788: <sourcedir>rat/images/</sourcedir>
 1789: <targetdir dist='default'>home/httpd/html/adm/rat/</targetdir>
 1790: <categoryname>graphic file</categoryname>
 1791: <description>
 1792: icons for providing a HTML-tabled view of a course map
 1793: </description>
 1794: <filenames>
 1795: 1.1.dt.gif;
 1796: 1.1.empty.gif;
 1797: 1.1.ld.gif;
 1798: 1.1.lr.gif;
 1799: 1.1.rd.gif;
 1800: 1.1.rl.gif;
 1801: 1.1.td.gif;
 1802: 1.1.tdrl.gif;
 1803: 1.1.tl.gif;
 1804: 1.1.tr.gif;
 1805: 1.1.utd.gif;
 1806: 1.2.ctd.gif;
 1807: 1.2.dt.gif;
 1808: 1.2.empty.gif;
 1809: 1.2.ld.gif;
 1810: 1.2.lr.gif;
 1811: 1.2.lrd.gif;
 1812: 1.2.lrtd.gif;
 1813: 1.2.rd.gif;
 1814: 1.2.rl.gif;
 1815: 1.2.rld.gif;
 1816: 1.2.rltd.gif;
 1817: 1.2.rtd.gif;
 1818: 1.2.rtdl.gif;
 1819: 1.2.rtl.gif;
 1820: 1.2.td.gif;
 1821: 1.2.tdl.gif;
 1822: 1.2.tdrl.gif;
 1823: 1.2.tl.gif;
 1824: 1.2.tr.gif;
 1825: 1.2.utd.gif;
 1826: 2.1.dt.gif;
 1827: 2.1.empty.gif;
 1828: 2.1.ld.gif;
 1829: 2.1.lr.gif;
 1830: 2.1.rd.gif;
 1831: 2.1.rl.gif;
 1832: 2.1.td.gif;
 1833: 2.1.tdrl.gif;
 1834: 2.1.tl.gif;
 1835: 2.1.tr.gif;
 1836: 2.2.dt.gif;
 1837: 2.2.empty.gif;
 1838: 2.2.ld.gif;
 1839: 2.2.lr.gif;
 1840: 2.2.lrd.gif;
 1841: 2.2.lrt.gif;
 1842: 2.2.rd.gif;
 1843: 2.2.rl.gif;
 1844: 2.2.rld.gif;
 1845: 2.2.rlt.gif;
 1846: 2.2.td.gif;
 1847: 2.2.tdl.gif;
 1848: 2.2.tdr.gif;
 1849: 2.2.tdrl.gif;
 1850: 2.2.tl.gif;
 1851: 2.2.tr.gif;
 1852: 2.2.url.gif;
 1853: 2.2.utd.gif;
 1854: arrow.gif;
 1855: bdt.gif;
 1856: bempty.gif;
 1857: bld.gif;
 1858: blr.gif;
 1859: blrd.gif;
 1860: blrt.gif;
 1861: bottom.gif;
 1862: brd.gif;
 1863: brl.gif;
 1864: brld.gif;
 1865: brlt.gif;
 1866: btd.gif;
 1867: btdl.gif;
 1868: btdr.gif;
 1869: btdrl.gif;
 1870: btl.gif;
 1871: btr.gif;
 1872: burl.gif;
 1873: butd.gif;
 1874: condition.gif;
 1875: edit.gif;
 1876: finish.gif;
 1877: info.gif;
 1878: inscol.gif;
 1879: inscond.gif;
 1880: insres.gif;
 1881: insrow.gif;
 1882: left.gif;
 1883: middle.gif;
 1884: resource.gif;
 1885: right.gif;
 1886: sctd.gif;
 1887: sdt.gif;
 1888: sempty.gif;
 1889: sld.gif;
 1890: slr.gif;
 1891: slrd.gif;
 1892: slrtd.gif;
 1893: srd.gif;
 1894: srl.gif;
 1895: srld.gif;
 1896: srltd.gif;
 1897: srtd.gif;
 1898: srtdl.gif;
 1899: srtl.gif;
 1900: start.gif;
 1901: std.gif;
 1902: stdl.gif;
 1903: sutd.gif
 1904: </filenames>
 1905: </fileglob>
 1906: <fileglob>
 1907: <glob>*.*</glob>
 1908: <sourcedir>loncom/html/adm/lonKaputt/</sourcedir>
 1909: <targetdir dist='default'>home/httpd/html/adm/lonKaputt/</targetdir>
 1910: <categoryname>graphic file</categoryname>
 1911: <description>
 1912: icons to indicate an unexpected result
 1913: </description>
 1914: <filenames>
 1915: lonconstruct.gif;
 1916: lonlogo_broken.gif;
 1917: lonlogo_broken_tsp.gif;
 1918: lonlogo_broken.eps;
 1919: lonlogo_broken.jpg;
 1920: lonlogo_broken.mov
 1921: </filenames>
 1922: </fileglob>
 1923: <fileglob>
 1924: <glob>*.*</glob>
 1925: <sourcedir>loncom/html/adm/lonIcons/</sourcedir>
 1926: <targetdir dist='default'>home/httpd/html/adm/lonIcons/</targetdir>
 1927: <categoryname>graphic file</categoryname>
 1928: <description>
 1929: logos
 1930: </description>
 1931: <filenames>
 1932: SMETE_white.gif;
 1933: arrow_up.gif;
 1934: cab.gif;
 1935: cab_big.gif;
 1936: capapanel.gif;
 1937: class.gif;
 1938: class_big.gif;
 1939: dvi.gif;
 1940: dvi_big.gif;
 1941: eps.gif;
 1942: eps_big.gif;
 1943: exam.gif;
 1944: exam_big.gif;
 1945: folder_closed.gif;
 1946: folder_opened.gif;
 1947: folder_pointer_closed.gif;
 1948: folder_pointer_opened.gif;
 1949: form.gif;
 1950: form_big.gif;
 1951: gif.gif;
 1952: gif_big.gif;
 1953: htm.gif;
 1954: html.gif;
 1955: html_big.gif;
 1956: jar.gif;
 1957: jar_big.gif;
 1958: jpg.gif;
 1959: jpg_big.gif;
 1960: latex.gif;
 1961: liteani.gif;
 1962: lolpanel.gif;
 1963: lonanim.gif;
 1964: lonanimend.gif;
 1965: lonhelplogos.gif;
 1966: lonhelptop.gif;
 1967: lonlogo.gif;
 1968: lonlogos.gif;
 1969: meta.gif;
 1970: meta_big.gif;
 1971: mov.gif;
 1972: mov_big.gif;
 1973: move_up.gif;
 1974: move_down.gif;
 1975: page.gif;
 1976: page_big.gif;
 1977: pdf.gif;
 1978: pdf_big.gif;
 1979: png.gif;
 1980: png_big.gif;
 1981: problem.gif;
 1982: problem_big.gif;
 1983: ps.gif;
 1984: ps_big.gif;
 1985: quill.gif;
 1986: quiz.gif;
 1987: quiz_big.gif;
 1988: select.gif;
 1989: sequence.gif;
 1990: sequence_big.gif;
 1991: server.gif;
 1992: server_big.gif;
 1993: srvbad.gif;
 1994: srvempty.gif;
 1995: srvgood.gif;
 1996: srvhalf.gif;
 1997: srvnull.gif;
 1998: survey.gif;
 1999: survey_big.gif;
 2000: tex.gif;
 2001: tex_big.gif;
 2002: txt.gif;
 2003: txt_big.gif;
 2004: unknown.gif;
 2005: unknown_big.gif;
 2006: user.gif;
 2007: user_big.gif;
 2008: wav.gif;
 2009: wav_big.gif;
 2010: white_space_20_22.gif;
 2011: whitespace1.gif;
 2012: whitespace10.gif;
 2013: whitespace2.gif;
 2014: whitespace3.gif;
 2015: whitespace4.gif;
 2016: whitespace5.gif;
 2017: whitespace6.gif;
 2018: whitespace7.gif;
 2019: whitespace8.gif;
 2020: whitespace9.gif;
 2021: xml.gif;
 2022: xml_big.gif;
 2023: zip.gif;
 2024: zip_big.gif
 2025: </filenames>
 2026: </fileglob>
 2027: <fileglob>
 2028: <glob>*.*</glob>
 2029: <sourcedir>loncom/html/adm/lonMisc/</sourcedir>
 2030: <targetdir dist='default'>home/httpd/html/adm/lonMisc/</targetdir>
 2031: <categoryname>graphic file</categoryname>
 2032: <description>
 2033: Miscellaneous resources.  Respectively: button for catalog,
 2034: button to set parameters in a page,
 2035: button to do regrades, button to check on problem submissions,
 2036: </description>
 2037: <filenames>
 2038: cat_button.gif;
 2039: pprm_button.gif;
 2040: pgrd_button.gif;
 2041: subm_button.gif
 2042: </filenames>
 2043: </fileglob>
 2044: <file>
 2045: <source>loncom/xml/tth.pm</source>
 2046: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.pm</target>
 2047: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.pm</target>
 2048: <categoryname>system file</categoryname>
 2049: <description>
 2050: perl module for invoking functions specific to TeX-to-HTML conversion
 2051: </description>
 2052: <note>
 2053: Has the same dependencies and build process as tth.so.
 2054: Currently, only the tth.so file specifications invoke
 2055: the build process however.  A static version is checked into loncom/xml
 2056: and in this way is treated as though it isn't part of the tth build process.
 2057: </note>
 2058: <status>works/unverified</status>
 2059: </file>
 2060: <file>
 2061: <source>modules/TexConvert/tthperl/tth.so</source>
 2062: <target dist='default'>usr/lib/perl5/site_perl/5.005/tth.so</target>
 2063: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/tth.so</target>
 2064: <categoryname>system file</categoryname>
 2065: <description>
 2066: shared library file for dynamic loading and unloading
 2067: </description>
 2068: <note>
 2069: The source and file dependencies are not available to most
 2070: CVS users.  (You can safely rely on the existing binaries
 2071: present on your system... don't worry about warnings
 2072: related to this file during the build process.)
 2073: </note>
 2074: <build trigger='run if dependencies change'>
 2075: modules/TexConvert/tthperl/commands
 2076: </build>
 2077: <status>works/unverified</status>
 2078: <dependencies>
 2079: ../tthdynamic/tthfunc.c;
 2080: ../tthdynamic/ttmfunc.c
 2081: </dependencies>
 2082: </file>
 2083: <file>
 2084: <source>loncom/homework/caparesponse/capa.pm</source>
 2085: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.pm</target>
 2086: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.pm</target>
 2087: <categoryname>system file</categoryname>
 2088: <description>
 2089: perl module for invoking functions specific to CAPA
 2090: </description>
 2091: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 2092: <note>
 2093: Has the same dependencies and build process as capa.so.
 2094: Currently, only the capa.so file specifications invoke
 2095: the build process however.
 2096: </note>
 2097: </file>
 2098: <file>
 2099: <source>loncom/homework/caparesponse/capa.bs</source>
 2100: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.bs</target>
 2101: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.bs</target>
 2102: <categoryname>system file</categoryname>
 2103: <description>
 2104: bootstrap file associated with dynamic loading of this module on multiple
 2105: architectures
 2106: </description>
 2107: <buildlink>loncom/homework/caparesponse/capa.so</buildlink>
 2108: <note>
 2109: Has the same dependencies and build process as capa.so.
 2110: Currently, only the capa.so file specifications invoke
 2111: the build process however.
 2112: </note>
 2113: </file>
 2114: <file>
 2115: <source>loncom/homework/caparesponse/capa.so</source>
 2116: <target dist='default'>usr/lib/perl5/site_perl/5.005/capa.so</target>
 2117: <target dist='redhat7.1'>usr/lib/perl5/site_perl/5.6.0/capa.so</target>
 2118: <categoryname>system file</categoryname>
 2119: <description>
 2120: shared library file for dynamic loading and unloading
 2121: </description>
 2122: <build trigger='always run'>
 2123: loncom/homework/caparesponse/commands
 2124: </build>
 2125: <dependencies>
 2126: caparesponse.c;
 2127: caparesponse.pm
 2128: </dependencies>
 2129: </file>
 2130: <fileglob>
 2131: <glob>*.ent</glob>
 2132: <sourcedir>loncom/MathML/</sourcedir>
 2133: <targetdir dist='default'>home/httpd/html/adm/MathML/</targetdir>
 2134: <categoryname>system file</categoryname>
 2135: <description>
 2136: xml files which assign unicode numbers to mathematical symbols using
 2137: &lt;! ENTITY... &gt; type syntax.
 2138: </description>
 2139: <filenames>
 2140: isoamsa.ent;
 2141: isoamsb.ent;
 2142: isoamsc.ent;
 2143: isoamsn.ent;
 2144: isoamso.ent;
 2145: isoamsr.ent;
 2146: isobox.ent;
 2147: isocyr1.ent;
 2148: isocyr2.ent;
 2149: isodia.ent;
 2150: isogrk1.ent;
 2151: isogrk2.ent;
 2152: isogrk3.ent;
 2153: isogrk4.ent;
 2154: isolat1.ent;
 2155: isolat2.ent;
 2156: isomfrk.ent;
 2157: isomopf.ent;
 2158: isomscr.ent;
 2159: isonum.ent;
 2160: isopub.ent;
 2161: isotech.ent;
 2162: mmlalias.ent;
 2163: mmlextra.ent
 2164: </filenames>
 2165: </fileglob>
 2166: <file>
 2167: <source>loncom/MathML/mathml.css</source>
 2168: <target dist='default'>home/httpd/html/adm/MathML/mathml.css</target>
 2169: <categoryname>system file</categoryname>
 2170: <description>
 2171: cascading style sheet
 2172: </description>
 2173: </file>
 2174: <file>
 2175: <source>loncom/MathML/mathml.dtd</source>
 2176: <target dist='default'>home/httpd/html/adm/MathML/mathml.dtd</target>
 2177: <categoryname>system file</categoryname>
 2178: <description>
 2179: document type definition
 2180: </description>
 2181: </file>
 2182: <file>
 2183: <source>loncom/auth/londes.js</source>
 2184: <target dist='default'>home/httpd/html/res/adm/includes/londes.js</target>
 2185: <categoryname>interface file</categoryname>
 2186: <description>
 2187: Encryption Routines according to Data Encryption Standard DES, written in
 2188: javascript.
 2189: </description>
 2190: </file>
 2191: <file>
 2192: <source>loncom/homework/lectureonline.lcpm</source>
 2193: <target dist='default'>home/httpd/html/res/adm/includes/lectureonline.lcpm
 2194: </target>
 2195: <categoryname>handler</categoryname>
 2196: <description>
 2197: Intended for providing perl functions for the <script></script> environment
 2198: in a problem that was converted from lectureonline.
 2199: </description>
 2200: </file>
 2201: <file>
 2202: <source>loncom/homework/default_homework.lcpm</source>
 2203: <target dist='default'>home/httpd/html/res/adm/includes/default_homework.lcpm
 2204: </target>
 2205: <categoryname>handler</categoryname>
 2206: <description>
 2207: Provides many functions for the &lt;script&gt; environment in a .problem.
 2208: Functions are documented in CVS:loncapa/doc/homework/homework5.html.
 2209: </description>
 2210: </file>
 2211: <file>
 2212: <source>loncom/homework/capa.units</source>
 2213: <target dist='default'>home/httpd/html/res/adm/includes/capa.units</target>
 2214: <categoryname>static conf</categoryname>
 2215: <description>
 2216: Define unit prefixing and conversion for CAPA problem handling.
 2217: </description>
 2218: </file>
 2219: <fileglob>
 2220: <glob>*.gif</glob>
 2221: <sourcedir>loncom/html/res/adm/pages/</sourcedir>
 2222: <targetdir>home/httpd/html/res/adm/pages/</targetdir>
 2223: <categoryname>graphic file</categoryname>
 2224: <description>icons used for the entire LON-CAPA user interface</description>
 2225: <filenames>
 2226: a.gif;
 2227: anot.gif;
 2228: b.gif;
 2229: back.gif;
 2230: bkm.gif;
 2231: brws.gif;
 2232: c.gif;
 2233: catalog.gif;
 2234: ccrs.gif;
 2235: chat.gif;
 2236: chrt.gif;
 2237: com.gif;
 2238: courses.gif;
 2239: cprv.gif;
 2240: cstr.gif;
 2241: d.gif;
 2242: dempty.gif;
 2243: e.gif;
 2244: egrd.gif;
 2245: empty.gif;
 2246: enrl.gif;
 2247: eval.gif;
 2248: f.gif;
 2249: fdbk.gif;
 2250: feedback.gif;
 2251: forw.gif;
 2252: g.gif;
 2253: grds.gif;
 2254: group.gif;
 2255: h.gif;
 2256: help.gif;
 2257: hyphen.gif;
 2258: i.gif;
 2259: info.gif;
 2260: j.gif;
 2261: k.gif;
 2262: l.gif;
 2263: ledblink.gif;
 2264: ledgreen.gif;
 2265: ledoff.gif;
 2266: ledon.gif;
 2267: ledsend.gif;
 2268: logout.gif;
 2269: m.gif;
 2270: mrk.gif;
 2271: n.gif;
 2272: nav.gif;
 2273: next.gif;
 2274: o.gif;
 2275: p.gif;
 2276: parm.gif;
 2277: pgrd.gif;
 2278: pparm.gif;
 2279: prev.gif;
 2280: prt.gif;
 2281: q.gif;
 2282: qempty.gif;
 2283: r.gif;
 2284: reload.gif;
 2285: remotebg.gif;
 2286: res.gif;
 2287: roles.gif;
 2288: s.gif;
 2289: sbkm.gif;
 2290: space.gif;
 2291: spacer.gif;
 2292: sprs.gif;
 2293: src.gif;
 2294: stat.gif;
 2295: subm.gif;
 2296: t.gif;
 2297: title.gif;
 2298: u.gif;
 2299: v.gif;
 2300: vbkm.gif;
 2301: w.gif;
 2302: x.gif;
 2303: y.gif;
 2304: z.gif
 2305: </filenames>
 2306: </fileglob>
 2307: <file>
 2308: <source>loncom/html/res/adm/pages/imgmaps.html</source>
 2309: <target dist='default'>home/httpd/html/res/adm/pages/imgmaps.html</target>
 2310: <categoryname>interface file</categoryname>
 2311: <description>
 2312: image maps for the LON-CAPA remote control
 2313: </description>
 2314: </file>
 2315: <file>
 2316: <source>loncom/html/res/adm/pages/index.html</source>
 2317: <target dist='default'>home/httpd/html/res/adm/pages/index.html</target>
 2318: <categoryname>interface file</categoryname>
 2319: <description>
 2320: welcoming page to the LON-CAPA system upon login
 2321: </description>
 2322: </file>
 2323: <file>
 2324: <source>loncom/html/res/adm/pages/menu.html</source>
 2325: <target dist='default'>home/httpd/html/res/adm/pages/menu.html</target>
 2326: <categoryname>interface file</categoryname>
 2327: <description>
 2328: renders the HTML (including image maps) for the LON-CAPA remote control
 2329: </description>
 2330: </file>
 2331: <fileglob>
 2332: <glob>*.gif</glob>
 2333: <sourcedir>loncom/html/res/adm/pages/indexericons/</sourcedir>
 2334: <targetdir>home/httpd/html/res/adm/pages/indexericons/</targetdir>
 2335: <categoryname>graphic file</categoryname>
 2336: <description>
 2337: icons used for the bookmark portion of the LON-CAPA user interface
 2338: </description>
 2339: <filenames>
 2340: a.gif;
 2341: alert.black.gif;
 2342: alert.red.gif;
 2343: back.gif;
 2344: ball.gray.gif;
 2345: ball.red.gif;
 2346: binary.gif;
 2347: binhex.gif;
 2348: blank.gif;
 2349: bomb.gif;
 2350: box1.gif;
 2351: box2.gif;
 2352: broken.gif;
 2353: burst.gif;
 2354: c.gif;
 2355: comp.blue.gif;
 2356: comp.gray.gif;
 2357: compressed.gif;
 2358: continued.gif;
 2359: course.gif;
 2360: dir.gif;
 2361: down.gif;
 2362: dvi.gif;
 2363: f.gif;
 2364: folder.gif;
 2365: folder.open.gif;
 2366: folder.sec.gif;
 2367: folder_closed.gif;
 2368: folder_closed_pressed.gif;
 2369: folder_new.gif;
 2370: folder_opened.gif;
 2371: folder_opened_pressed.gif;
 2372: folder_pointer_closed.gif;
 2373: folder_pointer_opened.gif;
 2374: folder_spacer.gif;
 2375: folder_trash.gif;
 2376: forward.gif;
 2377: generic.gif;
 2378: generic.red.gif;
 2379: generic.sec.gif;
 2380: hand.right.gif;
 2381: hand.up.gif;
 2382: html.gif;
 2383: image1.gif;
 2384: image2.gif;
 2385: image3.gif;
 2386: index.gif;
 2387: layout.gif;
 2388: left.gif;
 2389: link.gif;
 2390: mov.gif;
 2391: movie1.gif;
 2392: p.gif;
 2393: patch.gif;
 2394: pdf.gif;
 2395: portal.gif;
 2396: problem.gif;
 2397: ps.gif;
 2398: quill.gif;
 2399: right.gif;
 2400: screw1.gif;
 2401: screw2.gif;
 2402: script.gif;
 2403: sound1.gif;
 2404: sound2.gif;
 2405: sphere1.gif;
 2406: sphere2.gif;
 2407: tar.gif;
 2408: tex.gif;
 2409: text.gif;
 2410: transfer.gif;
 2411: unknown.gif;
 2412: up.gif;
 2413: uu.gif;
 2414: uuencoded.gif;
 2415: white_space_20_22.gif;
 2416: white_space_22_22.gif;
 2417: whitespace1.gif;
 2418: whitespace10.gif;
 2419: whitespace2.gif;
 2420: whitespace3.gif;
 2421: whitespace4.gif;
 2422: whitespace5.gif;
 2423: whitespace6.gif;
 2424: whitespace7.gif;
 2425: whitespace8.gif;
 2426: whitespace9.gif;
 2427: world1.gif;
 2428: world2.gif
 2429: </filenames>
 2430: </fileglob>
 2431: <fileglob>
 2432: <glob>*.gif</glob>
 2433: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 2434: <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>
 2435: <categoryname>graphic file</categoryname>
 2436: <description>
 2437: icons used for directory indexing and login screen
 2438: </description>
 2439: <filenames>
 2440: folder_anim.gif;
 2441: folder_close.gif;
 2442: folder_drag.gif;
 2443: folder_new.gif;
 2444: folder_open.gif;
 2445: folder_pointer_closed.gif;
 2446: folder_pointer_opened.gif;
 2447: folder_static.gif;
 2448: folder_trash.gif;
 2449: folder_trash_hover.gif;
 2450: left_bar.gif;
 2451: link.gif;
 2452: link_anim.gif;
 2453: link_drag.gif;
 2454: ll_corner.gif;
 2455: lower_bar.gif;
 2456: lr_corner.gif;
 2457: pix.gif;
 2458: right_bar.gif;
 2459: toolbar_bg.gif;
 2460: ul_corner.gif;
 2461: upper_bar.gif;
 2462: ur_corner.gif
 2463: </filenames>
 2464: </fileglob>
 2465: <fileglob>
 2466: <glob>*.html</glob>
 2467: <sourcedir>loncom/html/res/adm/pages/bookmarkmenu/</sourcedir>
 2468: <targetdir>home/httpd/html/res/adm/pages/bookmarkmenu/</targetdir>
 2469: <categoryname>interface file</categoryname>
 2470: <description>
 2471: associated with the frameset scheme of displaying bookmarks
 2472: </description>
 2473: <filenames>
 2474: bookmarkmenu_toolbar.html;
 2475: blank.html;
 2476: closechildren.html
 2477: </filenames>
 2478: </fileglob>
 2479: <file>
 2480: <source>loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js</source>
 2481: <target dist='default'>
 2482: home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js</target>
 2483: <categoryname>interface file</categoryname>
 2484: <description>
 2485: javascript for handling client-side interactions with bookmark interface
 2486: </description>
 2487: </file>
 2488: <file>
 2489: <source>loncom/build/loncapaverifypackages</source>
 2490: <target dist='default'>usr/sbin/loncapaverifypackages</target>
 2491: <categoryname>script</categoryname>
 2492: <description>
 2493: checks the system RPMs against what install.lon-capa.org specifies
 2494: </description>
 2495: <status>deprecated</status>
 2496: </file>
 2497: <file>
 2498: <source>loncom/build/loncaparestoreconfigurations</source>
 2499: <target dist='default'>usr/sbin/loncaparestoreconfigurations</target>
 2500: <categoryname>script</categoryname>
 2501: <description>
 2502: restores .rpmsave files after a LON-CAPA-base upgrade
 2503: </description>
 2504: <status>deprecated</status>
 2505: </file>
 2506: <file>
 2507: <source>loncom/build/loncapaautoupgrade</source>
 2508: <target dist='default'>usr/sbin/loncapaautoupgrade</target>
 2509: <categoryname>script</categoryname>
 2510: <description>
 2511: does all the things to coordinate updating of LON-CAPA base files.  Should be
 2512: used with caution so that you do not lose work
 2513: </description>
 2514: <status>deprecated</status>
 2515: </file>
 2516: <file>
 2517: <source>loncom/build/loncapaverify</source>
 2518: <target dist='default'>usr/sbin/loncapaverify</target>
 2519: <categoryname>script</categoryname>
 2520: <description>
 2521: makes verification report using loncapaverifypackages and
 2522: loncapaverifybasepackage
 2523: </description>
 2524: <status>deprecated</status>
 2525: </file>
 2526: <file>
 2527: <source>loncom/cron/loncapa</source>
 2528: <target dist='default'>etc/cron.d/loncapa</target>
 2529: <categoryname>static conf</categoryname>
 2530: <description>
 2531: file that specifies periodic processes to run for the LON-CAPA machine
 2532: </description>
 2533: </file>
 2534: <file>
 2535: <source>loncom/ntp/step-tickers</source>
 2536: <target dist='default'>etc/ntp/step-tickers</target>
 2537: <categoryname>conf</categoryname>
 2538: <description>
 2539: file that stimulates running of ntpdate upon init.d/xntpd initiation
 2540: </description>
 2541: <note>
 2542: <table cellpadding='0' cellspacing='0' border='1'>
 2543: <tr><td><tt>just one line with the ip address of the server</tt></td></tr>
 2544: </table>
 2545: </note>
 2546: </file>
 2547: <file>
 2548: <source>loncom/pam.d/pwauth</source>
 2549: <target dist='default'>etc/pam.d/pwauth</target>
 2550: <categoryname>static conf</categoryname>
 2551: <description>
 2552: file that allows setuid password privileges for pwauth executable
 2553: </description>
 2554: </file>
 2555: <file>
 2556: <source>loncom/pam.d/pwchange</source>
 2557: <target dist='default'>etc/pam.d/pwchange</target>
 2558: <categoryname>static conf</categoryname>
 2559: <description>
 2560: file that allows setuid password privileges for pwchange (lcpasswd) executable
 2561: </description>
 2562: </file>
 2563: <file>
 2564: <source>loncom/init.d/loncontrol</source>
 2565: <target dist='default'>etc/rc.d/init.d/loncontrol</target>
 2566: <categoryname>root script</categoryname>
 2567: <description>
 2568: Controls the launching/halting of lonc, lond, and lonsql processes.
 2569: </description>
 2570: </file>
 2571: <link>
 2572: <linkto dist='default'>etc/rc.d/init.d/loncontrol</linkto>
 2573: <target dist='default'>
 2574: etc/rc.d/rc0.d/K05loncontrol;
 2575: etc/rc.d/rc1.d/K05loncontrol;
 2576: etc/rc.d/rc2.d/K05loncontrol;
 2577: etc/rc.d/rc3.d/S95loncontrol;
 2578: etc/rc.d/rc4.d/S95loncontrol;
 2579: etc/rc.d/rc5.d/S95loncontrol;
 2580: etc/rc.d/rc6.d/K05loncontrol
 2581: </target>
 2582: <categoryname>symbolic link</categoryname>
 2583: <description>
 2584: symbolic links to /etc/rc.d/init.d/loncontrol for run-levels</description>
 2585: </link>
 2586: <file>
 2587: <source>loncom/atalk/config</source>
 2588: <target dist='default'>etc/atalk/config</target>
 2589: <categoryname>conf</categoryname>
 2590: <description>
 2591: configuration file to make LON-CAPA server file space accessible to
 2592: Appleshares access (Macintosh)
 2593: </description>
 2594: </file>
 2595: </files>
 2596: </lpml>

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