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

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