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