File:  [LON-CAPA] / doc / loncapafiles / Attic / loncapafiles.html
Revision 1.112: download - view: text, annotated - select for diffs
Thu Jul 19 08:43:15 2001 UTC (22 years, 9 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
adding in library template files

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

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