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

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