File:  [LON-CAPA] / doc / loncapafiles / Attic / loncapafiles.html
Revision 1.116: download - view: text, annotated - select for diffs
Wed Aug 8 03:06:00 2001 UTC (22 years, 8 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
adding in groupsort.pm

    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="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="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="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>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/lonMisc" CATEGORY="server readonly">
  164: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/lonKaputt" CATEGORY="server readonly">
  165: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/lonUsers" CATEGORY="server standard" DESCRIPTION="<BR>Home directories of local users.  There is a five-tier structure to the directories: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid].  For example, a user fredflint at MSU would have his information located in lonUsers/msu/f/r/e/fredflint.<P>Within this directory there are a variety of files which govern the scope of what a user can do within the LON-CAPA system.  A passwd file determines the type of authentication mechanism to use.  There is also are files such as roles.hist (and its database compilation, roles.db) which specify the roles and privileges for a user in the
  166: LON-CAPA system.">
  167: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/lon-status" CATEGORY="server standard" DESCRIPTION="status reports">
  168: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="usr/lib/perl5/site_perl/5.005" CATEGORY="standard">
  169: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/MathML" CATEGORY="server readonly">
  170: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/includes" CATEGORY="server readonly">
  171: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/includes/templates" CATEGORY="server readonly">
  172: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages" CATEGORY="server readonly">
  173: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages/bookmarkmenu" CATEGORY="server readonly">
  174: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages/annotations" CATEGORY="server readonly">
  175: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="usr/sbin" CATEGORY="standard">
  176: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/cron.d" CATEGORY="standard">
  177: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/ntp" CATEGORY="standard">
  178: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/init.d" CATEGORY="standard">
  179: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc0.d" CATEGORY="standard">
  180: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc1.d" CATEGORY="standard">
  181: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc2.d" CATEGORY="standard">
  182: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc3.d" CATEGORY="standard">
  183: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc4.d" CATEGORY="standard">
  184: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc5.d" CATEGORY="standard">
  185: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc6.d" CATEGORY="standard">
  186: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/atalk" CATEGORY="standard">
  187: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages/indexericons" CATEGORY="server readonly">
  188: 
  189: <BUILD>
  190: </BUILD>
  191: <DEPENDENCIES>
  192: </DEPENDENCIES>
  193: 
  194: <METAGROUP>
  195: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/access.conf" TARGET="etc/httpd/conf/access.conf" CATEGORY="conf">
  196: <DESCRIPTION>
  197: This file has two major functions.
  198: For the Apache web server, it defines a global
  199: access configuration which defines what server options (Indexes", "Includes",
  200: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
  201: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
  202: and "/usr/doc").  For the LON-CAPA network server and perl module
  203: handlers, it defines machine specific settings (lonHostID, lonRole,
  204: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt)
  205: and internal machine settings for specific directories, socket ports,
  206: and browser detection logic.
  207: </DESCRIPTION>
  208: <NOTE>
  209: <B>configure</B>
  210: <BR>
  211: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
  212: <TR><TD><TT>lonHostID</TT></TD><TD>LON-internal HostID of this machine</TD></TR>
  213: <TR><TD><TT>lonRole</TT></TD><TD>Role of this machine: library, access</TD></TR>
  214: <TR><TD><TT>lonAdmEMail</TT></TD><TD>Server Administration</TD></TR>
  215: <TR><TD><TT>lonDefDomain</TT></TD><TD>Default domain</TD></TR>
  216: <TR><TD><TT>lonLoadLim</TT></TD><TD>Load Limit ( 100% loadavg )</TD></TR>
  217: <TR><TD><TT>lonExpire</TT></TD><TD>Expiration for local copies in seconds</TD></TR>
  218: </TABLE>
  219: </NOTE>
  220: </METAGROUP>
  221: <METAGROUP>
  222: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/httpd.conf" TARGET="etc/httpd/conf/httpd.conf" CATEGORY="conf">
  223: <DESCRIPTION>
  224: This is the main server configuration file.  The settings here are
  225: more or less standard for the Apache web server.  Most notably (and
  226: importantly!), perl handling and mod_perl are enabled in this configuration
  227: file.
  228: </DESCRIPTION>
  229: </METAGROUP>
  230: <METAGROUP>
  231: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/srm.conf" TARGET="etc/httpd/conf/srm.conf" CATEGORY="conf">
  232: <DESCRIPTION>
  233: <P>
  234: This file configures the "name space" of the Apache web server.  
  235: <TT>srm.conf</TT>
  236: defines when specific perl modules should be called to handle a given
  237: request.  This definition is a function of both the name of the perl module,
  238: and a specific regular expression associated with the URL, such as
  239: "^/res/.*\.page".
  240: </P>
  241: <P>
  242: Here is an example entry:
  243: <PRE>
  244: &lt;LocationMatch "^/res/.*\.page$&gt;
  245: SetHandler perl-script
  246: PerlHandler Apache::lonpage
  247: &lt;/LocationMatch&gt;
  248: </PRE>
  249: </P>
  250: </DESCRIPTION>
  251: </METAGROUP>
  252: <METAGROUP>
  253: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/startup.pl" TARGET="etc/httpd/conf/startup.pl" CATEGORY="static conf">
  254: <DESCRIPTION>
  255: This file provides initializations for perl handlers.  It adjusts what
  256: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
  257: well as causing the Apache module to be used for every perl handler.
  258: <TT>startup.pl</TT> is invoked by <TT>access.conf</TT>.
  259: </DESCRIPTION>
  260: </METAGROUP>
  261: <METAGROUP>
  262: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/mydesk.tab" TARGET="home/httpd/lonTabs/mydesk.tab" CATEGORY="static conf">
  263: <DESCRIPTION>
  264: Config file for "My Desk"
  265: </DESCRIPTION>
  266: </METAGROUP>
  267: <METAGROUP>
  268: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/filetypes.tab" TARGET="home/httpd/lonTabs/filetypes.tab" CATEGORY="static conf">
  269: <DESCRIPTION>
  270: Descriptive list of file extensions, and extension groupings.
  271: </DESCRIPTION>
  272: </METAGROUP>
  273: <METAGROUP>
  274: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/insertlist.tab" TARGET="home/httpd/lonTabs/insertlist.tab" CATEGORY="static conf">
  275: <DESCRIPTION>
  276: Describes what tags are allowed inside other tags.
  277: </DESCRIPTION>
  278: </METAGROUP>
  279: <METAGROUP>
  280: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/templates/blank.library" TARGET="home/httpd/html/res/adm/includes/templates/blank.library" CATEGORY="static conf">
  281: <DESCRIPTION>
  282: Template file.
  283: </DESCRIPTION>
  284: </METAGROUP>
  285: <METAGROUP>
  286: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/templates/blank.library.meta" TARGET="home/httpd/html/res/adm/includes/templates/blank.library.meta" CATEGORY="static conf">
  287: <DESCRIPTION>
  288: Template file.
  289: </DESCRIPTION>
  290: </METAGROUP>
  291: <METAGROUP>
  292: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/templates/script.library" TARGET="home/httpd/html/res/adm/includes/templates/script.library" CATEGORY="static conf">
  293: <DESCRIPTION>
  294: Template file.
  295: </DESCRIPTION>
  296: </METAGROUP>
  297: <METAGROUP>
  298: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/templates/script.library.meta" TARGET="home/httpd/html/res/adm/includes/templates/script.library.meta" CATEGORY="static conf">
  299: <DESCRIPTION>
  300: Template file.
  301: </DESCRIPTION>
  302: </METAGROUP>
  303: <METAGROUP>
  304: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/templates/blank.problem" TARGET="home/httpd/html/res/adm/includes/templates/blank.problem" CATEGORY="static conf">
  305: <DESCRIPTION>
  306: Template file.
  307: </DESCRIPTION>
  308: </METAGROUP>
  309: <METAGROUP>
  310: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/templates/blank.problem.meta" TARGET="home/httpd/html/res/adm/includes/templates/blank.problem.meta" CATEGORY="static conf">
  311: <DESCRIPTION>
  312: Template file.
  313: </DESCRIPTION>
  314: </METAGROUP>
  315: <METAGROUP>
  316: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/templates/numerical.problem" TARGET="home/httpd/html/res/adm/includes/templates/numerical.problem" CATEGORY="static conf">
  317: <DESCRIPTION>
  318: Template file.
  319: </DESCRIPTION>
  320: </METAGROUP>
  321: <METAGROUP>
  322: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/templates/numerical.problem.meta" TARGET="home/httpd/html/res/adm/includes/templates/numerical.problem.meta" CATEGORY="static conf">
  323: <DESCRIPTION>
  324: Template file.
  325: </DESCRIPTION>
  326: </METAGROUP>
  327: <METAGROUP>
  328: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/default.assesscalc" TARGET="home/httpd/html/res/adm/includes/default.assesscalc" CATEGORY="static conf">
  329: <DESCRIPTION>
  330: Default spreadsheet for individual assessment.
  331: </DESCRIPTION>
  332: </METAGROUP>
  333: <METAGROUP>
  334: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/default.studentcalc" TARGET="home/httpd/html/res/adm/includes/default.studentcalc" CATEGORY="static conf">
  335: <DESCRIPTION>
  336: Default spreadsheet for assessment of students.
  337: </DESCRIPTION>
  338: </METAGROUP>
  339: <METAGROUP>
  340: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/default.classcalc" TARGET="home/httpd/html/res/adm/includes/default.classcalc" CATEGORY="static conf">
  341: <DESCRIPTION>
  342: Default spreadsheet for assessment of a class.
  343: </DESCRIPTION>
  344: </METAGROUP>
  345: <METAGROUP>
  346: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/roles.tab" TARGET="home/httpd/lonTabs/roles.tab" CATEGORY="static conf">
  347: <DESCRIPTION>
  348: List of privileges associated with users of multiple types (for example: Teaching
  349: Assistant, Exam Proctor, Course Coordinator)
  350: </DESCRIPTION>
  351: </METAGROUP>
  352: <METAGROUP>
  353: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/rolesplain.tab" TARGET="home/httpd/lonTabs/rolesplain.tab" CATEGORY="static conf">
  354: <DESCRIPTION>
  355: Descriptive list of abbreviations used in <TT>roles.tab</TT> for user types
  356: and privileges available in the network with function
  357: </DESCRIPTION>
  358: </METAGROUP>
  359: <METAGROUP>
  360: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/hosts.tab" TARGET="home/httpd/lonTabs/hosts.tab" CATEGORY="conf">
  361: <DESCRIPTION>
  362: List of all machines in the LON-CAPA network.  Relates <TT>lonHostID</TT> to
  363: <TT>lonDefDomain</TT> and <U>IP address</U>
  364: </DESCRIPTION>
  365: </METAGROUP>
  366: <METAGROUP>
  367: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/spare.tab" TARGET="home/httpd/lonTabs/spare.tab" CATEGORY="conf">
  368: <DESCRIPTION>
  369: Spare hosts to offload session to if the LON-CAPA machine is overloaded
  370: </DESCRIPTION>
  371: <NOTE>
  372: <B>configure</B><BR>
  373: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
  374: <TR><TD>
  375: list elements are separated by newlines
  376: </TD></TR>
  377: <TR><TD>
  378: each list element consists of only one value; the value for <TT>lonHostID</TT> in <TT>access.conf</TT>
  379: </TD></TR>
  380: </TABLE>
  381: </NOTE>
  382: </METAGROUP>
  383: <METAGROUP>
  384: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/htpasswd" TARGET="home/httpd/lonTabs/htpasswd" CATEGORY="conf">
  385: <DESCRIPTION>
  386: Basic auth password to access /lon-status and /server-status
  387: </DESCRIPTION>
  388: </METAGROUP>
  389: <METAGROUP>
  390: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/krb.conf" TARGET="etc/krb.conf" CATEGORY="conf">
  391: <DESCRIPTION>
  392: which Kerberos server to contact for which Kerberos domains
  393: </DESCRIPTION>
  394: <NOTE>
  395: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
  396: <TR><TD>
  397: list elements are separated by newlines
  398: </TD></TR>
  399: <TR><TD>
  400: each list element consists of only two subelements separated by a colon
  401: <BR>
  402: <UL>
  403: <LI>Kerberos domain value
  404: <LI>Kerberos server IP address
  405: </UL>
  406: </TD></TR>
  407: </TABLE>
  408: </NOTE>
  409: </METAGROUP>
  410: <METAGROUP>
  411: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/smb.conf" TARGET="etc/smb.conf" CATEGORY="conf">
  412: <DESCRIPTION>
  413: configuration file to make LON-CAPA server file space accessible to network neighborhood
  414: </DESCRIPTION>
  415: <NOTE>
  416: configure
  417: </NOTE>
  418: </METAGROUP>
  419: <METAGROUP>
  420: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/ntp.conf" TARGET="etc/ntp.conf" CATEGORY="conf">
  421: <DESCRIPTION>
  422: which NTP server to contact for information (XNTP3 standard)
  423: </DESCRIPTION>
  424: <NOTE>
  425: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
  426: <TR><TD>
  427: only one line needs to be changed to specify a server ip address
  428: </TD></TR>
  429: <TR><TD>
  430: Example:<BR><NOBR><TT>server ntp.msu.edu</TT>
  431: </TD></TR>
  432: </TABLE>
  433: </NOTE>
  434: </METAGROUP>
  435: <METAGROUP>
  436: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/metadata_database/searchcat.pl" TARGET="home/httpd/perl/searchcat.pl" CATEGORY="script">
  437: <DESCRIPTION>
  438: Batch script for updating SQL metadata database.
  439: </DESCRIPTION>
  440: </METAGROUP>
  441: <METAGROUP>
  442: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonc" TARGET="home/httpd/perl/lonc" CATEGORY="script">
  443: <DESCRIPTION>
  444: proxy server
  445: </DESCRIPTION>
  446: </METAGROUP>
  447: <METAGROUP>
  448: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lond" TARGET="home/httpd/perl/lond" CATEGORY="script">
  449: <DESCRIPTION>
  450: This is a remote command interpreter on a TCP LON-CAPA network layer.
  451: It accepts and processes incoming requests from other LON-CAPA machines
  452: on the network.  lond's functionality is self-contained in the sense
  453: that it does not reference (import, require, use) any other file
  454: described in this document.  There are only 15 subroutines in this
  455: script, however the <TT>make_new_child</TT> subroutine is quite
  456: complex since it parses and responds about 29 different types of 
  457: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
  458: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
  459: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
  460: tmpput, tmpget, and ls).
  461: </DESCRIPTION>
  462: </METAGROUP>
  463: <METAGROUP>
  464: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/loncron" TARGET="home/httpd/perl/loncron" CATEGORY="script">
  465: <DESCRIPTION>
  466: housekeeping
  467: </DESCRIPTION>
  468: </METAGROUP>
  469: <METAGROUP>
  470: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonsql" TARGET="home/httpd/perl/lonsql" CATEGORY="script">
  471: <DESCRIPTION>
  472: maintain secondary database of metadata
  473: </DESCRIPTION>
  474: </METAGROUP>
  475: <METAGROUP>
  476: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcpasswd" TARGET="home/httpd/perl/lcpasswd" CATEGORY="setuid script">
  477: <DESCRIPTION>
  478: coordinates the system services and files in order to allow lond to change user passwords
  479: </DESCRIPTION>
  480: </METAGROUP>
  481: <METAGROUP>
  482: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcuseradd" TARGET="home/httpd/perl/lcuseradd" CATEGORY="setuid script">
  483: <DESCRIPTION>
  484: coordinates the system services and files in order to allow lond to add a new user
  485: </DESCRIPTION>
  486: </METAGROUP>
  487: <METAGROUP>
  488: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcuserdel" TARGET="home/httpd/perl/lcuserdel" CATEGORY="setuid script">
  489: <DESCRIPTION>
  490: coordinates the system services and files in order to allow lond to delete a user
  491: </DESCRIPTION>
  492: </METAGROUP>
  493: <METAGROUP>
  494: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcnfson" TARGET="home/httpd/perl/lcnfson" CATEGORY="setuid script">
  495: <DESCRIPTION>
  496: coordinates the system services and files in order to allow lond to enable NFS for a user
  497: </DESCRIPTION>
  498: </METAGROUP>
  499: <METAGROUP>
  500: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcnfsoff" TARGET="home/httpd/perl/lcnfsoff" CATEGORY="setuid script">
  501: <DESCRIPTION>
  502: coordinates the system services and files in order to allow lond to disable NFS for a user
  503: </DESCRIPTION>
  504: </METAGROUP>
  505: <METAGROUP>
  506: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/publisher.html" TARGET="home/httpd/html/adm/publisher.html" CATEGORY="interface file">
  507: <DESCRIPTION>
  508: HTML frame that presents a form element to allow for the publishing of
  509: resources, directories and underlying subdirectories.
  510: </DESCRIPTION>
  511: </METAGROUP>
  512: <METAGROUP>
  513: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/noidea.html" TARGET="home/httpd/html/adm/noidea.html" CATEGORY="interface file">
  514: <DESCRIPTION>
  515: Interface file for responding to improper page flipping.
  516: </DESCRIPTION>
  517: </METAGROUP>
  518: <METAGROUP>
  519: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/lectureonline.sty" TARGET="home/httpd/html/res/adm/includes/lectureonline.sty" CATEGORY="static conf">
  520: <DESCRIPTION>
  521: The relevant conditions and metadata to attach to LectureOnline-specific tags.
  522: </DESCRIPTION>
  523: </METAGROUP>
  524: <METAGROUP>
  525: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/misc/un_keyword.tab" TARGET="home/httpd/html/res/adm/includes/un_keyword.tab" CATEGORY="conf">
  526: <DESCRIPTION>
  527: File which contains words which should not be keywords used to specify resource
  528: content.
  529: </DESCRIPTION>
  530: </METAGROUP>
  531: <METAGROUP>
  532: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/packages.tab" TARGET="home/httpd/lonTabs/packages.tab" CATEGORY="conf">
  533: <DESCRIPTION>
  534: Parameter packages, so that assessments can publish parameter packages
  535: needed, which are then expanded into individual parameters - allows to
  536: retroactively add new parameters to already published assessments.
  537: </DESCRIPTION>
  538: </METAGROUP>
  539: <METAGROUP>
  540: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/copyright.tab" TARGET="home/httpd/html/res/adm/includes/copyright.tab" CATEGORY="conf">
  541: <DESCRIPTION>
  542: Table which contains list of copyright possibilities for educational resources.
  543: </DESCRIPTION>
  544: </METAGROUP>
  545: <METAGROUP>
  546: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/language.tab" TARGET="home/httpd/lonTabs/language.tab" CATEGORY="static conf">
  547: <DESCRIPTION>
  548: Table which contains string abbreviations of language::font rendering
  549: combinations.
  550: </DESCRIPTION>
  551: </METAGROUP>
  552: <METAGROUP>
  553: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/addid.tab" TARGET="home/httpd/lonTabs/addid.tab" CATEGORY="static conf">
  554: <DESCRIPTION>
  555: Table which has hash data necessary for distinguishing IDs from indices.
  556: </DESCRIPTION>
  557: </METAGROUP>
  558: <METAGROUP>
  559: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonwrapper.pm" TARGET="home/httpd/lib/perl/Apache/lonwrapper.pm" CATEGORY="handler">
  560: <DESCRIPTION>
  561: Wrapper for external and binary files as standalone resources.
  562: Edit handler for rat maps; TeX content handler.
  563: </DESCRIPTION>
  564: <STATUS>works/unverified</STATUS>
  565: </METAGROUP>
  566: <METAGROUP>
  567: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/loncfile.pm" TARGET="home/httpd/lib/perl/Apache/loncfile.pm" CATEGORY="handler">
  568: <DESCRIPTION>
  569: Provides web-based functionality for file copy, rename, mkdir, etc, in the
  570: construction space menu.
  571: </DESCRIPTION>
  572: <STATUS>works/unverified</STATUS>
  573: </METAGROUP>
  574: <METAGROUP>
  575: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonstatistics.pm" TARGET="home/httpd/lib/perl/Apache/lonstatistics.pm" CATEGORY="handler">
  576: <DESCRIPTION>
  577: Handler to show statistics on solving LON-CAPA problems.
  578: </DESCRIPTION>
  579: <STATUS>works/unverified</STATUS>
  580: </METAGROUP>
  581: <METAGROUP>
  582: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/londiff.pm" TARGET="home/httpd/lib/perl/Apache/londiff.pm" CATEGORY="handler">
  583: <DESCRIPTION>
  584: Handler to show difference between two files.
  585: </DESCRIPTION>
  586: <STATUS>works/unverified</STATUS>
  587: </METAGROUP>
  588: <METAGROUP>
  589: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonupload.pm" TARGET="home/httpd/lib/perl/Apache/lonupload.pm" CATEGORY="handler">
  590: <DESCRIPTION>
  591: Handler to upload files through browser into construction space.
  592: </DESCRIPTION>
  593: <STATUS>works/unverified</STATUS>
  594: </METAGROUP>
  595: <METAGROUP>
  596: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/essayresponse.pm" TARGET="home/httpd/lib/perl/Apache/essayresponse.pm" CATEGORY="handler">
  597: <DESCRIPTION>
  598: Handler to evaluate essay (ungraded) style responses.
  599: </DESCRIPTION>
  600: <STATUS>works/unverified</STATUS>
  601: </METAGROUP>
  602: <METAGROUP>
  603: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonpubdir.pm" TARGET="home/httpd/lib/perl/Apache/lonpubdir.pm" CATEGORY="handler">
  604: <DESCRIPTION>
  605: Handler to publish directories.
  606: </DESCRIPTION>
  607: <STATUS>works/unverified</STATUS>
  608: </METAGROUP>
  609: <METAGROUP>
  610: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonretrieve.pm" TARGET="home/httpd/lib/perl/Apache/lonretrieve.pm" CATEGORY="handler">
  611: <DESCRIPTION>
  612: Handler to retrieve old versions from resource space.
  613: </DESCRIPTION>
  614: <STATUS>works/unverified</STATUS>
  615: </METAGROUP>
  616: <METAGROUP>
  617: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/edit.pm" TARGET="home/httpd/lib/perl/Apache/edit.pm" CATEGORY="handler">
  618: <DESCRIPTION>
  619: Helper functions when in homework edit mode.
  620: </DESCRIPTION>
  621: <STATUS>works/unverified</STATUS>
  622: </METAGROUP>
  623: <METAGROUP>
  624: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmeta.pm" TARGET="home/httpd/lib/perl/Apache/lonmeta.pm" CATEGORY="handler">
  625: <DESCRIPTION>
  626: Metadata display handler.
  627: </DESCRIPTION>
  628: <STATUS>works/unverified</STATUS>
  629: </METAGROUP>
  630: <METAGROUP>
  631: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonambiguous.pm" TARGET="home/httpd/lib/perl/Apache/lonambiguous.pm" CATEGORY="handler">
  632: <DESCRIPTION>
  633: Handler to resolve ambiguous file locations.
  634: </DESCRIPTION>
  635: <STATUS>works/unverified</STATUS>
  636: </METAGROUP>
  637: <METAGROUP>
  638: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonratparms.pm" TARGET="home/httpd/lib/perl/Apache/lonratparms.pm" CATEGORY="handler">
  639: <DESCRIPTION>
  640: Handler to set resource parameters inside of the RAT based on metadata.
  641: </DESCRIPTION>
  642: <STATUS>works/unverified</STATUS>
  643: </METAGROUP>
  644: <METAGROUP>
  645: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonsequence.pm" TARGET="home/httpd/lib/perl/Apache/lonsequence.pm" CATEGORY="handler">
  646: <DESCRIPTION>
  647: Handler for showing sequence objects of educational resources.
  648: </DESCRIPTION>
  649: <STATUS>works/unverified</STATUS>
  650: </METAGROUP>
  651: <METAGROUP>
  652: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncreatecourse.pm" TARGET="home/httpd/lib/perl/Apache/loncreatecourse.pm" CATEGORY="handler">
  653: <DESCRIPTION>
  654: Creates a new course and assigns course coordinator.
  655: </DESCRIPTION>
  656: <STATUS>works/unverified</STATUS>
  657: </METAGROUP>
  658: <METAGROUP>
  659: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncreateuser.pm" TARGET="home/httpd/lib/perl/Apache/loncreateuser.pm" CATEGORY="handler">
  660: <DESCRIPTION>
  661: Creates a new user and/or changes user privileges
  662: </DESCRIPTION>
  663: <STATUS>works/unverified</STATUS>
  664: </METAGROUP>
  665: <METAGROUP>
  666: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonchart.pm" TARGET="home/httpd/lib/perl/Apache/lonchart.pm" CATEGORY="handler">
  667: <DESCRIPTION>
  668: Produces simple LectureOnline-like student assessment performance chart
  669: </DESCRIPTION>
  670: <STATUS>works/unverified</STATUS>
  671: </METAGROUP>
  672: <METAGROUP>
  673: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncommon.pm" TARGET="home/httpd/lib/perl/Apache/loncommon.pm" CATEGORY="handler">
  674: <DESCRIPTION>
  675: Makes a table out of the previous attempts.  Inputs result_from_symbread,
  676: user, domain, home_server, course_id
  677: </DESCRIPTION>
  678: <STATUS>works/unverified</STATUS>
  679: </METAGROUP>
  680: <METAGROUP>
  681: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/grades.pm" TARGET="home/httpd/lib/perl/Apache/grades.pm" CATEGORY="handler">
  682: <DESCRIPTION>
  683: Handles the viewing of grades.
  684: </DESCRIPTION>
  685: </METAGROUP>
  686: <METAGROUP>
  687: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/imageresponse.pm" TARGET="home/httpd/lib/perl/Apache/imageresponse.pm" CATEGORY="handler">
  688: <DESCRIPTION>
  689: Coordinates the response to clicking an image.
  690: </DESCRIPTION>
  691: </METAGROUP>
  692: <METAGROUP>
  693: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/optionresponse.pm" TARGET="home/httpd/lib/perl/Apache/optionresponse.pm" CATEGORY="handler">
  694: <DESCRIPTION>
  695: Handles tags associated with showing a list of options.
  696: </DESCRIPTION>
  697: </METAGROUP>
  698: <METAGROUP>
  699: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/outputtags.pm" TARGET="home/httpd/lib/perl/Apache/outputtags.pm" CATEGORY="handler">
  700: <DESCRIPTION>
  701: Handles tags associated with output.  Seems to relate to due dates of the
  702: assignment.
  703: </DESCRIPTION>
  704: </METAGROUP>
  705: <METAGROUP>
  706: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lontest.pm" TARGET="home/httpd/lib/perl/Apache/lontest.pm" CATEGORY="handler">
  707: <DESCRIPTION>
  708: Used for debugging and testing the LON-CAPA system.
  709: </DESCRIPTION>
  710: </METAGROUP>
  711: <METAGROUP>
  712: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/radiobuttonresponse.pm" TARGET="home/httpd/lib/perl/Apache/radiobuttonresponse.pm" CATEGORY="handler">
  713: <DESCRIPTION>
  714: Handles multiple-choice style responses.
  715: </DESCRIPTION>
  716: </METAGROUP>
  717: <METAGROUP>
  718: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonassignments.pm" TARGET="home/httpd/lib/perl/Apache/lonassignments.pm" CATEGORY="handler">
  719: <DESCRIPTION>
  720: Handles processing of assignments.
  721: </DESCRIPTION>
  722: </METAGROUP>
  723: <METAGROUP>
  724: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncommunicate.pm" TARGET="home/httpd/lib/perl/Apache/loncommunicate.pm" CATEGORY="handler">
  725: <DESCRIPTION>
  726: Handles communication.
  727: </DESCRIPTION>
  728: </METAGROUP>
  729: <METAGROUP>
  730: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonerrorhandler.pm" TARGET="home/httpd/lib/perl/Apache/lonerrorhandler.pm" CATEGORY="handler">
  731: <DESCRIPTION>
  732: Handles errors.
  733: </DESCRIPTION>
  734: </METAGROUP>
  735: <METAGROUP>
  736: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonevaluate.pm" TARGET="home/httpd/lib/perl/Apache/lonevaluate.pm" CATEGORY="handler">
  737: <DESCRIPTION>
  738: Handles evaluation.
  739: </DESCRIPTION>
  740: </METAGROUP>
  741: <METAGROUP>
  742: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonfeedback.pm" TARGET="home/httpd/lib/perl/Apache/lonfeedback.pm" CATEGORY="handler">
  743: <DESCRIPTION>
  744: Handles feedback from students to instructors and system administrators.
  745: </DESCRIPTION>
  746: </METAGROUP>
  747: <METAGROUP>
  748: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonnavmaps.pm" TARGET="home/httpd/lib/perl/Apache/lonnavmaps.pm" CATEGORY="handler">
  749: <DESCRIPTION>
  750: Handles navigational maps.
  751: </DESCRIPTION>
  752: </METAGROUP>
  753: <METAGROUP>
  754: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonpreferences.pm" TARGET="home/httpd/lib/perl/Apache/lonpreferences.pm" CATEGORY="handler">
  755: <DESCRIPTION>
  756: Handles user preferences associated with customizing the online LON-CAPA
  757: educational environment.
  758: </DESCRIPTION>
  759: </METAGROUP>
  760: <METAGROUP>
  761: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonprintout.pm" TARGET="home/httpd/lib/perl/Apache/lonprintout.pm" CATEGORY="handler">
  762: <DESCRIPTION>
  763: Handles the production of printable files and resources.
  764: </DESCRIPTION>
  765: </METAGROUP>
  766: <METAGROUP>
  767: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonsearchcat.pm" TARGET="home/httpd/lib/perl/Apache/lonsearchcat.pm" CATEGORY="handler">
  768: <DESCRIPTION>
  769: Handles a searchable catalogue.
  770: </DESCRIPTION>
  771: </METAGROUP>
  772: <METAGROUP>
  773: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/londropadd.pm" TARGET="home/httpd/lib/perl/Apache/londropadd.pm" CATEGORY="handler">
  774: <DESCRIPTION>
  775: Handler to drop and add students in courses.
  776: </DESCRIPTION>
  777: </METAGROUP>
  778: <METAGROUP>
  779: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmsg.pm" TARGET="home/httpd/lib/perl/Apache/lonmsg.pm" CATEGORY="handler">
  780: <DESCRIPTION>
  781: Routines for messaging.
  782: </DESCRIPTION>
  783: </METAGROUP>
  784: <METAGROUP>
  785: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/hint.pm" TARGET="home/httpd/lib/perl/Apache/hint.pm" CATEGORY="handler">
  786: <DESCRIPTION>
  787: This handler coordinates the delivery of hints to students working on LON-CAPA
  788: problems and assignments.
  789: </DESCRIPTION>
  790: </METAGROUP>
  791: <METAGROUP>
  792: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonspreadsheet.pm" TARGET="home/httpd/lib/perl/Apache/lonspreadsheet.pm" CATEGORY="handler">
  793: <DESCRIPTION>
  794: Spreadsheet/Grades Display Handler
  795: </DESCRIPTION>
  796: </METAGROUP>
  797: <METAGROUP>
  798: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonparmset.pm" TARGET="home/httpd/lib/perl/Apache/lonparmset.pm" CATEGORY="handler">
  799: <DESCRIPTION>
  800: Handler to resolve ambiguous file locations
  801: </DESCRIPTION>
  802: </METAGROUP>
  803: <METAGROUP>
  804: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonconstruct.pm" TARGET="home/httpd/lib/perl/Apache/lonconstruct.pm" CATEGORY="handler">
  805: <DESCRIPTION>
  806: Page wrapper for handling construction space.
  807: </DESCRIPTION>
  808: </METAGROUP>
  809: <METAGROUP>
  810: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonpublisher.pm" TARGET="home/httpd/lib/perl/Apache/lonpublisher.pm" CATEGORY="handler">
  811: <DESCRIPTION>
  812: Publishes an LON-CAPA educational resource complete with metadata
  813: (authorship, language, copyright, creation date, etc).
  814: </DESCRIPTION>
  815: </METAGROUP>
  816: <METAGROUP>
  817: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmenu.pm" TARGET="home/httpd/lib/perl/Apache/lonmenu.pm" CATEGORY="handler">
  818: <DESCRIPTION>
  819: Has routines which control the remote control.
  820: </DESCRIPTION>
  821: </METAGROUP>
  822: <METAGROUP>
  823: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonpageflip.pm" TARGET="home/httpd/lib/perl/Apache/lonpageflip.pm" CATEGORY="handler">
  824: <DESCRIPTION>
  825: Deals with forward, backward, and other page flips.
  826: </DESCRIPTION>
  827: </METAGROUP>
  828: <METAGROUP>
  829: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonratedt.pm" TARGET="home/httpd/lib/perl/Apache/lonratedt.pm" CATEGORY="handler">
  830: <DESCRIPTION>
  831: Builds up frame set and loads in the right thing.
  832: </DESCRIPTION>
  833: </METAGROUP>
  834: <METAGROUP>
  835: <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">
  836: <DESCRIPTION>
  837: Homework remote control.
  838: </DESCRIPTION>
  839: </METAGROUP>
  840: <METAGROUP>
  841: <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">
  842: <DESCRIPTION>
  843: This will take annotations and then plug them into a page
  844: </DESCRIPTION>
  845: </METAGROUP>
  846: <METAGROUP>
  847: <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">
  848: <DESCRIPTION>
  849: This will take bookmarks and get/write/display them for the LON-CAPA user interface
  850: </DESCRIPTION>
  851: </METAGROUP>
  852: <METAGROUP>
  853: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonratsrv.pm" TARGET="home/httpd/lib/perl/Apache/lonratsrv.pm" CATEGORY="handler">
  854: <DESCRIPTION>
  855: Handler tat takes output from RAT and stores it on disk.  Handles the upper hidden
  856: frame of the added window that comes up in RAT.   (3 frames come up in RAT server,
  857: code, and output.  This module handles server connection.)
  858: </DESCRIPTION>
  859: </METAGROUP>
  860: <METAGROUP>
  861: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonpage.pm" TARGET="home/httpd/lib/perl/Apache/lonpage.pm" CATEGORY="handler">
  862: <DESCRIPTION>
  863: bundles pages into one page
  864: </DESCRIPTION>
  865: </METAGROUP>
  866: <METAGROUP>
  867: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonuserstate.pm" TARGET="home/httpd/lib/perl/Apache/lonuserstate.pm" CATEGORY="handler">
  868: <DESCRIPTION>
  869: compile course into binary data structure (in loncom/rat)
  870: </DESCRIPTION>
  871: </METAGROUP>
  872: <METAGROUP>
  873: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/lontex.pm" TARGET="home/httpd/lib/perl/Apache/lontex.pm" CATEGORY="handler">
  874: <DESCRIPTION>
  875: Handler for tex files (somewhere in modules)
  876: </DESCRIPTION>
  877: </METAGROUP>
  878: <METAGROUP>
  879: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/lontexconvert.pm" TARGET="home/httpd/lib/perl/Apache/lontexconvert.pm" CATEGORY="handler">
  880: <DESCRIPTION>
  881: Access to tth/ttm
  882: </DESCRIPTION>
  883: </METAGROUP>
  884: <METAGROUP>
  885: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/lonxml.pm" TARGET="home/httpd/lib/perl/Apache/lonxml.pm" CATEGORY="handler">
  886: <DESCRIPTION>
  887: XML Parsing Module
  888: </DESCRIPTION>
  889: </METAGROUP>
  890: <METAGROUP>
  891: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/style.pm" TARGET="home/httpd/lib/perl/Apache/style.pm" CATEGORY="handler">
  892: <DESCRIPTION>
  893: Style Parsing Module
  894: </DESCRIPTION>
  895: </METAGROUP>
  896: <METAGROUP>
  897: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/londefdef.pm" TARGET="home/httpd/lib/perl/Apache/londefdef.pm" CATEGORY="handler">
  898: <DESCRIPTION>
  899: Tags Default Definition Module
  900: </DESCRIPTION>
  901: </METAGROUP>
  902: <METAGROUP>
  903: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/run.pm" TARGET="home/httpd/lib/perl/Apache/run.pm" CATEGORY="handler">
  904: <DESCRIPTION>
  905: used to prevent poorly written problems from causing lingering after effects
  906: </DESCRIPTION>
  907: </METAGROUP>
  908: <METAGROUP>
  909: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/scripttag.pm" TARGET="home/httpd/lib/perl/Apache/scripttag.pm" CATEGORY="handler">
  910: <DESCRIPTION>
  911: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and &lt;import&gt;
  912: </DESCRIPTION>
  913: </METAGROUP>
  914: <METAGROUP>
  915: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/lonhomework.pm" TARGET="home/httpd/lib/perl/Apache/lonhomework.pm" CATEGORY="handler">
  916: <DESCRIPTION>
  917: handles requests for output, evaluation, and alteration of homework resource
  918: </DESCRIPTION>
  919: </METAGROUP>
  920: <METAGROUP>
  921: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/inputtags.pm" TARGET="home/httpd/lib/perl/Apache/inputtags.pm" CATEGORY="handler">
  922: <DESCRIPTION>
  923: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
  924: </DESCRIPTION>
  925: </METAGROUP>
  926: <METAGROUP>
  927: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/structuretags.pm" TARGET="home/httpd/lib/perl/Apache/structuretags.pm" CATEGORY="handler">
  928: <DESCRIPTION>
  929: produces HTML tags necessary for structuring the presentation of homework resources
  930: </DESCRIPTION>
  931: </METAGROUP>
  932: <METAGROUP>
  933: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/response.pm" TARGET="home/httpd/lib/perl/Apache/response.pm" CATEGORY="handler">
  934: <DESCRIPTION>
  935: defines different types of responses given to student as well as syntax for producing response values
  936: </DESCRIPTION>
  937: </METAGROUP>
  938: <METAGROUP>
  939: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/caparesponse/caparesponse.pm" TARGET="home/httpd/lib/perl/Apache/caparesponse.pm" CATEGORY="handler">
  940: <DESCRIPTION>
  941: handles request to the CAPA homework processing engine
  942: </DESCRIPTION>
  943: </METAGROUP>
  944: <METAGROUP>
  945: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonacc.pm" TARGET="home/httpd/lib/perl/Apache/lonacc.pm" CATEGORY="handler">
  946: <DESCRIPTION>
  947: (This module, like loncacc.pm also authenticates with cookies.)  
  948: <TT>lonacc.pm</TT> coordinates access to a wide range of administrative-type
  949: functions (e.g. roles, logout, annotations, and bookmarks) as well
  950: as coordinating access to educational resources.
  951: </DESCRIPTION>
  952: </METAGROUP>
  953: <METAGROUP>
  954: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonracc.pm" TARGET="home/httpd/lib/perl/Apache/lonracc.pm" CATEGORY="handler">
  955: <DESCRIPTION>
  956: access handler for file transfers
  957: </DESCRIPTION>
  958: </METAGROUP>
  959: <METAGROUP>
  960: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/loncacc.pm" TARGET="home/httpd/lib/perl/Apache/loncacc.pm" CATEGORY="handler">
  961: <DESCRIPTION>
  962: This module provides access to an educational resource construction area.
  963: This module is invoked by the URL-related pattern syntax
  964: <TT>LocationMatch "^/priv.*"</TT> or <TT>LocationMatch "^/\~.*"</TT>.
  965: Authentication of user identity
  966: is coordinated through cookies.  The abbreviation "cacc" corresponds
  967: to "construction-space access").  If the cookie handle is invalid, then
  968: this module returns a forbidden status and makes appropriate log entries.
  969: If the cookie handle is valid, status is determined to be okay (and,
  970: for the "priv"-type access, the resource is delivered by the
  971: <TT>lonconstruct</TT> module).
  972: </DESCRIPTION>
  973: </METAGROUP>
  974: <METAGROUP>
  975: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonauth.pm" TARGET="home/httpd/lib/perl/Apache/lonauth.pm" CATEGORY="handler">
  976: <DESCRIPTION>
  977: authenticate, set up session environment
  978: </DESCRIPTION>
  979: </METAGROUP>
  980: <METAGROUP>
  981: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonlogin.pm" TARGET="home/httpd/lib/perl/Apache/lonlogin.pm" CATEGORY="handler">
  982: <DESCRIPTION>
  983: login screen
  984: </DESCRIPTION>
  985: </METAGROUP> 
  986: <METAGROUP>
  987: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonlogout.pm" TARGET="home/httpd/lib/perl/Apache/lonlogout.pm" CATEGORY="handler">
  988: <DESCRIPTION>
  989: logout
  990: </DESCRIPTION>
  991: </METAGROUP> 
  992: <METAGROUP>
  993: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonnet/perl/lonrep.pm" TARGET="home/httpd/lib/perl/Apache/lonrep.pm" CATEGORY="handler">
  994: <DESCRIPTION>
  995: replication
  996: </DESCRIPTION>
  997: </METAGROUP> 
  998: <METAGROUP>
  999: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonroles.pm" TARGET="home/httpd/lib/perl/Apache/lonroles.pm" CATEGORY="handler">
 1000: <DESCRIPTION>
 1001: This perl handling module reads in the available roles available
 1002: for a LON-CAPA user (different courses, different privileges, etc)
 1003: and produces a form-element HTML page which allows the user to select
 1004: which role he wishes to exercise in the LON-CAPA system.  For instance,
 1005: a user may want to select between being a student in a thermodynamics
 1006: physics course or a teaching assistant for an introductory calculus
 1007: class.
 1008: </DESCRIPTION>
 1009: </METGROUP> 
 1010: <METAGROUP>
 1011: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonindexer.pm" TARGET="home/httpd/lib/perl/Apache/lonindexer.pm" CATEGORY="handler">
 1012: <DESCRIPTION>
 1013: cross server filesystem browser
 1014: </DESCRIPTION>
 1015: </METAGROUP> 
 1016: <METAGROUP>
 1017: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/groupsort.pm" TARGET="home/httpd/lib/perl/Apache/groupsort.pm" CATEGORY="handler">
 1018: <DESCRIPTION>
 1019: Implements a second phase of importing multiple resources into the RAT.
 1020: Allows for reordering the sequence of resources.
 1021: </DESCRIPTION>
 1022: </METAGROUP> 
 1023: <METAGROUP>
 1024: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonnet/perl/lonnet.pm" TARGET="home/httpd/lib/perl/Apache/lonnet.pm" CATEGORY="handler">
 1025: <DESCRIPTION>
 1026: This file is an interface to the lonc processes of the LON-CAPA network
 1027: as well as set of elaborated functions for handling information necessary
 1028: for navigating through a given cluster of LON-CAPA machines within a domain.
 1029: There are over 40 specialized functions in this module which handle
 1030: the reading and transmission of metadata, user information
 1031: (ids, names, environments, roles, logs), file information (storage, reading,
 1032: directories, extensions, replication, embedded styles and descriptors),
 1033: educational resources (course descriptions, section names and numbers),
 1034: url hashing (to assign roles on a url basis), and translating abbreviated
 1035: symbols to and from more descriptive phrases or explanations.
 1036: </DESCRIPTION>
 1037: </METAGROUP> 
 1038: <METAGROUP>
 1039: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/index.html" TARGET="home/httpd/html/index.html" CATEGORY="interface file">
 1040: <DESCRIPTION>
 1041: bumps to login
 1042: </DESCRIPTION>
 1043: </METAGROUP>
 1044: <METAGROUP>
 1045: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="" TARGET="etc/httpd/conf/mime.types" LINKTO="etc/mime.types" CATEGORY="symbolic link">
 1046: <DESCRIPTION>
 1047: symbolic link to /etc/mime.types
 1048: </DESCRIPTION>
 1049: </METAGROUP>
 1050: <METAGROUP>
 1051: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="" TARGET="home/httpd/html/raw" LINKTO="home/httpd/html/res" CATEGORY="symbolic link">
 1052: <DESCRIPTION>
 1053: symbolic link to /home/httpd/html/res
 1054: </DESCRIPTION>
 1055: </METAGROUP>
 1056: <METAGROUP>
 1057: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/notfound.html" TARGET="home/httpd/html/adm/notfound.html" CATEGORY="interface file">
 1058: <DESCRIPTION>
 1059: static html page that is shown when an attempt is made to access a document not present on the web server
 1060: </DESCRIPTION>
 1061: </METAGROUP>
 1062: <METAGROUP>
 1063: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/unauthorized.html" TARGET="home/httpd/html/adm/unauthorized.html" CATEGORY="interface file">
 1064: <DESCRIPTION>
 1065: static html page that is shown when an attempt is made to access a document which is restricted based on
 1066: file or server configurations
 1067: </DESCRIPTION>
 1068: </METAGROUP>
 1069: <METAGROUP>
 1070: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/rat.html" TARGET="home/httpd/html/adm/rat/rat.html" CATEGORY="interface file">
 1071: <DESCRIPTION>
 1072: frameset
 1073: </DESCRIPTION>
 1074: </METAGROUP>
 1075: <METAGROUP>
 1076: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/parameter.html" TARGET="home/httpd/html/adm/rat/parameter.html" CATEGORY="interface file">
 1077: <DESCRIPTION>
 1078: Parameter input window.
 1079: </DESCRIPTION>
 1080: </METAGROUP>
 1081: <METAGROUP>
 1082: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/code.html" TARGET="home/httpd/html/adm/rat/code.html" CATEGORY="interface file">
 1083: <DESCRIPTION>
 1084: javascript
 1085: </DESCRIPTION>
 1086: </METAGROUP>
 1087: <METAGROUP>
 1088: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/map.html" TARGET="home/httpd/html/adm/rat/map.html" CATEGORY="interface file">
 1089: <DESCRIPTION>
 1090: bumper
 1091: </DESCRIPTION>
 1092: </METAGROUP>
 1093: <METAGROUP>
 1094: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/empty.html" TARGET="home/httpd/html/adm/rat/empty.html" CATEGORY="interface file">
 1095: <DESCRIPTION>
 1096: A blank page with very minimal HTML structural elements.
 1097: </DESCRIPTION>
 1098: </METAGROUP>
 1099: <METASUPERGROUP>
 1100: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/images/*.gif" TARGET="home/httpd/html/adm/rat/*.gif" CATEGORY="graphic file">
 1101: <DESCRIPTION>
 1102: graphic files
 1103: </DESCRIPTION>
 1104: <FILES>
 1105: 1.1.dt.gif
 1106: 1.1.empty.gif
 1107: 1.1.ld.gif
 1108: 1.1.lr.gif
 1109: 1.1.rd.gif
 1110: 1.1.rl.gif
 1111: 1.1.td.gif
 1112: 1.1.tdrl.gif
 1113: 1.1.tl.gif
 1114: 1.1.tr.gif
 1115: 1.1.utd.gif
 1116: 1.2.ctd.gif
 1117: 1.2.dt.gif
 1118: 1.2.empty.gif
 1119: 1.2.ld.gif
 1120: 1.2.lr.gif
 1121: 1.2.lrd.gif
 1122: 1.2.lrtd.gif
 1123: 1.2.rd.gif
 1124: 1.2.rl.gif
 1125: 1.2.rld.gif
 1126: 1.2.rltd.gif
 1127: 1.2.rtd.gif
 1128: 1.2.rtdl.gif
 1129: 1.2.rtl.gif
 1130: 1.2.td.gif
 1131: 1.2.tdl.gif
 1132: 1.2.tdrl.gif
 1133: 1.2.tl.gif
 1134: 1.2.tr.gif
 1135: 1.2.utd.gif
 1136: 2.1.dt.gif
 1137: 2.1.empty.gif
 1138: 2.1.ld.gif
 1139: 2.1.lr.gif
 1140: 2.1.rd.gif
 1141: 2.1.rl.gif
 1142: 2.1.td.gif
 1143: 2.1.tdrl.gif
 1144: 2.1.tl.gif
 1145: 2.1.tr.gif
 1146: 2.2.dt.gif
 1147: 2.2.empty.gif
 1148: 2.2.ld.gif
 1149: 2.2.lr.gif
 1150: 2.2.lrd.gif
 1151: 2.2.lrt.gif
 1152: 2.2.rd.gif
 1153: 2.2.rl.gif
 1154: 2.2.rld.gif
 1155: 2.2.rlt.gif
 1156: 2.2.td.gif
 1157: 2.2.tdl.gif
 1158: 2.2.tdr.gif
 1159: 2.2.tdrl.gif
 1160: 2.2.tl.gif
 1161: 2.2.tr.gif
 1162: 2.2.url.gif
 1163: 2.2.utd.gif
 1164: arrow.gif
 1165: bdt.gif
 1166: bempty.gif
 1167: bld.gif
 1168: blr.gif
 1169: blrd.gif
 1170: blrt.gif
 1171: brd.gif
 1172: brl.gif
 1173: brld.gif
 1174: brlt.gif
 1175: btd.gif
 1176: btdl.gif
 1177: btdr.gif
 1178: btdrl.gif
 1179: btl.gif
 1180: btr.gif
 1181: burl.gif
 1182: butd.gif
 1183: condition.gif
 1184: edit.gif
 1185: finish.gif
 1186: info.gif
 1187: inscol.gif
 1188: inscond.gif
 1189: insres.gif
 1190: insrow.gif
 1191: left.gif
 1192: middle.gif
 1193: resource.gif
 1194: rbottom.gif
 1195: right.gif
 1196: sctd.gif
 1197: sdt.gif
 1198: sempty.gif
 1199: sld.gif
 1200: slr.gif
 1201: slrd.gif
 1202: slrtd.gif
 1203: srd.gif
 1204: srl.gif
 1205: srld.gif
 1206: srltd.gif
 1207: srtd.gif
 1208: srtdl.gif
 1209: srtl.gif
 1210: start.gif
 1211: std.gif
 1212: stdl.gif
 1213: sutd.gif
 1214: </FILES>
 1215: </METASUPERGROUP>
 1216: <METASUPERGROUP>
 1217: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonKaputt/*.gif" TARGET="home/httpd/html/adm/lonKaputt/*.gif" CATEGORY="graphic file">
 1218: <DESCRIPTION>
 1219: icons to indicate an unexpected result
 1220: </DESCRIPTION>
 1221: <FILES>
 1222: lonconstruct.gif
 1223: lonlogo_broken.gif
 1224: lonlogo_broken_tsp.gif
 1225: </FILES>
 1226: </METASUPERGROUP>
 1227: <METAGROUP>
 1228: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonKaputt/lonlogo_broken.eps" TARGET="home/httpd/html/adm/lonKaputt/lonlogo_broken.eps" CATEGORY="graphic file">
 1229: <DESCRIPTION>
 1230: icon to indicate an unexpected result
 1231: </DESCRIPTION>
 1232: </METAGROUP>
 1233: <METAGROUP>
 1234: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonKaputt/lonlogo_broken.jpg" TARGET="home/httpd/html/adm/lonKaputt/lonlogo_broken.jpg" CATEGORY="graphic file">
 1235: <DESCRIPTION>
 1236: icon to indicate an unexpected result
 1237: </DESCRIPTION>
 1238: </METAGROUP>
 1239: <METAGROUP>
 1240: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonKaputt/lonlogo_broken.mov" TARGET="home/httpd/html/adm/lonKaputt/lonlogo_broken.mov" CATEGORY="graphic file">
 1241: <DESCRIPTION>
 1242: icon to indicate an unexpected result
 1243: </DESCRIPTION>
 1244: </METAGROUP>
 1245: <METASUPERGROUP>
 1246: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonIcons/*.gif" TARGET="home/httpd/html/adm/lonIcons/*.gif" CATEGORY="graphic file">
 1247: <DESCRIPTION>
 1248: logos
 1249: </DESCRIPTION>
 1250: <FILES>
 1251: cab.gif
 1252: cab_big.gif
 1253: class.gif
 1254: class_big.gif
 1255: dvi.gif
 1256: dvi_big.gif
 1257: eps.gif
 1258: eps_big.gif
 1259: exam.gif
 1260: exam_big.gif
 1261: folder_closed.gif
 1262: folder_opened.gif
 1263: folder_pointer_closed.gif
 1264: folder_pointer_opened.gif
 1265: form.gif
 1266: form_big.gif
 1267: gif.gif
 1268: gif_big.gif
 1269: htm.gif
 1270: html.gif
 1271: html_big.gif
 1272: jpg.gif
 1273: jpg_big.gif
 1274: liteani.gif
 1275: lonlogo.gif
 1276: lonlogos.gif
 1277: meta.gif
 1278: meta_big.gif
 1279: mov.gif
 1280: mov_big.gif
 1281: page.gif
 1282: page_big.gif
 1283: pdf.gif
 1284: pdf_big.gif
 1285: problem.gif
 1286: problem_big.gif
 1287: ps.gif
 1288: ps_big.gif
 1289: quill.gif
 1290: quiz.gif
 1291: quiz_big.gif
 1292: select.gif
 1293: sequence.gif
 1294: sequence_big.gif
 1295: server.gif
 1296: server_big.gif
 1297: survey.gif
 1298: survey_big.gif
 1299: tex.gif
 1300: tex_big.gif
 1301: txt.gif
 1302: txt_big.gif
 1303: user.gif
 1304: user_big.gif
 1305: wav.gif
 1306: wav_big.gif
 1307: white_space_20_22.gif
 1308: whitespace1.gif
 1309: whitespace10.gif
 1310: whitespace2.gif
 1311: whitespace3.gif
 1312: whitespace4.gif
 1313: whitespace5.gif
 1314: whitespace6.gif
 1315: whitespace7.gif
 1316: whitespace8.gif
 1317: whitespace9.gif
 1318: xml.gif
 1319: xml_big.gif
 1320: zip.gif
 1321: zip_big.gif
 1322: </FILES>
 1323: </METASUPERGROUP>
 1324: <METASUPERGROUP>
 1325: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonMisc/*.gif" TARGET="home/httpd/html/adm/lonMisc/*.gif" CATEGORY="graphic file">
 1326: <DESCRIPTION>
 1327: miscellaneous resources
 1328: </DESCRIPTION>
 1329: <FILES>
 1330: cat_button.gif
 1331: </FILES>
 1332: </METASUPERGROUP>
 1333: <METAGROUP>
 1334: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/tth.pm" TARGET="usr/lib/perl5/site_perl/5.005/tth.pm" CATEGORY="system file">
 1335: <DESCRIPTION>
 1336: perl module for invoking functions specific to Tex-to-HTML conversion
 1337: </DESCRIPTION>
 1338: <NOTE>
 1339: Has the same dependencies and build process as tth.so.
 1340: Currently, only the tth.so file specifications invoke
 1341: the build process however.
 1342: </NOTE>
 1343: </METAGROUP>
 1344: <METAGROUP>
 1345: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="modules/TexConvert/tthperl/tth.so" TARGET="usr/lib/perl5/site_perl/5.005/tth.so" CATEGORY="system file">
 1346: <DESCRIPTION>
 1347: shared library file for dynamic loading and unloading
 1348: </DESCRIPTION>
 1349: <BUILD>
 1350: modules/TexConvert/tthperl/commands
 1351: </BUILD>
 1352: <DEPENDENCIES>
 1353: ../tthdynamic/tthfunc.c
 1354: ../ttmdynamic/ttmfunc.c
 1355: </DEPENDENCIES>
 1356: </METAGROUP>
 1357: <METAGROUP>
 1358: <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">
 1359: <DESCRIPTION>
 1360: perl module for invoking functions specific to CAPA
 1361: </DESCRIPTION>
 1362: <NOTE>
 1363: Has the same dependencies and build process as capa.so.
 1364: Currently, only the capa.so file specifications invoke
 1365: the build process however.
 1366: </NOTE>
 1367: </METAGROUP>
 1368: <METAGROUP>
 1369: <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">
 1370: <DESCRIPTION>
 1371: bootstrap file associated with dynamic loading of this module on multiple architectures
 1372: </DESCRIPTION>
 1373: <NOTE>
 1374: Has the same dependencies and build process as capa.so.
 1375: Currently, only the capa.so file specifications invoke
 1376: the build process however.
 1377: </NOTE>
 1378: </METAGROUP>
 1379: <METAGROUP>
 1380: <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">
 1381: <DESCRIPTION>
 1382: shared library file for dynamic loading and unloading
 1383: </DESCRIPTION>
 1384: <BUILD>
 1385: loncom/homework/caparesponse/commands
 1386: </BUILD>
 1387: <DEPENDENCIES>
 1388: caparesponse.c
 1389: caparesponse.pm
 1390: [ALWAYS_RUN_BUILD_COMMAND]
 1391: </DEPENDENCIES>
 1392: </METAGROUP>
 1393: <METASUPERGROUP>
 1394: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/MathML/*.ent" TARGET="home/httpd/html/adm/MathML/*.ent" CATEGORY="system file">
 1395: <DESCRIPTION>
 1396: entity files
 1397: </DESCRIPTION>
 1398: <FILES>
 1399: isoamsa.ent
 1400: isoamsb.ent
 1401: isoamsc.ent
 1402: isoamsn.ent
 1403: isoamso.ent
 1404: isoamsr.ent
 1405: isobox.ent
 1406: isocyr1.ent
 1407: isocyr2.ent
 1408: isodia.ent
 1409: isogrk1.ent
 1410: isogrk2.ent
 1411: isogrk3.ent
 1412: isogrk4.ent
 1413: isolat1.ent
 1414: isolat2.ent
 1415: isomfrk.ent
 1416: isomopf.ent
 1417: isomscr.ent
 1418: isonum.ent
 1419: isopub.ent
 1420: isotech.ent
 1421: mmlalias.ent
 1422: mmlextra.ent
 1423: </FILES>
 1424: </METASUPERGROUP>
 1425: <METAGROUP>
 1426: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/MathML/mathml.css" TARGET="home/httpd/html/adm/MathML/mathml.css" CATEGORY="system file">
 1427: <DESCRIPTION>
 1428: cascading style sheet
 1429: </DESCRIPTION>
 1430: </METAGROUP>
 1431: <METAGROUP>
 1432: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/MathML/mathml.dtd" TARGET="home/httpd/html/adm/MathML/mathml.dtd" CATEGORY="system file">
 1433: <DESCRIPTION>
 1434: document type definition
 1435: </DESCRIPTION>
 1436: </METAGROUP>
 1437: <METAGROUP>
 1438: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/londes.js" TARGET="home/httpd/html/res/adm/includes/londes.js" CATEGORY="interface file">
 1439: <DESCRIPTION>
 1440: Encryption Routines according to Data Encryption Standard DES, written in javascript
 1441: </DESCRIPTION>
 1442: </METAGROUP>
 1443: <METAGROUP>
 1444: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/lectureonline.lcpm" TARGET="home/httpd/html/res/adm/includes/lectureonline.lcpm" CATEGORY="handler">
 1445: <DESCRIPTION>
 1446: used by lonxml::xmlparse() as input variable $safeinit to Apache::run::run()
 1447: </DESCRIPTION>
 1448: </METAGROUP>
 1449: <METAGROUP>
 1450: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/default_homework.lcpm" TARGET="home/httpd/html/res/adm/includes/default_homework.lcpm" CATEGORY="handler">
 1451: <DESCRIPTION>
 1452: used by lonxml::xmlparse() as input variable $safeinit to Apache::run::run()
 1453: </DESCRIPTION>
 1454: </METAGROUP>
 1455: <METAGROUP>
 1456: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/capa.units" TARGET="home/httpd/html/res/adm/includes/capa.units" CATEGORY="static conf">
 1457: <DESCRIPTION>
 1458: Define unit prefixing and conversion for CAPA problem handling.
 1459: </DESCRIPTION>
 1460: </METAGROUP>
 1461: <METASUPERGROUP>
 1462: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/*.gif" TARGET="home/httpd/html/res/adm/pages/*.gif" CATEGORY="graphic file">
 1463: <DESCRIPTION>
 1464: icons used for the entire LON-CAPA user interface
 1465: </DESCRIPTION>
 1466: <FILES>
 1467: a.gif
 1468: anot.gif
 1469: b.gif
 1470: back.gif
 1471: bkm.gif
 1472: brws.gif
 1473: c.gif
 1474: ccrs.gif
 1475: chat.gif
 1476: chrt.gif
 1477: com.gif
 1478: courses.gif
 1479: cprv.gif
 1480: cstr.gif
 1481: d.gif
 1482: dempty.gif
 1483: e.gif
 1484: empty.gif
 1485: enrl.gif
 1486: eval.gif
 1487: f.gif
 1488: fdbk.gif
 1489: feedback.gif
 1490: forw.gif
 1491: g.gif
 1492: grds.gif
 1493: group.gif
 1494: h.gif
 1495: help.gif
 1496: hyphen.gif
 1497: i.gif
 1498: info.gif
 1499: j.gif
 1500: k.gif
 1501: l.gif
 1502: ledblink.gif
 1503: ledgreen.gif
 1504: ledoff.gif
 1505: ledon.gif
 1506: ledsend.gif
 1507: logout.gif
 1508: m.gif
 1509: mrk.gif
 1510: n.gif
 1511: nav.gif
 1512: next.gif
 1513: o.gif
 1514: p.gif
 1515: parm.gif
 1516: pgrd.gif
 1517: pparm.gif
 1518: prev.gif
 1519: prt.gif
 1520: q.gif
 1521: qempty.gif
 1522: r.gif
 1523: reload.gif
 1524: remotebg.gif
 1525: res.gif
 1526: roles.gif
 1527: s.gif
 1528: sbkm.gif
 1529: space.gif
 1530: spacer.gif
 1531: sprs.gif
 1532: src.gif
 1533: stat.gif
 1534: subm.gif
 1535: t.gif
 1536: title.gif
 1537: u.gif
 1538: v.gif
 1539: vbkm.gif
 1540: w.gif
 1541: x.gif
 1542: y.gif
 1543: z.gif
 1544: </FILES>
 1545: </METASUPERGROUP>
 1546: <METAGROUP>
 1547: <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">
 1548: <DESCRIPTION>
 1549: image maps for the LON-CAPA remote control
 1550: </DESCRIPTION>
 1551: </METAGROUP>
 1552: <METAGROUP>
 1553: <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">
 1554: <DESCRIPTION>
 1555: welcoming page to the LON-CAPA system upon login
 1556: </DESCRIPTION>
 1557: </METAGROUP>
 1558: <METAGROUP>
 1559: <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">
 1560: <DESCRIPTION>
 1561: renders the HTML (including image maps) for the LON-CAPA remote control
 1562: </DESCRIPTION>
 1563: </METAGROUP>
 1564: <METASUPERGROUP>
 1565: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/indexericons/*.gif" TARGET="home/httpd/html/res/adm/pages/indexericons/*.gif" CATEGORY="graphic file">
 1566: <DESCRIPTION>
 1567: icons used for the bookmark portion of the LON-CAPA user interface
 1568: </DESCRIPTION>
 1569: <FILES>
 1570: a.gif
 1571: alert.black.gif
 1572: alert.red.gif
 1573: back.gif
 1574: ball.gray.gif
 1575: ball.red.gif
 1576: binary.gif
 1577: binhex.gif
 1578: blank.gif
 1579: bomb.gif
 1580: box1.gif
 1581: box2.gif
 1582: broken.gif
 1583: burst.gif
 1584: c.gif
 1585: comp.blue.gif
 1586: comp.gray.gif
 1587: compressed.gif
 1588: continued.gif
 1589: course.gif
 1590: dir.gif
 1591: down.gif
 1592: dvi.gif
 1593: f.gif
 1594: folder.gif
 1595: folder.open.gif
 1596: folder.sec.gif
 1597: folder_closed.gif
 1598: folder_closed_pressed.gif
 1599: folder_new.gif
 1600: folder_opened.gif
 1601: folder_opened_pressed.gif
 1602: folder_pointer_closed.gif
 1603: folder_pointer_opened.gif
 1604: folder_spacer.gif
 1605: folder_trash.gif
 1606: forward.gif
 1607: generic.gif
 1608: generic.red.gif
 1609: generic.sec.gif
 1610: hand.right.gif
 1611: hand.up.gif
 1612: html.gif
 1613: image1.gif
 1614: image2.gif
 1615: image3.gif
 1616: index.gif
 1617: layout.gif
 1618: left.gif
 1619: link.gif
 1620: mov.gif
 1621: movie1.gif
 1622: p.gif
 1623: patch.gif
 1624: pdf.gif
 1625: portal.gif
 1626: problem.gif
 1627: ps.gif
 1628: quill.gif
 1629: right.gif
 1630: screw1.gif
 1631: screw2.gif
 1632: script.gif
 1633: sound1.gif
 1634: sound2.gif
 1635: sphere1.gif
 1636: sphere2.gif
 1637: tar.gif
 1638: tex.gif
 1639: text.gif
 1640: transfer.gif
 1641: unknown.gif
 1642: up.gif
 1643: uu.gif
 1644: uuencoded.gif
 1645: white_space_20_22.gif
 1646: white_space_22_22.gif
 1647: whitespace1.gif
 1648: whitespace10.gif
 1649: whitespace2.gif
 1650: whitespace3.gif
 1651: whitespace4.gif
 1652: whitespace5.gif
 1653: whitespace6.gif
 1654: whitespace7.gif
 1655: whitespace8.gif
 1656: whitespace9.gif
 1657: world1.gif
 1658: world2.gif
 1659: </FILES>
 1660: </METASUPERGROUP>
 1661: <METASUPERGROUP>
 1662: <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">
 1663: <DESCRIPTION>
 1664: icons used for directory indexing and login screen
 1665: </DESCRIPTION>
 1666: <FILES>
 1667: folder_anim.gif
 1668: folder_close.gif
 1669: folder_drag.gif
 1670: folder_new.gif
 1671: folder_open.gif
 1672: folder_pointer_closed.gif
 1673: folder_pointer_opened.gif
 1674: folder_static.gif
 1675: folder_trash.gif
 1676: folder_trash_hover.gif
 1677: left_bar.gif
 1678: link.gif
 1679: link_anim.gif
 1680: link_drag.gif
 1681: ll_corner.gif
 1682: lower_bar.gif
 1683: lr_corner.gif
 1684: pix.gif
 1685: right_bar.gif
 1686: toolbar_bg.gif
 1687: ul_corner.gif
 1688: upper_bar.gif
 1689: ur_corner.gif
 1690: </FILES>
 1691: </METASUPERGROUP>
 1692: <METASUPERGROUP>
 1693: <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">
 1694: <DESCRIPTION>
 1695: associated with the frameset scheme of displaying bookmarks
 1696: </DESCRIPTION>
 1697: <FILES>
 1698: bookmarkmenu_toolbar.html
 1699: blank.html
 1700: closechildren.html
 1701: </FILES>
 1702: </METASUPERGROUP>
 1703: <METAGROUP>
 1704: <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">
 1705: <DESCRIPTION>
 1706: javascript for handling client-side interactions with bookmark interface
 1707: </DESCRIPTION>
 1708: </METAGROUP>
 1709: <METAGROUP>
 1710: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverifypackages" TARGET="usr/sbin/loncapaverifypackages" CATEGORY="script">
 1711: <DESCRIPTION>
 1712: checks the system RPMs against what install.lon-capa.org specifies
 1713: </DESCRIPTION>
 1714: </METAGROUP>
 1715: <METAGROUP>
 1716: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverifybasepackage" TARGET="usr/sbin/loncapaverifybasepackage" CATEGORY="script">
 1717: <DESCRIPTION>
 1718: checks the important base LON-CAPA files against what install.lon-capa.org specifies
 1719: </DESCRIPTION>
 1720: </METAGROUP>
 1721: <METAGROUP>
 1722: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncaparestoreconfigurations" TARGET="usr/sbin/loncaparestoreconfigurations" CATEGORY="script">
 1723: <DESCRIPTION>
 1724: restores .rpmsave files after a LON-CAPA-base upgrade
 1725: </DESCRIPTION>
 1726: </METAGROUP>
 1727: <METAGROUP>
 1728: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaautoupgrade" TARGET="usr/sbin/loncapaautoupgrade" CATEGORY="script">
 1729: <DESCRIPTION>
 1730: does all the things to coordinate updating of LON-CAPA base files.  Should be used with
 1731: caution so that you do not lose work
 1732: </DESCRIPTION>
 1733: </METAGROUP>
 1734: <METAGROUP>
 1735: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverify" TARGET="usr/sbin/loncapaverify" CATEGORY="script">
 1736: <DESCRIPTION>
 1737: makes verification report using loncapaverifypackages and loncapaverifybasepackage
 1738: </DESCRIPTION>
 1739: </METAGROUP>
 1740: <METAGROUP>
 1741: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/cron/loncapa" TARGET="etc/cron.d/loncapa" CATEGORY="static conf">
 1742: <DESCRIPTION>
 1743: file that specifies periodic processes to run for the LON-CAPA machine
 1744: </DESCRIPTION>
 1745: </METAGROUP>
 1746: <METAGROUP>
 1747: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/ntp/step-tickers" TARGET="etc/ntp/step-tickers" CATEGORY="conf">
 1748: <DESCRIPTION>
 1749: file that stimulates running of ntpdate upon init.d/xntpd initiation
 1750: </DESCRIPTION>
 1751: <NOTE>
 1752: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
 1753: <TR><TD><TT>just one line with the ip address of the server</TT></TD></TR>
 1754: </TABLE>
 1755: </NOTE>
 1756: </METAGROUP>
 1757: <METAGROUP>
 1758: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/init.d/loncontrol" CATEGORY="root script">
 1759: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc0.d/K05loncontrol" CATEGORY="root script">
 1760: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc1.d/K05loncontrol" CATEGORY="root script">
 1761: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc2.d/K05loncontrol" CATEGORY="root script">
 1762: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc3.d/S95loncontrol" CATEGORY="root script">
 1763: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc4.d/S95loncontrol" CATEGORY="root script">
 1764: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc5.d/S95loncontrol" CATEGORY="root script">
 1765: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc6.d/K05loncontrol" CATEGORY="root script">
 1766: <DESCRIPTION>
 1767: system init and control handling for the LON-CAPA network
 1768: </DESCRIPTION>
 1769: </METAGROUP>
 1770: <METAGROUP>
 1771: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/atalk/config" TARGET="etc/atalk/config" CATEGORY="conf">
 1772: <DESCRIPTION>
 1773: configuration file to make LON-CAPA server file space accessible to Appleshares access (Macintosh)
 1774: </DESCRIPTION>
 1775: </METAGROUP>
 1776: </BODY>
 1777: </HTML>

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