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

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