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