File:  [LON-CAPA] / doc / loncapafiles / Attic / loncapafiles.html
Revision 1.52: download - view: text, annotated - select for diffs
Thu Feb 1 14:40:16 2001 UTC (23 years, 3 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
adding in a lonchart perl module handler to produce a student
assessment performance chart -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/interface/lonchart.pm" TARGET="home/httpd/lib/perl/Apache/lonchart.pm" CATEGORY="handler">
  418: <DESCRIPTION>
  419: Produces simple LectureOnline-like student assessment performance chart
  420: </DESCRIPTION>
  421: <STATUS>works/unverified</STATUS>
  422: </METAGROUP>
  423: <METAGROUP>
  424: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/optionresponse.pm" TARGET="home/httpd/lib/perl/Apache/optionresponse.pm" CATEGORY="handler">
  425: <DESCRIPTION>
  426: Handles tags associated with showing a list of options.
  427: </DESCRIPTION>
  428: </METAGROUP>
  429: <METAGROUP>
  430: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/outputtags.pm" TARGET="home/httpd/lib/perl/Apache/outputtags.pm" CATEGORY="handler">
  431: <DESCRIPTION>
  432: Handles tags associated with output.  Seems to relate to due dates of the
  433: assignment.
  434: </DESCRIPTION>
  435: </METAGROUP>
  436: <METAGROUP>
  437: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lontest.pm" TARGET="home/httpd/lib/perl/Apache/lontest.pm" CATEGORY="handler">
  438: <DESCRIPTION>
  439: Used for debugging and testing the LON-CAPA system.
  440: </DESCRIPTION>
  441: </METAGROUP>
  442: <METAGROUP>
  443: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/radiobuttonresponse.pm" TARGET="home/httpd/lib/perl/Apache/radiobuttonresponse.pm" CATEGORY="handler">
  444: <DESCRIPTION>
  445: Handles multiple-choice style responses.
  446: </DESCRIPTION>
  447: </METAGROUP>
  448: <METAGROUP>
  449: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonassignments.pm" TARGET="home/httpd/lib/perl/Apache/lonassignments.pm" CATEGORY="handler">
  450: <DESCRIPTION>
  451: Handles processing of assignments.
  452: </DESCRIPTION>
  453: </METAGROUP>
  454: <METAGROUP>
  455: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncommunicate.pm" TARGET="home/httpd/lib/perl/Apache/loncommunicate.pm" CATEGORY="handler">
  456: <DESCRIPTION>
  457: Handles communication.
  458: </DESCRIPTION>
  459: </METAGROUP>
  460: <METAGROUP>
  461: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonerrorhandler.pm" TARGET="home/httpd/lib/perl/Apache/lonerrorhandler.pm" CATEGORY="handler">
  462: <DESCRIPTION>
  463: Handles errors.
  464: </DESCRIPTION>
  465: </METAGROUP>
  466: <METAGROUP>
  467: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonevaluate.pm" TARGET="home/httpd/lib/perl/Apache/lonevaluate.pm" CATEGORY="handler">
  468: <DESCRIPTION>
  469: Handles evaluation.
  470: </DESCRIPTION>
  471: </METAGROUP>
  472: <METAGROUP>
  473: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonfeedback.pm" TARGET="home/httpd/lib/perl/Apache/lonfeedback.pm" CATEGORY="handler">
  474: <DESCRIPTION>
  475: Handles feedback from students to instructors and system administrators.
  476: </DESCRIPTION>
  477: </METAGROUP>
  478: <METAGROUP>
  479: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmydesk.pm" TARGET="home/httpd/lib/perl/Apache/lonmydesk.pm" CATEGORY="handler">
  480: <DESCRIPTION>
  481: Unknown function.
  482: </DESCRIPTION>
  483: </METAGROUP>
  484: <METAGROUP>
  485: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonnavmaps.pm" TARGET="home/httpd/lib/perl/Apache/lonnavmaps.pm" CATEGORY="handler">
  486: <DESCRIPTION>
  487: Handles navigational maps.
  488: </DESCRIPTION>
  489: </METAGROUP>
  490: <METAGROUP>
  491: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonpreferences.pm" TARGET="home/httpd/lib/perl/Apache/lonpreferences.pm" CATEGORY="handler">
  492: <DESCRIPTION>
  493: Handles user preferences associated with customizing the online LON-CAPA
  494: educational environment.
  495: </DESCRIPTION>
  496: </METAGROUP>
  497: <METAGROUP>
  498: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonprintout.pm" TARGET="home/httpd/lib/perl/Apache/lonprintout.pm" CATEGORY="handler">
  499: <DESCRIPTION>
  500: Handles the production of printable files and resources.
  501: </DESCRIPTION>
  502: </METAGROUP>
  503: <METAGROUP>
  504: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonsearchcat.pm" TARGET="home/httpd/lib/perl/Apache/lonsearchcat.pm" CATEGORY="handler">
  505: <DESCRIPTION>
  506: Handles a searchable catalogue.
  507: </DESCRIPTION>
  508: </METAGROUP>
  509: <METAGROUP>
  510: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/londropadd.pm" TARGET="home/httpd/lib/perl/Apache/londropadd.pm" CATEGORY="handler">
  511: <DESCRIPTION>
  512: Handler to drop and add students in courses.
  513: </DESCRIPTION>
  514: </METAGROUP>
  515: <METAGROUP>
  516: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmsg.pm" TARGET="home/httpd/lib/perl/Apache/lonmsg.pm" CATEGORY="handler">
  517: <DESCRIPTION>
  518: Routines for messaging.
  519: </DESCRIPTION>
  520: </METAGROUP>
  521: <METAGROUP>
  522: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/hint.pm" TARGET="home/httpd/lib/perl/Apache/hint.pm" CATEGORY="handler">
  523: <DESCRIPTION>
  524: This handler coordinates the delivery of hints to students working on LON-CAPA
  525: problems and assignments.
  526: </DESCRIPTION>
  527: </METAGROUP>
  528: <METAGROUP>
  529: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonspreadsheet.pm" TARGET="home/httpd/lib/perl/Apache/lonspreadsheet.pm" CATEGORY="handler">
  530: <DESCRIPTION>
  531: Spreadsheet/Grades Display Handler
  532: </DESCRIPTION>
  533: </METAGROUP>
  534: <METAGROUP>
  535: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonparmset.pm" TARGET="home/httpd/lib/perl/Apache/lonparmset.pm" CATEGORY="handler">
  536: <DESCRIPTION>
  537: Handler to resolve ambiguous file locations
  538: </DESCRIPTION>
  539: </METAGROUP>
  540: <METAGROUP>
  541: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonconstruct.pm" TARGET="home/httpd/lib/perl/Apache/lonconstruct.pm" CATEGORY="handler">
  542: <DESCRIPTION>
  543: Page wrapper for handling construction space.
  544: </DESCRIPTION>
  545: </METAGROUP>
  546: <METAGROUP>
  547: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonpublisher.pm" TARGET="home/httpd/lib/perl/Apache/lonpublisher.pm" CATEGORY="handler">
  548: <DESCRIPTION>
  549: Publishes an LON-CAPA educational resource complete with metadata
  550: (authorship, language, copyright, creation date, etc).
  551: </DESCRIPTION>
  552: </METAGROUP>
  553: <METAGROUP>
  554: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmenu.pm" TARGET="home/httpd/lib/perl/Apache/lonmenu.pm" CATEGORY="handler">
  555: <DESCRIPTION>
  556: Has routines which control the remote control.
  557: </DESCRIPTION>
  558: </METAGROUP>
  559: <METAGROUP>
  560: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonpageflip.pm" TARGET="home/httpd/lib/perl/Apache/lonpageflip.pm" CATEGORY="handler">
  561: <DESCRIPTION>
  562: Deals with forward, backward, and other page flips.
  563: </DESCRIPTION>
  564: </METAGROUP>
  565: <METAGROUP>
  566: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonratedt.pm" TARGET="home/httpd/lib/perl/Apache/lonratedt.pm" CATEGORY="handler">
  567: <DESCRIPTION>
  568: Builds up frame set and loads in the right thing.
  569: </DESCRIPTION>
  570: </METAGROUP>
  571: <METAGROUP>
  572: <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">
  573: <DESCRIPTION>
  574: This will take annotations and then plug them into a page
  575: </DESCRIPTION>
  576: </METAGROUP>
  577: <METAGROUP>
  578: <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">
  579: <DESCRIPTION>
  580: This will take bookmarks and get/write/display them for the LON-CAPA user interface
  581: </DESCRIPTION>
  582: </METAGROUP>
  583: <METAGROUP>
  584: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonratsrv.pm" TARGET="home/httpd/lib/perl/Apache/lonratsrv.pm" CATEGORY="handler">
  585: <DESCRIPTION>
  586: Handler tat takes output from RAT and stores it on disk.  Handles the upper hidden
  587: frame of the added window that comes up in RAT.   (3 frames come up in RAT server,
  588: code, and output.  This module handles server connection.)
  589: </DESCRIPTION>
  590: </METAGROUP>
  591: <METAGROUP>
  592: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonpage.pm" TARGET="home/httpd/lib/perl/Apache/lonpage.pm" CATEGORY="handler">
  593: <DESCRIPTION>
  594: bundles pages into one page
  595: </DESCRIPTION>
  596: </METAGROUP>
  597: <METAGROUP>
  598: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonuserstate.pm" TARGET="home/httpd/lib/perl/Apache/lonuserstate.pm" CATEGORY="handler">
  599: <DESCRIPTION>
  600: compile course into binary data structure (in loncom/rat)
  601: </DESCRIPTION>
  602: </METAGROUP>
  603: <METAGROUP>
  604: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/lontex.pm" TARGET="home/httpd/lib/perl/Apache/lontex.pm" CATEGORY="handler">
  605: <DESCRIPTION>
  606: Handler for tex files (somewhere in loncom/modules)
  607: </DESCRIPTION>
  608: </METAGROUP>
  609: <METAGROUP>
  610: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/lontexconvert.pm" TARGET="home/httpd/lib/perl/Apache/lontexconvert.pm" CATEGORY="handler">
  611: <DESCRIPTION>
  612: Access to tth/ttm
  613: </DESCRIPTION>
  614: </METAGROUP>
  615: <METAGROUP>
  616: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/lonxml.pm" TARGET="home/httpd/lib/perl/Apache/lonxml.pm" CATEGORY="handler">
  617: <DESCRIPTION>
  618: XML Parsing Module
  619: </DESCRIPTION>
  620: </METAGROUP>
  621: <METAGROUP>
  622: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/style.pm" TARGET="home/httpd/lib/perl/Apache/style.pm" CATEGORY="handler">
  623: <DESCRIPTION>
  624: Style Parsing Module
  625: </DESCRIPTION>
  626: </METAGROUP>
  627: <METAGROUP>
  628: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/londefdef.pm" TARGET="home/httpd/lib/perl/Apache/londefdef.pm" CATEGORY="handler">
  629: <DESCRIPTION>
  630: Tags Default Definition Module
  631: </DESCRIPTION>
  632: </METAGROUP>
  633: <METAGROUP>
  634: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/run.pm" TARGET="home/httpd/lib/perl/Apache/run.pm" CATEGORY="handler">
  635: <DESCRIPTION>
  636: used to prevent poorly written problems from causing lingering after effects
  637: </DESCRIPTION>
  638: </METAGROUP>
  639: <METAGROUP>
  640: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/scripttag.pm" TARGET="home/httpd/lib/perl/Apache/scripttag.pm" CATEGORY="handler">
  641: <DESCRIPTION>
  642: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and &lt;import&gt;
  643: </DESCRIPTION>
  644: </METAGROUP>
  645: <METAGROUP>
  646: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/lonhomework.pm" TARGET="home/httpd/lib/perl/Apache/lonhomework.pm" CATEGORY="handler">
  647: <DESCRIPTION>
  648: handles requests for output, evaluation, and alteration of homework resource
  649: </DESCRIPTION>
  650: </METAGROUP>
  651: <METAGROUP>
  652: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/inputtags.pm" TARGET="home/httpd/lib/perl/Apache/inputtags.pm" CATEGORY="handler">
  653: <DESCRIPTION>
  654: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
  655: </DESCRIPTION>
  656: </METAGROUP>
  657: <METAGROUP>
  658: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/structuretags.pm" TARGET="home/httpd/lib/perl/Apache/structuretags.pm" CATEGORY="handler">
  659: <DESCRIPTION>
  660: produces HTML tags necessary for structuring the presentation of homework resources
  661: </DESCRIPTION>
  662: </METAGROUP>
  663: <METAGROUP>
  664: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/response.pm" TARGET="home/httpd/lib/perl/Apache/response.pm" CATEGORY="handler">
  665: <DESCRIPTION>
  666: defines different types of responses given to student as well as syntax for producing response values
  667: </DESCRIPTION>
  668: </METAGROUP>
  669: <METAGROUP>
  670: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/caparesponse/caparesponse.pm" TARGET="home/httpd/lib/perl/Apache/caparesponse.pm" CATEGORY="handler">
  671: <DESCRIPTION>
  672: handles request to the CAPA homework processing engine
  673: </DESCRIPTION>
  674: </METAGROUP>
  675: <METAGROUP>
  676: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonacc.pm" TARGET="home/httpd/lib/perl/Apache/lonacc.pm" CATEGORY="handler">
  677: <DESCRIPTION>
  678: access to for a LON-CAPA user session
  679: </DESCRIPTION>
  680: </METAGROUP>
  681: <METAGROUP>
  682: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonracc.pm" TARGET="home/httpd/lib/perl/Apache/lonracc.pm" CATEGORY="handler">
  683: <DESCRIPTION>
  684: access handler for file transfers
  685: </DESCRIPTION>
  686: </METAGROUP>
  687: <METAGROUP>
  688: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/loncacc.pm" TARGET="home/httpd/lib/perl/Apache/loncacc.pm" CATEGORY="handler">
  689: <DESCRIPTION>
  690: access to construction area
  691: </DESCRIPTION>
  692: </METAGROUP>
  693: <METAGROUP>
  694: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonauth.pm" TARGET="home/httpd/lib/perl/Apache/lonauth.pm" CATEGORY="handler">
  695: <DESCRIPTION>
  696: authenticate, set up session environment
  697: </DESCRIPTION>
  698: </METAGROUP>
  699: <METAGROUP>
  700: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonlogin.pm" TARGET="home/httpd/lib/perl/Apache/lonlogin.pm" CATEGORY="handler">
  701: <DESCRIPTION>
  702: login screen
  703: </DESCRIPTION>
  704: </METAGROUP> 
  705: <METAGROUP>
  706: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonlogout.pm" TARGET="home/httpd/lib/perl/Apache/lonlogout.pm" CATEGORY="handler">
  707: <DESCRIPTION>
  708: logout
  709: </DESCRIPTION>
  710: </METAGROUP> 
  711: <METAGROUP>
  712: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonnet/perl/lonrep.pm" TARGET="home/httpd/lib/perl/Apache/lonrep.pm" CATEGORY="handler">
  713: <DESCRIPTION>
  714: replication
  715: </DESCRIPTION>
  716: </METAGROUP> 
  717: <METAGROUP>
  718: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonroles.pm" TARGET="home/httpd/lib/perl/Apache/lonroles.pm" CATEGORY="handler">
  719: <DESCRIPTION>
  720: roles picking
  721: </DESCRIPTION>
  722: </METAGROUP> 
  723: <METAGROUP>
  724: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonindexer.pm" TARGET="home/httpd/lib/perl/Apache/lonindexer.pm" CATEGORY="handler">
  725: <DESCRIPTION>
  726: cross server filesystem browser
  727: </DESCRIPTION>
  728: </METAGROUP> 
  729: <METAGROUP>
  730: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonnet/perl/lonnet.pm" TARGET="home/httpd/lib/perl/Apache/lonnet.pm" CATEGORY="handler">
  731: <DESCRIPTION>
  732: interface to lonc
  733: </DESCRIPTION>
  734: </METAGROUP> 
  735: <METAGROUP>
  736: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/index.html" TARGET="home/httpd/html/index.html" CATEGORY="interface file">
  737: <DESCRIPTION>
  738: bumps to login
  739: </DESCRIPTION>
  740: </METAGROUP>
  741: <METAGROUP>
  742: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="" TARGET="etc/httpd/conf/mime.types" LINKTO="etc/mime.types" CATEGORY="symbolic link">
  743: <DESCRIPTION>
  744: symbolic link to /etc/mime.types
  745: </DESCRIPTION>
  746: </METAGROUP>
  747: <METAGROUP>
  748: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="" TARGET="home/httpd/html/raw" LINKTO="home/httpd/html/res" CATEGORY="symbolic link">
  749: <DESCRIPTION>
  750: symbolic link to /home/httpd/html/res
  751: </DESCRIPTION>
  752: </METAGROUP>
  753: <METAGROUP>
  754: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/notfound.html" TARGET="home/httpd/html/adm/notfound.html" CATEGORY="interface file">
  755: <DESCRIPTION>
  756: static html page that is shown when an attempt is made to access a document not present on the web server
  757: </DESCRIPTION>
  758: </METAGROUP>
  759: <METAGROUP>
  760: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/unauthorized.html" TARGET="home/httpd/html/adm/unauthorized.html" CATEGORY="interface file">
  761: <DESCRIPTION>
  762: static html page that is shown when an attempt is made to access a document which is restricted based on
  763: file or server configurations
  764: </DESCRIPTION>
  765: </METAGROUP>
  766: <METAGROUP>
  767: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/rat.html" TARGET="home/httpd/html/adm/rat/rat.html" CATEGORY="interface file">
  768: <DESCRIPTION>
  769: frameset
  770: </DESCRIPTION>
  771: </METAGROUP>
  772: <METAGROUP>
  773: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/parameter.html" TARGET="home/httpd/html/adm/rat/parameter.html" CATEGORY="interface file">
  774: <DESCRIPTION>
  775: Parameter input window.
  776: </DESCRIPTION>
  777: </METAGROUP>
  778: <METAGROUP>
  779: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/code.html" TARGET="home/httpd/html/adm/rat/code.html" CATEGORY="interface file">
  780: <DESCRIPTION>
  781: javascript
  782: </DESCRIPTION>
  783: </METAGROUP>
  784: <METAGROUP>
  785: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/map.html" TARGET="home/httpd/html/adm/rat/map.html" CATEGORY="interface file">
  786: <DESCRIPTION>
  787: bumper
  788: </DESCRIPTION>
  789: </METAGROUP>
  790: <METAGROUP>
  791: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/empty.html" TARGET="home/httpd/html/adm/rat/empty.html" CATEGORY="interface file">
  792: <DESCRIPTION>
  793: A blank page with very minimal HTML structural elements.
  794: </DESCRIPTION>
  795: </METAGROUP>
  796: <METASUPERGROUP>
  797: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/images/*.gif" TARGET="home/httpd/html/adm/rat/*.gif" CATEGORY="graphic file">
  798: <DESCRIPTION>
  799: graphic files
  800: </DESCRIPTION>
  801: <FILES>
  802: 1.1.dt.gif
  803: 1.1.empty.gif
  804: 1.1.ld.gif
  805: 1.1.lr.gif
  806: 1.1.rd.gif
  807: 1.1.rl.gif
  808: 1.1.td.gif
  809: 1.1.tdrl.gif
  810: 1.1.tl.gif
  811: 1.1.tr.gif
  812: 1.1.utd.gif
  813: 1.2.ctd.gif
  814: 1.2.dt.gif
  815: 1.2.empty.gif
  816: 1.2.ld.gif
  817: 1.2.lr.gif
  818: 1.2.lrd.gif
  819: 1.2.lrtd.gif
  820: 1.2.rd.gif
  821: 1.2.rl.gif
  822: 1.2.rld.gif
  823: 1.2.rltd.gif
  824: 1.2.rtd.gif
  825: 1.2.rtdl.gif
  826: 1.2.rtl.gif
  827: 1.2.td.gif
  828: 1.2.tdl.gif
  829: 1.2.tdrl.gif
  830: 1.2.tl.gif
  831: 1.2.tr.gif
  832: 1.2.utd.gif
  833: 2.1.dt.gif
  834: 2.1.empty.gif
  835: 2.1.ld.gif
  836: 2.1.lr.gif
  837: 2.1.rd.gif
  838: 2.1.rl.gif
  839: 2.1.td.gif
  840: 2.1.tdrl.gif
  841: 2.1.tl.gif
  842: 2.1.tr.gif
  843: 2.2.dt.gif
  844: 2.2.empty.gif
  845: 2.2.ld.gif
  846: 2.2.lr.gif
  847: 2.2.lrd.gif
  848: 2.2.lrt.gif
  849: 2.2.rd.gif
  850: 2.2.rl.gif
  851: 2.2.rld.gif
  852: 2.2.rlt.gif
  853: 2.2.td.gif
  854: 2.2.tdl.gif
  855: 2.2.tdr.gif
  856: 2.2.tdrl.gif
  857: 2.2.tl.gif
  858: 2.2.tr.gif
  859: 2.2.url.gif
  860: 2.2.utd.gif
  861: arrow.gif
  862: bdt.gif
  863: bempty.gif
  864: bld.gif
  865: blr.gif
  866: blrd.gif
  867: blrt.gif
  868: brd.gif
  869: brl.gif
  870: brld.gif
  871: brlt.gif
  872: btd.gif
  873: btdl.gif
  874: btdr.gif
  875: btdrl.gif
  876: btl.gif
  877: btr.gif
  878: burl.gif
  879: butd.gif
  880: condition.gif
  881: edit.gif
  882: finish.gif
  883: info.gif
  884: inscol.gif
  885: inscond.gif
  886: insres.gif
  887: insrow.gif
  888: resource.gif
  889: sctd.gif
  890: sdt.gif
  891: sempty.gif
  892: sld.gif
  893: slr.gif
  894: slrd.gif
  895: slrtd.gif
  896: srd.gif
  897: srl.gif
  898: srld.gif
  899: srltd.gif
  900: srtd.gif
  901: srtdl.gif
  902: srtl.gif
  903: start.gif
  904: std.gif
  905: stdl.gif
  906: sutd.gif
  907: </FILES>
  908: </METASUPERGROUP>
  909: <METASUPERGROUP>
  910: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonKaputt/*.gif" TARGET="home/httpd/html/adm/lonKaputt/*.gif" CATEGORY="graphic file">
  911: <DESCRIPTION>
  912: icons to indicate an unexpected result
  913: </DESCRIPTION>
  914: <FILES>
  915: lonconstruct.gif
  916: lonlogo_broken.gif
  917: </FILES>
  918: </METASUPERGROUP>
  919: <METASUPERGROUP>
  920: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonIcons/*.gif" TARGET="home/httpd/html/adm/lonIcons/*.gif" CATEGORY="graphic file">
  921: <DESCRIPTION>
  922: logos
  923: </DESCRIPTION>
  924: <FILES>
  925: liteani.gif
  926: lonlogo.gif
  927: lonlogos.gif
  928: </FILES>
  929: </METASUPERGROUP>
  930: <METAGROUP>
  931: <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">
  932: <DESCRIPTION>
  933: perl module for invoking functions specific to Tex-to-HTML conversion
  934: </DESCRIPTION>
  935: <NOTE>
  936: Has the same dependencies and build process as tth.so.
  937: Currently, only the tth.so file specifications invoke
  938: the build process however.
  939: </NOTE>
  940: </METAGROUP>
  941: <METAGROUP>
  942: <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">
  943: <DESCRIPTION>
  944: shared library file for dynamic loading and unloading
  945: </DESCRIPTION>
  946: <BUILD>
  947: loncom/modules/TexConvert/tthperl/commands
  948: </BUILD>
  949: <DEPENDENCIES>
  950: ../tthdynamic/tthfunc.c
  951: ../ttmdynamic/ttmfunc.c
  952: </DEPENDENCIES>
  953: </METAGROUP>
  954: <METAGROUP>
  955: <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">
  956: <DESCRIPTION>
  957: perl module for invoking functions specific to CAPA
  958: </DESCRIPTION>
  959: <NOTE>
  960: Has the same dependencies and build process as capa.so.
  961: Currently, only the capa.so file specifications invoke
  962: the build process however.
  963: </NOTE>
  964: </METAGROUP>
  965: <METAGROUP>
  966: <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">
  967: <DESCRIPTION>
  968: bootstrap file associated with dynamic loading of this module on multiple architectures
  969: </DESCRIPTION>
  970: <NOTE>
  971: Has the same dependencies and build process as capa.so.
  972: Currently, only the capa.so file specifications invoke
  973: the build process however.
  974: </NOTE>
  975: </METAGROUP>
  976: <METAGROUP>
  977: <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">
  978: <DESCRIPTION>
  979: shared library file for dynamic loading and unloading
  980: </DESCRIPTION>
  981: <BUILD>
  982: loncom/homework/caparesponse/commands
  983: </BUILD>
  984: <DEPENDENCIES>
  985: caparesponse.c
  986: caparesponse.pm
  987: [ALWAYS_RUN_BUILD_COMMAND]
  988: </DEPENDENCIES>
  989: </METAGROUP>
  990: <METASUPERGROUP>
  991: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/MathML/*.ent" TARGET="home/httpd/html/adm/MathML/*.ent" CATEGORY="system file">
  992: <DESCRIPTION>
  993: entity files
  994: </DESCRIPTION>
  995: <FILES>
  996: isoamsa.ent
  997: isoamsb.ent
  998: isoamsc.ent
  999: isoamsn.ent
 1000: isoamso.ent
 1001: isoamsr.ent
 1002: isobox.ent
 1003: isocyr1.ent
 1004: isocyr2.ent
 1005: isodia.ent
 1006: isogrk1.ent
 1007: isogrk2.ent
 1008: isogrk3.ent
 1009: isogrk4.ent
 1010: isolat1.ent
 1011: isolat2.ent
 1012: isomfrk.ent
 1013: isomopf.ent
 1014: isomscr.ent
 1015: isonum.ent
 1016: isopub.ent
 1017: isotech.ent
 1018: mmlalias.ent
 1019: mmlextra.ent
 1020: </FILES>
 1021: </METASUPERGROUP>
 1022: <METAGROUP>
 1023: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/MathML/mathml.css" TARGET="home/httpd/html/adm/MathML/mathml.css" CATEGORY="system file">
 1024: <DESCRIPTION>
 1025: cascading style sheet
 1026: </DESCRIPTION>
 1027: </METAGROUP>
 1028: <METAGROUP>
 1029: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/MathML/mathml.dtd" TARGET="home/httpd/html/adm/MathML/mathml.dtd" CATEGORY="system file">
 1030: <DESCRIPTION>
 1031: document type definition
 1032: </DESCRIPTION>
 1033: </METAGROUP>
 1034: <METAGROUP>
 1035: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/londes.js" TARGET="home/httpd/html/res/adm/includes/londes.js" CATEGORY="interface file">
 1036: <DESCRIPTION>
 1037: Encryption Routines according to Data Encryption Standard DES, written in javascript
 1038: </DESCRIPTION>
 1039: </METAGROUP>
 1040: <METAGROUP>
 1041: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/default_homework.lcpm" TARGET="home/httpd/html/res/adm/includes/default_homework.lcpm" CATEGORY="handler">
 1042: <DESCRIPTION>
 1043: used by lonxml::xmlparse() as input variable $safeinit to Apache::run::run()
 1044: </DESCRIPTION>
 1045: </METAGROUP>
 1046: <METAGROUP>
 1047: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/capa.units" TARGET="home/httpd/html/res/adm/includes/capa.units" CATEGORY="static conf">
 1048: <DESCRIPTION>
 1049: Define unit prefixing and conversion for CAPA problem handling.
 1050: </DESCRIPTION>
 1051: </METAGROUP>
 1052: <METASUPERGROUP>
 1053: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/*.gif" TARGET="home/httpd/html/res/adm/pages/*.gif" CATEGORY="graphic file">
 1054: <DESCRIPTION>
 1055: icons used for the entire LON-CAPA user interface
 1056: </DESCRIPTION>
 1057: <FILES>
 1058: a.gif
 1059: b.gif
 1060: c.gif
 1061: chat.gif
 1062: d.gif
 1063: e.gif
 1064: endmenu.gif
 1065: f.gif
 1066: feedback.gif
 1067: fnkmenu.gif
 1068: g.gif
 1069: group.gif
 1070: h.gif
 1071: help.gif
 1072: hyphen.gif
 1073: i.gif
 1074: info.gif
 1075: j.gif
 1076: k.gif
 1077: l.gif
 1078: ledblink.gif
 1079: ledoff.gif
 1080: ledon.gif
 1081: ledsend.gif
 1082: m.gif
 1083: n.gif
 1084: navmenu.gif
 1085: next.gif
 1086: o.gif
 1087: p.gif
 1088: prev.gif
 1089: q.gif
 1090: r.gif
 1091: reload.gif
 1092: remotebg.gif
 1093: s.gif
 1094: space.gif
 1095: spacer.gif
 1096: t.gif
 1097: title.gif
 1098: u.gif
 1099: v.gif
 1100: w.gif
 1101: x.gif
 1102: y.gif
 1103: z.gif
 1104: </FILES>
 1105: </METASUPERGROUP>
 1106: <METAGROUP>
 1107: <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">
 1108: <DESCRIPTION>
 1109: image maps for the LON-CAPA remote control
 1110: </DESCRIPTION>
 1111: </METAGROUP>
 1112: <METAGROUP>
 1113: <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">
 1114: <DESCRIPTION>
 1115: welcoming page to the LON-CAPA system upon login
 1116: </DESCRIPTION>
 1117: </METAGROUP>
 1118: <METAGROUP>
 1119: <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">
 1120: <DESCRIPTION>
 1121: renders the HTML (including image maps) for the LON-CAPA remote control
 1122: </DESCRIPTION>
 1123: </METAGROUP>
 1124: <METASUPERGROUP>
 1125: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/indexericons/*.gif" TARGET="home/httpd/html/res/adm/pages/indexericons/*.gif" CATEGORY="graphic file">
 1126: <DESCRIPTION>
 1127: icons used for the bookmark portion of the LON-CAPA user interface
 1128: </DESCRIPTION>
 1129: <FILES>
 1130: a.gif
 1131: alert.black.gif
 1132: alert.red.gif
 1133: back.gif
 1134: ball.gray.gif
 1135: ball.red.gif
 1136: binary.gif
 1137: binhex.gif
 1138: blank.gif
 1139: bomb.gif
 1140: box1.gif
 1141: box2.gif
 1142: broken.gif
 1143: burst.gif
 1144: c.gif
 1145: comp.blue.gif
 1146: comp.gray.gif
 1147: compressed.gif
 1148: continued.gif
 1149: course.gif
 1150: dir.gif
 1151: down.gif
 1152: dvi.gif
 1153: f.gif
 1154: folder.gif
 1155: folder.open.gif
 1156: folder.sec.gif
 1157: folder_closed.gif
 1158: folder_closed_pressed.gif
 1159: folder_new.gif
 1160: folder_opened.gif
 1161: folder_opened_pressed.gif
 1162: folder_pointer_closed.gif
 1163: folder_pointer_opened.gif
 1164: folder_spacer.gif
 1165: folder_trash.gif
 1166: forward.gif
 1167: generic.gif
 1168: generic.red.gif
 1169: generic.sec.gif
 1170: hand.right.gif
 1171: hand.up.gif
 1172: html.gif
 1173: image1.gif
 1174: image2.gif
 1175: image3.gif
 1176: index.gif
 1177: layout.gif
 1178: left.gif
 1179: link.gif
 1180: mov.gif
 1181: movie1.gif
 1182: p.gif
 1183: patch.gif
 1184: pdf.gif
 1185: portal.gif
 1186: problem.gif
 1187: ps.gif
 1188: quill.gif
 1189: right.gif
 1190: screw1.gif
 1191: screw2.gif
 1192: script.gif
 1193: sound1.gif
 1194: sound2.gif
 1195: sphere1.gif
 1196: sphere2.gif
 1197: tar.gif
 1198: tex.gif
 1199: text.gif
 1200: transfer.gif
 1201: unknown.gif
 1202: up.gif
 1203: uu.gif
 1204: uuencoded.gif
 1205: white_space_20_22.gif
 1206: white_space_22_22.gif
 1207: world1.gif
 1208: world2.gif
 1209: </FILES>
 1210: </METASUPERGROUP>
 1211: <METASUPERGROUP>
 1212: <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">
 1213: <DESCRIPTION>
 1214: icons used for directory indexing and login screen
 1215: </DESCRIPTION>
 1216: <FILES>
 1217: button_close.gif
 1218: button_edit.gif
 1219: button_preview.gif
 1220: folder_closed.gif
 1221: folder_closed_pressed.gif
 1222: folder_new.gif
 1223: folder_opened.gif
 1224: folder_opened_pressed.gif
 1225: folder_pointer_closed.gif
 1226: folder_pointer_opened.gif
 1227: folder_spacer.gif
 1228: folder_trash.gif
 1229: left_bar.gif
 1230: link.gif
 1231: link_pressed.gif
 1232: ll_corner.gif
 1233: lower_bar.gif
 1234: lr_corner.gif
 1235: right_bar.gif
 1236: toolbar_bg.gif
 1237: ul_corner.gif
 1238: upper_bar.gif
 1239: ur_corner.gif
 1240: </FILES>
 1241: </METASUPERGROUP>
 1242: <METASUPERGROUP>
 1243: <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">
 1244: <DESCRIPTION>
 1245: associated with the frameset scheme of displaying bookmarks
 1246: </DESCRIPTION>
 1247: <FILES>
 1248: aaloader.html
 1249: bookmarkmenu_bb.html
 1250: bookmarkmenu_left.html
 1251: bookmarkmenu_ll.html
 1252: bookmarkmenu_lr.html
 1253: bookmarkmenu_right.html
 1254: bookmarkmenu_toolbar.html
 1255: bookmarkmenu_ul.html
 1256: bookmarkmenu_ur.html
 1257: bookmarkmenu_uu.html
 1258: bookmarkpal.html
 1259: bookmarkpal_old.html
 1260: bookmarkpal_v2.html
 1261: bookmarkpal_v2_backup.html
 1262: index.html
 1263: loading_bookmarks.html
 1264: </FILES>
 1265: </METASUPERGROUP>
 1266: <METAGROUP>
 1267: <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">
 1268: <DESCRIPTION>
 1269: javascript for handling client-side interactions with bookmark interface
 1270: </DESCRIPTION>
 1271: </METAGROUP>
 1272: <METAGROUP>
 1273: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverifypackages" TARGET="usr/sbin/loncapaverifypackages" CATEGORY="script">
 1274: <DESCRIPTION>
 1275: checks the system RPMs against what install.lon-capa.org specifies
 1276: </DESCRIPTION>
 1277: </METAGROUP>
 1278: <METAGROUP>
 1279: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverifybasepackage" TARGET="usr/sbin/loncapaverifybasepackage" CATEGORY="script">
 1280: <DESCRIPTION>
 1281: checks the important base LON-CAPA files against what install.lon-capa.org specifies
 1282: </DESCRIPTION>
 1283: </METAGROUP>
 1284: <METAGROUP>
 1285: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncaparestoreconfigurations" TARGET="usr/sbin/loncaparestoreconfigurations" CATEGORY="script">
 1286: <DESCRIPTION>
 1287: restores .rpmsave files after a LON-CAPA-base upgrade
 1288: </DESCRIPTION>
 1289: </METAGROUP>
 1290: <METAGROUP>
 1291: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaautoupgrade" TARGET="usr/sbin/loncapaautoupgrade" CATEGORY="script">
 1292: <DESCRIPTION>
 1293: does all the things to coordinate updating of LON-CAPA base files.  Should be used with
 1294: caution so that you do not lose work
 1295: </DESCRIPTION>
 1296: </METAGROUP>
 1297: <METAGROUP>
 1298: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverify" TARGET="usr/sbin/loncapaverify" CATEGORY="script">
 1299: <DESCRIPTION>
 1300: makes verification report using loncapaverifypackages and loncapaverifybasepackage
 1301: </DESCRIPTION>
 1302: </METAGROUP>
 1303: <METAGROUP>
 1304: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/cron/loncapa" TARGET="etc/cron.d/loncapa" CATEGORY="static conf">
 1305: <DESCRIPTION>
 1306: file that specifies periodic processes to run for the LON-CAPA machine
 1307: </DESCRIPTION>
 1308: </METAGROUP>
 1309: <METAGROUP>
 1310: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/ntp/step-tickers" TARGET="etc/ntp/step-tickers" CATEGORY="conf">
 1311: <DESCRIPTION>
 1312: file that stimulates running of ntpdate upon init.d/xntpd initiation
 1313: </DESCRIPTION>
 1314: <NOTE>
 1315: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
 1316: <TR><TD><TT>just one line with the ip address of the server</TT></TD></TR>
 1317: </TABLE>
 1318: </NOTE>
 1319: </METAGROUP>
 1320: <METAGROUP>
 1321: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/init.d/loncontrol" CATEGORY="root script">
 1322: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc0.d/K05loncontrol" CATEGORY="root script">
 1323: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc1.d/K05loncontrol" CATEGORY="root script">
 1324: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc2.d/K05loncontrol" CATEGORY="root script">
 1325: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc3.d/S95loncontrol" CATEGORY="root script">
 1326: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc4.d/S95loncontrol" CATEGORY="root script">
 1327: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc5.d/S95loncontrol" CATEGORY="root script">
 1328: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc6.d/K05loncontrol" CATEGORY="root script">
 1329: <DESCRIPTION>
 1330: system init and control handling for the LON-CAPA network
 1331: </DESCRIPTION>
 1332: </METAGROUP>
 1333: <METAGROUP>
 1334: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/atalk/config" TARGET="etc/atalk/config" CATEGORY="conf">
 1335: <DESCRIPTION>
 1336: configuration file to make LON-CAPA server file space accessible to Appleshares access (Macintosh)
 1337: </DESCRIPTION>
 1338: </METAGROUP>
 1339: </BODY>
 1340: </HTML>

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