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

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