File:  [LON-CAPA] / doc / loncapafiles / Attic / loncapafiles.html
Revision 1.111: download - view: text, annotated - select for diffs
Tue Jul 10 15:30:31 2001 UTC (22 years, 9 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
adding in rat images, a lonwrapper perl module, and a res/adm/includes/templates
directory, and blankproblem... and numerical.problem....

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

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