File:  [LON-CAPA] / doc / loncapafiles / Attic / loncapafiles.html
Revision 1.14: download - view: text, annotated - select for diffs
Wed Oct 4 14:21:21 2000 UTC (23 years, 7 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
Improved descriptions of lonratedt.pm and lonratsrv.pm.  Added lonpageflip.pm to the listing.

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

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