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

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

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