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