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