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

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.25      harris41   30: <BR>&lt;LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/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;
                     55: <BR>&lt;LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/lontex.pm" TARGET="home/httpd/lib/perl/Apache/lontex.pm" CATEGORY="handler"&gt;
                     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;
                     62: <BR>&lt;LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/tth.so" TARGET="usr/lib/perl5/site_perl/5.005/tth.so" CATEGORY="system file"&gt;
                     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;
                     67: <BR>loncom/modules/TexConvert/tthperl/commands
                     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">
                    112: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="handler" CHMOD="0600" CHOWN="www:users">
                    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">
                    117: <LONCAPA TYPE=OWNERSHIP CATEGORY="script" CHMOD="0700" CHOWN="www:users">
                    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">
                    123: <LONCAPA TYPE=OWNERSHIP CATEGORY="root script" CHMOD="0700" CHOWN="root:root">
                    124: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="root script" CHMOD="0700" CHOWN="root:root">
                    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">
                    129: <LONCAPA TYPE=OWNERSHIP CATEGORY="server standard" CHMOD="0700" CHOWN="www:users">
                    130: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="server standard" CHMOD="0755" CHOWN="www:users">
                    131: <LONCAPA TYPE=OWNERSHIP CATEGORY="server readonly" CHMOD="0500" CHOWN="www:users">
                    132: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="server readonly" CHMOD="0700" CHOWN="www:users">
                    133: 
1.24      harris41  134: <LONCAPA TYPE=RPM NAME="Summary" VALUE="Basic files for running a LON-CAPA server.">
                    135: <LONCAPA TYPE=RPM NAME="Name" VALUE="LON-CAPA-base">
                    136: <LONCAPA TYPE=RPM NAME="Version" VALUE="3.1">
                    137: <LONCAPA TYPE=RPM NAME="Release" VALUE="1">
                    138: <LONCAPA TYPE=RPM NAME="Vendor" VALUE="Laboratory for Instructional Technology Education, Division of Science and Mathematics Education, Michigan State University.">
                    139: <LONCAPA TYPE=RPM NAME="BuildRoot" VALUE="/home/harris41/LON-CAPA-BuildRoot">
                    140: <LONCAPA TYPE=RPM NAME="Copyright" VALUE="GNU General Public License. Version 2, June 1991.  Michigan State University patents may apply.">
                    141: <LONCAPA TYPE=RPM NAME="Group" VALUE="Utilities/System">
                    142: <LONCAPA TYPE=RPM NAME="Source" VALUE="LON-CAPA-base-3.1.tar.gz">
                    143: <LONCAPA TYPE=RPM NAME="AutoReqProv" VALUE="no">
                    144: <LONCAPA TYPE=RPM NAME="description" VALUE="This package facilitates a base installation of LON-CAPA files in their directories.\nThe files in this package are only those directly associated with the network communication\nlayer established through direct server-to-server communications (via lond and lonc); plus\nthose which configure (but otherwise not constitute) external software packages like Apache\nand Athena-Kerberos.  For more on the LON-CAPA project, visit http://www.lon-capa.org/.">
1.27      harris41  145: <LONCAPA TYPE=RPM NAME="pre" VALUE="echo '***********************************************************************'\necho 'LON-CAPA  LearningOnline with CAPA'\necho 'http://www.lon-capa.org/'\necho 'Gerd Kortemeyer, et al'\necho 'Laboratory for Instructional Technology Education'\necho 'Michigan State University'\necho 'General Public License, Version 2, June 1991'\necho '** Michigan State University patents may apply **'\necho ' '\necho 'This installation assumes an installation of Redhat 6.2'\necho ' '\necho 'The server computer should be currently connected to the ethernet'\necho ' '\necho 'The files in this package are only those directly associated with the network communication'\necho 'layer established through direct server-to-server communications (via lond and lonc); plus'\necho 'those which configure (but otherwise not constitute) external software packages like Apache'\necho 'and Athena-Kerberos.'\necho '***********************************************************************'\n">
1.25      harris41  146: 
                    147: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/httpd/conf" CATEGORY="standard">
                    148: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/lonTabs" CATEGORY="standard">
1.30      harris41  149: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd" CATEGORY="standard">
1.25      harris41  150: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc" CATEGORY="standard">
                    151: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/perl" CATEGORY="server readonly">
1.26      harris41  152: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/perl/logs" CATEGORY="server standard">
1.25      harris41  153: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/perl/tmp" CATEGORY="server standard">
                    154: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/lib/perl/Apache" CATEGORY="server readonly">
1.26      harris41  155: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/lonIDs" CATEGORY="server standard" DESCRIPTION="cookie jar">
                    156: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/sockets" CATEGORY="server standard" DESCRIPTION="lonc's sockets">
                    157: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/sockets/delayed" CATEGORY="server standard" DESCRIPTION="lonc's sockets">
1.25      harris41  158: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html" CATEGORY="server standard">
1.26      harris41  159: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res" CATEGORY="server standard" DESCRIPTION="root of resource tree">
                    160: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm" CATEGORY="server readonly" DESCRIPTION="unauthenticated resources">
                    161: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/rat" CATEGORY="server readonly" DESCRIPTION="home of the rat">
1.25      harris41  162: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/lonIcons" CATEGORY="server readonly">
1.41      harris41  163: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/lonKaputt" CATEGORY="server readonly">
1.62      harris41  164: <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
                    165: LON-CAPA system.">
1.26      harris41  166: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/lon-status" CATEGORY="server standard" DESCRIPTION="status reports">
1.25      harris41  167: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="usr/lib/perl5/site_perl/5.005" CATEGORY="standard">
                    168: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/MathML" CATEGORY="server readonly">
                    169: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/includes" CATEGORY="server readonly">
                    170: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages" CATEGORY="server readonly">
                    171: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages/bookmarkmenu" CATEGORY="server readonly">
                    172: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages/annotations" CATEGORY="server readonly">
                    173: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="usr/sbin" CATEGORY="standard">
                    174: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/cron.d" CATEGORY="standard">
                    175: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/ntp" CATEGORY="standard">
                    176: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/init.d" CATEGORY="standard">
1.30      harris41  177: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc0.d" CATEGORY="standard">
                    178: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc1.d" CATEGORY="standard">
                    179: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc2.d" CATEGORY="standard">
                    180: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc3.d" CATEGORY="standard">
                    181: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc4.d" CATEGORY="standard">
                    182: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc5.d" CATEGORY="standard">
                    183: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc6.d" CATEGORY="standard">
1.25      harris41  184: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/atalk" CATEGORY="standard">
1.35      harris41  185: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages/indexericons" CATEGORY="server readonly">
1.25      harris41  186: 
                    187: <BUILD>
                    188: </BUILD>
                    189: <DEPENDENCIES>
                    190: </DEPENDENCIES>
                    191: 
                    192: <METAGROUP>
                    193: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/access.conf" TARGET="etc/httpd/conf/access.conf" CATEGORY="conf">
                    194: <DESCRIPTION>
1.59      harris41  195: This file has two major functions.
                    196: For the Apache web server, it defines a global
                    197: access configuration which defines what server options (Indexes", "Includes",
                    198: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
                    199: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
                    200: and "/usr/doc").  For the LON-CAPA network server and perl module
                    201: handlers, it defines machine specific settings (lonHostID, lonRole,
                    202: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt)
                    203: and internal machine settings for specific directories, socket ports,
                    204: and browser detection logic.
1.25      harris41  205: </DESCRIPTION>
                    206: <NOTE>
                    207: <B>configure</B>
                    208: <BR>
                    209: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
                    210: <TR><TD><TT>lonHostID</TT></TD><TD>LON-internal HostID of this machine</TD></TR>
                    211: <TR><TD><TT>lonRole</TT></TD><TD>Role of this machine: library, access</TD></TR>
                    212: <TR><TD><TT>lonAdmEMail</TT></TD><TD>Server Administration</TD></TR>
                    213: <TR><TD><TT>lonDefDomain</TT></TD><TD>Default domain</TD></TR>
                    214: <TR><TD><TT>lonLoadLim</TT></TD><TD>Load Limit ( 100% loadavg )</TD></TR>
                    215: <TR><TD><TT>lonExpire</TT></TD><TD>Expiration for local copies in seconds</TD></TR>
                    216: </TABLE>
                    217: </NOTE>
                    218: </METAGROUP>
                    219: <METAGROUP>
                    220: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/httpd.conf" TARGET="etc/httpd/conf/httpd.conf" CATEGORY="static conf">
                    221: <DESCRIPTION>
1.59      harris41  222: This is the main server configuration file.  The settings here are
                    223: more or less standard for the Apache web server.  Most notably (and
                    224: importantly!), perl handling and mod_perl are enabled in this configuration
                    225: file.
1.25      harris41  226: </DESCRIPTION>
                    227: </METAGROUP>
                    228: <METAGROUP>
                    229: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/srm.conf" TARGET="etc/httpd/conf/srm.conf" CATEGORY="static conf">
                    230: <DESCRIPTION>
1.58      harris41  231: <P>
1.59      harris41  232: This file configures the "name space" of the Apache web server.  
                    233: <TT>srm.conf</TT>
1.58      harris41  234: defines when specific perl modules should be called to handle a given
1.59      harris41  235: request.  This definition is a function of both the name of the perl module,
1.58      harris41  236: and a specific regular expression associated with the URL, such as
                    237: "^/res/.*\.page".
                    238: </P>
                    239: <P>
                    240: Here is an example entry:
                    241: <PRE>
1.59      harris41  242: &lt;LocationMatch "^/res/.*\.page$&gt;
1.58      harris41  243: SetHandler perl-script
                    244: PerlHandler Apache::lonpage
1.59      harris41  245: &lt;/LocationMatch&gt;
1.58      harris41  246: </PRE>
                    247: </P>
1.25      harris41  248: </DESCRIPTION>
                    249: </METAGROUP>
                    250: <METAGROUP>
                    251: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/startup.pl" TARGET="etc/httpd/conf/startup.pl" CATEGORY="static conf">
                    252: <DESCRIPTION>
1.59      harris41  253: This file provides initializations for perl handlers.  It adjusts what
                    254: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
                    255: well as causing the Apache module to be used for every perl handler.
                    256: <TT>startup.pl</TT> is invoked by <TT>access.conf</TT>.
1.25      harris41  257: </DESCRIPTION>
                    258: </METAGROUP>
                    259: <METAGROUP>
1.26      harris41  260: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/filetypes.tab" TARGET="home/httpd/lonTabs/filetypes.tab" CATEGORY="static conf">
1.25      harris41  261: <DESCRIPTION>
                    262: Descriptive list of file extensions, and extension groupings
                    263: </DESCRIPTION>
                    264: </METAGROUP>
1.26      harris41  265: <METAGROUP>
1.29      harris41  266: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/roles.tab" TARGET="home/httpd/lonTabs/roles.tab" CATEGORY="static conf">
1.26      harris41  267: <DESCRIPTION>
                    268: List of privileges associated with users of multiple types (for example: Teaching
                    269: Assistant, Exam Proctor, Course Coordinator)
                    270: </DESCRIPTION>
                    271: </METAGROUP>
                    272: <METAGROUP>
1.29      harris41  273: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/rolesplain.tab" TARGET="home/httpd/lonTabs/rolesplain.tab" CATEGORY="static conf">
1.26      harris41  274: <DESCRIPTION>
                    275: Descriptive list of abbreviations used in <TT>roles.tab</TT> for user types
                    276: and privileges available in the network with function
                    277: </DESCRIPTION>
                    278: </METAGROUP>
                    279: <METAGROUP>
1.29      harris41  280: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/hosts.tab" TARGET="home/httpd/lonTabs/hosts.tab" CATEGORY="conf">
1.26      harris41  281: <DESCRIPTION>
                    282: List of all machines in the LON-CAPA network.  Relates <TT>lonHostID</TT> to
                    283: <TT>lonDefDomain</TT> and <U>IP address</U>
                    284: </DESCRIPTION>
                    285: </METAGROUP>
                    286: <METAGROUP>
1.29      harris41  287: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/spare.tab" TARGET="home/httpd/lonTabs/spare.tab" CATEGORY="conf">
1.26      harris41  288: <DESCRIPTION>
                    289: Spare hosts to offload session to if the LON-CAPA machine is overloaded
                    290: </DESCRIPTION>
                    291: <NOTE>
1.25      harris41  292: <B>configure</B><BR>
                    293: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
                    294: <TR><TD>
                    295: list elements are separated by newlines
                    296: </TD></TR>
                    297: <TR><TD>
                    298: each list element consists of only one value; the value for <TT>lonHostID</TT> in <TT>access.conf</TT>
                    299: </TD></TR>
                    300: </TABLE>
1.26      harris41  301: </NOTE>
                    302: </METAGROUP>
                    303: <METAGROUP>
1.30      harris41  304: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/htpasswd" TARGET="home/httpd/lonTabs/htpasswd" CATEGORY="static conf">
1.26      harris41  305: <DESCRIPTION>
                    306: Basic auth password to access /lon-status and /server-status
                    307: </DESCRIPTION>
                    308: </METAGROUP>
                    309: <METAGROUP>
1.29      harris41  310: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/krb.conf" TARGET="etc/krb.conf" CATEGORY="conf">
1.26      harris41  311: <DESCRIPTION>
                    312: which Kerberos server to contact for which Kerberos domains
                    313: </DESCRIPTION>
                    314: <NOTE>
1.25      harris41  315: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
                    316: <TR><TD>
                    317: list elements are separated by newlines
                    318: </TD></TR>
                    319: <TR><TD>
                    320: each list element consists of only two subelements separated by a colon
                    321: <BR>
                    322: <UL>
                    323: <LI>Kerberos domain value
                    324: <LI>Kerberos server IP address
                    325: </UL>
                    326: </TD></TR>
                    327: </TABLE>
1.26      harris41  328: </NOTE>
                    329: </METAGROUP>
                    330: <METAGROUP>
1.29      harris41  331: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/smb.conf" TARGET="etc/smb.conf" CATEGORY="conf">
1.26      harris41  332: <DESCRIPTION>
                    333: configuration file to make LON-CAPA server file space accessible to network neighborhood
                    334: </DESCRIPTION>
                    335: <NOTE>
                    336: configure
                    337: </NOTE>
                    338: </METAGROUP>
                    339: <METAGROUP>
1.29      harris41  340: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/ntp.conf" TARGET="etc/ntp.conf" CATEGORY="conf">
1.26      harris41  341: <DESCRIPTION>
                    342: which NTP server to contact for information (XNTP3 standard)
                    343: </DESCRIPTION>
                    344: <NOTE>
1.25      harris41  345: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
                    346: <TR><TD>
                    347: only one line needs to be changed to specify a server ip address
                    348: </TD></TR>
                    349: <TR><TD>
                    350: Example:<BR><NOBR><TT>server ntp.msu.edu</TT>
                    351: </TD></TR>
                    352: </TABLE>
1.26      harris41  353: </NOTE>
                    354: </METAGROUP>
                    355: <METAGROUP>
1.29      harris41  356: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonc" TARGET="home/httpd/perl/lonc" CATEGORY="script">
1.26      harris41  357: <DESCRIPTION>
                    358: proxy server
                    359: </DESCRIPTION>
                    360: </METAGROUP>
                    361: <METAGROUP>
1.29      harris41  362: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lond" TARGET="home/httpd/perl/lond" CATEGORY="script">
1.26      harris41  363: <DESCRIPTION>
1.62      harris41  364: This is a remote command interpreter on a TCP LON-CAPA network layer.
                    365: It accepts and processes incoming requests from other LON-CAPA machines
                    366: on the network.  lond's functionality is self-contained in the sense
                    367: that it does not reference (import, require, use) any other file
                    368: described in this document.  There are only 15 subroutines in this
                    369: script, however the <TT>make_new_child</TT> subroutine is quite
                    370: complex since it parses and responds about 29 different types of 
                    371: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
                    372: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
                    373: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
                    374: tmpput, tmpget, and ls).
1.26      harris41  375: </DESCRIPTION>
                    376: </METAGROUP>
                    377: <METAGROUP>
1.29      harris41  378: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/loncron" TARGET="home/httpd/perl/loncron" CATEGORY="script">
1.26      harris41  379: <DESCRIPTION>
                    380: housekeeping
                    381: </DESCRIPTION>
                    382: </METAGROUP>
                    383: <METAGROUP>
1.29      harris41  384: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonsql" TARGET="home/httpd/perl/lonsql" CATEGORY="script">
1.26      harris41  385: <DESCRIPTION>
                    386: maintain secondary database of metadata
                    387: </DESCRIPTION>
                    388: </METAGROUP>
                    389: <METAGROUP>
1.29      harris41  390: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcpasswd" TARGET="home/httpd/perl/lcpasswd" CATEGORY="setuid script">
1.26      harris41  391: <DESCRIPTION>
                    392: coordinates the system services and files in order to allow lond to change user passwords
                    393: </DESCRIPTION>
                    394: </METAGROUP>
                    395: <METAGROUP>
1.29      harris41  396: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcuseradd" TARGET="home/httpd/perl/lcuseradd" CATEGORY="setuid script">
1.26      harris41  397: <DESCRIPTION>
                    398: coordinates the system services and files in order to allow lond to add a new user
                    399: </DESCRIPTION>
                    400: </METAGROUP>
                    401: <METAGROUP>
1.29      harris41  402: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcuserdel" TARGET="home/httpd/perl/lcuserdel" CATEGORY="setuid script">
1.26      harris41  403: <DESCRIPTION>
                    404: coordinates the system services and files in order to allow lond to delete a user
                    405: </DESCRIPTION>
                    406: </METAGROUP>
                    407: <METAGROUP>
1.29      harris41  408: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcnfson" TARGET="home/httpd/perl/lcnfson" CATEGORY="setuid script">
1.26      harris41  409: <DESCRIPTION>
                    410: coordinates the system services and files in order to allow lond to enable NFS for a user
                    411: </DESCRIPTION>
                    412: </METAGROUP>
                    413: <METAGROUP>
1.29      harris41  414: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcnfsoff" TARGET="home/httpd/perl/lcnfsoff" CATEGORY="setuid script">
1.26      harris41  415: <DESCRIPTION>
                    416: coordinates the system services and files in order to allow lond to disable NFS for a user
                    417: </DESCRIPTION>
                    418: </METAGROUP>
                    419: <METAGROUP>
1.29      harris41  420: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/publisher.html" TARGET="home/httpd/html/adm/publisher.html" CATEGORY="interface file">
                    421: <DESCRIPTION>
                    422: HTML frame that presents a form element to allow for the publishing of
                    423: resources, directories and underlying subdirectories.
                    424: </DESCRIPTION>
                    425: </METAGROUP>
                    426: <METAGROUP>
1.37      harris41  427: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/lectureonline.sty" TARGET="home/httpd/html/res/adm/includes/lectureonline.sty" CATEGORY="static conf">
                    428: <DESCRIPTION>
                    429: The relevant conditions and metadata to attach to LectureOnline-specific tags.
                    430: </DESCRIPTION>
                    431: </METAGROUP>
                    432: <METAGROUP>
1.30      harris41  433: <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  434: <DESCRIPTION>
                    435: File which contains words which should not be keywords used to specify resource
                    436: content.
                    437: </DESCRIPTION>
                    438: </METAGROUP>
                    439: <METAGROUP>
                    440: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/copyright.tab" TARGET="home/httpd/html/res/adm/includes/copyright.tab" CATEGORY="conf">
                    441: <DESCRIPTION>
                    442: Table which contains list of copyright possibilities for educational resources.
                    443: </DESCRIPTION>
                    444: </METAGROUP>
                    445: <METAGROUP>
                    446: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/language.tab" TARGET="home/httpd/lonTabs/language.tab" CATEGORY="static conf">
                    447: <DESCRIPTION>
                    448: Table which contains string abbreviations of language::font rendering
                    449: combinations.
                    450: </DESCRIPTION>
                    451: </METAGROUP>
                    452: <METAGROUP>
                    453: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/addid.tab" TARGET="home/httpd/lonTabs/addid.tab" CATEGORY="static conf">
                    454: <DESCRIPTION>
                    455: Table which has hash data necessary for distinguishing IDs from indices.
                    456: </DESCRIPTION>
                    457: </METAGROUP>
                    458: <METAGROUP>
1.68      harris41  459: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmeta.pm" TARGET="home/httpd/lib/perl/Apache/lonmeta.pm" CATEGORY="handler">
1.66      harris41  460: <DESCRIPTION>
                    461: Metadata display handler.
                    462: </DESCRIPTION>
                    463: <STATUS>works/unverified</STATUS>
                    464: </METAGROUP>
                    465: <METAGROUP>
1.65      harris41  466: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonambiguous.pm" TARGET="home/httpd/lib/perl/Apache/lonambiguous.pm" CATEGORY="handler">
                    467: <DESCRIPTION>
                    468: Handler to resolve ambiguous file locations.
                    469: </DESCRIPTION>
                    470: <STATUS>works/unverified</STATUS>
                    471: </METAGROUP>
                    472: <METAGROUP>
1.64      harris41  473: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonratparms.pm" TARGET="home/httpd/lib/perl/Apache/lonratparms.pm" CATEGORY="handler">
                    474: <DESCRIPTION>
                    475: Handler to set resource parameters inside of the RAT based on metadata.
                    476: </DESCRIPTION>
                    477: <STATUS>works/unverified</STATUS>
                    478: </METAGROUP>
                    479: <METAGROUP>
1.63      harris41  480: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonsequence.pm" TARGET="home/httpd/lib/perl/Apache/lonsequence.pm" CATEGORY="handler">
                    481: <DESCRIPTION>
                    482: Handler for showing sequence objects of educational resources.
                    483: </DESCRIPTION>
                    484: <STATUS>works/unverified</STATUS>
                    485: </METAGROUP>
                    486: <METAGROUP>
1.57      harris41  487: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/metadata_database/lonsql.pm" TARGET="home/httpd/lib/perl/Apache/lonsql.pm" CATEGORY="handler">
                    488: <DESCRIPTION>
                    489: Handler for interacting with MySQL database (via lonsql layer).
                    490: </DESCRIPTION>
                    491: <STATUS>works/unverified</STATUS>
                    492: </METAGROUP>
                    493: <METAGROUP>
1.55      harris41  494: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncreatecourse.pm" TARGET="home/httpd/lib/perl/Apache/loncreatecourse.pm" CATEGORY="handler">
                    495: <DESCRIPTION>
1.62      harris41  496: Creates a new course and assigns course coordinator.
1.55      harris41  497: </DESCRIPTION>
                    498: <STATUS>works/unverified</STATUS>
                    499: </METAGROUP>
                    500: <METAGROUP>
                    501: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncreateuser.pm" TARGET="home/httpd/lib/perl/Apache/loncreateuser.pm" CATEGORY="handler">
                    502: <DESCRIPTION>
                    503: Creates a new user and/or changes user privileges
                    504: </DESCRIPTION>
                    505: <STATUS>works/unverified</STATUS>
                    506: </METAGROUP>
                    507: <METAGROUP>
1.52      harris41  508: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonchart.pm" TARGET="home/httpd/lib/perl/Apache/lonchart.pm" CATEGORY="handler">
                    509: <DESCRIPTION>
                    510: Produces simple LectureOnline-like student assessment performance chart
                    511: </DESCRIPTION>
                    512: <STATUS>works/unverified</STATUS>
                    513: </METAGROUP>
                    514: <METAGROUP>
1.54      harris41  515: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncommon.pm" TARGET="home/httpd/lib/perl/Apache/loncommon.pm" CATEGORY="handler">
                    516: <DESCRIPTION>
1.56      harris41  517: Makes a table out of the previous attempts.  Inputs result_from_symbread,
                    518: user, domain, home_server, course_id
1.54      harris41  519: </DESCRIPTION>
                    520: <STATUS>works/unverified</STATUS>
                    521: </METAGROUP>
                    522: <METAGROUP>
1.53      harris41  523: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/grades.pm" TARGET="home/httpd/lib/perl/Apache/grades.pm" CATEGORY="handler">
                    524: <DESCRIPTION>
                    525: Handles the viewing of grades.
                    526: </DESCRIPTION>
                    527: </METAGROUP>
                    528: <METAGROUP>
                    529: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/imageresponse.pm" TARGET="home/httpd/lib/perl/Apache/imageresponse.pm" CATEGORY="handler">
                    530: <DESCRIPTION>
                    531: Coordinates the response to clicking an image.
                    532: </DESCRIPTION>
                    533: </METAGROUP>
                    534: <METAGROUP>
1.51      harris41  535: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/optionresponse.pm" TARGET="home/httpd/lib/perl/Apache/optionresponse.pm" CATEGORY="handler">
                    536: <DESCRIPTION>
                    537: Handles tags associated with showing a list of options.
                    538: </DESCRIPTION>
                    539: </METAGROUP>
                    540: <METAGROUP>
1.50      harris41  541: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/outputtags.pm" TARGET="home/httpd/lib/perl/Apache/outputtags.pm" CATEGORY="handler">
                    542: <DESCRIPTION>
                    543: Handles tags associated with output.  Seems to relate to due dates of the
                    544: assignment.
                    545: </DESCRIPTION>
                    546: </METAGROUP>
                    547: <METAGROUP>
1.48      harris41  548: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lontest.pm" TARGET="home/httpd/lib/perl/Apache/lontest.pm" CATEGORY="handler">
                    549: <DESCRIPTION>
                    550: Used for debugging and testing the LON-CAPA system.
                    551: </DESCRIPTION>
                    552: </METAGROUP>
                    553: <METAGROUP>
1.49      harris41  554: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/radiobuttonresponse.pm" TARGET="home/httpd/lib/perl/Apache/radiobuttonresponse.pm" CATEGORY="handler">
1.48      harris41  555: <DESCRIPTION>
                    556: Handles multiple-choice style responses.
                    557: </DESCRIPTION>
                    558: </METAGROUP>
                    559: <METAGROUP>
1.47      harris41  560: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonassignments.pm" TARGET="home/httpd/lib/perl/Apache/lonassignments.pm" CATEGORY="handler">
                    561: <DESCRIPTION>
                    562: Handles processing of assignments.
                    563: </DESCRIPTION>
                    564: </METAGROUP>
                    565: <METAGROUP>
                    566: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncommunicate.pm" TARGET="home/httpd/lib/perl/Apache/loncommunicate.pm" CATEGORY="handler">
                    567: <DESCRIPTION>
                    568: Handles communication.
                    569: </DESCRIPTION>
                    570: </METAGROUP>
                    571: <METAGROUP>
                    572: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonerrorhandler.pm" TARGET="home/httpd/lib/perl/Apache/lonerrorhandler.pm" CATEGORY="handler">
                    573: <DESCRIPTION>
                    574: Handles errors.
                    575: </DESCRIPTION>
                    576: </METAGROUP>
                    577: <METAGROUP>
                    578: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonevaluate.pm" TARGET="home/httpd/lib/perl/Apache/lonevaluate.pm" CATEGORY="handler">
                    579: <DESCRIPTION>
                    580: Handles evaluation.
                    581: </DESCRIPTION>
                    582: </METAGROUP>
                    583: <METAGROUP>
                    584: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonfeedback.pm" TARGET="home/httpd/lib/perl/Apache/lonfeedback.pm" CATEGORY="handler">
                    585: <DESCRIPTION>
                    586: Handles feedback from students to instructors and system administrators.
                    587: </DESCRIPTION>
                    588: </METAGROUP>
                    589: <METAGROUP>
                    590: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmydesk.pm" TARGET="home/httpd/lib/perl/Apache/lonmydesk.pm" CATEGORY="handler">
                    591: <DESCRIPTION>
                    592: Unknown function.
                    593: </DESCRIPTION>
                    594: </METAGROUP>
                    595: <METAGROUP>
                    596: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonnavmaps.pm" TARGET="home/httpd/lib/perl/Apache/lonnavmaps.pm" CATEGORY="handler">
                    597: <DESCRIPTION>
                    598: Handles navigational maps.
                    599: </DESCRIPTION>
                    600: </METAGROUP>
                    601: <METAGROUP>
                    602: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonpreferences.pm" TARGET="home/httpd/lib/perl/Apache/lonpreferences.pm" CATEGORY="handler">
                    603: <DESCRIPTION>
                    604: Handles user preferences associated with customizing the online LON-CAPA
                    605: educational environment.
                    606: </DESCRIPTION>
                    607: </METAGROUP>
                    608: <METAGROUP>
                    609: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonprintout.pm" TARGET="home/httpd/lib/perl/Apache/lonprintout.pm" CATEGORY="handler">
                    610: <DESCRIPTION>
                    611: Handles the production of printable files and resources.
                    612: </DESCRIPTION>
                    613: </METAGROUP>
                    614: <METAGROUP>
                    615: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonsearchcat.pm" TARGET="home/httpd/lib/perl/Apache/lonsearchcat.pm" CATEGORY="handler">
                    616: <DESCRIPTION>
                    617: Handles a searchable catalogue.
                    618: </DESCRIPTION>
                    619: </METAGROUP>
                    620: <METAGROUP>
1.46      harris41  621: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/londropadd.pm" TARGET="home/httpd/lib/perl/Apache/londropadd.pm" CATEGORY="handler">
                    622: <DESCRIPTION>
                    623: Handler to drop and add students in courses.
                    624: </DESCRIPTION>
                    625: </METAGROUP>
                    626: <METAGROUP>
1.42      harris41  627: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmsg.pm" TARGET="home/httpd/lib/perl/Apache/lonmsg.pm" CATEGORY="handler">
1.41      harris41  628: <DESCRIPTION>
                    629: Routines for messaging.
                    630: </DESCRIPTION>
                    631: </METAGROUP>
                    632: <METAGROUP>
1.39      harris41  633: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/hint.pm" TARGET="home/httpd/lib/perl/Apache/hint.pm" CATEGORY="handler">
                    634: <DESCRIPTION>
                    635: This handler coordinates the delivery of hints to students working on LON-CAPA
                    636: problems and assignments.
                    637: </DESCRIPTION>
                    638: </METAGROUP>
                    639: <METAGROUP>
1.38      harris41  640: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonspreadsheet.pm" TARGET="home/httpd/lib/perl/Apache/lonspreadsheet.pm" CATEGORY="handler">
                    641: <DESCRIPTION>
                    642: Spreadsheet/Grades Display Handler
                    643: </DESCRIPTION>
                    644: </METAGROUP>
                    645: <METAGROUP>
1.29      harris41  646: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonparmset.pm" TARGET="home/httpd/lib/perl/Apache/lonparmset.pm" CATEGORY="handler">
                    647: <DESCRIPTION>
                    648: Handler to resolve ambiguous file locations
                    649: </DESCRIPTION>
                    650: </METAGROUP>
                    651: <METAGROUP>
                    652: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonconstruct.pm" TARGET="home/httpd/lib/perl/Apache/lonconstruct.pm" CATEGORY="handler">
                    653: <DESCRIPTION>
                    654: Page wrapper for handling construction space.
                    655: </DESCRIPTION>
                    656: </METAGROUP>
                    657: <METAGROUP>
                    658: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonpublisher.pm" TARGET="home/httpd/lib/perl/Apache/lonpublisher.pm" CATEGORY="handler">
                    659: <DESCRIPTION>
                    660: Publishes an LON-CAPA educational resource complete with metadata
                    661: (authorship, language, copyright, creation date, etc).
                    662: </DESCRIPTION>
                    663: </METAGROUP>
                    664: <METAGROUP>
                    665: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmenu.pm" TARGET="home/httpd/lib/perl/Apache/lonmenu.pm" CATEGORY="handler">
1.26      harris41  666: <DESCRIPTION>
                    667: Has routines which control the remote control.
                    668: </DESCRIPTION>
                    669: </METAGROUP>
                    670: <METAGROUP>
1.29      harris41  671: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonpageflip.pm" TARGET="home/httpd/lib/perl/Apache/lonpageflip.pm" CATEGORY="handler">
1.26      harris41  672: <DESCRIPTION>
                    673: Deals with forward, backward, and other page flips.
                    674: </DESCRIPTION>
                    675: </METAGROUP>
                    676: <METAGROUP>
1.29      harris41  677: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonratedt.pm" TARGET="home/httpd/lib/perl/Apache/lonratedt.pm" CATEGORY="handler">
1.26      harris41  678: <DESCRIPTION>
                    679: Builds up frame set and loads in the right thing.
1.53      harris41  680: </DESCRIPTION>
                    681: </METAGROUP>
                    682: <METAGROUP>
                    683: <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">
                    684: <DESCRIPTION>
                    685: Homework remote control.
1.26      harris41  686: </DESCRIPTION>
                    687: </METAGROUP>
                    688: <METAGROUP>
1.29      harris41  689: <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  690: <DESCRIPTION>
                    691: This will take annotations and then plug them into a page
                    692: </DESCRIPTION>
                    693: </METAGROUP>
                    694: <METAGROUP>
1.29      harris41  695: <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  696: <DESCRIPTION>
                    697: This will take bookmarks and get/write/display them for the LON-CAPA user interface
                    698: </DESCRIPTION>
                    699: </METAGROUP>
                    700: <METAGROUP>
1.29      harris41  701: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonratsrv.pm" TARGET="home/httpd/lib/perl/Apache/lonratsrv.pm" CATEGORY="handler">
1.26      harris41  702: <DESCRIPTION>
                    703: Handler tat takes output from RAT and stores it on disk.  Handles the upper hidden
                    704: frame of the added window that comes up in RAT.   (3 frames come up in RAT server,
                    705: code, and output.  This module handles server connection.)
                    706: </DESCRIPTION>
                    707: </METAGROUP>
                    708: <METAGROUP>
1.29      harris41  709: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonpage.pm" TARGET="home/httpd/lib/perl/Apache/lonpage.pm" CATEGORY="handler">
1.26      harris41  710: <DESCRIPTION>
                    711: bundles pages into one page
                    712: </DESCRIPTION>
                    713: </METAGROUP>
                    714: <METAGROUP>
1.29      harris41  715: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonuserstate.pm" TARGET="home/httpd/lib/perl/Apache/lonuserstate.pm" CATEGORY="handler">
1.26      harris41  716: <DESCRIPTION>
                    717: compile course into binary data structure (in loncom/rat)
                    718: </DESCRIPTION>
                    719: </METAGROUP>
                    720: <METAGROUP>
1.29      harris41  721: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/lontex.pm" TARGET="home/httpd/lib/perl/Apache/lontex.pm" CATEGORY="handler">
1.26      harris41  722: <DESCRIPTION>
                    723: Handler for tex files (somewhere in loncom/modules)
                    724: </DESCRIPTION>
                    725: </METAGROUP>
                    726: <METAGROUP>
1.29      harris41  727: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/lontexconvert.pm" TARGET="home/httpd/lib/perl/Apache/lontexconvert.pm" CATEGORY="handler">
1.26      harris41  728: <DESCRIPTION>
                    729: Access to tth/ttm
                    730: </DESCRIPTION>
                    731: </METAGROUP>
                    732: <METAGROUP>
1.29      harris41  733: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/lonxml.pm" TARGET="home/httpd/lib/perl/Apache/lonxml.pm" CATEGORY="handler">
1.26      harris41  734: <DESCRIPTION>
                    735: XML Parsing Module
                    736: </DESCRIPTION>
                    737: </METAGROUP>
                    738: <METAGROUP>
1.29      harris41  739: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/style.pm" TARGET="home/httpd/lib/perl/Apache/style.pm" CATEGORY="handler">
1.26      harris41  740: <DESCRIPTION>
                    741: Style Parsing Module
                    742: </DESCRIPTION>
                    743: </METAGROUP>
                    744: <METAGROUP>
1.29      harris41  745: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/londefdef.pm" TARGET="home/httpd/lib/perl/Apache/londefdef.pm" CATEGORY="handler">
1.26      harris41  746: <DESCRIPTION>
                    747: Tags Default Definition Module
                    748: </DESCRIPTION>
                    749: </METAGROUP>
                    750: <METAGROUP>
1.29      harris41  751: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/run.pm" TARGET="home/httpd/lib/perl/Apache/run.pm" CATEGORY="handler">
1.26      harris41  752: <DESCRIPTION>
                    753: used to prevent poorly written problems from causing lingering after effects
                    754: </DESCRIPTION>
                    755: </METAGROUP>
                    756: <METAGROUP>
1.29      harris41  757: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/scripttag.pm" TARGET="home/httpd/lib/perl/Apache/scripttag.pm" CATEGORY="handler">
1.26      harris41  758: <DESCRIPTION>
                    759: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and &lt;import&gt;
                    760: </DESCRIPTION>
                    761: </METAGROUP>
                    762: <METAGROUP>
1.29      harris41  763: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/lonhomework.pm" TARGET="home/httpd/lib/perl/Apache/lonhomework.pm" CATEGORY="handler">
1.26      harris41  764: <DESCRIPTION>
                    765: handles requests for output, evaluation, and alteration of homework resource
                    766: </DESCRIPTION>
                    767: </METAGROUP>
                    768: <METAGROUP>
1.29      harris41  769: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/inputtags.pm" TARGET="home/httpd/lib/perl/Apache/inputtags.pm" CATEGORY="handler">
1.26      harris41  770: <DESCRIPTION>
                    771: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
                    772: </DESCRIPTION>
                    773: </METAGROUP>
                    774: <METAGROUP>
1.29      harris41  775: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/structuretags.pm" TARGET="home/httpd/lib/perl/Apache/structuretags.pm" CATEGORY="handler">
1.26      harris41  776: <DESCRIPTION>
                    777: produces HTML tags necessary for structuring the presentation of homework resources
                    778: </DESCRIPTION>
                    779: </METAGROUP>
                    780: <METAGROUP>
1.29      harris41  781: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/response.pm" TARGET="home/httpd/lib/perl/Apache/response.pm" CATEGORY="handler">
1.26      harris41  782: <DESCRIPTION>
                    783: defines different types of responses given to student as well as syntax for producing response values
                    784: </DESCRIPTION>
                    785: </METAGROUP>
                    786: <METAGROUP>
1.29      harris41  787: <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  788: <DESCRIPTION>
                    789: handles request to the CAPA homework processing engine
                    790: </DESCRIPTION>
                    791: </METAGROUP>
                    792: <METAGROUP>
1.29      harris41  793: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonacc.pm" TARGET="home/httpd/lib/perl/Apache/lonacc.pm" CATEGORY="handler">
1.26      harris41  794: <DESCRIPTION>
1.61      harris41  795: (This module, like loncacc.pm also authenticates with cookies.)  
                    796: <TT>lonacc.pm</TT> coordinates access to a wide range of administrative-type
                    797: functions (e.g. roles, logout, annotations, and bookmarks) as well
                    798: as coordinating access to educational resources.
1.26      harris41  799: </DESCRIPTION>
                    800: </METAGROUP>
                    801: <METAGROUP>
1.29      harris41  802: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonracc.pm" TARGET="home/httpd/lib/perl/Apache/lonracc.pm" CATEGORY="handler">
1.26      harris41  803: <DESCRIPTION>
                    804: access handler for file transfers
                    805: </DESCRIPTION>
                    806: </METAGROUP>
                    807: <METAGROUP>
1.29      harris41  808: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/loncacc.pm" TARGET="home/httpd/lib/perl/Apache/loncacc.pm" CATEGORY="handler">
1.26      harris41  809: <DESCRIPTION>
1.60      harris41  810: This module provides access to an educational resource construction area.
                    811: This module is invoked by the URL-related pattern syntax
1.61      harris41  812: <TT>LocationMatch "^/priv.*"</TT> or <TT>LocationMatch "^/\~.*"</TT>.
                    813: Authentication of user identity
                    814: is coordinated through cookies.  The abbreviation "cacc" corresponds
                    815: to "construction-space access").  If the cookie handle is invalid, then
1.60      harris41  816: this module returns a forbidden status and makes appropriate log entries.
1.61      harris41  817: If the cookie handle is valid, status is determined to be okay (and,
                    818: for the "priv"-type access, the resource is delivered by the
                    819: <TT>lonconstruct</TT> module).
1.26      harris41  820: </DESCRIPTION>
                    821: </METAGROUP>
                    822: <METAGROUP>
1.29      harris41  823: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonauth.pm" TARGET="home/httpd/lib/perl/Apache/lonauth.pm" CATEGORY="handler">
1.26      harris41  824: <DESCRIPTION>
                    825: authenticate, set up session environment
                    826: </DESCRIPTION>
                    827: </METAGROUP>
                    828: <METAGROUP>
1.29      harris41  829: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonlogin.pm" TARGET="home/httpd/lib/perl/Apache/lonlogin.pm" CATEGORY="handler">
1.26      harris41  830: <DESCRIPTION>
                    831: login screen
                    832: </DESCRIPTION>
                    833: </METAGROUP> 
                    834: <METAGROUP>
1.29      harris41  835: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonlogout.pm" TARGET="home/httpd/lib/perl/Apache/lonlogout.pm" CATEGORY="handler">
1.26      harris41  836: <DESCRIPTION>
                    837: logout
                    838: </DESCRIPTION>
                    839: </METAGROUP> 
                    840: <METAGROUP>
1.29      harris41  841: <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  842: <DESCRIPTION>
                    843: replication
                    844: </DESCRIPTION>
                    845: </METAGROUP> 
                    846: <METAGROUP>
1.29      harris41  847: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonroles.pm" TARGET="home/httpd/lib/perl/Apache/lonroles.pm" CATEGORY="handler">
1.26      harris41  848: <DESCRIPTION>
1.62      harris41  849: This perl handling module reads in the available roles available
                    850: for a LON-CAPA user (different courses, different privileges, etc)
                    851: and produces a form-element HTML page which allows the user to select
                    852: which role he wishes to exercise in the LON-CAPA system.  For instance,
                    853: a user may want to select between being a student in a thermodynamics
                    854: physics course or a teaching assistant for an introductory calculus
                    855: class.
1.26      harris41  856: </DESCRIPTION>
1.62      harris41  857: </METGROUP> 
1.26      harris41  858: <METAGROUP>
1.29      harris41  859: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonindexer.pm" TARGET="home/httpd/lib/perl/Apache/lonindexer.pm" CATEGORY="handler">
1.26      harris41  860: <DESCRIPTION>
                    861: cross server filesystem browser
                    862: </DESCRIPTION>
                    863: </METAGROUP> 
                    864: <METAGROUP>
1.29      harris41  865: <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  866: <DESCRIPTION>
1.62      harris41  867: This file is an interface to the lonc processes of the LON-CAPA network
                    868: as well as set of elaborated functions for handling information necessary
                    869: for navigating through a given cluster of LON-CAPA machines within a domain.
                    870: There are over 40 specialized functions in this module which handle
                    871: the reading and transmission of metadata, user information
                    872: (ids, names, environments, roles, logs), file information (storage, reading,
                    873: directories, extensions, replication, embedded styles and descriptors),
                    874: educational resources (course descriptions, section names and numbers),
                    875: url hashing (to assign roles on a url basis), and translating abbreviated
                    876: symbols to and from more descriptive phrases or explanations.
1.26      harris41  877: </DESCRIPTION>
                    878: </METAGROUP> 
                    879: <METAGROUP>
1.29      harris41  880: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/index.html" TARGET="home/httpd/html/index.html" CATEGORY="interface file">
1.26      harris41  881: <DESCRIPTION>
                    882: bumps to login
                    883: </DESCRIPTION>
                    884: </METAGROUP>
                    885: <METAGROUP>
1.33      harris41  886: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="" TARGET="etc/httpd/conf/mime.types" LINKTO="etc/mime.types" CATEGORY="symbolic link">
                    887: <DESCRIPTION>
                    888: symbolic link to /etc/mime.types
                    889: </DESCRIPTION>
                    890: </METAGROUP>
                    891: <METAGROUP>
1.26      harris41  892: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="" TARGET="home/httpd/html/raw" LINKTO="home/httpd/html/res" CATEGORY="symbolic link">
                    893: <DESCRIPTION>
                    894: symbolic link to /home/httpd/html/res
                    895: </DESCRIPTION>
                    896: </METAGROUP>
                    897: <METAGROUP>
1.29      harris41  898: <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  899: <DESCRIPTION>
                    900: static html page that is shown when an attempt is made to access a document not present on the web server
                    901: </DESCRIPTION>
                    902: </METAGROUP>
                    903: <METAGROUP>
1.29      harris41  904: <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  905: <DESCRIPTION>
                    906: static html page that is shown when an attempt is made to access a document which is restricted based on
                    907: file or server configurations
                    908: </DESCRIPTION>
                    909: </METAGROUP>
                    910: <METAGROUP>
1.29      harris41  911: <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  912: <DESCRIPTION>
                    913: frameset
                    914: </DESCRIPTION>
                    915: </METAGROUP>
                    916: <METAGROUP>
1.40      harris41  917: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/parameter.html" TARGET="home/httpd/html/adm/rat/parameter.html" CATEGORY="interface file">
                    918: <DESCRIPTION>
                    919: Parameter input window.
                    920: </DESCRIPTION>
                    921: </METAGROUP>
                    922: <METAGROUP>
1.29      harris41  923: <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  924: <DESCRIPTION>
                    925: javascript
                    926: </DESCRIPTION>
                    927: </METAGROUP>
                    928: <METAGROUP>
1.29      harris41  929: <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  930: <DESCRIPTION>
                    931: bumper
                    932: </DESCRIPTION>
                    933: </METAGROUP>
1.45      harris41  934: <METAGROUP>
                    935: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/empty.html" TARGET="home/httpd/html/adm/rat/empty.html" CATEGORY="interface file">
                    936: <DESCRIPTION>
                    937: A blank page with very minimal HTML structural elements.
                    938: </DESCRIPTION>
                    939: </METAGROUP>
1.26      harris41  940: <METASUPERGROUP>
1.32      harris41  941: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/images/*.gif" TARGET="home/httpd/html/adm/rat/*.gif" CATEGORY="graphic file">
1.26      harris41  942: <DESCRIPTION>
                    943: graphic files
                    944: </DESCRIPTION>
                    945: <FILES>
1.1       harris41  946: 1.1.dt.gif
                    947: 1.1.empty.gif
                    948: 1.1.ld.gif
                    949: 1.1.lr.gif
                    950: 1.1.rd.gif
                    951: 1.1.rl.gif
                    952: 1.1.td.gif
                    953: 1.1.tdrl.gif
                    954: 1.1.tl.gif
                    955: 1.1.tr.gif
                    956: 1.1.utd.gif
                    957: 1.2.ctd.gif
                    958: 1.2.dt.gif
                    959: 1.2.empty.gif
                    960: 1.2.ld.gif
                    961: 1.2.lr.gif
                    962: 1.2.lrd.gif
                    963: 1.2.lrtd.gif
                    964: 1.2.rd.gif
                    965: 1.2.rl.gif
                    966: 1.2.rld.gif
                    967: 1.2.rltd.gif
                    968: 1.2.rtd.gif
                    969: 1.2.rtdl.gif
                    970: 1.2.rtl.gif
                    971: 1.2.td.gif
                    972: 1.2.tdl.gif
                    973: 1.2.tdrl.gif
                    974: 1.2.tl.gif
                    975: 1.2.tr.gif
                    976: 1.2.utd.gif
                    977: 2.1.dt.gif
                    978: 2.1.empty.gif
                    979: 2.1.ld.gif
                    980: 2.1.lr.gif
                    981: 2.1.rd.gif
                    982: 2.1.rl.gif
                    983: 2.1.td.gif
                    984: 2.1.tdrl.gif
                    985: 2.1.tl.gif
                    986: 2.1.tr.gif
                    987: 2.2.dt.gif
                    988: 2.2.empty.gif
                    989: 2.2.ld.gif
                    990: 2.2.lr.gif
                    991: 2.2.lrd.gif
                    992: 2.2.lrt.gif
                    993: 2.2.rd.gif
                    994: 2.2.rl.gif
                    995: 2.2.rld.gif
                    996: 2.2.rlt.gif
                    997: 2.2.td.gif
                    998: 2.2.tdl.gif
                    999: 2.2.tdr.gif
                   1000: 2.2.tdrl.gif
                   1001: 2.2.tl.gif
                   1002: 2.2.tr.gif
                   1003: 2.2.url.gif
                   1004: 2.2.utd.gif
                   1005: arrow.gif
                   1006: bdt.gif
                   1007: bempty.gif
                   1008: bld.gif
                   1009: blr.gif
                   1010: blrd.gif
                   1011: blrt.gif
                   1012: brd.gif
                   1013: brl.gif
                   1014: brld.gif
                   1015: brlt.gif
                   1016: btd.gif
                   1017: btdl.gif
                   1018: btdr.gif
                   1019: btdrl.gif
                   1020: btl.gif
                   1021: btr.gif
                   1022: burl.gif
                   1023: butd.gif
                   1024: condition.gif
                   1025: edit.gif
                   1026: finish.gif
                   1027: info.gif
                   1028: inscol.gif
                   1029: inscond.gif
                   1030: insres.gif
                   1031: insrow.gif
                   1032: resource.gif
                   1033: sctd.gif
                   1034: sdt.gif
                   1035: sempty.gif
                   1036: sld.gif
                   1037: slr.gif
                   1038: slrd.gif
                   1039: slrtd.gif
                   1040: srd.gif
                   1041: srl.gif
                   1042: srld.gif
                   1043: srltd.gif
                   1044: srtd.gif
                   1045: srtdl.gif
                   1046: srtl.gif
                   1047: start.gif
                   1048: std.gif
                   1049: stdl.gif
                   1050: sutd.gif
1.26      harris41 1051: </FILES>
                   1052: </METASUPERGROUP>
                   1053: <METASUPERGROUP>
1.41      harris41 1054: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonKaputt/*.gif" TARGET="home/httpd/html/adm/lonKaputt/*.gif" CATEGORY="graphic file">
                   1055: <DESCRIPTION>
1.47      harris41 1056: icons to indicate an unexpected result
1.41      harris41 1057: </DESCRIPTION>
                   1058: <FILES>
1.47      harris41 1059: lonconstruct.gif
1.41      harris41 1060: lonlogo_broken.gif
                   1061: </FILES>
                   1062: </METASUPERGROUP>
                   1063: <METASUPERGROUP>
1.29      harris41 1064: <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 1065: <DESCRIPTION>
                   1066: logos
                   1067: </DESCRIPTION>
                   1068: <FILES>
1.2       harris41 1069: liteani.gif
1.32      harris41 1070: lonlogo.gif
                   1071: lonlogos.gif
1.26      harris41 1072: </FILES>
                   1073: </METASUPERGROUP>
                   1074: <METAGROUP>
1.29      harris41 1075: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/tth.pm" TARGET="usr/lib/perl5/site_perl/5.005/tth.pm" CATEGORY="system file">
1.26      harris41 1076: <DESCRIPTION>
                   1077: perl module for invoking functions specific to Tex-to-HTML conversion
                   1078: </DESCRIPTION>
1.36      harris41 1079: <NOTE>
                   1080: Has the same dependencies and build process as tth.so.
                   1081: Currently, only the tth.so file specifications invoke
                   1082: the build process however.
                   1083: </NOTE>
1.26      harris41 1084: </METAGROUP>
                   1085: <METAGROUP>
1.31      harris41 1086: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/tth.so" TARGET="usr/lib/perl5/site_perl/5.005/tth.so" CATEGORY="system file">
                   1087: <DESCRIPTION>
                   1088: shared library file for dynamic loading and unloading
                   1089: </DESCRIPTION>
1.32      harris41 1090: <BUILD>
                   1091: loncom/modules/TexConvert/tthperl/commands
                   1092: </BUILD>
                   1093: <DEPENDENCIES>
                   1094: ../tthdynamic/tthfunc.c
                   1095: ../ttmdynamic/ttmfunc.c
                   1096: </DEPENDENCIES>
1.31      harris41 1097: </METAGROUP>
                   1098: <METAGROUP>
1.29      harris41 1099: <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 1100: <DESCRIPTION>
                   1101: perl module for invoking functions specific to CAPA
                   1102: </DESCRIPTION>
1.36      harris41 1103: <NOTE>
                   1104: Has the same dependencies and build process as capa.so.
                   1105: Currently, only the capa.so file specifications invoke
                   1106: the build process however.
                   1107: </NOTE>
1.26      harris41 1108: </METAGROUP>
                   1109: <METAGROUP>
1.29      harris41 1110: <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 1111: <DESCRIPTION>
                   1112: bootstrap file associated with dynamic loading of this module on multiple architectures
                   1113: </DESCRIPTION>
1.36      harris41 1114: <NOTE>
                   1115: Has the same dependencies and build process as capa.so.
                   1116: Currently, only the capa.so file specifications invoke
                   1117: the build process however.
                   1118: </NOTE>
1.26      harris41 1119: </METAGROUP>
                   1120: <METAGROUP>
1.29      harris41 1121: <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 1122: <DESCRIPTION>
                   1123: shared library file for dynamic loading and unloading
                   1124: </DESCRIPTION>
1.32      harris41 1125: <BUILD>
                   1126: loncom/homework/caparesponse/commands
                   1127: </BUILD>
                   1128: <DEPENDENCIES>
                   1129: caparesponse.c
1.36      harris41 1130: caparesponse.pm
                   1131: [ALWAYS_RUN_BUILD_COMMAND]
1.32      harris41 1132: </DEPENDENCIES>
1.26      harris41 1133: </METAGROUP>
                   1134: <METASUPERGROUP>
1.29      harris41 1135: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/MathML/*.ent" TARGET="home/httpd/html/adm/MathML/*.ent" CATEGORY="system file">
1.26      harris41 1136: <DESCRIPTION>
                   1137: entity files
                   1138: </DESCRIPTION>
                   1139: <FILES>
1.1       harris41 1140: isoamsa.ent
                   1141: isoamsb.ent
                   1142: isoamsc.ent
                   1143: isoamsn.ent
                   1144: isoamso.ent
                   1145: isoamsr.ent
                   1146: isobox.ent
                   1147: isocyr1.ent
                   1148: isocyr2.ent
                   1149: isodia.ent
                   1150: isogrk1.ent
                   1151: isogrk2.ent
                   1152: isogrk3.ent
                   1153: isogrk4.ent
                   1154: isolat1.ent
                   1155: isolat2.ent
                   1156: isomfrk.ent
                   1157: isomopf.ent
                   1158: isomscr.ent
                   1159: isonum.ent
                   1160: isopub.ent
                   1161: isotech.ent
                   1162: mmlalias.ent
                   1163: mmlextra.ent
1.26      harris41 1164: </FILES>
                   1165: </METASUPERGROUP>
                   1166: <METAGROUP>
1.29      harris41 1167: <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 1168: <DESCRIPTION>
                   1169: cascading style sheet
                   1170: </DESCRIPTION>
                   1171: </METAGROUP>
                   1172: <METAGROUP>
1.29      harris41 1173: <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 1174: <DESCRIPTION>
                   1175: document type definition
                   1176: </DESCRIPTION>
                   1177: </METAGROUP>
                   1178: <METAGROUP>
1.30      harris41 1179: <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 1180: <DESCRIPTION>
                   1181: Encryption Routines according to Data Encryption Standard DES, written in javascript
                   1182: </DESCRIPTION>
                   1183: </METAGROUP>
                   1184: <METAGROUP>
1.30      harris41 1185: <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 1186: <DESCRIPTION>
                   1187: used by lonxml::xmlparse() as input variable $safeinit to Apache::run::run()
1.45      harris41 1188: </DESCRIPTION>
                   1189: </METAGROUP>
                   1190: <METAGROUP>
                   1191: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/capa.units" TARGET="home/httpd/html/res/adm/includes/capa.units" CATEGORY="static conf">
                   1192: <DESCRIPTION>
                   1193: Define unit prefixing and conversion for CAPA problem handling.
1.26      harris41 1194: </DESCRIPTION>
                   1195: </METAGROUP>
                   1196: <METASUPERGROUP>
1.30      harris41 1197: <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 1198: <DESCRIPTION>
                   1199: icons used for the entire LON-CAPA user interface
                   1200: </DESCRIPTION>
                   1201: <FILES>
1.1       harris41 1202: a.gif
                   1203: b.gif
                   1204: c.gif
                   1205: chat.gif
                   1206: d.gif
                   1207: e.gif
                   1208: endmenu.gif
                   1209: f.gif
                   1210: feedback.gif
                   1211: fnkmenu.gif
                   1212: g.gif
                   1213: group.gif
                   1214: h.gif
                   1215: help.gif
                   1216: hyphen.gif
                   1217: i.gif
                   1218: info.gif
                   1219: j.gif
                   1220: k.gif
                   1221: l.gif
                   1222: ledblink.gif
                   1223: ledoff.gif
                   1224: ledon.gif
                   1225: ledsend.gif
                   1226: m.gif
                   1227: n.gif
                   1228: navmenu.gif
                   1229: next.gif
                   1230: o.gif
                   1231: p.gif
                   1232: prev.gif
                   1233: q.gif
                   1234: r.gif
                   1235: reload.gif
                   1236: remotebg.gif
                   1237: s.gif
                   1238: space.gif
                   1239: spacer.gif
                   1240: t.gif
                   1241: title.gif
                   1242: u.gif
                   1243: v.gif
                   1244: w.gif
                   1245: x.gif
                   1246: y.gif
                   1247: z.gif
1.26      harris41 1248: </FILES>
                   1249: </METASUPERGROUP>
                   1250: <METAGROUP>
1.30      harris41 1251: <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 1252: <DESCRIPTION>
                   1253: image maps for the LON-CAPA remote control
                   1254: </DESCRIPTION>
                   1255: </METAGROUP>
                   1256: <METAGROUP>
1.44      harris41 1257: <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 1258: <DESCRIPTION>
                   1259: welcoming page to the LON-CAPA system upon login
                   1260: </DESCRIPTION>
                   1261: </METAGROUP>
                   1262: <METAGROUP>
1.41      harris41 1263: <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 1264: <DESCRIPTION>
                   1265: renders the HTML (including image maps) for the LON-CAPA remote control
                   1266: </DESCRIPTION>
                   1267: </METAGROUP>
                   1268: <METASUPERGROUP>
1.34      harris41 1269: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/indexericons/*.gif" TARGET="home/httpd/html/res/adm/pages/indexericons/*.gif" CATEGORY="graphic file">
                   1270: <DESCRIPTION>
                   1271: icons used for the bookmark portion of the LON-CAPA user interface
                   1272: </DESCRIPTION>
                   1273: <FILES>
                   1274: a.gif
                   1275: alert.black.gif
                   1276: alert.red.gif
                   1277: back.gif
                   1278: ball.gray.gif
                   1279: ball.red.gif
                   1280: binary.gif
                   1281: binhex.gif
                   1282: blank.gif
                   1283: bomb.gif
                   1284: box1.gif
                   1285: box2.gif
                   1286: broken.gif
                   1287: burst.gif
                   1288: c.gif
                   1289: comp.blue.gif
                   1290: comp.gray.gif
                   1291: compressed.gif
                   1292: continued.gif
                   1293: course.gif
                   1294: dir.gif
                   1295: down.gif
                   1296: dvi.gif
                   1297: f.gif
                   1298: folder.gif
                   1299: folder.open.gif
                   1300: folder.sec.gif
                   1301: folder_closed.gif
                   1302: folder_closed_pressed.gif
                   1303: folder_new.gif
                   1304: folder_opened.gif
                   1305: folder_opened_pressed.gif
                   1306: folder_pointer_closed.gif
                   1307: folder_pointer_opened.gif
                   1308: folder_spacer.gif
                   1309: folder_trash.gif
                   1310: forward.gif
                   1311: generic.gif
                   1312: generic.red.gif
                   1313: generic.sec.gif
                   1314: hand.right.gif
                   1315: hand.up.gif
                   1316: html.gif
                   1317: image1.gif
                   1318: image2.gif
                   1319: image3.gif
                   1320: index.gif
                   1321: layout.gif
                   1322: left.gif
                   1323: link.gif
                   1324: mov.gif
                   1325: movie1.gif
                   1326: p.gif
                   1327: patch.gif
                   1328: pdf.gif
                   1329: portal.gif
                   1330: problem.gif
                   1331: ps.gif
                   1332: quill.gif
                   1333: right.gif
                   1334: screw1.gif
                   1335: screw2.gif
                   1336: script.gif
                   1337: sound1.gif
                   1338: sound2.gif
                   1339: sphere1.gif
                   1340: sphere2.gif
                   1341: tar.gif
                   1342: tex.gif
                   1343: text.gif
                   1344: transfer.gif
                   1345: unknown.gif
                   1346: up.gif
                   1347: uu.gif
                   1348: uuencoded.gif
                   1349: white_space_20_22.gif
                   1350: white_space_22_22.gif
                   1351: world1.gif
                   1352: world2.gif
                   1353: </FILES>
                   1354: </METASUPERGROUP>
                   1355: <METASUPERGROUP>
1.29      harris41 1356: <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 1357: <DESCRIPTION>
1.34      harris41 1358: icons used for directory indexing and login screen
1.26      harris41 1359: </DESCRIPTION>
                   1360: <FILES>
1.12      harris41 1361: button_close.gif
                   1362: button_edit.gif
                   1363: button_preview.gif
                   1364: folder_closed.gif
                   1365: folder_closed_pressed.gif
                   1366: folder_new.gif
                   1367: folder_opened.gif
                   1368: folder_opened_pressed.gif
                   1369: folder_pointer_closed.gif
                   1370: folder_pointer_opened.gif
                   1371: folder_spacer.gif
                   1372: folder_trash.gif
                   1373: left_bar.gif
                   1374: link.gif
                   1375: link_pressed.gif
                   1376: ll_corner.gif
                   1377: lower_bar.gif
                   1378: lr_corner.gif
                   1379: right_bar.gif
                   1380: toolbar_bg.gif
                   1381: ul_corner.gif
                   1382: upper_bar.gif
                   1383: ur_corner.gif
1.26      harris41 1384: </FILES>
                   1385: </METASUPERGROUP>
                   1386: <METASUPERGROUP>
1.29      harris41 1387: <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 1388: <DESCRIPTION>
                   1389: associated with the frameset scheme of displaying bookmarks
                   1390: </DESCRIPTION>
                   1391: <FILES>
1.12      harris41 1392: aaloader.html
1.34      harris41 1393: bookmarkmenu_bb.html
                   1394: bookmarkmenu_left.html
                   1395: bookmarkmenu_ll.html
                   1396: bookmarkmenu_lr.html
                   1397: bookmarkmenu_right.html
                   1398: bookmarkmenu_toolbar.html
                   1399: bookmarkmenu_ul.html
                   1400: bookmarkmenu_ur.html
                   1401: bookmarkmenu_uu.html
1.12      harris41 1402: bookmarkpal.html
                   1403: bookmarkpal_old.html
                   1404: bookmarkpal_v2.html
                   1405: bookmarkpal_v2_backup.html
                   1406: index.html
                   1407: loading_bookmarks.html
1.26      harris41 1408: </FILES>
                   1409: </METASUPERGROUP>
                   1410: <METAGROUP>
1.29      harris41 1411: <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 1412: <DESCRIPTION>
                   1413: javascript for handling client-side interactions with bookmark interface
                   1414: </DESCRIPTION>
                   1415: </METAGROUP>
                   1416: <METAGROUP>
1.29      harris41 1417: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverifypackages" TARGET="usr/sbin/loncapaverifypackages" CATEGORY="script">
1.26      harris41 1418: <DESCRIPTION>
                   1419: checks the system RPMs against what install.lon-capa.org specifies
                   1420: </DESCRIPTION>
                   1421: </METAGROUP>
                   1422: <METAGROUP>
1.29      harris41 1423: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverifybasepackage" TARGET="usr/sbin/loncapaverifybasepackage" CATEGORY="script">
1.26      harris41 1424: <DESCRIPTION>
                   1425: checks the important base LON-CAPA files against what install.lon-capa.org specifies
                   1426: </DESCRIPTION>
                   1427: </METAGROUP>
                   1428: <METAGROUP>
1.29      harris41 1429: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncaparestoreconfigurations" TARGET="usr/sbin/loncaparestoreconfigurations" CATEGORY="script">
1.26      harris41 1430: <DESCRIPTION>
                   1431: restores .rpmsave files after a LON-CAPA-base upgrade
                   1432: </DESCRIPTION>
                   1433: </METAGROUP>
                   1434: <METAGROUP>
1.29      harris41 1435: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaautoupgrade" TARGET="usr/sbin/loncapaautoupgrade" CATEGORY="script">
1.26      harris41 1436: <DESCRIPTION>
                   1437: does all the things to coordinate updating of LON-CAPA base files.  Should be used with
                   1438: caution so that you do not lose work
                   1439: </DESCRIPTION>
                   1440: </METAGROUP>
                   1441: <METAGROUP>
1.29      harris41 1442: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverify" TARGET="usr/sbin/loncapaverify" CATEGORY="script">
1.26      harris41 1443: <DESCRIPTION>
                   1444: makes verification report using loncapaverifypackages and loncapaverifybasepackage
                   1445: </DESCRIPTION>
                   1446: </METAGROUP>
                   1447: <METAGROUP>
1.43      harris41 1448: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/cron/loncapa" TARGET="etc/cron.d/loncapa" CATEGORY="static conf">
1.26      harris41 1449: <DESCRIPTION>
                   1450: file that specifies periodic processes to run for the LON-CAPA machine
                   1451: </DESCRIPTION>
                   1452: </METAGROUP>
                   1453: <METAGROUP>
1.29      harris41 1454: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/ntp/step-tickers" TARGET="etc/ntp/step-tickers" CATEGORY="conf">
1.26      harris41 1455: <DESCRIPTION>
                   1456: file that stimulates running of ntpdate upon init.d/xntpd initiation
                   1457: </DESCRIPTION>
                   1458: <NOTE>
1.19      harris41 1459: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
                   1460: <TR><TD><TT>just one line with the ip address of the server</TT></TD></TR>
                   1461: </TABLE>
1.26      harris41 1462: </NOTE>
                   1463: </METAGROUP>
                   1464: <METAGROUP>
1.29      harris41 1465: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/init.d/loncontrol" CATEGORY="root script">
                   1466: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc0.d/K05loncontrol" CATEGORY="root script">
                   1467: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc1.d/K05loncontrol" CATEGORY="root script">
                   1468: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc2.d/K05loncontrol" CATEGORY="root script">
                   1469: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc3.d/S95loncontrol" CATEGORY="root script">
                   1470: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc4.d/S95loncontrol" CATEGORY="root script">
                   1471: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc5.d/S95loncontrol" CATEGORY="root script">
                   1472: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc6.d/K05loncontrol" CATEGORY="root script">
1.26      harris41 1473: <DESCRIPTION>
                   1474: system init and control handling for the LON-CAPA network
                   1475: </DESCRIPTION>
                   1476: </METAGROUP>
                   1477: <METAGROUP>
1.29      harris41 1478: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/atalk/config" TARGET="etc/atalk/config" CATEGORY="conf">
1.26      harris41 1479: <DESCRIPTION>
                   1480: configuration file to make LON-CAPA server file space accessible to Appleshares access (Macintosh)
                   1481: </DESCRIPTION>
                   1482: </METAGROUP>
1.1       harris41 1483: </BODY>
                   1484: </HTML>

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