File:  [LON-CAPA] / doc / loncapafiles / Attic / loncapafiles.html
Revision 1.57: download - view: text, annotated - select for diffs
Mon Feb 26 18:14:07 2001 UTC (23 years, 2 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
adding lonsql.pm file -Scott

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

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