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

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

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