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