Annotation of doc/loncapafiles/loncapafiles.html, revision 1.120

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>