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

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