File:  [LON-CAPA] / doc / loncapafiles / Attic / loncapafiles.html
Revision 1.21: download - view: text, annotated - select for diffs
Wed Nov 1 17:45:59 2000 UTC (23 years, 7 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
trying to insert smb.conf and atalk/config into this file

    1: <HTML>
    2: <HEAD>
    3:   <META NAME="GENERATOR" CONTENT="Scott Harrison and Emacs Version 3.14159265358979">
    4:   <TITLE>LON-CAPA Files and Directories</TITLE>
    5: </HEAD>
    6: <BODY>
    7: 
    8: <H1>LON-CAPA Files and Directories</H1>
    9: <BR>Scott Harrison, September 2000
   10: <BR>Gerd Kortemeyer, Spring-Summer 2000
   11: <P>
   12: <OL>
   13: <LI><A HREF="#sect1">Software Package Information</A>
   14: <LI><A HREF="#sect2">File and Directory Table</A>
   15: <LI><A HREF="#sect3">Software Package Specification File</A>
   16: <LI><A HREF="#sect4">Makefile</A>
   17: </OL>
   18: <HR>
   19: <A NAME="sect1"><H3>1. Software Package Information</H3>
   20: <FONT SIZE=+2><A HREF="LON-CAPA-base-3.1-1.i386.rpm">Rolled in a RedHat 6.2 RPM, September 27, 2000</A></FONT>
   21: <P>
   22: <TABLE BGCOLOR=#FFFFFF BORDER=0 CELLPADDING=10 CELLSPACING=0>
   23: <TR><TD>
   24: <PRE>
   25: Name        : LON-CAPA-base                Relocations: (not relocateable)
   26: Version     : 3.1                               Vendor: Laboratory for Instructional Technology Education, 
   27:                                                         Division of Science and Mathematics Education, 
   28: 							Michigan State University.
   29: Release     : 1                             Build Date: Wed Sep 27 13:56:46 2000
   30: Install date: (not installed)               Build Host: spock.lite.msu.edu
   31: Group       : Utilities/System              Source RPM: LON-CAPA-base-3.1-1.src.rpm
   32: Size        : 3650773                           License: GNU General Public License. Version 2, June 1991.
   33:                                                         Michigan State University patents may apply.
   34: Summary     : Basic system files for running a LON-CAPA server.
   35: Description :
   36: This package facilitates a base installation of LON-CAPA files in their directories.
   37: The files in this package are only those directly associated with the network communication
   38: layer established through direct server-to-server communications (via lond and lonc); plus
   39: those which configure (but otherwise not constitute) external software packages like Apache
   40: and Athena-Kerberos.  For more on the LON-CAPA project, visit http://www.lon-capa.org/.
   41: </PRE>
   42: </TABLE>
   43: 
   44: <P>
   45: Note: these files only refer to 
   46: <UL>
   47: <LI>those directly associated
   48: with the network communication layer established through
   49: direct server-to-server communications (via lond and lonc)
   50: <LI>those which configure (but otherwise not constitute) external software packages
   51: like <TT>Apache</TT> and <TT>Athena-Kerberos</TT>.
   52: </UL>
   53: and, these files
   54: <UL>
   55: <LI>are all owned by user=www, group=users
   56: <LI>all represent their install-time configurations
   57: (for instance, some directories start out as empty)
   58: <LI>are all ONLY under the read-write-execute privileges of user=www,
   59: with different sets of permissions based on file type
   60: <UL>
   61: <LI><B>chmod 400</B>
   62: <BR><B>-r--------</B>: static conf, handler, interface file, graphic files, system file
   63: <LI><B>chmod 600</B>
   64: <BR><B>-rw-------</B>: conf
   65: <LI><B>chmod 500</B>
   66: <BR><B>-r-x------</B>: script
   67: </UL>
   68: <LI>unless otherwise specified, lists are separated by newlines (and subelements are separated with colons ':')
   69: </UL>
   70: <HR>
   71: <A NAME="sect2"><H3>2. File and Directory Table</H3>
   72: <TABLE BORDER="1" CELLPADDING=5 WIDTH=60%>
   73:   <TR>
   74:     <TD WIDTH="39%" COLSPAN=2><B><FONT SIZE="+1">Files & Directories</FONT></B></TD>
   75:     <TD WIDTH="12%"><B><FONT SIZE="+1">Type</FONT></B></TD> 
   76:     <TD WIDTH="23%"><B><FONT SIZE="+1">Function</FONT></B></TD> 
   77:     <TD WIDTH="26%"><B><FONT SIZE="+1">Install</FONT></B></TD> 
   78:   </TR>
   79:   <TR BGCOLOR="#000000">
   80:     <TD COLSPAN="3"><FONT SIZE=+1 COLOR="#80FF80"><IMG SRC="directory.gif" ALT="directory"> DIRECTORY -- /etc/httpd/conf</FONT></TD>
   81:     <TD COLSPAN="2"><FONT COLOR="#80FF80">&nbsp;</FONT></TD>
   82:   </TR>
   83:   <TR BGCOLOR="#80FF80">
   84:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="configurable.gif" ALT="configurable"></TD> 
   85:     <TD WIDTH="35%">access.conf</TD> 
   86:     <TD WIDTH="12%">conf</TD> 
   87:     <TD WIDTH="23%">define handlers, set parameters</TD> 
   88:     <TD WIDTH="26%"><B>configure</B>
   89: <BR>
   90: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
   91: <TR><TD><TT>lonHostID</TT></TD><TD>LON-internal HostID of this machine</TD></TR>
   92: <TR><TD><TT>lonRole</TT></TD><TD>Role of this machine: library, access</TD></TR>
   93: <TR><TD><TT>lonAdmEMail</TT></TD><TD>Server Administration</TD></TR>
   94: <TR><TD><TT>lonDefDomain</TT></TD><TD>Default domain</TD></TR>
   95: <TR><TD><TT>lonLoadLim</TT></TD><TD>Load Limit ( 100% loadavg )</TD></TR>
   96: <TR><TD><TT>lonExpire</TT></TD><TD>Expiration for local copies in seconds</TD></TR>
   97: </TABLE>
   98:   </TR>
   99:   <TR BGCOLOR="#80FF80">
  100:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="static.gif" ALT="configurable"></TD> 
  101:     <TD WIDTH="35%">httpd.conf</TD> 
  102:     <TD WIDTH="12%">static conf</TD> 
  103:     <TD WIDTH="23%">main server configuration file</TD> 
  104:     <TD WIDTH="26%">&nbsp;</TD>
  105:   </TR>
  106:   <TR BGCOLOR="#80FF80">
  107:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="static.gif" ALT="configurable"></TD> 
  108:     <TD WIDTH="35%">srm.conf</TD> 
  109:     <TD WIDTH="12%">static conf</TD> 
  110:     <TD WIDTH="23%">name space configuration</TD> 
  111:     <TD WIDTH="26%">&nbsp;</TD>
  112:   </TR>
  113:   <TR>
  114:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="static.gif" ALT="configurable"></TD> 
  115:     <TD WIDTH="35%" BGCOLOR="#80ff80">startup.pl</TD> 
  116:     <TD WIDTH="12%" BGCOLOR="#80ff80">static conf</TD> 
  117:     <TD WIDTH="23%" BGCOLOR="#80ff80">set paths to modules; invoked by <TT>access.conf</TT></TD> 
  118:     <TD WIDTH="26%" BGCOLOR="#80ff80">&nbsp;</TD>
  119:   </TR>
  120:   <TR BGCOLOR="#000000">
  121:     <TD COLSPAN=3><FONT COLOR="80FFFF" SIZE=+1><IMG SRC="directory.gif" ALT="directory"> DIRECTORY -- /home/httpd/lonTabs</FONT></TD>
  122:     <TD COLSPAN=2><FONT COLOR="#80FFFF">LON-CAPA Tables</FONT></TD>
  123:   </TR>
  124:   <TR BGCOLOR="#80FFFF">
  125:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="static.gif" ALT="static"></TD> 
  126:     <TD WIDTH="35%">filetypes.tab</TD> 
  127:     <TD WIDTH="12%">static conf</TD> 
  128:     <TD WIDTH="23%">Descriptive list of file extensions, and extension groupings</TD> 
  129:     <TD WIDTH="26%">&nbsp;</TD>
  130:   </TR>
  131:   <TR BGCOLOR="#80FFFF">
  132:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="static.gif" ALT="static"></TD> 
  133:     <TD WIDTH="35%">roles.tab</TD> 
  134:     <TD WIDTH="12%">static conf</TD> 
  135:     <TD WIDTH="23%">List of privileges associated with users of multiple types (for example: Teaching Assistant, Exam Proctor, Course Coordinator)</TD> 
  136:     <TD WIDTH="26%">&nbsp;</TD>
  137:   </TR>
  138:   <TR BGCOLOR="#80FFFF">
  139:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="static.gif" ALT="static"></TD> 
  140:     <TD WIDTH="35%">rolesplain.tab</TD> 
  141:     <TD WIDTH="12%">static conf</TD> 
  142:     <TD WIDTH="23%">Descriptive list of abbreviations used in <TT>roles.tab</TT> for user types and privileges available
  143:       in the network with function</TD> 
  144:     <TD WIDTH="26%">&nbsp;</TD>
  145:   </TR>
  146:   <TR BGCOLOR="#80FFFF">
  147:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="configurable.gif" ALT="configurable"></TD> 
  148:     <TD WIDTH="35%">hosts.tab</TD> 
  149:     <TD WIDTH="12%">conf</TD> 
  150:     <TD WIDTH="23%">List of all machines in the LON-CAPA network.  Relates <TT>lonHostID</TT> to <TT>lonDefDomain</TT> and <U>IP address</U></TD> 
  151:     <TD WIDTH="26%">&nbsp;</TD>
  152:   </TR>
  153:   <TR BGCOLOR="80FFFF">
  154:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="configurable.gif" ALT="configurable"></TD> 
  155:     <TD WIDTH="35%">spare.tab</TD> 
  156:     <TD WIDTH="12%">conf</TD> 
  157:     <TD WIDTH="23%">Spare hosts to
  158:       offload session to if the LON-CAPA machine is overloaded</TD> 
  159:     <TD WIDTH="26%">
  160: <B>configure</B><BR>
  161: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
  162: <TR><TD>
  163: list elements are separated by newlines
  164: </TD></TR>
  165: <TR><TD>
  166: each list element consists of only one value; the value for <TT>lonHostID</TT> in <TT>access.conf</TT>
  167: </TD></TR>
  168: </TABLE>
  169: </TD>
  170:   </TR>
  171:   <TR BGCOLOR="#80FFFF">
  172:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="static.gif" ALT="static"></TD>
  173:     <TD WIDTH="35%">htpasswd</TD>
  174:     <TD WIDTH="12%">static conf</TD>
  175:     <TD WIDTH="23%">Basic auth
  176:       password to access /lon-status and /server-status</TD> 
  177:     <TD WIDTH="26%">&nbsp;</TD>
  178:   </TR>
  179:   <TR BGCOLOR="#000000">
  180:     <TD COLSPAN="3"><FONT COLOR="#FFFF80" SIZE=+1><IMG SRC="directory.gif" ALT="directory"> DIRECTORY -- /etc</FONT></TD> 
  181:     <TD COLSPAN="2"><FONT COLOR="#80FF80">&nbsp;</FONT></TD>
  182:   </TR>
  183:   <TR BGCOLOR="#FFFF80">
  184:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="configurable.gif" ALT="configurable"></TD> 
  185:     <TD WIDTH="35%">krb.conf</TD> 
  186:     <TD WIDTH="12%">conf</TD> 
  187:     <TD WIDTH="23%">which Kerberos
  188:       server to contact for which Kerberos domains</TD> 
  189:     <TD WIDTH="26%"><B>configure</B><BR>
  190:   </TR>
  191: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
  192: <TR><TD>
  193: list elements are separated by newlines
  194: </TD></TR>
  195: <TR><TD>
  196: each list element consists of only two subelements separated by a colon
  197: <BR>
  198: <UL>
  199: <LI>Kerberos domain value
  200: <LI>Kerberos server IP address
  201: </UL>
  202: </TD></TR>
  203: </TABLE>
  204: </TD>
  205:   </TR>
  206:   <TR BGCOLOR="#FFFF80">
  207:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="configurable.gif" ALT="configurable"></TD> 
  208:     <TD WIDTH="35%">smb.conf</TD> 
  209:     <TD WIDTH="12%">conf</TD> 
  210:     <TD WIDTH="23%">configuration file to make LON-CAPA server file space accessible to network neighborhood</TD> 
  211:     <TD WIDTH="26%"><B>configure</B><BR>
  212:   </TR>
  213:   <TR BGCOLOR="#FFFF80">
  214:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="configurable.gif" ALT="configurable"></TD> 
  215:     <TD WIDTH="35%">ntp.conf</TD> 
  216:     <TD WIDTH="12%">conf</TD> 
  217:     <TD WIDTH="23%">which NTP server to contact for information (XNTP3 standard)</TD> 
  218:     <TD WIDTH="26%"><B>configure</B><BR>
  219: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
  220: <TR><TD>
  221: only one line needs to be changed to specify a server ip address
  222: </TD></TR>
  223: <TR><TD>
  224: Example:<BR><NOBR><TT>server ntp.msu.edu</TT>
  225: </TD></TR>
  226: </TABLE>
  227: </TD>
  228:   </TR>
  229:   <TR BGCOLOR="#000000">
  230:     <TD COLSPAN=3><FONT COLOR="#80ff80" SIZE=+1><IMG SRC="directory.gif" ALT="directory"> DIRECTORY -- /home/httpd/perl</TD>
  231:     <TD COLSPAN=2><FONT COLOR="#80ff80">Communication</TD>
  232:   </TR>
  233:   <TR BGCOLOR="#80FF80">
  234:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="script.gif" ALT="script"></TD> 
  235:     <TD WIDTH="35%">lonc</TD>
  236:     <TD WIDTH="12%">script</TD>
  237:     <TD WIDTH="23%">proxy server</TD>
  238:     <TD WIDTH="26%">&nbsp;</TD>
  239:   </TR>
  240:   <TR BGCOLOR="#80FF80">
  241:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="script.gif" ALT="script"></TD> 
  242:     <TD WIDTH="35%">lond</TD>
  243:     <TD WIDTH="12%">script</TD>
  244:     <TD WIDTH="23%">remote command
  245:       interpreter</TD>
  246:     <TD WIDTH="26%">&nbsp;</TD>
  247:   </TR>
  248:   <TR BGCOLOR="#80FF80">
  249:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="script.gif" ALT="script"></TD> 
  250:     <TD WIDTH="35%">loncron</TD>
  251:     <TD WIDTH="12%">script</TD>
  252:     <TD WIDTH="23%">housekeeping</TD>
  253:     <TD WIDTH="26%">&nbsp;</TD>
  254:   </TR>
  255:   <TR BGCOLOR="#80FF80">
  256:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="script.gif" ALT="script"></TD> 
  257:     <TD WIDTH="35%">lonsql</TD>
  258:     <TD WIDTH="12%">script</TD>
  259:     <TD WIDTH="23%">maintain secondary database of metadata</TD>
  260:     <TD WIDTH="26%">&nbsp;</TD>
  261:   </TR>
  262:   <TR BGCOLOR="#80FF80">
  263:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="setuid.gif" ALT="setuid"></TD> 
  264:     <TD WIDTH="35%">lcpasswd</TD>
  265:     <TD WIDTH="12%">setuid script</TD>
  266:     <TD WIDTH="23%">coordinates the system services and files in order to allow lond to change user passwords</TD>
  267:     <TD WIDTH="26%">&nbsp;</TD>
  268:   </TR>
  269:   <TR BGCOLOR="#80FF80">
  270:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="setuid.gif" ALT="setuid"></TD> 
  271:     <TD WIDTH="35%">lcuseradd</TD>
  272:     <TD WIDTH="12%">setuid script</TD>
  273:     <TD WIDTH="23%">coordinates the system services and files in order to allow lond to add a new user</TD>
  274:     <TD WIDTH="26%">&nbsp;</TD>
  275:   </TR>
  276:   <TR BGCOLOR="#80FF80">
  277:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="setuid.gif" ALT="setuid"></TD> 
  278:     <TD WIDTH="35%">lcpasswd</TD>
  279:     <TD WIDTH="12%">setuid script</TD>
  280:     <TD WIDTH="23%">coordinates the system services and files in order to allow lond to add a new user</TD>
  281:     <TD WIDTH="26%">&nbsp;</TD>
  282:   </TR>
  283:   <TR BGCOLOR="#000000">
  284:     <TD COLSPAN=3><IMG SRC="emptydirectory.gif" ALT="empty directory"> <FONT COLOR="#80FFFF" SIZE=+1> EMPTY DIRECTORY -- /home/httpd/perl/logs</FONT></TD>
  285:     <TD COLSPAN=2><FONT COLOR="#80FFFF">logs and pids of lonc, lond and lonnet.pm</FONT></TD>
  286:   </TR>
  287:   <TR BGCOLOR="#000000">
  288:     <TD COLSPAN=3><IMG SRC="emptydirectory.gif" ALT="empty directory"> <FONT COLOR="#80FFFF" SIZE=+1> EMPTY DIRECTORY -- /home/httpd/perl/tmp</FONT></TD>
  289:     <TD COLSPAN=2><FONT COLOR="#80FFFF">logs and pids of lonc, lond and lonnet.pm</FONT></TD>
  290:   </TR>
  291:   <TR BGCOLOR="#000000">
  292:     <TD COLSPAN=3><IMG SRC="directory.gif" ALT="directory"> <FONT COLOR="#FFFF80" SIZE=+1>DIRECTORY -- /home/httpd/lib/perl/Apache</FONT></TD>
  293:     <TD COLSPAN=2><FONT COLOR="#FFFF80">handlers</FONT></TD>
  294:   </TR>
  295:   <TR BGCOLOR="#FFFF80">
  296:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  297:     <TD WIDTH="35%">lonmenu.pm</TD>
  298:     <TD WIDTH="12%">handler</TD>
  299:     <TD WIDTH="23%">Has routines which control the remote control.</TD>
  300:     <TD WIDTH="26%">&nbsp;</TD>
  301:   </TR>
  302:   <TR BGCOLOR="#FFFF80">
  303:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  304:     <TD WIDTH="35%">lonpageflip.pm</TD>
  305:     <TD WIDTH="12%">handler</TD>
  306:     <TD WIDTH="23%">Deals with forward, backward, and other page flips.</TD>
  307:     <TD WIDTH="26%">&nbsp;</TD>
  308:   </TR>
  309:   <TR BGCOLOR="#FFFF80">
  310:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  311:     <TD WIDTH="35%">lonratedt.pm</TD>
  312:     <TD WIDTH="12%">handler</TD>
  313:     <TD WIDTH="23%">Builds up frame set and loads in the right thing.</TD>
  314:     <TD WIDTH="26%">&nbsp;</TD>
  315:   </TR>
  316:   <TR BGCOLOR="#FFFF80">
  317:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  318:     <TD WIDTH="35%">admannotations.pm</TD>
  319:     <TD WIDTH="12%">handler</TD>
  320:     <TD WIDTH="23%">This will take annotations and then plug them into a page</TD>
  321:     <TD WIDTH="26%">&nbsp;</TD>
  322:   </TR>
  323:   <TR BGCOLOR="#FFFF80">
  324:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  325:     <TD WIDTH="35%">admbookmarks.pm</TD>
  326:     <TD WIDTH="12%">handler</TD>
  327:     <TD WIDTH="23%">This will take bookmarks and get/write/display them for the LON-CAPA user interface</TD>
  328:     <TD WIDTH="26%">&nbsp;</TD>
  329:   </TR>
  330:   <TR BGCOLOR="#FFFF80">
  331:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  332:     <TD WIDTH="35%">lonratsrv.pm</TD>
  333:     <TD WIDTH="12%">handler</TD>
  334:     <TD WIDTH="23%">Handler tat takes output from RAT and stores it on disk.  Handles the upper hidden frame of the added window that comes up in RAT.   (3 frames come up in RAT server, code, and output.  This module handles server connection.)</TD>
  335:     <TD WIDTH="26%">&nbsp;</TD>
  336:   </TR>
  337:   <TR BGCOLOR="#FFFF80">
  338:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  339:     <TD WIDTH="35%">lonpage.pm</TD>
  340:     <TD WIDTH="12%">handler</TD>
  341:     <TD WIDTH="23%">bundles pages into one page</TD>
  342:     <TD WIDTH="26%">&nbsp;</TD>
  343:   </TR>
  344:   <TR BGCOLOR="#FFFF80">
  345:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  346:     <TD WIDTH="35%">lonuserstate.pm</TD>
  347:     <TD WIDTH="12%">handler</TD>
  348:     <TD WIDTH="23%">compile course into binary data structure (in loncom/rat)</TD>
  349:     <TD WIDTH="26%">&nbsp;</TD>
  350:   </TR>
  351:   <TR BGCOLOR="#FFFF80">
  352:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  353:     <TD WIDTH="35%">lontex.pm</TD>
  354:     <TD WIDTH="12%">handler</TD>
  355:     <TD WIDTH="23%">Handler for tex files (somewhere in loncom/modules)</TD>
  356:     <TD WIDTH="26%">&nbsp;</TD>
  357:   </TR>
  358:   <TR BGCOLOR="#FFFF80">
  359:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  360:     <TD WIDTH="35%">lontexconvert.pm</TD>
  361:     <TD WIDTH="12%">handler</TD>
  362:     <TD WIDTH="23%">Access to tth/ttm</TD>
  363:     <TD WIDTH="26%">&nbsp;</TD>
  364:   </TR>
  365:   <TR BGCOLOR="#FFFF80">
  366:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  367:     <TD WIDTH="35%">lonxml.pm</TD>
  368:     <TD WIDTH="12%">handler</TD>
  369:     <TD WIDTH="23%">XML Parsing Module</TD>
  370:     <TD WIDTH="26%">&nbsp;</TD>
  371:   </TR>
  372:   <TR BGCOLOR="#FFFF80">
  373:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  374:     <TD WIDTH="35%">style.pm</TD>
  375:     <TD WIDTH="12%">handler</TD>
  376:     <TD WIDTH="23%">Style Parsing Module</TD>
  377:     <TD WIDTH="26%">&nbsp;</TD>
  378:   </TR>
  379:   <TR BGCOLOR="#FFFF80">
  380:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  381:     <TD WIDTH="35%">londefdef.pm</TD>
  382:     <TD WIDTH="12%">handler</TD>
  383:     <TD WIDTH="23%">Tags Default Definition Module</TD>
  384:     <TD WIDTH="26%">&nbsp;</TD>
  385:   </TR>
  386:   <TR BGCOLOR="#FFFF80">
  387:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  388:     <TD WIDTH="35%">run.pm</TD>
  389:     <TD WIDTH="12%">handler</TD>
  390:     <TD WIDTH="23%">used to prevent poorly written problems from causing lingering after effects</TD>
  391:     <TD WIDTH="26%">&nbsp;</TD>
  392:   </TR>
  393:   <TR BGCOLOR="#FFFF80">
  394:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  395:     <TD WIDTH="35%">scripttag.pm</TD>
  396:     <TD WIDTH="12%">handler</TD>
  397:     <TD WIDTH="23%">implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and &lt;import&gt;</TD>
  398:     <TD WIDTH="26%">&nbsp;</TD>
  399:   </TR>
  400:   <TR BGCOLOR="#FFFF80">
  401:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  402:     <TD WIDTH="35%">lonhomework.pm</TD>
  403:     <TD WIDTH="12%">handler</TD>
  404:     <TD WIDTH="23%">handles requests for output, evaluation, and alteration of homework resource</TD>
  405:     <TD WIDTH="26%">&nbsp;</TD>
  406:   </TR>
  407:   <TR BGCOLOR="#FFFF80">
  408:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  409:     <TD WIDTH="35%">inputtags.pm</TD>
  410:     <TD WIDTH="12%">handler</TD>
  411:     <TD WIDTH="23%">produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources</TD>
  412:     <TD WIDTH="26%">&nbsp;</TD>
  413:   </TR>
  414:   <TR BGCOLOR="#FFFF80">
  415:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  416:     <TD WIDTH="35%">structuretags.pm</TD>
  417:     <TD WIDTH="12%">handler</TD>
  418:     <TD WIDTH="23%">produces HTML tags necessary for structuring the presentation of homework resourcese</TD>
  419:     <TD WIDTH="26%">&nbsp;</TD>
  420:   </TR>
  421:   <TR BGCOLOR="#FFFF80">
  422:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  423:     <TD WIDTH="35%">response.pm</TD>
  424:     <TD WIDTH="12%">handler</TD>
  425:     <TD WIDTH="23%">defines different types of responses given to student as well as syntax for producing response values</TD>
  426:     <TD WIDTH="26%">&nbsp;</TD>
  427:   </TR>
  428:   <TR BGCOLOR="#FFFF80">
  429:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  430:     <TD WIDTH="35%">caparesponse.pm</TD>
  431:     <TD WIDTH="12%">handler</TD>
  432:     <TD WIDTH="23%">handles request to the CAPA homework processing engine</TD>
  433:     <TD WIDTH="26%">&nbsp;</TD>
  434:   </TR>
  435:   <TR BGCOLOR="#FFFF80">
  436:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  437:     <TD WIDTH="35%">lonacc.pm</TD>
  438:     <TD WIDTH="12%">handler</TD>
  439:     <TD WIDTH="23%">access to for a LON-CAPA user session</TD>
  440:     <TD WIDTH="26%">&nbsp;</TD>
  441:   </TR>
  442:   <TR BGCOLOR="#FFFF80">
  443:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  444:     <TD WIDTH="35%">lonracc.pm</TD>
  445:     <TD WIDTH="12%">handler</TD>
  446:     <TD WIDTH="23%">access handler for file transfers</TD>
  447:     <TD WIDTH="26%">&nbsp;</TD>
  448:   </TR>
  449:   <TR BGCOLOR="#FFFF80">
  450:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  451:     <TD WIDTH="35%">loncacc.pm</TD>
  452:     <TD WIDTH="12%">handler</TD>
  453:     <TD WIDTH="23%">access to construction area</TD>
  454:     <TD WIDTH="26%">&nbsp;</TD>
  455:   </TR>
  456:   <TR BGCOLOR="#FFFF80">
  457:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  458:     <TD WIDTH="35%">lonauth.pm</TD>
  459:     <TD WIDTH="12%">handler</TD>
  460:     <TD WIDTH="23%">authenticate, set up session environment</TD>
  461:     <TD WIDTH="26%">&nbsp;</TD>
  462:   </TR>
  463:   <TR BGCOLOR="#FFFF80">
  464:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  465:     <TD WIDTH="35%">lonlogin.pm</TD>
  466:     <TD WIDTH="12%">handler</TD>
  467:     <TD WIDTH="23%">login screen</TD>
  468:     <TD WIDTH="26%">&nbsp;</TD>
  469:   </TR>
  470:   <TR BGCOLOR="#FFFF80">
  471:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  472:     <TD WIDTH="35%">lonlogout.pm</TD>
  473:     <TD WIDTH="12%">handler</TD>
  474:     <TD WIDTH="23%">logout</TD>
  475:     <TD WIDTH="26%">&nbsp;</TD>
  476:   </TR>
  477:   <TR BGCOLOR="#FFFF80">
  478:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  479:     <TD WIDTH="35%">lonrep.pm</TD>
  480:     <TD WIDTH="12%">handler</TD>
  481:     <TD WIDTH="23%">replication</TD>
  482:     <TD WIDTH="26%">&nbsp;</TD>
  483:   </TR>
  484:   <TR BGCOLOR="#FFFF80">
  485:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  486:     <TD WIDTH="35%">lonroles.pm</TD>
  487:     <TD WIDTH="12%">handler</TD>
  488:     <TD WIDTH="23%">roles picking</TD>
  489:     <TD WIDTH="26%">&nbsp;</TD>
  490:   </TR>
  491:   <TR BGCOLOR="#FFFF80">
  492:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  493:     <TD WIDTH="35%">lonindexer.pm</TD>
  494:     <TD WIDTH="12%">handler</TD>
  495:     <TD WIDTH="23%">cross server
  496:       filesystem browser</TD>
  497:     <TD WIDTH="26%">&nbsp;</TD>
  498:   </TR>
  499:   <TR BGCOLOR="#FFFF80">
  500:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler.gif"></TD> 
  501:     <TD WIDTH="35%">lonnet.pm</TD>
  502:     <TD WIDTH="12%">handler</TD>
  503:     <TD WIDTH="23%">interface
  504:       to lonc</TD>
  505:     <TD WIDTH="26%">&nbsp;</TD>
  506:   </TR>
  507:   <TR BGCOLOR="#000000">
  508:     <TD COLSPAN=3><FONT COLOR="#80FF80" SIZE=+1><IMG SRC="emptydirectory.gif" ALT="empty directory"> EMPTY DIRECTORY -- /home/httpd/lonIDs</FONT></TD>
  509:     <TD COLSPAN=2><FONT COLOR="#80FF80">cookie jar</FONT></TD>
  510:   </TR>
  511:   <TR BGCOLOR="#000000">
  512:     <TD COLSPAN=3><FONT COLOR="#80FFFF" SIZE=+1><IMG SRC="emptydirectory.gif" ALT="empty directory">EMPTY DIRECTORY -- /home/httpd/sockets</FONT></TD>
  513:     <TD COLSPAN=2><FONT COLOR="#80FFFF">lonc's sockets</FONT></TD>
  514:   </TR>
  515:   <TR BGCOLOR="#000000">
  516:     <TD COLSPAN=3><FONT COLOR="#80FFFF" SIZE=+1><IMG SRC="emptydirectory.gif" ALT="empty directory">EMPTY DIRECTORY -- /home/httpd/sockets/delayed</FONT></TD>
  517:     <TD COLSPAN=2><FONT COLOR="#80FFFF">lonc's sockets</FONT></TD>
  518:   </TR>
  519:   <TR BGCOLOR="#000000">
  520:     <TD COLSPAN="3"><FONT COLOR="#FFFF80" SIZE=+1><IMG SRC="directory.gif" ALT="directory"> DIRECTORY -- /home/httpd/html</TD>
  521:     <TD COLSPAN="2"><FONT COLOR="#FFFF80">&nbsp;</FONT>&nbsp;</TD>
  522:   </TR>
  523:   <TR BGCOLOR="#FFFF80">
  524:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="interfacefile.gif" ALT="interface file"></TD> 
  525:     <TD WIDTH="35%">index.html</TD>
  526:     <TD WIDTH="12%">interface file</TD>
  527:     <TD WIDTH="23%">bumps to login</TD>
  528:     <TD WIDTH="26%">&nbsp;</TD>
  529:   </TR>
  530:   <TR BGCOLOR="#FFFF80">
  531:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="link.gif" ALT="link"></TD> 
  532:     <TD WIDTH="35%">raw</TD>
  533:     <TD WIDTH="12%">symbolic link</TD>
  534:     <TD WIDTH="23%">symbolic link to /home/httpd/html/res</TD>
  535:     <TD WIDTH="26%">&nbsp;</TD>
  536:   </TR>
  537:   <TR BGCOLOR="#000000">
  538:     <TD COLSPAN=3><IMG SRC="emptydirectory.gif" ALT="emptydirectory"> <FONT COLOR="#80FF80" SIZE=+1>EMPTY DIRECTORY -- /home/httpd/html/res</FONT></TD>
  539:     <TD COLSPAN=2><FONT COLOR="#80FF80">root of resource tree</FONT></TD>
  540:   </TR>
  541:   <TR BGCOLOR="#000000">
  542:     <TD COLSPAN=3><IMG SRC="directory.gif" ALT="directory"> <FONT COLOR="#80FFFF" SIZE=+1> DIRECTORY -- /home/httpd/html/adm</FONT></TD>
  543:     <TD COLSPAN=2><FONT COLOR="#80FFFF">unauthenticated resources</FONT></TD>
  544:   </TR>
  545:   <TR BGCOLOR="#80FFFF">
  546:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="interfacefile.gif" ALT="interface file"></TD> 
  547:     <TD WIDTH="35%">notfound.html</TD>
  548:     <TD WIDTH="12%">interface file</TD>
  549:     <TD WIDTH="23%">static html page that is shown when an attempt is made to access a document not present on the web server</TD>
  550:     <TD WIDTH="26%">&nbsp;</TD>
  551:   </TR>
  552:   <TR BGCOLOR="#80FFFF">
  553:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="interfacefile.gif" ALT="interface file"></TD> 
  554:     <TD WIDTH="35%">unauthorized.html</TD>
  555:     <TD WIDTH="12%">interface file</TD>
  556:     <TD WIDTH="23%">static html page that is shown when an attempt is made to access a document which is restricted based on
  557: file or server configurations</TD>
  558:     <TD WIDTH="26%">&nbsp;</TD>
  559:   </TR>
  560:   <TR BGCOLOR="#000000">
  561:     <TD COLSPAN="3"><FONT COLOR="#FFFF80" SIZE=+1><IMG SRC="directory.gif" ALT="directory"> DIRECTORY -- /home/httpd/html/adm/rat</TD>
  562:     <TD COLSPAN="2"><FONT COLOR="#FFFF80">home of the rat</FONT></TD>
  563:   </TR>
  564:   <TR BGCOLOR="#FFFF80">
  565:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="interfacefile.gif" ALT="interface file"></TD> 
  566:     <TD WIDTH="35%">rat.html</TD>
  567:     <TD WIDTH="12%">interface file</TD>
  568:     <TD WIDTH="23%">frameset</TD>
  569:     <TD WIDTH="26%">&nbsp;</TD>
  570:   </TR>
  571:   <TR BGCOLOR="#FFFF80">
  572:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="interfacefile.gif" ALT="interface file"></TD> 
  573:     <TD WIDTH="35%">code.html</TD>
  574:     <TD WIDTH="12%">interface file</TD>
  575:     <TD WIDTH="23%">javascript</TD>
  576:     <TD WIDTH="26%">&nbsp;</TD>
  577:   </TR>
  578:   <TR BGCOLOR="#FFFF80">
  579:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="interfacefile.gif" ALT="interface file"></TD> 
  580:     <TD WIDTH="35%">map.html</TD>
  581:     <TD WIDTH="12%">interface file</TD>
  582:     <TD WIDTH="23%">bumper</TD>
  583:     <TD WIDTH="26%">&nbsp;</TD>
  584:   </TR>
  585:   <TR BGCOLOR="#FFFF80">
  586:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="graphicfile.gif" ALT="graphic file"></TD>
  587:     <TD WIDTH="35%">*.gif</TD>
  588:     <TD WIDTH="12%">graphic files</TD>
  589:     <TD WIDTH="23%">images for
  590:       rat</TD>
  591:     <TD WIDTH="26%"><B>listing</B><BR>
  592: <FONT SIZE=-2>
  593: 1.1.dt.gif
  594: 1.1.empty.gif
  595: 1.1.ld.gif
  596: 1.1.lr.gif
  597: 1.1.rd.gif
  598: 1.1.rl.gif
  599: 1.1.td.gif
  600: 1.1.tdrl.gif
  601: 1.1.tl.gif
  602: 1.1.tr.gif
  603: 1.1.utd.gif
  604: 1.2.ctd.gif
  605: 1.2.dt.gif
  606: 1.2.empty.gif
  607: 1.2.ld.gif
  608: 1.2.lr.gif
  609: 1.2.lrd.gif
  610: 1.2.lrtd.gif
  611: 1.2.rd.gif
  612: 1.2.rl.gif
  613: 1.2.rld.gif
  614: 1.2.rltd.gif
  615: 1.2.rtd.gif
  616: 1.2.rtdl.gif
  617: 1.2.rtl.gif
  618: 1.2.td.gif
  619: 1.2.tdl.gif
  620: 1.2.tdrl.gif
  621: 1.2.tl.gif
  622: 1.2.tr.gif
  623: 1.2.utd.gif
  624: 2.1.dt.gif
  625: 2.1.empty.gif
  626: 2.1.ld.gif
  627: 2.1.lr.gif
  628: 2.1.rd.gif
  629: 2.1.rl.gif
  630: 2.1.td.gif
  631: 2.1.tdrl.gif
  632: 2.1.tl.gif
  633: 2.1.tr.gif
  634: 2.2.dt.gif
  635: 2.2.empty.gif
  636: 2.2.ld.gif
  637: 2.2.lr.gif
  638: 2.2.lrd.gif
  639: 2.2.lrt.gif
  640: 2.2.rd.gif
  641: 2.2.rl.gif
  642: 2.2.rld.gif
  643: 2.2.rlt.gif
  644: 2.2.td.gif
  645: 2.2.tdl.gif
  646: 2.2.tdr.gif
  647: 2.2.tdrl.gif
  648: 2.2.tl.gif
  649: 2.2.tr.gif
  650: 2.2.url.gif
  651: 2.2.utd.gif
  652: arrow.gif
  653: bdt.gif
  654: bempty.gif
  655: bld.gif
  656: blr.gif
  657: blrd.gif
  658: blrt.gif
  659: brd.gif
  660: brl.gif
  661: brld.gif
  662: brlt.gif
  663: btd.gif
  664: btdl.gif
  665: btdr.gif
  666: btdrl.gif
  667: btl.gif
  668: btr.gif
  669: burl.gif
  670: butd.gif
  671: condition.gif
  672: edit.gif
  673: finish.gif
  674: info.gif
  675: inscol.gif
  676: inscond.gif
  677: insres.gif
  678: insrow.gif
  679: resource.gif
  680: sctd.gif
  681: sdt.gif
  682: sempty.gif
  683: sld.gif
  684: slr.gif
  685: slrd.gif
  686: slrtd.gif
  687: srd.gif
  688: srl.gif
  689: srld.gif
  690: srltd.gif
  691: srtd.gif
  692: srtdl.gif
  693: srtl.gif
  694: start.gif
  695: std.gif
  696: stdl.gif
  697: sutd.gif
  698: </FONT>
  699: </TD>
  700:   </TR>
  701:   <TR BGCOLOR="#000000">
  702:     <TD COLSPAN=3><FONT COLOR="#80FF80" SIZE=+1><IMG SRC="directory.gif" ALT="directory"> DIRECTORY -- /home/httpd/html/adm/lonIcons</FONT></TD>
  703:     <TD COLSPAN=2><FONT COLOR="#80FF80"></FONT>&nbsp;</TD>
  704:   </TR>
  705:   <TR BGCOLOR="#80FF80">
  706:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="graphicfile.gif" ALT="graphic file"></TD> 
  707:     <TD WIDTH="35%">*.gif</TD>
  708:     <TD WIDTH="12%">graphic files</TD>
  709:     <TD WIDTH="23%">logos</TD>
  710:     <TD WIDTH="26%">
  711: <B>listing</B><BR>
  712: <FONT SIZE=-2>
  713: liteani.gif
  714: logo.gif
  715: logos.gif
  716: </FONT></TD>
  717:   </TR>
  718:   <TR BGCOLOR="#000000">
  719:     <TD COLSPAN=3><FONT COLOR="#80FFFF" SIZE=+1><IMG SRC="emptydirectory.gif" ALT="empty directory"> EMPTY DIRECTORY -- /home/httpd/lonUsers</FONT></TD>
  720:     <TD COLSPAN=2><FONT COLOR="#80ffff">home dirs of local users</FONT></TD>
  721:   </TR>
  722:   <TR BGCOLOR="#000000">
  723:     <TD COLSPAN=3><IMG SRC="emptydirectory.gif" ALT="emptydirectory"> <FONT COLOR="#FFFF80" SIZE=+1>EMPTY DIRECTORY -- /home/httpd/html/lon-status</TD> 
  724:     <TD COLSPAN=2><FONT COLOR="#FFFF80">status reports</TD>
  725:   </TR>
  726:   <TR BGCOLOR="#000000">
  727:     <TD COLSPAN=3><FONT COLOR="#80FF80" SIZE=+1><IMG SRC="directory.gif" ALT="directory"> DIRECTORY -- /usr/lib/perl5/site_perl/5.005</FONT></TD>
  728:     <TD COLSPAN=2><FONT COLOR="#80FF80"></FONT>&nbsp;</TD>
  729:   </TR>
  730:   <TR BGCOLOR="#80FF80">
  731:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="systemfile.gif" ALT="system file"></TD>
  732:     <TD WIDTH="35%">tth.pm</TD>
  733:     <TD WIDTH="12%">system file</TD>
  734:     <TD WIDTH="23%">perl module for invoking functions specific to Tex-to-HTML conversion</TD>
  735:     <TD WIDTH="26%">&nbsp;</TD>
  736:   </TR>
  737:   <TR BGCOLOR="#80FF80">
  738:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="systemfile.gif" ALT="system file"></TD>
  739:     <TD WIDTH="35%">tth.so</TD>
  740:     <TD WIDTH="12%">system file</TD>
  741:     <TD WIDTH="23%">shared library file for dynamic loading and unloading</TD>
  742:     <TD WIDTH="26%">&nbsp;</TD>
  743:   </TR>
  744:   <TR BGCOLOR="#80FF80">
  745:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="systemfile.gif" ALT="system file"></TD>
  746:     <TD WIDTH="35%">capa.pm</TD>
  747:     <TD WIDTH="12%">system file</TD>
  748:     <TD WIDTH="23%">perl module for invoking functions specific to CAPA</TD>
  749:     <TD WIDTH="26%">&nbsp;</TD>
  750:   </TR>
  751:   <TR BGCOLOR="#80FF80">
  752:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="systemfile.gif" ALT="system file"></TD> 
  753:     <TD WIDTH="35%">capa.bs</TD>
  754:     <TD WIDTH="12%">system file</TD>
  755:     <TD WIDTH="23%">bootstrap file associated with dynamic loading of this module on multiple architectures</TD>
  756:     <TD WIDTH="26%">&nbsp;</TD>
  757:   </TR>
  758:   <TR BGCOLOR="#80FF80">
  759:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="systemfile.gif" ALT="system file"></TD> 
  760:     <TD WIDTH="35%">capa.so</TD>
  761:     <TD WIDTH="12%">system file</TD>
  762:     <TD WIDTH="23%">shared library file for dynamic loading and unloading</TD>
  763:     <TD WIDTH="26%">&nbsp;</TD>
  764:   </TR>
  765:   <TR BGCOLOR="#000000">
  766:     <TD COLSPAN=3><FONT COLOR="#80FFFF" SIZE=+1><IMG SRC="directory.gif" ALT="directory"> DIRECTORY -- /home/httpd/html/adm/MathML</FONT></TD>
  767:     <TD COLSPAN=2><FONT COLOR="#80FFFF"></FONT>&nbsp;</TD>
  768:   </TR>
  769:   <TR BGCOLOR="#80FFFF">
  770:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="static.gif" ALT="system file"></TD> 
  771:     <TD WIDTH="35%">*.ent</TD>
  772:     <TD WIDTH="12%">static conf</TD>
  773:     <TD WIDTH="23%">entity files</TD>
  774:     <TD WIDTH="26%">
  775: <B>listing</B><BR>
  776: <FONT SIZE=-2>
  777: isoamsa.ent
  778: isoamsb.ent
  779: isoamsc.ent
  780: isoamsn.ent
  781: isoamso.ent
  782: isoamsr.ent
  783: isobox.ent
  784: isocyr1.ent
  785: isocyr2.ent
  786: isodia.ent
  787: isogrk1.ent
  788: isogrk2.ent
  789: isogrk3.ent
  790: isogrk4.ent
  791: isolat1.ent
  792: isolat2.ent
  793: isomfrk.ent
  794: isomopf.ent
  795: isomscr.ent
  796: isonum.ent
  797: isopub.ent
  798: isotech.ent
  799: mathml.dtd
  800: mmlalias.ent
  801: mmlextra.ent
  802: </FONT>
  803: </TD>
  804:   </TR>
  805:   <TR BGCOLOR="#80FFFF">
  806:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="static.gif" ALT="system file"></TD> 
  807:     <TD WIDTH="35%">mathml.css</TD>
  808:     <TD WIDTH="12%">static conf</TD>
  809:     <TD WIDTH="23%">cascading style sheet</TD>
  810:     <TD WIDTH="26%">&nbsp;</TD>
  811:   </TR>
  812:   <TR BGCOLOR="#80FFFF">
  813:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="static.gif" ALT="system file"></TD> 
  814:     <TD WIDTH="35%">mathml.dtd</TD>
  815:     <TD WIDTH="12%">static conf</TD>
  816:     <TD WIDTH="23%">document type definition</TD>
  817:     <TD WIDTH="26%">&nbsp;</TD>
  818:   </TR>
  819:   <TR BGCOLOR="#000000">
  820:     <TD COLSPAN=3><FONT COLOR="#FFFF80" SIZE=+1><IMG SRC="directory.gif" ALT="directory"> DIRECTORY -- /home/httpd/html/res/adm/includes</FONT></TD>
  821:     <TD COLSPAN=2><FONT COLOR="#FFFF80"></FONT>&nbsp;</TD>
  822:   </TR>
  823:   <TR BGCOLOR="#FFFF80">
  824:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="interfacefile.gif" ALT="interface file"></TD> 
  825:     <TD WIDTH="35%">londes.js</TD>
  826:     <TD WIDTH="12%">interface file</TD>
  827:     <TD WIDTH="23%">Encryption Routines according to Data Encryption Standard DES, written in javascript</TD>
  828:     <TD WIDTH="26%">&nbsp;</TD>
  829:   </TR>
  830:   <TR BGCOLOR="#FFFF80">
  831:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="handler.gif" ALT="handler"></TD> 
  832:     <TD WIDTH="35%">default_homework.lcpm</TD>
  833:     <TD WIDTH="12%">handler</TD>
  834:     <TD WIDTH="23%">used by lonxml::xmlparse() as input variable $safeinit to Apache::run::run()</TD>
  835:     <TD WIDTH="26%">&nbsp;</TD>
  836:   </TR>
  837:   <TR BGCOLOR="#000000">
  838:     <TD COLSPAN=3><FONT COLOR="#80FF80" SIZE=+1><IMG SRC="directory.gif" ALT="directory"> DIRECTORY -- /home/httpd/html/res/adm/pages</FONT></TD>
  839:     <TD COLSPAN=2><FONT COLOR="#80FF80"></FONT>&nbsp;</TD>
  840:   </TR>
  841:   <TR BGCOLOR="#80FF80">
  842:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="graphicfile.gif" ALT="graphic file"></TD> 
  843:     <TD WIDTH="35%">*.gif</TD>
  844:     <TD WIDTH="12%">graphic files</TD>
  845:     <TD WIDTH="23%">icons used for the entire LON-CAPA user interface</TD>
  846:     <TD WIDTH="26%">
  847: <B>listing</B><BR>
  848: <FONT SIZE=-2>
  849: a.gif
  850: b.gif
  851: c.gif
  852: chat.gif
  853: d.gif
  854: e.gif
  855: endmenu.gif
  856: f.gif
  857: feedback.gif
  858: fnkmenu.gif
  859: g.gif
  860: group.gif
  861: h.gif
  862: help.gif
  863: hyphen.gif
  864: i.gif
  865: info.gif
  866: j.gif
  867: k.gif
  868: l.gif
  869: ledblink.gif
  870: ledoff.gif
  871: ledon.gif
  872: ledsend.gif
  873: m.gif
  874: n.gif
  875: navmenu.gif
  876: next.gif
  877: o.gif
  878: p.gif
  879: prev.gif
  880: q.gif
  881: r.gif
  882: reload.gif
  883: remotebg.gif
  884: s.gif
  885: space.gif
  886: spacer.gif
  887: t.gif
  888: title.gif
  889: u.gif
  890: v.gif
  891: w.gif
  892: x.gif
  893: y.gif
  894: z.gif
  895: </FONT></TD>
  896:   </TR>
  897:   <TR BGCOLOR="#80FF80">
  898:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="interfacefile.gif" ALT="interface file"></TD> 
  899:     <TD WIDTH="35%">imgmaps.html</TD>
  900:     <TD WIDTH="12%">interface file</TD>
  901:     <TD WIDTH="23%">image maps for the LON-CAPA remote control</TD>
  902:     <TD WIDTH="26%">&nbsp;</TD>
  903:   </TR>
  904:   <TR BGCOLOR="#80FF80">
  905:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="interfacefile.gif" ALT="interface file"></TD> 
  906:     <TD WIDTH="35%">index.html</TD>
  907:     <TD WIDTH="12%">interface file</TD>
  908:     <TD WIDTH="23%">welcoming page to the LON-CAPA system upon login</TD>
  909:     <TD WIDTH="26%">&nbsp;</TD>
  910:   </TR>
  911:   <TR BGCOLOR="#80FF80">
  912:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="interfacefile.gif" ALT="interface file"></TD> 
  913:     <TD WIDTH="35%">menu.html</TD>
  914:     <TD WIDTH="12%">interface file</TD>
  915:     <TD WIDTH="23%">renders the HTML (including image maps) for the LON-CAPA remote control</TD>
  916:     <TD WIDTH="26%">&nbsp;</TD>
  917:   </TR>
  918:   <TR BGCOLOR="#000000">
  919:     <TD COLSPAN=3><FONT COLOR="#80FFFF" SIZE=+1><IMG SRC="directory.gif" ALT="directory"> DIRECTORY -- /home/httpd/html/res/adm/pages/bookmarkmenu</FONT></TD>
  920:     <TD COLSPAN=2><FONT COLOR="#80FFFF"></FONT>&nbsp;</TD>
  921:   </TR>
  922:   <TR BGCOLOR="#80FFFF">
  923:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="graphicfile.gif" ALT="graphic file"></TD> 
  924:     <TD WIDTH="35%">*.gif</TD>
  925:     <TD WIDTH="12%">graphic files</TD>
  926:     <TD WIDTH="23%">icons used for the bookmark portion of the LON-CAPA user interface</TD>
  927:     <TD WIDTH="26%">
  928: <B>listing</B><BR>
  929: <FONT SIZE=-2>
  930: button_close.gif
  931: button_edit.gif
  932: button_preview.gif
  933: folder_closed.gif
  934: folder_closed_pressed.gif
  935: folder_new.gif
  936: folder_opened.gif
  937: folder_opened_pressed.gif
  938: folder_pointer_closed.gif
  939: folder_pointer_opened.gif
  940: folder_spacer.gif
  941: folder_trash.gif
  942: left_bar.gif
  943: line_l_shape.gif
  944: line_side_T.gif
  945: line_vertical.gif
  946: link.gif
  947: link_pressed.gif
  948: ll_corner.gif
  949: lower_bar.gif
  950: lr_corner.gif
  951: right_bar.gif
  952: toolbar_bg.gif
  953: ul_corner.gif
  954: upper_bar.gif
  955: ur_corner.gif
  956: </FONT></TD>
  957:   </TR>
  958:   <TR BGCOLOR="#80FFFF">
  959:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="interfacefile.gif" ALT="interface file"></TD> 
  960:     <TD WIDTH="35%">*.html</TD>
  961:     <TD WIDTH="12%">interface file</TD>
  962:     <TD WIDTH="23%">associated with the frameset scheme of displaying bookmarks</TD>
  963:     <TD WIDTH="26%">
  964: aaloader.html
  965: annotator_bb.html
  966: annotator_left.html
  967: annotator_ll.html
  968: annotator_lr.html
  969: annotator_right.html
  970: annotator_toolbar.html
  971: annotator_ul.html
  972: annotator_ur.html
  973: annotator_uu.html
  974: bookmarkpal.html
  975: bookmarkpal_old.html
  976: bookmarkpal_v2.html
  977: bookmarkpal_v2_backup.html
  978: index.html
  979: loading_bookmarks.html
  980: </TD>
  981:   </TR>
  982:   <TR BGCOLOR="#80FFFF">
  983:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="interfacefile.gif" ALT="interface file"></TD> 
  984:     <TD WIDTH="35%">bookmarklib.js</TD>
  985:     <TD WIDTH="12%">interface file</TD>
  986:     <TD WIDTH="23%">javascript for handling client-side interactions with bookmark interface</TD>
  987:     <TD WIDTH="26%">&nbsp;</TD>
  988:   </TR>
  989:   <TR BGCOLOR="#000000">
  990:     <TD COLSPAN=3><FONT COLOR="#FFFF80" SIZE=+1><IMG SRC="emptydirectory.gif" ALT="empty directory"> EMPTY DIRECTORY -- /home/httpd/html/res/adm/pages/annotations</FONT></TD>
  991:     <TD COLSPAN=2><FONT COLOR="#FFFF80"></FONT>&nbsp;</TD>
  992:   </TR>
  993:   <TR BGCOLOR="#000000">
  994:     <TD COLSPAN=3><FONT COLOR="#80FF80" SIZE=+1><IMG SRC="directory.gif" ALT="directory"> DIRECTORY -- /usr/sbin</FONT></TD>
  995:     <TD COLSPAN=2><FONT COLOR="#80FF80"></FONT>&nbsp;</TD>
  996:   </TR>
  997:   <TR BGCOLOR="#80FF80">
  998:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="script.gif" ALT="script file"></TD> 
  999:     <TD WIDTH="35%">loncapaverifypackages</TD>
 1000:     <TD WIDTH="12%">script</TD>
 1001:     <TD WIDTH="23%">checks the system RPMs against what install.lon-capa.org specifies</TD>
 1002:     <TD WIDTH="26%">&nbsp;</TD>
 1003:   </TR>
 1004:   <TR BGCOLOR="#80FF80">
 1005:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="script.gif" ALT="script file"></TD> 
 1006:     <TD WIDTH="35%">loncapaverifybasepackage</TD>
 1007:     <TD WIDTH="12%">script</TD>
 1008:     <TD WIDTH="23%">checks the important base LON-CAPA files against what install.lon-capa.org specifies</TD>
 1009:     <TD WIDTH="26%">&nbsp;</TD>
 1010:   </TR>
 1011:   <TR BGCOLOR="#80FF80">
 1012:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="script.gif" ALT="script file"></TD> 
 1013:     <TD WIDTH="35%">loncaparestoreconfigurations</TD>
 1014:     <TD WIDTH="12%">script</TD>
 1015:     <TD WIDTH="23%">restores .rpmsave files after a LON-CAPA-base upgrade</TD>
 1016:     <TD WIDTH="26%">&nbsp;</TD>
 1017:   </TR>
 1018:   <TR BGCOLOR="#80FF80">
 1019:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="script.gif" ALT="script file"></TD> 
 1020:     <TD WIDTH="35%">loncapaautoupgrade</TD>
 1021:     <TD WIDTH="12%">script</TD>
 1022:     <TD WIDTH="23%">does all the things to coordinate updating of LON-CAPA base files.  Should be used with caution so that you do not lose work.</TD>
 1023:     <TD WIDTH="26%">&nbsp;</TD>
 1024:   </TR>
 1025:   <TR BGCOLOR="#80FF80">
 1026:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="script.gif" ALT="script file"></TD> 
 1027:     <TD WIDTH="35%">loncapaverify</TD>
 1028:     <TD WIDTH="12%">script</TD>
 1029:     <TD WIDTH="23%">makes verification report using loncapaverifypackages and loncapaverifybasepackage</TD>
 1030:     <TD WIDTH="26%">&nbsp;</TD>
 1031:   </TR>
 1032:   <TR BGCOLOR="#000000">
 1033:     <TD COLSPAN=3><IMG SRC="directory.gif" ALT="directory"> <FONT COLOR="#80FFFF" SIZE=+1> DIRECTORY -- /etc/cron.d</FONT></TD>
 1034:     <TD COLSPAN=2><FONT COLOR="#80FFFF">&nbsp;</FONT></TD>
 1035:   </TR>
 1036:   <TR BGCOLOR="#80FFFF">
 1037:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="static.gif" ALT="static"></TD> 
 1038:     <TD WIDTH="35%">loncapa</TD>
 1039:     <TD WIDTH="12%">static conf</TD>
 1040:     <TD WIDTH="23%">file that specifies periodic processes to run for the LON-CAPA machine</TD>
 1041:     <TD WIDTH="26%">&nbsp;</TD>
 1042:   </TR>
 1043:   <TR BGCOLOR="#000000">
 1044:     <TD COLSPAN=3><FONT COLOR="#FFFF80" SIZE=+1><IMG SRC="directory.gif" ALT="directory"> DIRECTORY -- /etc/ntp</FONT></TD>
 1045:     <TD COLSPAN=2><FONT COLOR="#FFFF80"></FONT>&nbsp;</TD>
 1046:   </TR>
 1047:   <TR BGCOLOR="#FFFF80">
 1048:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="configurable.gif" ALT="configurable"></TD> 
 1049:     <TD WIDTH="35%">step-tickers</TD>
 1050:     <TD WIDTH="12%">conf</TD>
 1051:     <TD WIDTH="23%">file that stimulates running of ntpdate upon init.d/xntpd initiation</TD>
 1052:     <TD WIDTH="26%"><B>configure</B>
 1053: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
 1054: <TR><TD><TT>just one line with the ip address of the server</TT></TD></TR>
 1055: </TABLE>
 1056: </TD>
 1057:   </TR>
 1058:   <TR BGCOLOR="#000000">
 1059:     <TD COLSPAN=3><FONT COLOR="#80FF80" SIZE=+1><IMG SRC="directory.gif" ALT="directory"> DIRECTORY -- /etc/rc.d/init.d</FONT></TD>
 1060:     <TD COLSPAN=2><FONT COLOR="#80FF80"></FONT>&nbsp;</TD>
 1061:   </TR>
 1062:   <TR BGCOLOR="#80FF80">
 1063:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="rootscript.gif" ALT="root script"></TD> 
 1064:     <TD WIDTH="35%">loncontrol</TD>
 1065:     <TD WIDTH="12%">root script</TD>
 1066:     <TD WIDTH="23%">system init and control handling for the LON-CAPA network</TD>
 1067:     <TD WIDTH="26%">
 1068: <B>multiple targets</B><BR>
 1069: <FONT SIZE=-1>
 1070: <PRE>
 1071: /etc/rc.d/rc0.d/K05loncontrol
 1072: /etc/rc.d/rc1.d/K05loncontrol
 1073: /etc/rc.d/rc2.d/K05loncontrol
 1074: /etc/rc.d/rc3.d/S95loncontrol
 1075: /etc/rc.d/rc4.d/S95loncontrol
 1076: /etc/rc.d/rc5.d/S95loncontrol
 1077: /etc/rc.d/rc6.d/K05loncontrol
 1078: </PRE>
 1079: </FONT></TD>
 1080:   </TR>
 1081:   <TR BGCOLOR="#000000">
 1082:     <TD COLSPAN=3><FONT COLOR="#FFFF80" SIZE=+1><IMG SRC="directory.gif" ALT="directory"> DIRECTORY -- /etc/atalk</FONT></TD>
 1083:     <TD COLSPAN=2><FONT COLOR="#FFFF80"></FONT>&nbsp;</TD>
 1084:   </TR>
 1085:   <TR BGCOLOR="#FFFF80">
 1086:     <TD WIDTH="4%" BGCOLOR="#A0A0A0"><IMG SRC="configurable.gif" ALT="configurable"></TD> 
 1087:     <TD WIDTH="35%">config</TD> 
 1088:     <TD WIDTH="12%">conf</TD> 
 1089:     <TD WIDTH="23%">configuration file to make LON-CAPA server file space accessible to Appleshares access (Macintosh)</TD> 
 1090:     <TD WIDTH="26%"><B>configure</B><BR>
 1091:   </TR>
 1092: </TABLE>
 1093: <HR>
 1094: <A NAME="sect3"><H3>3. Software Package Specification File</H3>
 1095: <PRE>
 1096: Summary: Basic files for running a LON-CAPA server.
 1097: Name: LON-CAPA-base
 1098: Version: 3.1
 1099: Release: 1
 1100: Vendor: Laboratory for Instructional Technology Education, Division of Science and Mathematics Education, Michigan State University.
 1101: BuildRoot: /home/harris41/LON-CAPA-BuildRoot
 1102: Copyright: GNU General Public License. Version 2, June 1991.  Michigan State University patents may apply.
 1103: Group: Utilities/System
 1104: Source: LON-CAPA-base-3.1.tar.gz
 1105: AutoReqProv: no
 1106: # requires: filesystem
 1107: %description
 1108: This package facilitates a base installation of LON-CAPA files in their directories.
 1109: The files in this package are only those directly associated with the network communication
 1110: layer established through direct server-to-server communications (via lond and lonc); plus
 1111: those which configure (but otherwise not constitute) external software packages like Apache
 1112: and Athena-Kerberos.  For more on the LON-CAPA project, visit http://www.lon-capa.org/.
 1113: 
 1114: %prep
 1115: %setup
 1116: 
 1117: %build
 1118: rm -Rf "/home/harris41/LON-CAPA-BuildRoot"
 1119: 
 1120: %install
 1121: # ROOT="$RPM_BUILD_ROOT"
 1122: # SOURCE="/home/harris41/LON-CAPA-topdir_for_build/SOURCES/LON-CAPA-base-3.1/LON-CAPA/SourceRoot"
 1123: make ROOT="$RPM_BUILD_ROOT" SOURCE="/home/harris41/LON-CAPA-topdir_for_build/SOURCES/LON-CAPA-base-3.1/SourceRoot" directories
 1124: make ROOT="$RPM_BUILD_ROOT" SOURCE="/home/harris41/LON-CAPA-topdir_for_build/SOURCES/LON-CAPA-base-3.1/SourceRoot" files
 1125: 
 1126: %pre
 1127: echo "***********************************************************************"
 1128: echo "LON-CAPA  LearningOnline with CAPA"
 1129: echo "http://www.lon-capa.org/"
 1130: echo "Gerd Kortemeyer, et al"
 1131: echo "Laboratory for Instructional Technology Education"
 1132: echo "Michigan State University"
 1133: echo "General Public License, Version 2, June 1991"
 1134: echo "** Michigan State University patents may apply **"
 1135: echo " "
 1136: echo "This installation assumes an installation of Redhat 6.2"
 1137: echo " "
 1138: echo "The server computer should be currently connected to the ethernet"
 1139: echo " "
 1140: echo "The files in this package are only those directly associated with the network communication"
 1141: echo "layer established through direct server-to-server communications (via lond and lonc); plus"
 1142: echo "those which configure (but otherwise not constitute) external software packages like Apache"
 1143: echo "and Athena-Kerberos."
 1144: echo "***********************************************************************"
 1145: 
 1146: %post
 1147: %postun
 1148: 
 1149: %files
 1150: %doc README COPYING ChangeLog LICENSE
 1151: %dir %attr(700,www,users) /etc/httpd/conf
 1152: %config %attr(600,www,users) /etc/httpd/conf/access.conf
 1153: %attr(400,www,users) /etc/httpd/conf/httpd.conf
 1154: %attr(400,www,users) /etc/httpd/conf/srm.conf
 1155: %attr(400,www,users) /etc/httpd/conf/startup.pl
 1156: %dir %attr(700,www,users) /home/httpd/lonTabs
 1157: %attr(400,www,users) /home/httpd/lonTabs/filetypes.tab
 1158: %attr(400,www,users) /home/httpd/lonTabs/roles.tab
 1159: %attr(400,www,users) /home/httpd/lonTabs/rolesplain.tab
 1160: %attr(400,www,users) /home/httpd/lonTabs/hosts.tab
 1161: %config %attr(600,www,users) /home/httpd/lonTabs/spare.tab
 1162: %attr(400,www,users) /home/httpd/lonTabs/htpasswd
 1163: %config %attr(600,www,users) /etc/krb.conf
 1164: %attr(500,www,users) /home/httpd/perl/lonc
 1165: %attr(500,www,users) /home/httpd/perl/lond
 1166: %attr(500,www,users) /home/httpd/perl/loncron
 1167: %attr(500,www,users) /home/httpd/perl/lonsql
 1168: %attr(6755,root,root) /home/httpd/perl/lcpasswd
 1169: %attr(6755,root,root) /home/httpd/perl/lcuseradd
 1170: %attr(6755,root,root) /home/httpd/perl/lcuserdel
 1171: %dir %attr(700,www,users) /home/httpd/perl/logs
 1172: %dir %attr(700,www,users) /home/httpd/perl/tmp
 1173: %dir %attr(500,www,users) /home/httpd/lib/perl/Apache
 1174: %attr(400,www,users) /home/httpd/lib/perl/Apache/lonratedt.pm
 1175: %attr(400,www,users) /home/httpd/lib/perl/Apache/lonratsrv.pm
 1176: %attr(400,www,users) /home/httpd/lib/perl/Apache/lonpage.pm
 1177: %attr(400,www,users) /home/httpd/lib/perl/Apache/lonuserstate.pm
 1178: %attr(400,www,users) /home/httpd/lib/perl/Apache/lontex.pm
 1179: %attr(400,www,users) /home/httpd/lib/perl/Apache/lontexconvert.pm
 1180: %attr(400,www,users) /home/httpd/lib/perl/Apache/lonxml.pm
 1181: %attr(400,www,users) /home/httpd/lib/perl/Apache/style.pm
 1182: %attr(400,www,users) /home/httpd/lib/perl/Apache/londefdef.pm
 1183: %attr(400,www,users) /home/httpd/lib/perl/Apache/run.pm
 1184: %attr(400,www,users) /home/httpd/lib/perl/Apache/scripttag.pm
 1185: %attr(400,www,users) /home/httpd/lib/perl/Apache/lonhomework.pm
 1186: %attr(400,www,users) /home/httpd/lib/perl/Apache/inputtags.pm
 1187: %attr(400,www,users) /home/httpd/lib/perl/Apache/structuretags.pm
 1188: %attr(400,www,users) /home/httpd/lib/perl/Apache/response.pm
 1189: %attr(400,www,users) /home/httpd/lib/perl/Apache/caparesponse.pm
 1190: %attr(400,www,users) /home/httpd/lib/perl/Apache/lonacc.pm
 1191: %attr(400,www,users) /home/httpd/lib/perl/Apache/lonracc.pm
 1192: %attr(400,www,users) /home/httpd/lib/perl/Apache/loncacc.pm
 1193: %attr(400,www,users) /home/httpd/lib/perl/Apache/lonauth.pm
 1194: %attr(400,www,users) /home/httpd/lib/perl/Apache/lonlogin.pm
 1195: %attr(400,www,users) /home/httpd/lib/perl/Apache/lonlogout.pm
 1196: %attr(400,www,users) /home/httpd/lib/perl/Apache/lonrep.pm
 1197: %attr(400,www,users) /home/httpd/lib/perl/Apache/lonroles.pm
 1198: %attr(400,www,users) /home/httpd/lib/perl/Apache/lonindexer.pm
 1199: %attr(400,www,users) /home/httpd/lib/perl/Apache/lonnet.pm
 1200: %dir %attr(700,www,users) /home/httpd/lonIDs
 1201: %dir %attr(700,www,users) /home/httpd/sockets
 1202: %dir %attr(700,www,users) /home/httpd/sockets/delayed
 1203: %dir %attr(700,www,users) /home/httpd/html
 1204: %attr(400,www,users) /home/httpd/html/index.html
 1205: %dir %attr(700,www,users) /home/httpd/html/res
 1206: %attr(-,www,users) /home/httpd/html/raw
 1207: %dir %attr(500,www,users) /home/httpd/html/adm
 1208: %attr(400,www,users) /home/httpd/html/adm/notfound.html
 1209: %attr(400,www,users) /home/httpd/html/adm/unauthorized.html
 1210: %dir %attr(500,www,users) /home/httpd/html/adm/rat
 1211: %attr(400,www,users) /home/httpd/html/adm/rat/rat.html
 1212: %attr(400,www,users) /home/httpd/html/adm/rat/code.html
 1213: %attr(400,www,users) /home/httpd/html/adm/rat/map.html
 1214: %attr(400,www,users) /home/httpd/html/adm/rat/*.gif
 1215: %dir %attr (500,www,users) /home/httpd/html/adm/lonIcons
 1216: %attr (400,www,users) /home/httpd/html/adm/lonIcons/*.gif
 1217: %dir %attr (700,www,users) /home/httpd/lonUsers
 1218: %dir %attr (700,www,users) /home/httpd/lon-status
 1219: %attr (400,www,users) /usr/lib/perl5/site_perl/5.005/tth.bs
 1220: %attr (400,www,users) /usr/lib/perl5/site_perl/5.005/tth.pm
 1221: %attr (500,www,users) /usr/lib/perl5/site_perl/5.005/tth.so
 1222: %attr (400,www,users) /usr/lib/perl5/site_perl/5.005/capa.pm
 1223: %attr (400,www,users) /usr/lib/perl5/site_perl/5.005/capa.bs
 1224: %attr (500,www,users) /usr/lib/perl5/site_perl/5.005/capa.so
 1225: %dir %attr (500,www,users) /home/httpd/html/adm/MathML
 1226: %attr (400,www,users) /home/httpd/html/adm/MathML/*.ent
 1227: %attr (400,www,users) /home/httpd/html/adm/MathML/mathml.css
 1228: %attr (400,www,users) /home/httpd/html/adm/MathML/mathml.dtd
 1229: %dir %attr (500,www,users) /home/httpd/html/res/adm/includes
 1230: %attr (400,www,users) /home/httpd/html/res/adm/includes/londes.js
 1231: %attr (400,www,users) /home/httpd/html/res/adm/includes/default_homework.lcpm
 1232: %dir %attr (500,www,users) /home/httpd/html/res/adm/pages
 1233: %dir %attr (500,www,users) /home/httpd/html/res/adm/pages/bookmarkmenu
 1234: %dir %attr (500,www,users) /home/httpd/html/res/adm/pages/annotations
 1235: %attr (400,www,users) /home/httpd/html/res/adm/pages/*.gif
 1236: %attr (400,www,users) /home/httpd/html/res/adm/pages/imgmaps.html
 1237: %attr (400,www,users) /home/httpd/html/res/adm/pages/index.html
 1238: %attr (400,www,users) /home/httpd/html/res/adm/pages/menu.html
 1239: %attr (400,www,users) /home/httpd/html/res/adm/pages/bookmarkmenu/*.gif
 1240: %attr (400,www,users) /home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js
 1241: %attr (400,www,users) /home/httpd/html/res/adm/pages/bookmarkmenu/*.html
 1242: </PRE>
 1243: <HR>
 1244: <A NAME="sect2"><H3>4. Makefile</H3>
 1245: <PRE>
 1246: directories:
 1247: 	install -m 0700 -d $(SOURCE)/etc/httpd/conf $(ROOT)/etc/httpd/conf
 1248: 	install -m 0700 -d $(SOURCE)/home/httpd/lonTabs $(ROOT)/home/httpd/lonTabs
 1249: 	install -m 0700 -d $(SOURCE)/home/httpd/perl $(ROOT)/home/httpd/perl
 1250: 	install -m 0700 -d $(SOURCE)/home/httpd/perl/logs $(ROOT)/home/httpd/perl/logs
 1251: 	install -m 0700 -d $(SOURCE)/home/httpd/perl/tmp $(ROOT)/home/httpd/perl/tmp
 1252: 	install -m 0500 -d $(SOURCE)/home/httpd/lib/perl/Apache $(ROOT)/home/httpd/lib/perl/Apache
 1253: 	install -m 0700 -d $(SOURCE)/home/httpd/lonIDs $(ROOT)/home/httpd/lonIDs
 1254: 	install -m 0700 -d $(SOURCE)/home/httpd/sockets $(ROOT)/home/httpd/sockets
 1255: 	install -m 0700 -d $(SOURCE)/home/httpd/sockets/delayed $(ROOT)/home/httpd/sockets/delayed
 1256: 	install -m 0700 -d $(SOURCE)/home/httpd/html $(ROOT)/home/httpd/html
 1257: 	install -m 0700 -d $(SOURCE)/home/httpd/html/res $(ROOT)/home/httpd/html/res
 1258: 	install -m 0500 -d $(SOURCE)/home/httpd/html/adm $(ROOT)/home/httpd/html/adm
 1259: 	install -m 0500 -d $(SOURCE)/home/httpd/html/adm/rat $(ROOT)/home/httpd/html/adm/rat
 1260: 	install -m 0500 -d $(SOURCE)/home/httpd/html/adm/lonIcons $(ROOT)/home/httpd/html/adm/lonIcons
 1261: 	install -m 0700 -d $(SOURCE)/home/httpd/lonUsers $(ROOT)/home/httpd/lonUsers
 1262: 	install -m 0700 -d $(SOURCE)/home/httpd/lon-status $(ROOT)/home/httpd/lon-status
 1263: 	install -m 0500 -d $(SOURCE)/home/httpd/html/adm/MathML $(ROOT)/home/httpd/html/adm/MathML
 1264: 	install -m 0500 -d $(SOURCE)/home/httpd/html/res/adm/includes $(ROOT)/home/httpd/html/res/adm/includes
 1265: 	install -m 0500 -d $(SOURCE)/home/httpd/html/res/adm/pages $(ROOT)/home/httpd/html/res/adm/pages
 1266: 	install -m 0500 -d $(SOURCE)/home/httpd/html/res/adm/pages $(ROOT)/home/httpd/html/res/adm/pages/bookmarkmenu
 1267: 	install -m 0500 -d $(SOURCE)/home/httpd/html/res/adm/pages $(ROOT)/home/httpd/html/res/adm/pages/annotations
 1268: 	install -m 0500 -d $(SOURCE)/usr/lib/perl5/site_perl/5.005 $(ROOT)/usr/lib/perl5/site_perl/5.005
 1269: 
 1270: files:
 1271: 	install -m 0600 $(SOURCE)/etc/httpd/conf/access.conf $(ROOT)/etc/httpd/conf/access.conf
 1272: 	install -m 0400 $(SOURCE)/etc/httpd/conf/httpd.conf $(ROOT)/etc/httpd/conf/httpd.conf
 1273: 	install -m 0400 $(SOURCE)/etc/httpd/conf/srm.conf $(ROOT)/etc/httpd/conf/srm.conf
 1274: 	install -m 0400 $(SOURCE)/etc/httpd/conf/startup.pl $(ROOT)/etc/httpd/conf/startup.pl
 1275: 	install -m 0400 $(SOURCE)/home/httpd/lonTabs/filetypes.tab $(ROOT)/home/httpd/lonTabs/filetypes.tab
 1276: 	install -m 0400 $(SOURCE)/home/httpd/lonTabs/roles.tab $(ROOT)/home/httpd/lonTabs/roles.tab
 1277: 	install -m 0400 $(SOURCE)/home/httpd/lonTabs/rolesplain.tab $(ROOT)/home/httpd/lonTabs/rolesplain.tab
 1278: 	install -m 0400 $(SOURCE)/home/httpd/lonTabs/hosts.tab $(ROOT)/home/httpd/lonTabs/hosts.tab
 1279: 	install -m 0600 $(SOURCE)/home/httpd/lonTabs/spare.tab $(ROOT)/home/httpd/lonTabs/spare.tab
 1280: 	install -m 0400 $(SOURCE)/home/httpd/lonTabs/htpasswd $(ROOT)/home/httpd/lonTabs/htpasswd
 1281: 	install -m 0600 $(SOURCE)/etc/krb.conf $(ROOT)/etc/krb.conf
 1282: 	install -m 0500 $(SOURCE)/home/httpd/perl/lonc $(ROOT)/home/httpd/perl/lonc
 1283: 	install -m 0500 $(SOURCE)/home/httpd/perl/lond $(ROOT)/home/httpd/perl/lond
 1284: 	install -m 0500 $(SOURCE)/home/httpd/perl/loncron $(ROOT)/home/httpd/perl/loncron
 1285: 	install -m 0500 $(SOURCE)/home/httpd/perl/lonsql $(ROOT)/home/httpd/perl/lonsql
 1286: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonratedt.pm $(ROOT)/home/httpd/lib/perl/Apache/lonratedt.pm 
 1287: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonratsrv.pm $(ROOT)/home/httpd/lib/perl/Apache/lonratsrv.pm 
 1288: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonpage.pm $(ROOT)/home/httpd/lib/perl/Apache/lonpage.pm 
 1289: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonuserstate.pm $(ROOT)/home/httpd/lib/perl/Apache/lonuserstate.pm 
 1290: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lontex.pm $(ROOT)/home/httpd/lib/perl/Apache/lontex.pm 
 1291: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lontexconvert.pm $(ROOT)/home/httpd/lib/perl/Apache/lontexconvert.pm 
 1292: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonxml.pm $(ROOT)/home/httpd/lib/perl/Apache/lonxml.pm 
 1293: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/style.pm $(ROOT)/home/httpd/lib/perl/Apache/style.pm
 1294: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/londefdef.pm $(ROOT)/home/httpd/lib/perl/Apache/londefdef.pm
 1295: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/run.pm $(ROOT)/home/httpd/lib/perl/Apache/run.pm
 1296: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/scripttag.pm $(ROOT)/home/httpd/lib/perl/Apache/scripttag.pm
 1297: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonhomework.pm $(ROOT)/home/httpd/lib/perl/Apache/lonhomework.pm
 1298: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/inputtags.pm $(ROOT)/home/httpd/lib/perl/Apache/inputtags.pm
 1299: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/structuretags.pm $(ROOT)/home/httpd/lib/perl/Apache/structuretags.pm
 1300: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/response.pm $(ROOT)/home/httpd/lib/perl/Apache/response.pm
 1301: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/caparesponse.pm $(ROOT)/home/httpd/lib/perl/Apache/caparesponse.pm
 1302: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonacc.pm $(ROOT)/home/httpd/lib/perl/Apache/lonacc.pm
 1303: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonracc.pm $(ROOT)/home/httpd/lib/perl/Apache/lonracc.pm
 1304: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/loncacc.pm $(ROOT)/home/httpd/lib/perl/Apache/loncacc.pm
 1305: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonauth.pm $(ROOT)/home/httpd/lib/perl/Apache/lonauth.pm
 1306: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonlogin.pm $(ROOT)/home/httpd/lib/perl/Apache/lonlogin.pm
 1307: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonlogout.pm $(ROOT)/home/httpd/lib/perl/Apache/lonlogout.pm
 1308: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonrep.pm $(ROOT)/home/httpd/lib/perl/Apache/lonrep.pm
 1309: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonroles.pm $(ROOT)/home/httpd/lib/perl/Apache/lonroles.pm
 1310: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonindexer.pm $(ROOT)/home/httpd/lib/perl/Apache/lonindexer.pm
 1311: 	install -m 0400 $(SOURCE)/home/httpd/lib/perl/Apache/lonnet.pm $(ROOT)/home/httpd/lib/perl/Apache/lonnet.pm
 1312: 	install -m 0400 $(SOURCE)/home/httpd/html/index.html $(ROOT)/home/httpd/html/index.html
 1313: 	ln -s /home/httpd/html/res $(ROOT)/home/httpd/html/raw
 1314: 	install -m 0400 $(SOURCE)/home/httpd/html/adm/notfound.html $(ROOT)/home/httpd/html/adm/notfound.html
 1315: 	install -m 0400 $(SOURCE)/home/httpd/html/adm/unauthorized.html $(ROOT)/home/httpd/html/adm/unauthorized.html
 1316: 	install -m 0400 $(SOURCE)/home/httpd/html/adm/rat/rat.html $(ROOT)/home/httpd/html/adm/rat/rat.html
 1317: 	install -m 0400 $(SOURCE)/home/httpd/html/adm/rat/code.html $(ROOT)/home/httpd/html/adm/rat/code.html
 1318: 	install -m 0400 $(SOURCE)/home/httpd/html/adm/rat/map.html $(ROOT)/home/httpd/html/adm/rat/map.html
 1319: 	install -m 0400 $(SOURCE)/home/httpd/html/adm/rat/*.gif $(ROOT)/home/httpd/html/adm/rat/.
 1320: 	install -m 0400 $(SOURCE)/home/httpd/html/adm/lonIcons/*.gif $(ROOT)/home/httpd/html/adm/lonIcons/.
 1321: 	install -m 0400 $(SOURCE)/usr/lib/perl5/site_perl/5.005/tth.pm $(ROOT)/usr/lib/perl5/site_perl/5.005/tth.pm
 1322: 	install -m 0400 $(SOURCE)/usr/lib/perl5/site_perl/5.005/tth.bs $(ROOT)/usr/lib/perl5/site_perl/5.005/tth.bs
 1323: 	install -m 0500 $(SOURCE)/usr/lib/perl5/site_perl/5.005/tth.so $(ROOT)/usr/lib/perl5/site_perl/5.005/tth.so
 1324: 	install -m 0400 $(SOURCE)/usr/lib/perl5/site_perl/5.005/capa.pm $(ROOT)/usr/lib/perl5/site_perl/5.005/capa.pm
 1325: 	install -m 0400 $(SOURCE)/usr/lib/perl5/site_perl/5.005/capa.bs $(ROOT)/usr/lib/perl5/site_perl/5.005/capa.bs
 1326: 	install -m 0500 $(SOURCE)/usr/lib/perl5/site_perl/5.005/capa.so $(ROOT)/usr/lib/perl5/site_perl/5.005/capa.so
 1327: 	install -m 0400 $(SOURCE)/home/httpd/html/adm/MathML/*.ent $(ROOT)/home/httpd/html/adm/MathML/.
 1328: 	install -m 0400 $(SOURCE)/home/httpd/html/adm/MathML/mathml.css $(ROOT)/home/httpd/html/adm/MathML/mathml.css
 1329: 	install -m 0400 $(SOURCE)/home/httpd/html/adm/MathML/mathml.dtd $(ROOT)/home/httpd/html/adm/MathML/mathml.dtd
 1330: 	install -m 0400 $(SOURCE)/home/httpd/html/res/adm/includes/londes.js $(ROOT)/home/httpd/html/res/adm/includes/londes.js
 1331: 	install -m 0400 $(SOURCE)/home/httpd/html/res/adm/pages/*.gif $(ROOT)/home/httpd/html/res/adm/pages/.
 1332: 	install -m 0400 $(SOURCE)/home/httpd/html/res/adm/pages/imgmaps.html $(ROOT)/home/httpd/html/res/adm/pages/imgmaps.html
 1333: 	install -m 0400 $(SOURCE)/home/httpd/html/res/adm/pages/index.html $(ROOT)/home/httpd/html/res/adm/pages/index.html
 1334: 	install -m 0400 $(SOURCE)/home/httpd/html/res/adm/pages/menu.html $(ROOT)/home/httpd/html/res/adm/pages/menu.html
 1335: 	install -m 0400 $(SOURCE)/home/httpd/html/res/adm/pages/bookmarkmenu/*.gif $(ROOT)/home/httpd/html/res/adm/pages/bookmarkmenu/.
 1336: 	install -m 0400 $(SOURCE)/home/httpd/html/res/adm/pages/bookmarkmenu/*.html $(ROOT)/home/httpd/html/res/adm/pages/bookmarkmenu/.
 1337: 	install -m 0400 $(SOURCE)/home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js $(ROOT)/home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js
 1338: 
 1339: </PRE>
 1340: </BODY>
 1341: </HTML>

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