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