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