Annotation of doc/loncapafiles/loncapafiles.html, revision 1.80
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.80 ! harris41 163: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/lonMisc" CATEGORY="server readonly">
1.41 harris41 164: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/lonKaputt" CATEGORY="server readonly">
1.62 harris41 165: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/lonUsers" CATEGORY="server standard" DESCRIPTION="<BR>Home directories of local users. There is a five-tier structure to the directories: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid]. For example, a user fredflint at MSU would have his information located in lonUsers/msu/f/r/e/fredflint.<P>Within this directory there are a variety of files which govern the scope of what a user can do within the LON-CAPA system. A passwd file determines the type of authentication mechanism to use. There is also are files such as roles.hist (and its database compilation, roles.db) which specify the roles and privileges for a user in the
166: LON-CAPA system.">
1.26 harris41 167: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/lon-status" CATEGORY="server standard" DESCRIPTION="status reports">
1.25 harris41 168: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="usr/lib/perl5/site_perl/5.005" CATEGORY="standard">
169: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/MathML" CATEGORY="server readonly">
170: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/includes" CATEGORY="server readonly">
171: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages" CATEGORY="server readonly">
172: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages/bookmarkmenu" CATEGORY="server readonly">
173: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages/annotations" CATEGORY="server readonly">
174: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="usr/sbin" CATEGORY="standard">
175: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/cron.d" CATEGORY="standard">
176: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/ntp" CATEGORY="standard">
177: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/init.d" CATEGORY="standard">
1.30 harris41 178: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc0.d" CATEGORY="standard">
179: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc1.d" CATEGORY="standard">
180: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc2.d" CATEGORY="standard">
181: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc3.d" CATEGORY="standard">
182: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc4.d" CATEGORY="standard">
183: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc5.d" CATEGORY="standard">
184: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc6.d" CATEGORY="standard">
1.25 harris41 185: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/atalk" CATEGORY="standard">
1.35 harris41 186: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages/indexericons" CATEGORY="server readonly">
1.25 harris41 187:
188: <BUILD>
189: </BUILD>
190: <DEPENDENCIES>
191: </DEPENDENCIES>
192:
193: <METAGROUP>
194: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/access.conf" TARGET="etc/httpd/conf/access.conf" CATEGORY="conf">
195: <DESCRIPTION>
1.59 harris41 196: This file has two major functions.
197: For the Apache web server, it defines a global
198: access configuration which defines what server options (Indexes", "Includes",
199: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
200: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
201: and "/usr/doc"). For the LON-CAPA network server and perl module
202: handlers, it defines machine specific settings (lonHostID, lonRole,
203: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt)
204: and internal machine settings for specific directories, socket ports,
205: and browser detection logic.
1.25 harris41 206: </DESCRIPTION>
207: <NOTE>
208: <B>configure</B>
209: <BR>
210: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
211: <TR><TD><TT>lonHostID</TT></TD><TD>LON-internal HostID of this machine</TD></TR>
212: <TR><TD><TT>lonRole</TT></TD><TD>Role of this machine: library, access</TD></TR>
213: <TR><TD><TT>lonAdmEMail</TT></TD><TD>Server Administration</TD></TR>
214: <TR><TD><TT>lonDefDomain</TT></TD><TD>Default domain</TD></TR>
215: <TR><TD><TT>lonLoadLim</TT></TD><TD>Load Limit ( 100% loadavg )</TD></TR>
216: <TR><TD><TT>lonExpire</TT></TD><TD>Expiration for local copies in seconds</TD></TR>
217: </TABLE>
218: </NOTE>
219: </METAGROUP>
220: <METAGROUP>
221: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/httpd.conf" TARGET="etc/httpd/conf/httpd.conf" CATEGORY="static conf">
222: <DESCRIPTION>
1.59 harris41 223: This is the main server configuration file. The settings here are
224: more or less standard for the Apache web server. Most notably (and
225: importantly!), perl handling and mod_perl are enabled in this configuration
226: file.
1.25 harris41 227: </DESCRIPTION>
228: </METAGROUP>
229: <METAGROUP>
230: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/srm.conf" TARGET="etc/httpd/conf/srm.conf" CATEGORY="static conf">
231: <DESCRIPTION>
1.58 harris41 232: <P>
1.59 harris41 233: This file configures the "name space" of the Apache web server.
234: <TT>srm.conf</TT>
1.58 harris41 235: defines when specific perl modules should be called to handle a given
1.59 harris41 236: request. This definition is a function of both the name of the perl module,
1.58 harris41 237: and a specific regular expression associated with the URL, such as
238: "^/res/.*\.page".
239: </P>
240: <P>
241: Here is an example entry:
242: <PRE>
1.59 harris41 243: <LocationMatch "^/res/.*\.page$>
1.58 harris41 244: SetHandler perl-script
245: PerlHandler Apache::lonpage
1.59 harris41 246: </LocationMatch>
1.58 harris41 247: </PRE>
248: </P>
1.25 harris41 249: </DESCRIPTION>
250: </METAGROUP>
251: <METAGROUP>
252: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/startup.pl" TARGET="etc/httpd/conf/startup.pl" CATEGORY="static conf">
253: <DESCRIPTION>
1.59 harris41 254: This file provides initializations for perl handlers. It adjusts what
255: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
256: well as causing the Apache module to be used for every perl handler.
257: <TT>startup.pl</TT> is invoked by <TT>access.conf</TT>.
1.25 harris41 258: </DESCRIPTION>
259: </METAGROUP>
260: <METAGROUP>
1.76 harris41 261: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/filetypes.tab" TARGET="home/httpd/lonTabs/filetypes.tab" CATEGORY="static conf">
262: <DESCRIPTION>
263: Descriptive list of file extensions, and extension groupings.
264: </DESCRIPTION>
265: </METAGROUP>
266: <METAGROUP>
1.72 harris41 267: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/default.assesscalc" TARGET="home/httpd/html/res/adm/includes/default.assesscalc" CATEGORY="static conf">
1.25 harris41 268: <DESCRIPTION>
1.72 harris41 269: Default spreadsheet for individual assessment.
270: </DESCRIPTION>
271: </METAGROUP>
272: <METAGROUP>
273: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/default.studentcalc" TARGET="home/httpd/html/res/adm/includes/default.studentcalc" CATEGORY="static conf">
274: <DESCRIPTION>
275: Default spreadsheet for assessment of students.
276: </DESCRIPTION>
277: </METAGROUP>
278: <METAGROUP>
279: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/default.classcalc" TARGET="home/httpd/html/res/adm/includes/default.classcalc" CATEGORY="static conf">
280: <DESCRIPTION>
281: Default spreadsheet for assessment of a class.
1.25 harris41 282: </DESCRIPTION>
283: </METAGROUP>
1.26 harris41 284: <METAGROUP>
1.29 harris41 285: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/roles.tab" TARGET="home/httpd/lonTabs/roles.tab" CATEGORY="static conf">
1.26 harris41 286: <DESCRIPTION>
287: List of privileges associated with users of multiple types (for example: Teaching
288: Assistant, Exam Proctor, Course Coordinator)
289: </DESCRIPTION>
290: </METAGROUP>
291: <METAGROUP>
1.29 harris41 292: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/rolesplain.tab" TARGET="home/httpd/lonTabs/rolesplain.tab" CATEGORY="static conf">
1.26 harris41 293: <DESCRIPTION>
294: Descriptive list of abbreviations used in <TT>roles.tab</TT> for user types
295: and privileges available in the network with function
296: </DESCRIPTION>
297: </METAGROUP>
298: <METAGROUP>
1.29 harris41 299: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/hosts.tab" TARGET="home/httpd/lonTabs/hosts.tab" CATEGORY="conf">
1.26 harris41 300: <DESCRIPTION>
301: List of all machines in the LON-CAPA network. Relates <TT>lonHostID</TT> to
302: <TT>lonDefDomain</TT> and <U>IP address</U>
303: </DESCRIPTION>
304: </METAGROUP>
305: <METAGROUP>
1.29 harris41 306: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/spare.tab" TARGET="home/httpd/lonTabs/spare.tab" CATEGORY="conf">
1.26 harris41 307: <DESCRIPTION>
308: Spare hosts to offload session to if the LON-CAPA machine is overloaded
309: </DESCRIPTION>
310: <NOTE>
1.25 harris41 311: <B>configure</B><BR>
312: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
313: <TR><TD>
314: list elements are separated by newlines
315: </TD></TR>
316: <TR><TD>
317: each list element consists of only one value; the value for <TT>lonHostID</TT> in <TT>access.conf</TT>
318: </TD></TR>
319: </TABLE>
1.26 harris41 320: </NOTE>
321: </METAGROUP>
322: <METAGROUP>
1.30 harris41 323: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/htpasswd" TARGET="home/httpd/lonTabs/htpasswd" CATEGORY="static conf">
1.26 harris41 324: <DESCRIPTION>
325: Basic auth password to access /lon-status and /server-status
326: </DESCRIPTION>
327: </METAGROUP>
328: <METAGROUP>
1.29 harris41 329: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/krb.conf" TARGET="etc/krb.conf" CATEGORY="conf">
1.26 harris41 330: <DESCRIPTION>
331: which Kerberos server to contact for which Kerberos domains
332: </DESCRIPTION>
333: <NOTE>
1.25 harris41 334: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
335: <TR><TD>
336: list elements are separated by newlines
337: </TD></TR>
338: <TR><TD>
339: each list element consists of only two subelements separated by a colon
340: <BR>
341: <UL>
342: <LI>Kerberos domain value
343: <LI>Kerberos server IP address
344: </UL>
345: </TD></TR>
346: </TABLE>
1.26 harris41 347: </NOTE>
348: </METAGROUP>
349: <METAGROUP>
1.29 harris41 350: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/smb.conf" TARGET="etc/smb.conf" CATEGORY="conf">
1.26 harris41 351: <DESCRIPTION>
352: configuration file to make LON-CAPA server file space accessible to network neighborhood
353: </DESCRIPTION>
354: <NOTE>
355: configure
356: </NOTE>
357: </METAGROUP>
358: <METAGROUP>
1.29 harris41 359: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/ntp.conf" TARGET="etc/ntp.conf" CATEGORY="conf">
1.26 harris41 360: <DESCRIPTION>
361: which NTP server to contact for information (XNTP3 standard)
362: </DESCRIPTION>
363: <NOTE>
1.25 harris41 364: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
365: <TR><TD>
366: only one line needs to be changed to specify a server ip address
367: </TD></TR>
368: <TR><TD>
369: Example:<BR><NOBR><TT>server ntp.msu.edu</TT>
370: </TD></TR>
371: </TABLE>
1.26 harris41 372: </NOTE>
373: </METAGROUP>
374: <METAGROUP>
1.79 harris41 375: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/metadata_database/searchcat.pl" TARGET="home/httpd/perl/searchcat.pl" CATEGORY="script">
376: <DESCRIPTION>
377: Batch script for updating SQL metadata database.
378: </DESCRIPTION>
379: </METAGROUP>
380: <METAGROUP>
1.29 harris41 381: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonc" TARGET="home/httpd/perl/lonc" CATEGORY="script">
1.26 harris41 382: <DESCRIPTION>
383: proxy server
384: </DESCRIPTION>
385: </METAGROUP>
386: <METAGROUP>
1.29 harris41 387: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lond" TARGET="home/httpd/perl/lond" CATEGORY="script">
1.26 harris41 388: <DESCRIPTION>
1.62 harris41 389: This is a remote command interpreter on a TCP LON-CAPA network layer.
390: It accepts and processes incoming requests from other LON-CAPA machines
391: on the network. lond's functionality is self-contained in the sense
392: that it does not reference (import, require, use) any other file
393: described in this document. There are only 15 subroutines in this
394: script, however the <TT>make_new_child</TT> subroutine is quite
395: complex since it parses and responds about 29 different types of
396: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
397: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
398: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
399: tmpput, tmpget, and ls).
1.26 harris41 400: </DESCRIPTION>
401: </METAGROUP>
402: <METAGROUP>
1.29 harris41 403: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/loncron" TARGET="home/httpd/perl/loncron" CATEGORY="script">
1.26 harris41 404: <DESCRIPTION>
405: housekeeping
406: </DESCRIPTION>
407: </METAGROUP>
408: <METAGROUP>
1.29 harris41 409: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonsql" TARGET="home/httpd/perl/lonsql" CATEGORY="script">
1.26 harris41 410: <DESCRIPTION>
411: maintain secondary database of metadata
412: </DESCRIPTION>
413: </METAGROUP>
414: <METAGROUP>
1.29 harris41 415: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcpasswd" TARGET="home/httpd/perl/lcpasswd" CATEGORY="setuid script">
1.26 harris41 416: <DESCRIPTION>
417: coordinates the system services and files in order to allow lond to change user passwords
418: </DESCRIPTION>
419: </METAGROUP>
420: <METAGROUP>
1.29 harris41 421: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcuseradd" TARGET="home/httpd/perl/lcuseradd" CATEGORY="setuid script">
1.26 harris41 422: <DESCRIPTION>
423: coordinates the system services and files in order to allow lond to add a new user
424: </DESCRIPTION>
425: </METAGROUP>
426: <METAGROUP>
1.29 harris41 427: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcuserdel" TARGET="home/httpd/perl/lcuserdel" CATEGORY="setuid script">
1.26 harris41 428: <DESCRIPTION>
429: coordinates the system services and files in order to allow lond to delete a user
430: </DESCRIPTION>
431: </METAGROUP>
432: <METAGROUP>
1.29 harris41 433: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcnfson" TARGET="home/httpd/perl/lcnfson" CATEGORY="setuid script">
1.26 harris41 434: <DESCRIPTION>
435: coordinates the system services and files in order to allow lond to enable NFS for a user
436: </DESCRIPTION>
437: </METAGROUP>
438: <METAGROUP>
1.29 harris41 439: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcnfsoff" TARGET="home/httpd/perl/lcnfsoff" CATEGORY="setuid script">
1.26 harris41 440: <DESCRIPTION>
441: coordinates the system services and files in order to allow lond to disable NFS for a user
442: </DESCRIPTION>
443: </METAGROUP>
444: <METAGROUP>
1.29 harris41 445: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/publisher.html" TARGET="home/httpd/html/adm/publisher.html" CATEGORY="interface file">
446: <DESCRIPTION>
447: HTML frame that presents a form element to allow for the publishing of
448: resources, directories and underlying subdirectories.
449: </DESCRIPTION>
450: </METAGROUP>
451: <METAGROUP>
1.37 harris41 452: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/lectureonline.sty" TARGET="home/httpd/html/res/adm/includes/lectureonline.sty" CATEGORY="static conf">
453: <DESCRIPTION>
454: The relevant conditions and metadata to attach to LectureOnline-specific tags.
455: </DESCRIPTION>
456: </METAGROUP>
457: <METAGROUP>
1.30 harris41 458: <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 459: <DESCRIPTION>
460: File which contains words which should not be keywords used to specify resource
461: content.
462: </DESCRIPTION>
463: </METAGROUP>
464: <METAGROUP>
465: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/copyright.tab" TARGET="home/httpd/html/res/adm/includes/copyright.tab" CATEGORY="conf">
466: <DESCRIPTION>
467: Table which contains list of copyright possibilities for educational resources.
468: </DESCRIPTION>
469: </METAGROUP>
470: <METAGROUP>
471: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/language.tab" TARGET="home/httpd/lonTabs/language.tab" CATEGORY="static conf">
472: <DESCRIPTION>
473: Table which contains string abbreviations of language::font rendering
474: combinations.
475: </DESCRIPTION>
476: </METAGROUP>
477: <METAGROUP>
478: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/addid.tab" TARGET="home/httpd/lonTabs/addid.tab" CATEGORY="static conf">
479: <DESCRIPTION>
480: Table which has hash data necessary for distinguishing IDs from indices.
481: </DESCRIPTION>
482: </METAGROUP>
483: <METAGROUP>
1.77 harris41 484: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonupload.pm" TARGET="home/httpd/lib/perl/Apache/lonupload.pm" CATEGORY="handler">
485: <DESCRIPTION>
486: Handler to upload files through browser into construction space.
487: </DESCRIPTION>
488: <STATUS>works/unverified</STATUS>
489: </METAGROUP>
490: <METAGROUP>
1.75 harris41 491: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/essayresponse.pm" TARGET="home/httpd/lib/perl/Apache/essayresponse.pm" CATEGORY="handler">
492: <DESCRIPTION>
493: Handler to evaluate essay (ungraded) style responses.
494: </DESCRIPTION>
495: <STATUS>works/unverified</STATUS>
496: </METAGROUP>
497: <METAGROUP>
1.74 harris41 498: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonpubdir.pm" TARGET="home/httpd/lib/perl/Apache/lonpubdir.pm" CATEGORY="handler">
499: <DESCRIPTION>
500: Handler to publish directories.
501: </DESCRIPTION>
502: <STATUS>works/unverified</STATUS>
503: </METAGROUP>
504: <METAGROUP>
505: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonretrieve.pm" TARGET="home/httpd/lib/perl/Apache/lonretrieve.pm" CATEGORY="handler">
506: <DESCRIPTION>
507: Handler to retrieve old versions from resource space.
508: </DESCRIPTION>
509: <STATUS>works/unverified</STATUS>
510: </METAGROUP>
511: <METAGROUP>
1.73 harris41 512: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/edit.pm" TARGET="home/httpd/lib/perl/Apache/edit.pm" CATEGORY="handler">
513: <DESCRIPTION>
514: Helper functions when in homework edit mode.
515: </DESCRIPTION>
516: <STATUS>works/unverified</STATUS>
517: </METAGROUP>
518: <METAGROUP>
1.68 harris41 519: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmeta.pm" TARGET="home/httpd/lib/perl/Apache/lonmeta.pm" CATEGORY="handler">
1.66 harris41 520: <DESCRIPTION>
521: Metadata display handler.
522: </DESCRIPTION>
523: <STATUS>works/unverified</STATUS>
524: </METAGROUP>
525: <METAGROUP>
1.65 harris41 526: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonambiguous.pm" TARGET="home/httpd/lib/perl/Apache/lonambiguous.pm" CATEGORY="handler">
527: <DESCRIPTION>
528: Handler to resolve ambiguous file locations.
529: </DESCRIPTION>
530: <STATUS>works/unverified</STATUS>
531: </METAGROUP>
532: <METAGROUP>
1.64 harris41 533: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonratparms.pm" TARGET="home/httpd/lib/perl/Apache/lonratparms.pm" CATEGORY="handler">
534: <DESCRIPTION>
535: Handler to set resource parameters inside of the RAT based on metadata.
536: </DESCRIPTION>
537: <STATUS>works/unverified</STATUS>
538: </METAGROUP>
539: <METAGROUP>
1.63 harris41 540: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonsequence.pm" TARGET="home/httpd/lib/perl/Apache/lonsequence.pm" CATEGORY="handler">
541: <DESCRIPTION>
542: Handler for showing sequence objects of educational resources.
1.57 harris41 543: </DESCRIPTION>
544: <STATUS>works/unverified</STATUS>
545: </METAGROUP>
546: <METAGROUP>
1.55 harris41 547: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncreatecourse.pm" TARGET="home/httpd/lib/perl/Apache/loncreatecourse.pm" CATEGORY="handler">
548: <DESCRIPTION>
1.62 harris41 549: Creates a new course and assigns course coordinator.
1.55 harris41 550: </DESCRIPTION>
551: <STATUS>works/unverified</STATUS>
552: </METAGROUP>
553: <METAGROUP>
554: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncreateuser.pm" TARGET="home/httpd/lib/perl/Apache/loncreateuser.pm" CATEGORY="handler">
555: <DESCRIPTION>
556: Creates a new user and/or changes user privileges
557: </DESCRIPTION>
558: <STATUS>works/unverified</STATUS>
559: </METAGROUP>
560: <METAGROUP>
1.52 harris41 561: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonchart.pm" TARGET="home/httpd/lib/perl/Apache/lonchart.pm" CATEGORY="handler">
562: <DESCRIPTION>
563: Produces simple LectureOnline-like student assessment performance chart
564: </DESCRIPTION>
565: <STATUS>works/unverified</STATUS>
566: </METAGROUP>
567: <METAGROUP>
1.54 harris41 568: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncommon.pm" TARGET="home/httpd/lib/perl/Apache/loncommon.pm" CATEGORY="handler">
569: <DESCRIPTION>
1.56 harris41 570: Makes a table out of the previous attempts. Inputs result_from_symbread,
571: user, domain, home_server, course_id
1.54 harris41 572: </DESCRIPTION>
573: <STATUS>works/unverified</STATUS>
574: </METAGROUP>
575: <METAGROUP>
1.53 harris41 576: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/grades.pm" TARGET="home/httpd/lib/perl/Apache/grades.pm" CATEGORY="handler">
577: <DESCRIPTION>
578: Handles the viewing of grades.
579: </DESCRIPTION>
580: </METAGROUP>
581: <METAGROUP>
582: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/imageresponse.pm" TARGET="home/httpd/lib/perl/Apache/imageresponse.pm" CATEGORY="handler">
583: <DESCRIPTION>
584: Coordinates the response to clicking an image.
585: </DESCRIPTION>
586: </METAGROUP>
587: <METAGROUP>
1.51 harris41 588: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/optionresponse.pm" TARGET="home/httpd/lib/perl/Apache/optionresponse.pm" CATEGORY="handler">
589: <DESCRIPTION>
590: Handles tags associated with showing a list of options.
591: </DESCRIPTION>
592: </METAGROUP>
593: <METAGROUP>
1.50 harris41 594: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/outputtags.pm" TARGET="home/httpd/lib/perl/Apache/outputtags.pm" CATEGORY="handler">
595: <DESCRIPTION>
596: Handles tags associated with output. Seems to relate to due dates of the
597: assignment.
598: </DESCRIPTION>
599: </METAGROUP>
600: <METAGROUP>
1.48 harris41 601: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lontest.pm" TARGET="home/httpd/lib/perl/Apache/lontest.pm" CATEGORY="handler">
602: <DESCRIPTION>
603: Used for debugging and testing the LON-CAPA system.
604: </DESCRIPTION>
605: </METAGROUP>
606: <METAGROUP>
1.49 harris41 607: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/radiobuttonresponse.pm" TARGET="home/httpd/lib/perl/Apache/radiobuttonresponse.pm" CATEGORY="handler">
1.48 harris41 608: <DESCRIPTION>
609: Handles multiple-choice style responses.
610: </DESCRIPTION>
611: </METAGROUP>
612: <METAGROUP>
1.47 harris41 613: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonassignments.pm" TARGET="home/httpd/lib/perl/Apache/lonassignments.pm" CATEGORY="handler">
614: <DESCRIPTION>
615: Handles processing of assignments.
616: </DESCRIPTION>
617: </METAGROUP>
618: <METAGROUP>
619: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncommunicate.pm" TARGET="home/httpd/lib/perl/Apache/loncommunicate.pm" CATEGORY="handler">
620: <DESCRIPTION>
621: Handles communication.
622: </DESCRIPTION>
623: </METAGROUP>
624: <METAGROUP>
625: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonerrorhandler.pm" TARGET="home/httpd/lib/perl/Apache/lonerrorhandler.pm" CATEGORY="handler">
626: <DESCRIPTION>
627: Handles errors.
628: </DESCRIPTION>
629: </METAGROUP>
630: <METAGROUP>
631: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonevaluate.pm" TARGET="home/httpd/lib/perl/Apache/lonevaluate.pm" CATEGORY="handler">
632: <DESCRIPTION>
633: Handles evaluation.
634: </DESCRIPTION>
635: </METAGROUP>
636: <METAGROUP>
637: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonfeedback.pm" TARGET="home/httpd/lib/perl/Apache/lonfeedback.pm" CATEGORY="handler">
638: <DESCRIPTION>
639: Handles feedback from students to instructors and system administrators.
640: </DESCRIPTION>
641: </METAGROUP>
642: <METAGROUP>
643: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmydesk.pm" TARGET="home/httpd/lib/perl/Apache/lonmydesk.pm" CATEGORY="handler">
644: <DESCRIPTION>
645: Unknown function.
646: </DESCRIPTION>
647: </METAGROUP>
648: <METAGROUP>
649: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonnavmaps.pm" TARGET="home/httpd/lib/perl/Apache/lonnavmaps.pm" CATEGORY="handler">
650: <DESCRIPTION>
651: Handles navigational maps.
652: </DESCRIPTION>
653: </METAGROUP>
654: <METAGROUP>
655: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonpreferences.pm" TARGET="home/httpd/lib/perl/Apache/lonpreferences.pm" CATEGORY="handler">
656: <DESCRIPTION>
657: Handles user preferences associated with customizing the online LON-CAPA
658: educational environment.
659: </DESCRIPTION>
660: </METAGROUP>
661: <METAGROUP>
662: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonprintout.pm" TARGET="home/httpd/lib/perl/Apache/lonprintout.pm" CATEGORY="handler">
663: <DESCRIPTION>
664: Handles the production of printable files and resources.
665: </DESCRIPTION>
666: </METAGROUP>
667: <METAGROUP>
668: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonsearchcat.pm" TARGET="home/httpd/lib/perl/Apache/lonsearchcat.pm" CATEGORY="handler">
669: <DESCRIPTION>
670: Handles a searchable catalogue.
671: </DESCRIPTION>
672: </METAGROUP>
673: <METAGROUP>
1.46 harris41 674: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/londropadd.pm" TARGET="home/httpd/lib/perl/Apache/londropadd.pm" CATEGORY="handler">
675: <DESCRIPTION>
676: Handler to drop and add students in courses.
677: </DESCRIPTION>
678: </METAGROUP>
679: <METAGROUP>
1.42 harris41 680: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmsg.pm" TARGET="home/httpd/lib/perl/Apache/lonmsg.pm" CATEGORY="handler">
1.41 harris41 681: <DESCRIPTION>
682: Routines for messaging.
683: </DESCRIPTION>
684: </METAGROUP>
685: <METAGROUP>
1.39 harris41 686: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/hint.pm" TARGET="home/httpd/lib/perl/Apache/hint.pm" CATEGORY="handler">
687: <DESCRIPTION>
688: This handler coordinates the delivery of hints to students working on LON-CAPA
689: problems and assignments.
690: </DESCRIPTION>
691: </METAGROUP>
692: <METAGROUP>
1.38 harris41 693: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonspreadsheet.pm" TARGET="home/httpd/lib/perl/Apache/lonspreadsheet.pm" CATEGORY="handler">
694: <DESCRIPTION>
695: Spreadsheet/Grades Display Handler
696: </DESCRIPTION>
697: </METAGROUP>
698: <METAGROUP>
1.29 harris41 699: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonparmset.pm" TARGET="home/httpd/lib/perl/Apache/lonparmset.pm" CATEGORY="handler">
700: <DESCRIPTION>
701: Handler to resolve ambiguous file locations
702: </DESCRIPTION>
703: </METAGROUP>
704: <METAGROUP>
705: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonconstruct.pm" TARGET="home/httpd/lib/perl/Apache/lonconstruct.pm" CATEGORY="handler">
706: <DESCRIPTION>
707: Page wrapper for handling construction space.
708: </DESCRIPTION>
709: </METAGROUP>
710: <METAGROUP>
711: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonpublisher.pm" TARGET="home/httpd/lib/perl/Apache/lonpublisher.pm" CATEGORY="handler">
712: <DESCRIPTION>
713: Publishes an LON-CAPA educational resource complete with metadata
714: (authorship, language, copyright, creation date, etc).
715: </DESCRIPTION>
716: </METAGROUP>
717: <METAGROUP>
718: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmenu.pm" TARGET="home/httpd/lib/perl/Apache/lonmenu.pm" CATEGORY="handler">
1.26 harris41 719: <DESCRIPTION>
720: Has routines which control the remote control.
721: </DESCRIPTION>
722: </METAGROUP>
723: <METAGROUP>
1.29 harris41 724: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonpageflip.pm" TARGET="home/httpd/lib/perl/Apache/lonpageflip.pm" CATEGORY="handler">
1.26 harris41 725: <DESCRIPTION>
726: Deals with forward, backward, and other page flips.
727: </DESCRIPTION>
728: </METAGROUP>
729: <METAGROUP>
1.29 harris41 730: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonratedt.pm" TARGET="home/httpd/lib/perl/Apache/lonratedt.pm" CATEGORY="handler">
1.26 harris41 731: <DESCRIPTION>
732: Builds up frame set and loads in the right thing.
1.53 harris41 733: </DESCRIPTION>
734: </METAGROUP>
735: <METAGROUP>
736: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/homeworkmenu.html" TARGET="home/httpd/html/res/adm/pages/homeworkmenu.html" CATEGORY="handler">
737: <DESCRIPTION>
738: Homework remote control.
1.26 harris41 739: </DESCRIPTION>
740: </METAGROUP>
741: <METAGROUP>
1.29 harris41 742: <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 743: <DESCRIPTION>
744: This will take annotations and then plug them into a page
745: </DESCRIPTION>
746: </METAGROUP>
747: <METAGROUP>
1.29 harris41 748: <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 749: <DESCRIPTION>
750: This will take bookmarks and get/write/display them for the LON-CAPA user interface
751: </DESCRIPTION>
752: </METAGROUP>
753: <METAGROUP>
1.29 harris41 754: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonratsrv.pm" TARGET="home/httpd/lib/perl/Apache/lonratsrv.pm" CATEGORY="handler">
1.26 harris41 755: <DESCRIPTION>
756: Handler tat takes output from RAT and stores it on disk. Handles the upper hidden
757: frame of the added window that comes up in RAT. (3 frames come up in RAT server,
758: code, and output. This module handles server connection.)
759: </DESCRIPTION>
760: </METAGROUP>
761: <METAGROUP>
1.29 harris41 762: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonpage.pm" TARGET="home/httpd/lib/perl/Apache/lonpage.pm" CATEGORY="handler">
1.26 harris41 763: <DESCRIPTION>
764: bundles pages into one page
765: </DESCRIPTION>
766: </METAGROUP>
767: <METAGROUP>
1.29 harris41 768: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonuserstate.pm" TARGET="home/httpd/lib/perl/Apache/lonuserstate.pm" CATEGORY="handler">
1.26 harris41 769: <DESCRIPTION>
770: compile course into binary data structure (in loncom/rat)
771: </DESCRIPTION>
772: </METAGROUP>
773: <METAGROUP>
1.29 harris41 774: <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 775: <DESCRIPTION>
776: Handler for tex files (somewhere in loncom/modules)
777: </DESCRIPTION>
778: </METAGROUP>
779: <METAGROUP>
1.29 harris41 780: <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 781: <DESCRIPTION>
782: Access to tth/ttm
783: </DESCRIPTION>
784: </METAGROUP>
785: <METAGROUP>
1.29 harris41 786: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/lonxml.pm" TARGET="home/httpd/lib/perl/Apache/lonxml.pm" CATEGORY="handler">
1.26 harris41 787: <DESCRIPTION>
788: XML Parsing Module
789: </DESCRIPTION>
790: </METAGROUP>
791: <METAGROUP>
1.29 harris41 792: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/style.pm" TARGET="home/httpd/lib/perl/Apache/style.pm" CATEGORY="handler">
1.26 harris41 793: <DESCRIPTION>
794: Style Parsing Module
795: </DESCRIPTION>
796: </METAGROUP>
797: <METAGROUP>
1.29 harris41 798: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/londefdef.pm" TARGET="home/httpd/lib/perl/Apache/londefdef.pm" CATEGORY="handler">
1.26 harris41 799: <DESCRIPTION>
800: Tags Default Definition Module
801: </DESCRIPTION>
802: </METAGROUP>
803: <METAGROUP>
1.29 harris41 804: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/run.pm" TARGET="home/httpd/lib/perl/Apache/run.pm" CATEGORY="handler">
1.26 harris41 805: <DESCRIPTION>
806: used to prevent poorly written problems from causing lingering after effects
807: </DESCRIPTION>
808: </METAGROUP>
809: <METAGROUP>
1.29 harris41 810: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/scripttag.pm" TARGET="home/httpd/lib/perl/Apache/scripttag.pm" CATEGORY="handler">
1.26 harris41 811: <DESCRIPTION>
812: implements <script>, <scriptlib>, <parserlib>, and <import>
813: </DESCRIPTION>
814: </METAGROUP>
815: <METAGROUP>
1.29 harris41 816: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/lonhomework.pm" TARGET="home/httpd/lib/perl/Apache/lonhomework.pm" CATEGORY="handler">
1.26 harris41 817: <DESCRIPTION>
818: handles requests for output, evaluation, and alteration of homework resource
819: </DESCRIPTION>
820: </METAGROUP>
821: <METAGROUP>
1.29 harris41 822: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/inputtags.pm" TARGET="home/httpd/lib/perl/Apache/inputtags.pm" CATEGORY="handler">
1.26 harris41 823: <DESCRIPTION>
824: produces HTML input tags (<INPUT>) for rendering homework resources
825: </DESCRIPTION>
826: </METAGROUP>
827: <METAGROUP>
1.29 harris41 828: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/structuretags.pm" TARGET="home/httpd/lib/perl/Apache/structuretags.pm" CATEGORY="handler">
1.26 harris41 829: <DESCRIPTION>
830: produces HTML tags necessary for structuring the presentation of homework resources
831: </DESCRIPTION>
832: </METAGROUP>
833: <METAGROUP>
1.29 harris41 834: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/response.pm" TARGET="home/httpd/lib/perl/Apache/response.pm" CATEGORY="handler">
1.26 harris41 835: <DESCRIPTION>
836: defines different types of responses given to student as well as syntax for producing response values
837: </DESCRIPTION>
838: </METAGROUP>
839: <METAGROUP>
1.29 harris41 840: <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 841: <DESCRIPTION>
842: handles request to the CAPA homework processing engine
843: </DESCRIPTION>
844: </METAGROUP>
845: <METAGROUP>
1.29 harris41 846: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonacc.pm" TARGET="home/httpd/lib/perl/Apache/lonacc.pm" CATEGORY="handler">
1.26 harris41 847: <DESCRIPTION>
1.61 harris41 848: (This module, like loncacc.pm also authenticates with cookies.)
849: <TT>lonacc.pm</TT> coordinates access to a wide range of administrative-type
850: functions (e.g. roles, logout, annotations, and bookmarks) as well
851: as coordinating access to educational resources.
1.26 harris41 852: </DESCRIPTION>
853: </METAGROUP>
854: <METAGROUP>
1.29 harris41 855: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonracc.pm" TARGET="home/httpd/lib/perl/Apache/lonracc.pm" CATEGORY="handler">
1.26 harris41 856: <DESCRIPTION>
857: access handler for file transfers
858: </DESCRIPTION>
859: </METAGROUP>
860: <METAGROUP>
1.29 harris41 861: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/loncacc.pm" TARGET="home/httpd/lib/perl/Apache/loncacc.pm" CATEGORY="handler">
1.26 harris41 862: <DESCRIPTION>
1.60 harris41 863: This module provides access to an educational resource construction area.
864: This module is invoked by the URL-related pattern syntax
1.61 harris41 865: <TT>LocationMatch "^/priv.*"</TT> or <TT>LocationMatch "^/\~.*"</TT>.
866: Authentication of user identity
867: is coordinated through cookies. The abbreviation "cacc" corresponds
868: to "construction-space access"). If the cookie handle is invalid, then
1.60 harris41 869: this module returns a forbidden status and makes appropriate log entries.
1.61 harris41 870: If the cookie handle is valid, status is determined to be okay (and,
871: for the "priv"-type access, the resource is delivered by the
872: <TT>lonconstruct</TT> module).
1.26 harris41 873: </DESCRIPTION>
874: </METAGROUP>
875: <METAGROUP>
1.29 harris41 876: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonauth.pm" TARGET="home/httpd/lib/perl/Apache/lonauth.pm" CATEGORY="handler">
1.26 harris41 877: <DESCRIPTION>
878: authenticate, set up session environment
879: </DESCRIPTION>
880: </METAGROUP>
881: <METAGROUP>
1.29 harris41 882: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonlogin.pm" TARGET="home/httpd/lib/perl/Apache/lonlogin.pm" CATEGORY="handler">
1.26 harris41 883: <DESCRIPTION>
884: login screen
885: </DESCRIPTION>
886: </METAGROUP>
887: <METAGROUP>
1.29 harris41 888: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonlogout.pm" TARGET="home/httpd/lib/perl/Apache/lonlogout.pm" CATEGORY="handler">
1.26 harris41 889: <DESCRIPTION>
890: logout
891: </DESCRIPTION>
892: </METAGROUP>
893: <METAGROUP>
1.29 harris41 894: <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 895: <DESCRIPTION>
896: replication
897: </DESCRIPTION>
898: </METAGROUP>
899: <METAGROUP>
1.29 harris41 900: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonroles.pm" TARGET="home/httpd/lib/perl/Apache/lonroles.pm" CATEGORY="handler">
1.26 harris41 901: <DESCRIPTION>
1.62 harris41 902: This perl handling module reads in the available roles available
903: for a LON-CAPA user (different courses, different privileges, etc)
904: and produces a form-element HTML page which allows the user to select
905: which role he wishes to exercise in the LON-CAPA system. For instance,
906: a user may want to select between being a student in a thermodynamics
907: physics course or a teaching assistant for an introductory calculus
908: class.
1.26 harris41 909: </DESCRIPTION>
1.62 harris41 910: </METGROUP>
1.26 harris41 911: <METAGROUP>
1.29 harris41 912: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonindexer.pm" TARGET="home/httpd/lib/perl/Apache/lonindexer.pm" CATEGORY="handler">
1.26 harris41 913: <DESCRIPTION>
914: cross server filesystem browser
915: </DESCRIPTION>
916: </METAGROUP>
917: <METAGROUP>
1.29 harris41 918: <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 919: <DESCRIPTION>
1.62 harris41 920: This file is an interface to the lonc processes of the LON-CAPA network
921: as well as set of elaborated functions for handling information necessary
922: for navigating through a given cluster of LON-CAPA machines within a domain.
923: There are over 40 specialized functions in this module which handle
924: the reading and transmission of metadata, user information
925: (ids, names, environments, roles, logs), file information (storage, reading,
926: directories, extensions, replication, embedded styles and descriptors),
927: educational resources (course descriptions, section names and numbers),
928: url hashing (to assign roles on a url basis), and translating abbreviated
929: symbols to and from more descriptive phrases or explanations.
1.26 harris41 930: </DESCRIPTION>
931: </METAGROUP>
932: <METAGROUP>
1.29 harris41 933: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/index.html" TARGET="home/httpd/html/index.html" CATEGORY="interface file">
1.26 harris41 934: <DESCRIPTION>
935: bumps to login
936: </DESCRIPTION>
937: </METAGROUP>
938: <METAGROUP>
1.33 harris41 939: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="" TARGET="etc/httpd/conf/mime.types" LINKTO="etc/mime.types" CATEGORY="symbolic link">
940: <DESCRIPTION>
941: symbolic link to /etc/mime.types
942: </DESCRIPTION>
943: </METAGROUP>
944: <METAGROUP>
1.26 harris41 945: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="" TARGET="home/httpd/html/raw" LINKTO="home/httpd/html/res" CATEGORY="symbolic link">
946: <DESCRIPTION>
947: symbolic link to /home/httpd/html/res
948: </DESCRIPTION>
949: </METAGROUP>
950: <METAGROUP>
1.29 harris41 951: <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 952: <DESCRIPTION>
953: static html page that is shown when an attempt is made to access a document not present on the web server
954: </DESCRIPTION>
955: </METAGROUP>
956: <METAGROUP>
1.29 harris41 957: <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 958: <DESCRIPTION>
959: static html page that is shown when an attempt is made to access a document which is restricted based on
960: file or server configurations
961: </DESCRIPTION>
962: </METAGROUP>
963: <METAGROUP>
1.29 harris41 964: <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 965: <DESCRIPTION>
966: frameset
967: </DESCRIPTION>
968: </METAGROUP>
969: <METAGROUP>
1.40 harris41 970: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/parameter.html" TARGET="home/httpd/html/adm/rat/parameter.html" CATEGORY="interface file">
971: <DESCRIPTION>
972: Parameter input window.
973: </DESCRIPTION>
974: </METAGROUP>
975: <METAGROUP>
1.29 harris41 976: <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 977: <DESCRIPTION>
978: javascript
979: </DESCRIPTION>
980: </METAGROUP>
981: <METAGROUP>
1.29 harris41 982: <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 983: <DESCRIPTION>
984: bumper
985: </DESCRIPTION>
986: </METAGROUP>
1.45 harris41 987: <METAGROUP>
988: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/empty.html" TARGET="home/httpd/html/adm/rat/empty.html" CATEGORY="interface file">
989: <DESCRIPTION>
990: A blank page with very minimal HTML structural elements.
991: </DESCRIPTION>
992: </METAGROUP>
1.26 harris41 993: <METASUPERGROUP>
1.32 harris41 994: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/images/*.gif" TARGET="home/httpd/html/adm/rat/*.gif" CATEGORY="graphic file">
1.26 harris41 995: <DESCRIPTION>
996: graphic files
997: </DESCRIPTION>
998: <FILES>
1.1 harris41 999: 1.1.dt.gif
1000: 1.1.empty.gif
1001: 1.1.ld.gif
1002: 1.1.lr.gif
1003: 1.1.rd.gif
1004: 1.1.rl.gif
1005: 1.1.td.gif
1006: 1.1.tdrl.gif
1007: 1.1.tl.gif
1008: 1.1.tr.gif
1009: 1.1.utd.gif
1010: 1.2.ctd.gif
1011: 1.2.dt.gif
1012: 1.2.empty.gif
1013: 1.2.ld.gif
1014: 1.2.lr.gif
1015: 1.2.lrd.gif
1016: 1.2.lrtd.gif
1017: 1.2.rd.gif
1018: 1.2.rl.gif
1019: 1.2.rld.gif
1020: 1.2.rltd.gif
1021: 1.2.rtd.gif
1022: 1.2.rtdl.gif
1023: 1.2.rtl.gif
1024: 1.2.td.gif
1025: 1.2.tdl.gif
1026: 1.2.tdrl.gif
1027: 1.2.tl.gif
1028: 1.2.tr.gif
1029: 1.2.utd.gif
1030: 2.1.dt.gif
1031: 2.1.empty.gif
1032: 2.1.ld.gif
1033: 2.1.lr.gif
1034: 2.1.rd.gif
1035: 2.1.rl.gif
1036: 2.1.td.gif
1037: 2.1.tdrl.gif
1038: 2.1.tl.gif
1039: 2.1.tr.gif
1040: 2.2.dt.gif
1041: 2.2.empty.gif
1042: 2.2.ld.gif
1043: 2.2.lr.gif
1044: 2.2.lrd.gif
1045: 2.2.lrt.gif
1046: 2.2.rd.gif
1047: 2.2.rl.gif
1048: 2.2.rld.gif
1049: 2.2.rlt.gif
1050: 2.2.td.gif
1051: 2.2.tdl.gif
1052: 2.2.tdr.gif
1053: 2.2.tdrl.gif
1054: 2.2.tl.gif
1055: 2.2.tr.gif
1056: 2.2.url.gif
1057: 2.2.utd.gif
1058: arrow.gif
1059: bdt.gif
1060: bempty.gif
1061: bld.gif
1062: blr.gif
1063: blrd.gif
1064: blrt.gif
1065: brd.gif
1066: brl.gif
1067: brld.gif
1068: brlt.gif
1069: btd.gif
1070: btdl.gif
1071: btdr.gif
1072: btdrl.gif
1073: btl.gif
1074: btr.gif
1075: burl.gif
1076: butd.gif
1077: condition.gif
1078: edit.gif
1079: finish.gif
1080: info.gif
1081: inscol.gif
1082: inscond.gif
1083: insres.gif
1084: insrow.gif
1085: resource.gif
1086: sctd.gif
1087: sdt.gif
1088: sempty.gif
1089: sld.gif
1090: slr.gif
1091: slrd.gif
1092: slrtd.gif
1093: srd.gif
1094: srl.gif
1095: srld.gif
1096: srltd.gif
1097: srtd.gif
1098: srtdl.gif
1099: srtl.gif
1100: start.gif
1101: std.gif
1102: stdl.gif
1103: sutd.gif
1.26 harris41 1104: </FILES>
1105: </METASUPERGROUP>
1106: <METASUPERGROUP>
1.41 harris41 1107: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonKaputt/*.gif" TARGET="home/httpd/html/adm/lonKaputt/*.gif" CATEGORY="graphic file">
1108: <DESCRIPTION>
1.47 harris41 1109: icons to indicate an unexpected result
1.41 harris41 1110: </DESCRIPTION>
1111: <FILES>
1.47 harris41 1112: lonconstruct.gif
1.41 harris41 1113: lonlogo_broken.gif
1114: </FILES>
1115: </METASUPERGROUP>
1116: <METASUPERGROUP>
1.29 harris41 1117: <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 1118: <DESCRIPTION>
1119: logos
1120: </DESCRIPTION>
1121: <FILES>
1.2 harris41 1122: liteani.gif
1.32 harris41 1123: lonlogo.gif
1124: lonlogos.gif
1.80 ! harris41 1125: </FILES>
! 1126: </METASUPERGROUP>
! 1127: <METASUPERGROUP>
! 1128: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonMisc/*.gif" TARGET="home/httpd/html/adm/lonMisc/*.gif" CATEGORY="graphic file">
! 1129: <DESCRIPTION>
! 1130: miscellaneous resources
! 1131: </DESCRIPTION>
! 1132: <FILES>
! 1133: cat_button.gif
1.26 harris41 1134: </FILES>
1135: </METASUPERGROUP>
1136: <METAGROUP>
1.29 harris41 1137: <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 1138: <DESCRIPTION>
1139: perl module for invoking functions specific to Tex-to-HTML conversion
1140: </DESCRIPTION>
1.36 harris41 1141: <NOTE>
1142: Has the same dependencies and build process as tth.so.
1143: Currently, only the tth.so file specifications invoke
1144: the build process however.
1145: </NOTE>
1.26 harris41 1146: </METAGROUP>
1147: <METAGROUP>
1.31 harris41 1148: <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">
1149: <DESCRIPTION>
1150: shared library file for dynamic loading and unloading
1151: </DESCRIPTION>
1.32 harris41 1152: <BUILD>
1153: loncom/modules/TexConvert/tthperl/commands
1154: </BUILD>
1155: <DEPENDENCIES>
1156: ../tthdynamic/tthfunc.c
1157: ../ttmdynamic/ttmfunc.c
1158: </DEPENDENCIES>
1.31 harris41 1159: </METAGROUP>
1160: <METAGROUP>
1.29 harris41 1161: <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 1162: <DESCRIPTION>
1163: perl module for invoking functions specific to CAPA
1164: </DESCRIPTION>
1.36 harris41 1165: <NOTE>
1166: Has the same dependencies and build process as capa.so.
1167: Currently, only the capa.so file specifications invoke
1168: the build process however.
1169: </NOTE>
1.26 harris41 1170: </METAGROUP>
1171: <METAGROUP>
1.29 harris41 1172: <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 1173: <DESCRIPTION>
1174: bootstrap file associated with dynamic loading of this module on multiple architectures
1175: </DESCRIPTION>
1.36 harris41 1176: <NOTE>
1177: Has the same dependencies and build process as capa.so.
1178: Currently, only the capa.so file specifications invoke
1179: the build process however.
1180: </NOTE>
1.26 harris41 1181: </METAGROUP>
1182: <METAGROUP>
1.29 harris41 1183: <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 1184: <DESCRIPTION>
1185: shared library file for dynamic loading and unloading
1186: </DESCRIPTION>
1.32 harris41 1187: <BUILD>
1188: loncom/homework/caparesponse/commands
1189: </BUILD>
1190: <DEPENDENCIES>
1191: caparesponse.c
1.36 harris41 1192: caparesponse.pm
1193: [ALWAYS_RUN_BUILD_COMMAND]
1.32 harris41 1194: </DEPENDENCIES>
1.26 harris41 1195: </METAGROUP>
1196: <METASUPERGROUP>
1.29 harris41 1197: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/MathML/*.ent" TARGET="home/httpd/html/adm/MathML/*.ent" CATEGORY="system file">
1.26 harris41 1198: <DESCRIPTION>
1199: entity files
1200: </DESCRIPTION>
1201: <FILES>
1.1 harris41 1202: isoamsa.ent
1203: isoamsb.ent
1204: isoamsc.ent
1205: isoamsn.ent
1206: isoamso.ent
1207: isoamsr.ent
1208: isobox.ent
1209: isocyr1.ent
1210: isocyr2.ent
1211: isodia.ent
1212: isogrk1.ent
1213: isogrk2.ent
1214: isogrk3.ent
1215: isogrk4.ent
1216: isolat1.ent
1217: isolat2.ent
1218: isomfrk.ent
1219: isomopf.ent
1220: isomscr.ent
1221: isonum.ent
1222: isopub.ent
1223: isotech.ent
1224: mmlalias.ent
1225: mmlextra.ent
1.26 harris41 1226: </FILES>
1227: </METASUPERGROUP>
1228: <METAGROUP>
1.29 harris41 1229: <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 1230: <DESCRIPTION>
1231: cascading style sheet
1232: </DESCRIPTION>
1233: </METAGROUP>
1234: <METAGROUP>
1.29 harris41 1235: <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 1236: <DESCRIPTION>
1237: document type definition
1238: </DESCRIPTION>
1239: </METAGROUP>
1240: <METAGROUP>
1.30 harris41 1241: <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 1242: <DESCRIPTION>
1243: Encryption Routines according to Data Encryption Standard DES, written in javascript
1244: </DESCRIPTION>
1245: </METAGROUP>
1246: <METAGROUP>
1.30 harris41 1247: <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 1248: <DESCRIPTION>
1249: used by lonxml::xmlparse() as input variable $safeinit to Apache::run::run()
1.45 harris41 1250: </DESCRIPTION>
1251: </METAGROUP>
1252: <METAGROUP>
1253: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/capa.units" TARGET="home/httpd/html/res/adm/includes/capa.units" CATEGORY="static conf">
1254: <DESCRIPTION>
1255: Define unit prefixing and conversion for CAPA problem handling.
1.26 harris41 1256: </DESCRIPTION>
1257: </METAGROUP>
1258: <METASUPERGROUP>
1.30 harris41 1259: <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 1260: <DESCRIPTION>
1261: icons used for the entire LON-CAPA user interface
1262: </DESCRIPTION>
1263: <FILES>
1.1 harris41 1264: a.gif
1265: b.gif
1266: c.gif
1267: chat.gif
1268: d.gif
1269: e.gif
1270: endmenu.gif
1271: f.gif
1272: feedback.gif
1273: fnkmenu.gif
1274: g.gif
1275: group.gif
1276: h.gif
1277: help.gif
1278: hyphen.gif
1279: i.gif
1280: info.gif
1281: j.gif
1282: k.gif
1283: l.gif
1284: ledblink.gif
1285: ledoff.gif
1286: ledon.gif
1287: ledsend.gif
1288: m.gif
1289: n.gif
1290: navmenu.gif
1291: next.gif
1292: o.gif
1293: p.gif
1294: prev.gif
1295: q.gif
1296: r.gif
1297: reload.gif
1298: remotebg.gif
1299: s.gif
1300: space.gif
1301: spacer.gif
1302: t.gif
1303: title.gif
1304: u.gif
1305: v.gif
1306: w.gif
1307: x.gif
1308: y.gif
1309: z.gif
1.26 harris41 1310: </FILES>
1311: </METASUPERGROUP>
1312: <METAGROUP>
1.30 harris41 1313: <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 1314: <DESCRIPTION>
1315: image maps for the LON-CAPA remote control
1316: </DESCRIPTION>
1317: </METAGROUP>
1318: <METAGROUP>
1.44 harris41 1319: <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 1320: <DESCRIPTION>
1321: welcoming page to the LON-CAPA system upon login
1322: </DESCRIPTION>
1323: </METAGROUP>
1324: <METAGROUP>
1.41 harris41 1325: <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 1326: <DESCRIPTION>
1327: renders the HTML (including image maps) for the LON-CAPA remote control
1328: </DESCRIPTION>
1329: </METAGROUP>
1330: <METASUPERGROUP>
1.34 harris41 1331: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/indexericons/*.gif" TARGET="home/httpd/html/res/adm/pages/indexericons/*.gif" CATEGORY="graphic file">
1332: <DESCRIPTION>
1333: icons used for the bookmark portion of the LON-CAPA user interface
1334: </DESCRIPTION>
1335: <FILES>
1336: a.gif
1337: alert.black.gif
1338: alert.red.gif
1339: back.gif
1340: ball.gray.gif
1341: ball.red.gif
1342: binary.gif
1343: binhex.gif
1344: blank.gif
1345: bomb.gif
1346: box1.gif
1347: box2.gif
1348: broken.gif
1349: burst.gif
1350: c.gif
1351: comp.blue.gif
1352: comp.gray.gif
1353: compressed.gif
1354: continued.gif
1355: course.gif
1356: dir.gif
1357: down.gif
1358: dvi.gif
1359: f.gif
1360: folder.gif
1361: folder.open.gif
1362: folder.sec.gif
1363: folder_closed.gif
1364: folder_closed_pressed.gif
1365: folder_new.gif
1366: folder_opened.gif
1367: folder_opened_pressed.gif
1368: folder_pointer_closed.gif
1369: folder_pointer_opened.gif
1370: folder_spacer.gif
1371: folder_trash.gif
1372: forward.gif
1373: generic.gif
1374: generic.red.gif
1375: generic.sec.gif
1376: hand.right.gif
1377: hand.up.gif
1378: html.gif
1379: image1.gif
1380: image2.gif
1381: image3.gif
1382: index.gif
1383: layout.gif
1384: left.gif
1385: link.gif
1386: mov.gif
1387: movie1.gif
1388: p.gif
1389: patch.gif
1390: pdf.gif
1391: portal.gif
1392: problem.gif
1393: ps.gif
1394: quill.gif
1395: right.gif
1396: screw1.gif
1397: screw2.gif
1398: script.gif
1399: sound1.gif
1400: sound2.gif
1401: sphere1.gif
1402: sphere2.gif
1403: tar.gif
1404: tex.gif
1405: text.gif
1406: transfer.gif
1407: unknown.gif
1408: up.gif
1409: uu.gif
1410: uuencoded.gif
1411: white_space_20_22.gif
1412: white_space_22_22.gif
1413: world1.gif
1414: world2.gif
1415: </FILES>
1416: </METASUPERGROUP>
1417: <METASUPERGROUP>
1.29 harris41 1418: <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 1419: <DESCRIPTION>
1.34 harris41 1420: icons used for directory indexing and login screen
1.26 harris41 1421: </DESCRIPTION>
1422: <FILES>
1.12 harris41 1423: button_close.gif
1424: button_edit.gif
1425: button_preview.gif
1426: folder_closed.gif
1427: folder_closed_pressed.gif
1428: folder_new.gif
1429: folder_opened.gif
1430: folder_opened_pressed.gif
1431: folder_pointer_closed.gif
1432: folder_pointer_opened.gif
1433: folder_spacer.gif
1434: folder_trash.gif
1435: left_bar.gif
1436: link.gif
1437: link_pressed.gif
1438: ll_corner.gif
1439: lower_bar.gif
1440: lr_corner.gif
1441: right_bar.gif
1442: toolbar_bg.gif
1443: ul_corner.gif
1444: upper_bar.gif
1445: ur_corner.gif
1.26 harris41 1446: </FILES>
1447: </METASUPERGROUP>
1448: <METASUPERGROUP>
1.29 harris41 1449: <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 1450: <DESCRIPTION>
1451: associated with the frameset scheme of displaying bookmarks
1452: </DESCRIPTION>
1453: <FILES>
1.34 harris41 1454: bookmarkmenu_toolbar.html
1.12 harris41 1455: bookmarkpal_old.html
1456: index.html
1.26 harris41 1457: </FILES>
1458: </METASUPERGROUP>
1459: <METAGROUP>
1.29 harris41 1460: <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 1461: <DESCRIPTION>
1462: javascript for handling client-side interactions with bookmark interface
1463: </DESCRIPTION>
1464: </METAGROUP>
1465: <METAGROUP>
1.29 harris41 1466: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverifypackages" TARGET="usr/sbin/loncapaverifypackages" CATEGORY="script">
1.26 harris41 1467: <DESCRIPTION>
1468: checks the system RPMs against what install.lon-capa.org specifies
1469: </DESCRIPTION>
1470: </METAGROUP>
1471: <METAGROUP>
1.29 harris41 1472: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverifybasepackage" TARGET="usr/sbin/loncapaverifybasepackage" CATEGORY="script">
1.26 harris41 1473: <DESCRIPTION>
1474: checks the important base LON-CAPA files against what install.lon-capa.org specifies
1475: </DESCRIPTION>
1476: </METAGROUP>
1477: <METAGROUP>
1.29 harris41 1478: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncaparestoreconfigurations" TARGET="usr/sbin/loncaparestoreconfigurations" CATEGORY="script">
1.26 harris41 1479: <DESCRIPTION>
1480: restores .rpmsave files after a LON-CAPA-base upgrade
1481: </DESCRIPTION>
1482: </METAGROUP>
1483: <METAGROUP>
1.29 harris41 1484: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaautoupgrade" TARGET="usr/sbin/loncapaautoupgrade" CATEGORY="script">
1.26 harris41 1485: <DESCRIPTION>
1486: does all the things to coordinate updating of LON-CAPA base files. Should be used with
1487: caution so that you do not lose work
1488: </DESCRIPTION>
1489: </METAGROUP>
1490: <METAGROUP>
1.29 harris41 1491: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverify" TARGET="usr/sbin/loncapaverify" CATEGORY="script">
1.26 harris41 1492: <DESCRIPTION>
1493: makes verification report using loncapaverifypackages and loncapaverifybasepackage
1494: </DESCRIPTION>
1495: </METAGROUP>
1496: <METAGROUP>
1.43 harris41 1497: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/cron/loncapa" TARGET="etc/cron.d/loncapa" CATEGORY="static conf">
1.26 harris41 1498: <DESCRIPTION>
1499: file that specifies periodic processes to run for the LON-CAPA machine
1500: </DESCRIPTION>
1501: </METAGROUP>
1502: <METAGROUP>
1.29 harris41 1503: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/ntp/step-tickers" TARGET="etc/ntp/step-tickers" CATEGORY="conf">
1.26 harris41 1504: <DESCRIPTION>
1505: file that stimulates running of ntpdate upon init.d/xntpd initiation
1506: </DESCRIPTION>
1507: <NOTE>
1.19 harris41 1508: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
1509: <TR><TD><TT>just one line with the ip address of the server</TT></TD></TR>
1510: </TABLE>
1.26 harris41 1511: </NOTE>
1512: </METAGROUP>
1513: <METAGROUP>
1.29 harris41 1514: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/init.d/loncontrol" CATEGORY="root script">
1515: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc0.d/K05loncontrol" CATEGORY="root script">
1516: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc1.d/K05loncontrol" CATEGORY="root script">
1517: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc2.d/K05loncontrol" CATEGORY="root script">
1518: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc3.d/S95loncontrol" CATEGORY="root script">
1519: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc4.d/S95loncontrol" CATEGORY="root script">
1520: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc5.d/S95loncontrol" CATEGORY="root script">
1521: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc6.d/K05loncontrol" CATEGORY="root script">
1.26 harris41 1522: <DESCRIPTION>
1523: system init and control handling for the LON-CAPA network
1524: </DESCRIPTION>
1525: </METAGROUP>
1526: <METAGROUP>
1.29 harris41 1527: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/atalk/config" TARGET="etc/atalk/config" CATEGORY="conf">
1.26 harris41 1528: <DESCRIPTION>
1529: configuration file to make LON-CAPA server file space accessible to Appleshares access (Macintosh)
1530: </DESCRIPTION>
1531: </METAGROUP>
1.1 harris41 1532: </BODY>
1533: </HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>