File:  [LON-CAPA] / doc / loncapafiles / Attic / loncapafiles.html
Revision 1.20: download - view: text, annotated - select for diffs
Mon Oct 30 14:23:00 2000 UTC (23 years, 7 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
adding in software package listings for lcpasswd, lcuserdel, and lcuseradd (to be placed in /home/httpd/perl).
-Scott

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

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