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