File:  [LON-CAPA] / doc / loncapafiles / Attic / loncapafiles.html
Revision 1.72: download - view: text, annotated - select for diffs
Sat Mar 10 18:33:25 2001 UTC (23 years, 1 month ago) by harris41
Branches: MAIN
CVS tags: HEAD
 adding in default spreadsheets for evaluating students, individuals,
and classes -Scott

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

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