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

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.26      harris41  163: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/lonUsers" CATEGORY="server standard" DESCRIPTION="home directories of local users">
                    164: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/lon-status" CATEGORY="server standard" DESCRIPTION="status reports">
1.25      harris41  165: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="usr/lib/perl5/site_perl/5.005" CATEGORY="standard">
                    166: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/MathML" CATEGORY="server readonly">
                    167: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/includes" CATEGORY="server readonly">
                    168: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages" CATEGORY="server readonly">
                    169: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages/bookmarkmenu" CATEGORY="server readonly">
                    170: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages/annotations" CATEGORY="server readonly">
                    171: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="usr/sbin" CATEGORY="standard">
                    172: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/cron.d" CATEGORY="standard">
                    173: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/ntp" CATEGORY="standard">
                    174: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/init.d" CATEGORY="standard">
1.30      harris41  175: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc0.d" CATEGORY="standard">
                    176: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc1.d" CATEGORY="standard">
                    177: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc2.d" CATEGORY="standard">
                    178: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc3.d" CATEGORY="standard">
                    179: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc4.d" CATEGORY="standard">
                    180: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc5.d" CATEGORY="standard">
                    181: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc6.d" CATEGORY="standard">
1.25      harris41  182: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/atalk" CATEGORY="standard">
                    183: 
                    184: <BUILD>
                    185: </BUILD>
                    186: <DEPENDENCIES>
                    187: </DEPENDENCIES>
                    188: 
                    189: <METAGROUP>
                    190: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/access.conf" TARGET="etc/httpd/conf/access.conf" CATEGORY="conf">
                    191: <DESCRIPTION>
                    192: define handlers, set parameters
                    193: </DESCRIPTION>
                    194: <NOTE>
                    195: <B>configure</B>
                    196: <BR>
                    197: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
                    198: <TR><TD><TT>lonHostID</TT></TD><TD>LON-internal HostID of this machine</TD></TR>
                    199: <TR><TD><TT>lonRole</TT></TD><TD>Role of this machine: library, access</TD></TR>
                    200: <TR><TD><TT>lonAdmEMail</TT></TD><TD>Server Administration</TD></TR>
                    201: <TR><TD><TT>lonDefDomain</TT></TD><TD>Default domain</TD></TR>
                    202: <TR><TD><TT>lonLoadLim</TT></TD><TD>Load Limit ( 100% loadavg )</TD></TR>
                    203: <TR><TD><TT>lonExpire</TT></TD><TD>Expiration for local copies in seconds</TD></TR>
                    204: </TABLE>
                    205: </NOTE>
                    206: </METAGROUP>
                    207: <METAGROUP>
                    208: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/httpd.conf" TARGET="etc/httpd/conf/httpd.conf" CATEGORY="static conf">
                    209: <DESCRIPTION>
                    210: main server configuration file
                    211: </DESCRIPTION>
                    212: </METAGROUP>
                    213: <METAGROUP>
                    214: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/srm.conf" TARGET="etc/httpd/conf/srm.conf" CATEGORY="static conf">
                    215: <DESCRIPTION>
                    216: name space configuration
                    217: </DESCRIPTION>
                    218: </METAGROUP>
                    219: <METAGROUP>
                    220: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/startup.pl" TARGET="etc/httpd/conf/startup.pl" CATEGORY="static conf">
                    221: <DESCRIPTION>
                    222: set paths to modules; invoked by <TT>access.conf</TT>
                    223: </DESCRIPTION>
                    224: </METAGROUP>
                    225: <METAGROUP>
1.26      harris41  226: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/filetypes.tab" TARGET="home/httpd/lonTabs/filetypes.tab" CATEGORY="static conf">
1.25      harris41  227: <DESCRIPTION>
                    228: Descriptive list of file extensions, and extension groupings
                    229: </DESCRIPTION>
                    230: </METAGROUP>
1.26      harris41  231: <METAGROUP>
1.29      harris41  232: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/roles.tab" TARGET="home/httpd/lonTabs/roles.tab" CATEGORY="static conf">
1.26      harris41  233: <DESCRIPTION>
                    234: List of privileges associated with users of multiple types (for example: Teaching
                    235: Assistant, Exam Proctor, Course Coordinator)
                    236: </DESCRIPTION>
                    237: </METAGROUP>
                    238: <METAGROUP>
1.29      harris41  239: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/rolesplain.tab" TARGET="home/httpd/lonTabs/rolesplain.tab" CATEGORY="static conf">
1.26      harris41  240: <DESCRIPTION>
                    241: Descriptive list of abbreviations used in <TT>roles.tab</TT> for user types
                    242: and privileges available in the network with function
                    243: </DESCRIPTION>
                    244: </METAGROUP>
                    245: <METAGROUP>
1.29      harris41  246: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/hosts.tab" TARGET="home/httpd/lonTabs/hosts.tab" CATEGORY="conf">
1.26      harris41  247: <DESCRIPTION>
                    248: List of all machines in the LON-CAPA network.  Relates <TT>lonHostID</TT> to
                    249: <TT>lonDefDomain</TT> and <U>IP address</U>
                    250: </DESCRIPTION>
                    251: </METAGROUP>
                    252: <METAGROUP>
1.29      harris41  253: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/spare.tab" TARGET="home/httpd/lonTabs/spare.tab" CATEGORY="conf">
1.26      harris41  254: <DESCRIPTION>
                    255: Spare hosts to offload session to if the LON-CAPA machine is overloaded
                    256: </DESCRIPTION>
                    257: <NOTE>
1.25      harris41  258: <B>configure</B><BR>
                    259: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
                    260: <TR><TD>
                    261: list elements are separated by newlines
                    262: </TD></TR>
                    263: <TR><TD>
                    264: each list element consists of only one value; the value for <TT>lonHostID</TT> in <TT>access.conf</TT>
                    265: </TD></TR>
                    266: </TABLE>
1.26      harris41  267: </NOTE>
                    268: </METAGROUP>
                    269: <METAGROUP>
1.30      harris41  270: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/htpasswd" TARGET="home/httpd/lonTabs/htpasswd" CATEGORY="static conf">
1.26      harris41  271: <DESCRIPTION>
                    272: Basic auth password to access /lon-status and /server-status
                    273: </DESCRIPTION>
                    274: </METAGROUP>
                    275: <METAGROUP>
1.29      harris41  276: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/krb.conf" TARGET="etc/krb.conf" CATEGORY="conf">
1.26      harris41  277: <DESCRIPTION>
                    278: which Kerberos server to contact for which Kerberos domains
                    279: </DESCRIPTION>
                    280: <NOTE>
1.25      harris41  281: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
                    282: <TR><TD>
                    283: list elements are separated by newlines
                    284: </TD></TR>
                    285: <TR><TD>
                    286: each list element consists of only two subelements separated by a colon
                    287: <BR>
                    288: <UL>
                    289: <LI>Kerberos domain value
                    290: <LI>Kerberos server IP address
                    291: </UL>
                    292: </TD></TR>
                    293: </TABLE>
1.26      harris41  294: </NOTE>
                    295: </METAGROUP>
                    296: <METAGROUP>
1.29      harris41  297: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/smb.conf" TARGET="etc/smb.conf" CATEGORY="conf">
1.26      harris41  298: <DESCRIPTION>
                    299: configuration file to make LON-CAPA server file space accessible to network neighborhood
                    300: </DESCRIPTION>
                    301: <NOTE>
                    302: configure
                    303: </NOTE>
                    304: </METAGROUP>
                    305: <METAGROUP>
1.29      harris41  306: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/ntp.conf" TARGET="etc/ntp.conf" CATEGORY="conf">
1.26      harris41  307: <DESCRIPTION>
                    308: which NTP server to contact for information (XNTP3 standard)
                    309: </DESCRIPTION>
                    310: <NOTE>
1.25      harris41  311: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
                    312: <TR><TD>
                    313: only one line needs to be changed to specify a server ip address
                    314: </TD></TR>
                    315: <TR><TD>
                    316: Example:<BR><NOBR><TT>server ntp.msu.edu</TT>
                    317: </TD></TR>
                    318: </TABLE>
1.26      harris41  319: </NOTE>
                    320: </METAGROUP>
                    321: <METAGROUP>
1.29      harris41  322: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonc" TARGET="home/httpd/perl/lonc" CATEGORY="script">
1.26      harris41  323: <DESCRIPTION>
                    324: proxy server
                    325: </DESCRIPTION>
                    326: </METAGROUP>
                    327: <METAGROUP>
1.29      harris41  328: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lond" TARGET="home/httpd/perl/lond" CATEGORY="script">
1.26      harris41  329: <DESCRIPTION>
                    330: remote command interpreter
                    331: </DESCRIPTION>
                    332: </METAGROUP>
                    333: <METAGROUP>
1.29      harris41  334: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/loncron" TARGET="home/httpd/perl/loncron" CATEGORY="script">
1.26      harris41  335: <DESCRIPTION>
                    336: housekeeping
                    337: </DESCRIPTION>
                    338: </METAGROUP>
                    339: <METAGROUP>
1.29      harris41  340: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonsql" TARGET="home/httpd/perl/lonsql" CATEGORY="script">
1.26      harris41  341: <DESCRIPTION>
                    342: maintain secondary database of metadata
                    343: </DESCRIPTION>
                    344: </METAGROUP>
                    345: <METAGROUP>
1.29      harris41  346: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcpasswd" TARGET="home/httpd/perl/lcpasswd" CATEGORY="setuid script">
1.26      harris41  347: <DESCRIPTION>
                    348: coordinates the system services and files in order to allow lond to change user passwords
                    349: </DESCRIPTION>
                    350: </METAGROUP>
                    351: <METAGROUP>
1.29      harris41  352: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcuseradd" TARGET="home/httpd/perl/lcuseradd" CATEGORY="setuid script">
1.26      harris41  353: <DESCRIPTION>
                    354: coordinates the system services and files in order to allow lond to add a new user
                    355: </DESCRIPTION>
                    356: </METAGROUP>
                    357: <METAGROUP>
1.29      harris41  358: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcuserdel" TARGET="home/httpd/perl/lcuserdel" CATEGORY="setuid script">
1.26      harris41  359: <DESCRIPTION>
                    360: coordinates the system services and files in order to allow lond to delete a user
                    361: </DESCRIPTION>
                    362: </METAGROUP>
                    363: <METAGROUP>
1.29      harris41  364: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcnfson" TARGET="home/httpd/perl/lcnfson" CATEGORY="setuid script">
1.26      harris41  365: <DESCRIPTION>
                    366: coordinates the system services and files in order to allow lond to enable NFS for a user
                    367: </DESCRIPTION>
                    368: </METAGROUP>
                    369: <METAGROUP>
1.29      harris41  370: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcnfsoff" TARGET="home/httpd/perl/lcnfsoff" CATEGORY="setuid script">
1.26      harris41  371: <DESCRIPTION>
                    372: coordinates the system services and files in order to allow lond to disable NFS for a user
                    373: </DESCRIPTION>
                    374: </METAGROUP>
                    375: <METAGROUP>
1.29      harris41  376: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/publisher.html" TARGET="home/httpd/html/adm/publisher.html" CATEGORY="interface file">
                    377: <DESCRIPTION>
                    378: HTML frame that presents a form element to allow for the publishing of
                    379: resources, directories and underlying subdirectories.
                    380: </DESCRIPTION>
                    381: </METAGROUP>
                    382: <METAGROUP>
1.30      harris41  383: <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  384: <DESCRIPTION>
                    385: File which contains words which should not be keywords used to specify resource
                    386: content.
                    387: </DESCRIPTION>
                    388: </METAGROUP>
                    389: <METAGROUP>
                    390: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/copyright.tab" TARGET="home/httpd/html/res/adm/includes/copyright.tab" CATEGORY="conf">
                    391: <DESCRIPTION>
                    392: Table which contains list of copyright possibilities for educational resources.
                    393: </DESCRIPTION>
                    394: </METAGROUP>
                    395: <METAGROUP>
                    396: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/language.tab" TARGET="home/httpd/lonTabs/language.tab" CATEGORY="static conf">
                    397: <DESCRIPTION>
                    398: Table which contains string abbreviations of language::font rendering
                    399: combinations.
                    400: </DESCRIPTION>
                    401: </METAGROUP>
                    402: <METAGROUP>
                    403: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/addid.tab" TARGET="home/httpd/lonTabs/addid.tab" CATEGORY="static conf">
                    404: <DESCRIPTION>
                    405: Table which has hash data necessary for distinguishing IDs from indices.
                    406: </DESCRIPTION>
                    407: </METAGROUP>
                    408: <METAGROUP>
                    409: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonparmset.pm" TARGET="home/httpd/lib/perl/Apache/lonparmset.pm" CATEGORY="handler">
                    410: <DESCRIPTION>
                    411: Handler to resolve ambiguous file locations
                    412: </DESCRIPTION>
                    413: </METAGROUP>
                    414: <METAGROUP>
                    415: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonconstruct.pm" TARGET="home/httpd/lib/perl/Apache/lonconstruct.pm" CATEGORY="handler">
                    416: <DESCRIPTION>
                    417: Page wrapper for handling construction space.
                    418: </DESCRIPTION>
                    419: </METAGROUP>
                    420: <METAGROUP>
                    421: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonpublisher.pm" TARGET="home/httpd/lib/perl/Apache/lonpublisher.pm" CATEGORY="handler">
                    422: <DESCRIPTION>
                    423: Publishes an LON-CAPA educational resource complete with metadata
                    424: (authorship, language, copyright, creation date, etc).
                    425: </DESCRIPTION>
                    426: </METAGROUP>
                    427: <METAGROUP>
                    428: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmenu.pm" TARGET="home/httpd/lib/perl/Apache/lonmenu.pm" CATEGORY="handler">
1.26      harris41  429: <DESCRIPTION>
                    430: Has routines which control the remote control.
                    431: </DESCRIPTION>
                    432: </METAGROUP>
                    433: <METAGROUP>
1.29      harris41  434: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonpageflip.pm" TARGET="home/httpd/lib/perl/Apache/lonpageflip.pm" CATEGORY="handler">
1.26      harris41  435: <DESCRIPTION>
                    436: Deals with forward, backward, and other page flips.
                    437: </DESCRIPTION>
                    438: </METAGROUP>
                    439: <METAGROUP>
1.29      harris41  440: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonratedt.pm" TARGET="home/httpd/lib/perl/Apache/lonratedt.pm" CATEGORY="handler">
1.26      harris41  441: <DESCRIPTION>
                    442: Builds up frame set and loads in the right thing.
                    443: </DESCRIPTION>
                    444: </METAGROUP>
                    445: <METAGROUP>
1.29      harris41  446: <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  447: <DESCRIPTION>
                    448: This will take annotations and then plug them into a page
                    449: </DESCRIPTION>
                    450: </METAGROUP>
                    451: <METAGROUP>
1.29      harris41  452: <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  453: <DESCRIPTION>
                    454: This will take bookmarks and get/write/display them for the LON-CAPA user interface
                    455: </DESCRIPTION>
                    456: </METAGROUP>
                    457: <METAGROUP>
1.29      harris41  458: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonratsrv.pm" TARGET="home/httpd/lib/perl/Apache/lonratsrv.pm" CATEGORY="handler">
1.26      harris41  459: <DESCRIPTION>
                    460: Handler tat takes output from RAT and stores it on disk.  Handles the upper hidden
                    461: frame of the added window that comes up in RAT.   (3 frames come up in RAT server,
                    462: code, and output.  This module handles server connection.)
                    463: </DESCRIPTION>
                    464: </METAGROUP>
                    465: <METAGROUP>
1.29      harris41  466: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonpage.pm" TARGET="home/httpd/lib/perl/Apache/lonpage.pm" CATEGORY="handler">
1.26      harris41  467: <DESCRIPTION>
                    468: bundles pages into one page
                    469: </DESCRIPTION>
                    470: </METAGROUP>
                    471: <METAGROUP>
1.29      harris41  472: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonuserstate.pm" TARGET="home/httpd/lib/perl/Apache/lonuserstate.pm" CATEGORY="handler">
1.26      harris41  473: <DESCRIPTION>
                    474: compile course into binary data structure (in loncom/rat)
                    475: </DESCRIPTION>
                    476: </METAGROUP>
                    477: <METAGROUP>
1.29      harris41  478: <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  479: <DESCRIPTION>
                    480: Handler for tex files (somewhere in loncom/modules)
                    481: </DESCRIPTION>
                    482: </METAGROUP>
                    483: <METAGROUP>
1.29      harris41  484: <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  485: <DESCRIPTION>
                    486: Access to tth/ttm
                    487: </DESCRIPTION>
                    488: </METAGROUP>
                    489: <METAGROUP>
1.29      harris41  490: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/lonxml.pm" TARGET="home/httpd/lib/perl/Apache/lonxml.pm" CATEGORY="handler">
1.26      harris41  491: <DESCRIPTION>
                    492: XML Parsing Module
                    493: </DESCRIPTION>
                    494: </METAGROUP>
                    495: <METAGROUP>
1.29      harris41  496: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/style.pm" TARGET="home/httpd/lib/perl/Apache/style.pm" CATEGORY="handler">
1.26      harris41  497: <DESCRIPTION>
                    498: Style Parsing Module
                    499: </DESCRIPTION>
                    500: </METAGROUP>
                    501: <METAGROUP>
1.29      harris41  502: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/londefdef.pm" TARGET="home/httpd/lib/perl/Apache/londefdef.pm" CATEGORY="handler">
1.26      harris41  503: <DESCRIPTION>
                    504: Tags Default Definition Module
                    505: </DESCRIPTION>
                    506: </METAGROUP>
                    507: <METAGROUP>
1.29      harris41  508: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/run.pm" TARGET="home/httpd/lib/perl/Apache/run.pm" CATEGORY="handler">
1.26      harris41  509: <DESCRIPTION>
                    510: used to prevent poorly written problems from causing lingering after effects
                    511: </DESCRIPTION>
                    512: </METAGROUP>
                    513: <METAGROUP>
1.29      harris41  514: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/scripttag.pm" TARGET="home/httpd/lib/perl/Apache/scripttag.pm" CATEGORY="handler">
1.26      harris41  515: <DESCRIPTION>
                    516: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and &lt;import&gt;
                    517: </DESCRIPTION>
                    518: </METAGROUP>
                    519: <METAGROUP>
1.29      harris41  520: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/lonhomework.pm" TARGET="home/httpd/lib/perl/Apache/lonhomework.pm" CATEGORY="handler">
1.26      harris41  521: <DESCRIPTION>
                    522: handles requests for output, evaluation, and alteration of homework resource
                    523: </DESCRIPTION>
                    524: </METAGROUP>
                    525: <METAGROUP>
1.29      harris41  526: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/inputtags.pm" TARGET="home/httpd/lib/perl/Apache/inputtags.pm" CATEGORY="handler">
1.26      harris41  527: <DESCRIPTION>
                    528: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
                    529: </DESCRIPTION>
                    530: </METAGROUP>
                    531: <METAGROUP>
1.29      harris41  532: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/structuretags.pm" TARGET="home/httpd/lib/perl/Apache/structuretags.pm" CATEGORY="handler">
1.26      harris41  533: <DESCRIPTION>
                    534: produces HTML tags necessary for structuring the presentation of homework resources
                    535: </DESCRIPTION>
                    536: </METAGROUP>
                    537: <METAGROUP>
1.29      harris41  538: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/response.pm" TARGET="home/httpd/lib/perl/Apache/response.pm" CATEGORY="handler">
1.26      harris41  539: <DESCRIPTION>
                    540: defines different types of responses given to student as well as syntax for producing response values
                    541: </DESCRIPTION>
                    542: </METAGROUP>
                    543: <METAGROUP>
1.29      harris41  544: <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  545: <DESCRIPTION>
                    546: handles request to the CAPA homework processing engine
                    547: </DESCRIPTION>
                    548: </METAGROUP>
                    549: <METAGROUP>
1.29      harris41  550: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonacc.pm" TARGET="home/httpd/lib/perl/Apache/lonacc.pm" CATEGORY="handler">
1.26      harris41  551: <DESCRIPTION>
                    552: access to for a LON-CAPA user session
                    553: </DESCRIPTION>
                    554: </METAGROUP>
                    555: <METAGROUP>
1.29      harris41  556: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonracc.pm" TARGET="home/httpd/lib/perl/Apache/lonracc.pm" CATEGORY="handler">
1.26      harris41  557: <DESCRIPTION>
                    558: access handler for file transfers
                    559: </DESCRIPTION>
                    560: </METAGROUP>
                    561: <METAGROUP>
1.29      harris41  562: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/loncacc.pm" TARGET="home/httpd/lib/perl/Apache/loncacc.pm" CATEGORY="handler">
1.26      harris41  563: <DESCRIPTION>
                    564: access to construction area
                    565: </DESCRIPTION>
                    566: </METAGROUP>
                    567: <METAGROUP>
1.29      harris41  568: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonauth.pm" TARGET="home/httpd/lib/perl/Apache/lonauth.pm" CATEGORY="handler">
1.26      harris41  569: <DESCRIPTION>
                    570: authenticate, set up session environment
                    571: </DESCRIPTION>
                    572: </METAGROUP>
                    573: <METAGROUP>
1.29      harris41  574: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonlogin.pm" TARGET="home/httpd/lib/perl/Apache/lonlogin.pm" CATEGORY="handler">
1.26      harris41  575: <DESCRIPTION>
                    576: login screen
                    577: </DESCRIPTION>
                    578: </METAGROUP> 
                    579: <METAGROUP>
1.29      harris41  580: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonlogout.pm" TARGET="home/httpd/lib/perl/Apache/lonlogout.pm" CATEGORY="handler">
1.26      harris41  581: <DESCRIPTION>
                    582: logout
                    583: </DESCRIPTION>
                    584: </METAGROUP> 
                    585: <METAGROUP>
1.29      harris41  586: <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  587: <DESCRIPTION>
                    588: replication
                    589: </DESCRIPTION>
                    590: </METAGROUP> 
                    591: <METAGROUP>
1.29      harris41  592: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonroles.pm" TARGET="home/httpd/lib/perl/Apache/lonroles.pm" CATEGORY="handler">
1.26      harris41  593: <DESCRIPTION>
                    594: roles picking
                    595: </DESCRIPTION>
                    596: </METAGROUP> 
                    597: <METAGROUP>
1.29      harris41  598: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonindexer.pm" TARGET="home/httpd/lib/perl/Apache/lonindexer.pm" CATEGORY="handler">
1.26      harris41  599: <DESCRIPTION>
                    600: cross server filesystem browser
                    601: </DESCRIPTION>
                    602: </METAGROUP> 
                    603: <METAGROUP>
1.29      harris41  604: <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  605: <DESCRIPTION>
                    606: interface to lonc
                    607: </DESCRIPTION>
                    608: </METAGROUP> 
                    609: <METAGROUP>
1.29      harris41  610: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/index.html" TARGET="home/httpd/html/index.html" CATEGORY="interface file">
1.26      harris41  611: <DESCRIPTION>
                    612: bumps to login
                    613: </DESCRIPTION>
                    614: </METAGROUP>
                    615: <METAGROUP>
1.33      harris41  616: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="" TARGET="etc/httpd/conf/mime.types" LINKTO="etc/mime.types" CATEGORY="symbolic link">
                    617: <DESCRIPTION>
                    618: symbolic link to /etc/mime.types
                    619: </DESCRIPTION>
                    620: </METAGROUP>
                    621: <METAGROUP>
1.26      harris41  622: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="" TARGET="home/httpd/html/raw" LINKTO="home/httpd/html/res" CATEGORY="symbolic link">
                    623: <DESCRIPTION>
                    624: symbolic link to /home/httpd/html/res
                    625: </DESCRIPTION>
                    626: </METAGROUP>
                    627: <METAGROUP>
1.29      harris41  628: <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  629: <DESCRIPTION>
                    630: static html page that is shown when an attempt is made to access a document not present on the web server
                    631: </DESCRIPTION>
                    632: </METAGROUP>
                    633: <METAGROUP>
1.29      harris41  634: <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  635: <DESCRIPTION>
                    636: static html page that is shown when an attempt is made to access a document which is restricted based on
                    637: file or server configurations
                    638: </DESCRIPTION>
                    639: </METAGROUP>
                    640: <METAGROUP>
1.29      harris41  641: <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  642: <DESCRIPTION>
                    643: frameset
                    644: </DESCRIPTION>
                    645: </METAGROUP>
                    646: <METAGROUP>
1.29      harris41  647: <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  648: <DESCRIPTION>
                    649: javascript
                    650: </DESCRIPTION>
                    651: </METAGROUP>
                    652: <METAGROUP>
1.29      harris41  653: <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  654: <DESCRIPTION>
                    655: bumper
                    656: </DESCRIPTION>
                    657: </METAGROUP>
                    658: <METASUPERGROUP>
1.32      harris41  659: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/images/*.gif" TARGET="home/httpd/html/adm/rat/*.gif" CATEGORY="graphic file">
1.26      harris41  660: <DESCRIPTION>
                    661: graphic files
                    662: </DESCRIPTION>
                    663: <FILES>
1.1       harris41  664: 1.1.dt.gif
                    665: 1.1.empty.gif
                    666: 1.1.ld.gif
                    667: 1.1.lr.gif
                    668: 1.1.rd.gif
                    669: 1.1.rl.gif
                    670: 1.1.td.gif
                    671: 1.1.tdrl.gif
                    672: 1.1.tl.gif
                    673: 1.1.tr.gif
                    674: 1.1.utd.gif
                    675: 1.2.ctd.gif
                    676: 1.2.dt.gif
                    677: 1.2.empty.gif
                    678: 1.2.ld.gif
                    679: 1.2.lr.gif
                    680: 1.2.lrd.gif
                    681: 1.2.lrtd.gif
                    682: 1.2.rd.gif
                    683: 1.2.rl.gif
                    684: 1.2.rld.gif
                    685: 1.2.rltd.gif
                    686: 1.2.rtd.gif
                    687: 1.2.rtdl.gif
                    688: 1.2.rtl.gif
                    689: 1.2.td.gif
                    690: 1.2.tdl.gif
                    691: 1.2.tdrl.gif
                    692: 1.2.tl.gif
                    693: 1.2.tr.gif
                    694: 1.2.utd.gif
                    695: 2.1.dt.gif
                    696: 2.1.empty.gif
                    697: 2.1.ld.gif
                    698: 2.1.lr.gif
                    699: 2.1.rd.gif
                    700: 2.1.rl.gif
                    701: 2.1.td.gif
                    702: 2.1.tdrl.gif
                    703: 2.1.tl.gif
                    704: 2.1.tr.gif
                    705: 2.2.dt.gif
                    706: 2.2.empty.gif
                    707: 2.2.ld.gif
                    708: 2.2.lr.gif
                    709: 2.2.lrd.gif
                    710: 2.2.lrt.gif
                    711: 2.2.rd.gif
                    712: 2.2.rl.gif
                    713: 2.2.rld.gif
                    714: 2.2.rlt.gif
                    715: 2.2.td.gif
                    716: 2.2.tdl.gif
                    717: 2.2.tdr.gif
                    718: 2.2.tdrl.gif
                    719: 2.2.tl.gif
                    720: 2.2.tr.gif
                    721: 2.2.url.gif
                    722: 2.2.utd.gif
                    723: arrow.gif
                    724: bdt.gif
                    725: bempty.gif
                    726: bld.gif
                    727: blr.gif
                    728: blrd.gif
                    729: blrt.gif
                    730: brd.gif
                    731: brl.gif
                    732: brld.gif
                    733: brlt.gif
                    734: btd.gif
                    735: btdl.gif
                    736: btdr.gif
                    737: btdrl.gif
                    738: btl.gif
                    739: btr.gif
                    740: burl.gif
                    741: butd.gif
                    742: condition.gif
                    743: edit.gif
                    744: finish.gif
                    745: info.gif
                    746: inscol.gif
                    747: inscond.gif
                    748: insres.gif
                    749: insrow.gif
                    750: resource.gif
                    751: sctd.gif
                    752: sdt.gif
                    753: sempty.gif
                    754: sld.gif
                    755: slr.gif
                    756: slrd.gif
                    757: slrtd.gif
                    758: srd.gif
                    759: srl.gif
                    760: srld.gif
                    761: srltd.gif
                    762: srtd.gif
                    763: srtdl.gif
                    764: srtl.gif
                    765: start.gif
                    766: std.gif
                    767: stdl.gif
                    768: sutd.gif
1.26      harris41  769: </FILES>
                    770: </METASUPERGROUP>
                    771: <METASUPERGROUP>
1.29      harris41  772: <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  773: <DESCRIPTION>
                    774: logos
                    775: </DESCRIPTION>
                    776: <FILES>
1.2       harris41  777: liteani.gif
1.32      harris41  778: lonlogo.gif
                    779: lonlogos.gif
1.26      harris41  780: </FILES>
                    781: </METASUPERGROUP>
                    782: <METAGROUP>
1.29      harris41  783: <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  784: <DESCRIPTION>
                    785: perl module for invoking functions specific to Tex-to-HTML conversion
                    786: </DESCRIPTION>
                    787: </METAGROUP>
                    788: <METAGROUP>
1.31      harris41  789: <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">
                    790: <DESCRIPTION>
                    791: shared library file for dynamic loading and unloading
                    792: </DESCRIPTION>
1.32      harris41  793: <BUILD>
                    794: loncom/modules/TexConvert/tthperl/commands
                    795: </BUILD>
                    796: <DEPENDENCIES>
                    797: ../tthdynamic/tthfunc.c
                    798: ../ttmdynamic/ttmfunc.c
                    799: </DEPENDENCIES>
1.31      harris41  800: </METAGROUP>
                    801: <METAGROUP>
1.29      harris41  802: <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  803: <DESCRIPTION>
                    804: perl module for invoking functions specific to CAPA
                    805: </DESCRIPTION>
                    806: </METAGROUP>
                    807: <METAGROUP>
1.29      harris41  808: <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  809: <DESCRIPTION>
                    810: bootstrap file associated with dynamic loading of this module on multiple architectures
                    811: </DESCRIPTION>
                    812: </METAGROUP>
                    813: <METAGROUP>
1.29      harris41  814: <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  815: <DESCRIPTION>
                    816: shared library file for dynamic loading and unloading
                    817: </DESCRIPTION>
1.32      harris41  818: <BUILD>
                    819: loncom/homework/caparesponse/commands
                    820: </BUILD>
                    821: <DEPENDENCIES>
                    822: capa_wrap.c
                    823: caparesponse.c
                    824: capa.pm
                    825: </DEPENDENCIES>
1.26      harris41  826: </METAGROUP>
                    827: <METASUPERGROUP>
1.29      harris41  828: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/MathML/*.ent" TARGET="home/httpd/html/adm/MathML/*.ent" CATEGORY="system file">
1.26      harris41  829: <DESCRIPTION>
                    830: entity files
                    831: </DESCRIPTION>
                    832: <FILES>
1.1       harris41  833: isoamsa.ent
                    834: isoamsb.ent
                    835: isoamsc.ent
                    836: isoamsn.ent
                    837: isoamso.ent
                    838: isoamsr.ent
                    839: isobox.ent
                    840: isocyr1.ent
                    841: isocyr2.ent
                    842: isodia.ent
                    843: isogrk1.ent
                    844: isogrk2.ent
                    845: isogrk3.ent
                    846: isogrk4.ent
                    847: isolat1.ent
                    848: isolat2.ent
                    849: isomfrk.ent
                    850: isomopf.ent
                    851: isomscr.ent
                    852: isonum.ent
                    853: isopub.ent
                    854: isotech.ent
                    855: mathml.dtd
                    856: mmlalias.ent
                    857: mmlextra.ent
1.26      harris41  858: </FILES>
                    859: </METASUPERGROUP>
                    860: <METAGROUP>
1.29      harris41  861: <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  862: <DESCRIPTION>
                    863: cascading style sheet
                    864: </DESCRIPTION>
                    865: </METAGROUP>
                    866: <METAGROUP>
1.29      harris41  867: <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  868: <DESCRIPTION>
                    869: document type definition
                    870: </DESCRIPTION>
                    871: </METAGROUP>
                    872: <METAGROUP>
1.30      harris41  873: <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  874: <DESCRIPTION>
                    875: Encryption Routines according to Data Encryption Standard DES, written in javascript
                    876: </DESCRIPTION>
                    877: </METAGROUP>
                    878: <METAGROUP>
1.30      harris41  879: <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  880: <DESCRIPTION>
                    881: used by lonxml::xmlparse() as input variable $safeinit to Apache::run::run()
                    882: </DESCRIPTION>
                    883: </METAGROUP>
                    884: <METASUPERGROUP>
1.30      harris41  885: <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  886: <DESCRIPTION>
                    887: icons used for the entire LON-CAPA user interface
                    888: </DESCRIPTION>
                    889: <FILES>
1.1       harris41  890: a.gif
                    891: b.gif
                    892: c.gif
                    893: chat.gif
                    894: d.gif
                    895: e.gif
                    896: endmenu.gif
                    897: f.gif
                    898: feedback.gif
                    899: fnkmenu.gif
                    900: g.gif
                    901: group.gif
                    902: h.gif
                    903: help.gif
                    904: hyphen.gif
                    905: i.gif
                    906: info.gif
                    907: j.gif
                    908: k.gif
                    909: l.gif
                    910: ledblink.gif
                    911: ledoff.gif
                    912: ledon.gif
                    913: ledsend.gif
                    914: m.gif
                    915: n.gif
                    916: navmenu.gif
                    917: next.gif
                    918: o.gif
                    919: p.gif
                    920: prev.gif
                    921: q.gif
                    922: r.gif
                    923: reload.gif
                    924: remotebg.gif
                    925: s.gif
                    926: space.gif
                    927: spacer.gif
                    928: t.gif
                    929: title.gif
                    930: u.gif
                    931: v.gif
                    932: w.gif
                    933: x.gif
                    934: y.gif
                    935: z.gif
1.26      harris41  936: </FILES>
                    937: </METASUPERGROUP>
                    938: <METAGROUP>
1.30      harris41  939: <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  940: <DESCRIPTION>
                    941: image maps for the LON-CAPA remote control
                    942: </DESCRIPTION>
                    943: </METAGROUP>
                    944: <METAGROUP>
1.30      harris41  945: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/index.html" TARGET="home/httpd/html/res/adm/includes/index.html" CATEGORY="interface file">
1.26      harris41  946: <DESCRIPTION>
                    947: welcoming page to the LON-CAPA system upon login
                    948: </DESCRIPTION>
                    949: </METAGROUP>
                    950: <METAGROUP>
1.30      harris41  951: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/menu.html" TARGET="home/httpd/html/res/adm/includes/menu.html" CATEGORY="interface file">
1.26      harris41  952: <DESCRIPTION>
                    953: renders the HTML (including image maps) for the LON-CAPA remote control
                    954: </DESCRIPTION>
                    955: </METAGROUP>
                    956: <METASUPERGROUP>
1.34    ! harris41  957: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/indexericons/*.gif" TARGET="home/httpd/html/res/adm/pages/indexericons/*.gif" CATEGORY="graphic file">
        !           958: <DESCRIPTION>
        !           959: icons used for the bookmark portion of the LON-CAPA user interface
        !           960: </DESCRIPTION>
        !           961: <FILES>
        !           962: a.gif
        !           963: alert.black.gif
        !           964: alert.red.gif
        !           965: back.gif
        !           966: ball.gray.gif
        !           967: ball.red.gif
        !           968: binary.gif
        !           969: binhex.gif
        !           970: blank.gif
        !           971: bomb.gif
        !           972: box1.gif
        !           973: box2.gif
        !           974: broken.gif
        !           975: burst.gif
        !           976: c.gif
        !           977: comp.blue.gif
        !           978: comp.gray.gif
        !           979: compressed.gif
        !           980: continued.gif
        !           981: course.gif
        !           982: dir.gif
        !           983: down.gif
        !           984: dvi.gif
        !           985: f.gif
        !           986: folder.gif
        !           987: folder.open.gif
        !           988: folder.sec.gif
        !           989: folder_closed.gif
        !           990: folder_closed_pressed.gif
        !           991: folder_new.gif
        !           992: folder_opened.gif
        !           993: folder_opened_pressed.gif
        !           994: folder_pointer_closed.gif
        !           995: folder_pointer_opened.gif
        !           996: folder_spacer.gif
        !           997: folder_trash.gif
        !           998: forward.gif
        !           999: generic.gif
        !          1000: generic.red.gif
        !          1001: generic.sec.gif
        !          1002: hand.right.gif
        !          1003: hand.up.gif
        !          1004: html.gif
        !          1005: image1.gif
        !          1006: image2.gif
        !          1007: image3.gif
        !          1008: index.gif
        !          1009: layout.gif
        !          1010: left.gif
        !          1011: link.gif
        !          1012: mov.gif
        !          1013: movie1.gif
        !          1014: p.gif
        !          1015: patch.gif
        !          1016: pdf.gif
        !          1017: portal.gif
        !          1018: problem.gif
        !          1019: ps.gif
        !          1020: quill.gif
        !          1021: right.gif
        !          1022: screw1.gif
        !          1023: screw2.gif
        !          1024: script.gif
        !          1025: sound1.gif
        !          1026: sound2.gif
        !          1027: sphere1.gif
        !          1028: sphere2.gif
        !          1029: tar.gif
        !          1030: tex.gif
        !          1031: text.gif
        !          1032: transfer.gif
        !          1033: unknown.gif
        !          1034: up.gif
        !          1035: uu.gif
        !          1036: uuencoded.gif
        !          1037: white_space_20_22.gif
        !          1038: white_space_22_22.gif
        !          1039: world1.gif
        !          1040: world2.gif
        !          1041: </FILES>
        !          1042: </METASUPERGROUP>
        !          1043: <METASUPERGROUP>
1.29      harris41 1044: <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 1045: <DESCRIPTION>
1.34    ! harris41 1046: icons used for directory indexing and login screen
1.26      harris41 1047: </DESCRIPTION>
                   1048: <FILES>
1.12      harris41 1049: button_close.gif
                   1050: button_edit.gif
                   1051: button_preview.gif
                   1052: folder_closed.gif
                   1053: folder_closed_pressed.gif
                   1054: folder_new.gif
                   1055: folder_opened.gif
                   1056: folder_opened_pressed.gif
                   1057: folder_pointer_closed.gif
                   1058: folder_pointer_opened.gif
                   1059: folder_spacer.gif
                   1060: folder_trash.gif
                   1061: left_bar.gif
                   1062: link.gif
                   1063: link_pressed.gif
                   1064: ll_corner.gif
                   1065: lower_bar.gif
                   1066: lr_corner.gif
                   1067: right_bar.gif
                   1068: toolbar_bg.gif
                   1069: ul_corner.gif
                   1070: upper_bar.gif
                   1071: ur_corner.gif
1.26      harris41 1072: </FILES>
                   1073: </METASUPERGROUP>
                   1074: <METASUPERGROUP>
1.29      harris41 1075: <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 1076: <DESCRIPTION>
                   1077: associated with the frameset scheme of displaying bookmarks
                   1078: </DESCRIPTION>
                   1079: <FILES>
1.12      harris41 1080: aaloader.html
1.34    ! harris41 1081: bookmarkmenu_bb.html
        !          1082: bookmarkmenu_left.html
        !          1083: bookmarkmenu_ll.html
        !          1084: bookmarkmenu_lr.html
        !          1085: bookmarkmenu_right.html
        !          1086: bookmarkmenu_toolbar.html
        !          1087: bookmarkmenu_ul.html
        !          1088: bookmarkmenu_ur.html
        !          1089: bookmarkmenu_uu.html
1.12      harris41 1090: bookmarkpal.html
                   1091: bookmarkpal_old.html
                   1092: bookmarkpal_v2.html
                   1093: bookmarkpal_v2_backup.html
                   1094: index.html
                   1095: loading_bookmarks.html
1.26      harris41 1096: </FILES>
                   1097: </METASUPERGROUP>
                   1098: <METAGROUP>
1.29      harris41 1099: <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 1100: <DESCRIPTION>
                   1101: javascript for handling client-side interactions with bookmark interface
                   1102: </DESCRIPTION>
                   1103: </METAGROUP>
                   1104: <METAGROUP>
1.29      harris41 1105: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverifypackages" TARGET="usr/sbin/loncapaverifypackages" CATEGORY="script">
1.26      harris41 1106: <DESCRIPTION>
                   1107: checks the system RPMs against what install.lon-capa.org specifies
                   1108: </DESCRIPTION>
                   1109: </METAGROUP>
                   1110: <METAGROUP>
1.29      harris41 1111: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverifybasepackage" TARGET="usr/sbin/loncapaverifybasepackage" CATEGORY="script">
1.26      harris41 1112: <DESCRIPTION>
                   1113: checks the important base LON-CAPA files against what install.lon-capa.org specifies
                   1114: </DESCRIPTION>
                   1115: </METAGROUP>
                   1116: <METAGROUP>
1.29      harris41 1117: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncaparestoreconfigurations" TARGET="usr/sbin/loncaparestoreconfigurations" CATEGORY="script">
1.26      harris41 1118: <DESCRIPTION>
                   1119: restores .rpmsave files after a LON-CAPA-base upgrade
                   1120: </DESCRIPTION>
                   1121: </METAGROUP>
                   1122: <METAGROUP>
1.29      harris41 1123: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaautoupgrade" TARGET="usr/sbin/loncapaautoupgrade" CATEGORY="script">
1.26      harris41 1124: <DESCRIPTION>
                   1125: does all the things to coordinate updating of LON-CAPA base files.  Should be used with
                   1126: caution so that you do not lose work
                   1127: </DESCRIPTION>
                   1128: </METAGROUP>
                   1129: <METAGROUP>
1.29      harris41 1130: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverify" TARGET="usr/sbin/loncapaverify" CATEGORY="script">
1.26      harris41 1131: <DESCRIPTION>
                   1132: makes verification report using loncapaverifypackages and loncapaverifybasepackage
                   1133: </DESCRIPTION>
                   1134: </METAGROUP>
                   1135: <METAGROUP>
1.29      harris41 1136: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/cron/loncapa" TARGET="etc/cron.d" CATEGORY="static conf">
1.26      harris41 1137: <DESCRIPTION>
                   1138: file that specifies periodic processes to run for the LON-CAPA machine
                   1139: </DESCRIPTION>
                   1140: </METAGROUP>
                   1141: <METAGROUP>
1.29      harris41 1142: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/ntp/step-tickers" TARGET="etc/ntp/step-tickers" CATEGORY="conf">
1.26      harris41 1143: <DESCRIPTION>
                   1144: file that stimulates running of ntpdate upon init.d/xntpd initiation
                   1145: </DESCRIPTION>
                   1146: <NOTE>
1.19      harris41 1147: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
                   1148: <TR><TD><TT>just one line with the ip address of the server</TT></TD></TR>
                   1149: </TABLE>
1.26      harris41 1150: </NOTE>
                   1151: </METAGROUP>
                   1152: <METAGROUP>
1.29      harris41 1153: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/init.d/loncontrol" CATEGORY="root script">
                   1154: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc0.d/K05loncontrol" CATEGORY="root script">
                   1155: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc1.d/K05loncontrol" CATEGORY="root script">
                   1156: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc2.d/K05loncontrol" CATEGORY="root script">
                   1157: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc3.d/S95loncontrol" CATEGORY="root script">
                   1158: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc4.d/S95loncontrol" CATEGORY="root script">
                   1159: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc5.d/S95loncontrol" CATEGORY="root script">
                   1160: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc6.d/K05loncontrol" CATEGORY="root script">
1.26      harris41 1161: <DESCRIPTION>
                   1162: system init and control handling for the LON-CAPA network
                   1163: </DESCRIPTION>
                   1164: </METAGROUP>
                   1165: <METAGROUP>
1.29      harris41 1166: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/atalk/config" TARGET="etc/atalk/config" CATEGORY="conf">
1.26      harris41 1167: <DESCRIPTION>
                   1168: configuration file to make LON-CAPA server file space accessible to Appleshares access (Macintosh)
                   1169: </DESCRIPTION>
                   1170: </METAGROUP>
1.1       harris41 1171: </BODY>
                   1172: </HTML>

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