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

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

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