File:  [LON-CAPA] / doc / loncapafiles / Attic / loncapafiles.html
Revision 1.40: download - view: text, annotated - select for diffs
Wed Dec 20 15:14:06 2000 UTC (23 years, 4 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
added rat/client/parameter.html to the /adm/rat target -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/lonUsers" CATEGORY="server standard" DESCRIPTION="home directories of local users">
  164: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/lon-status" CATEGORY="server standard" DESCRIPTION="status reports">
  165: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="usr/lib/perl5/site_perl/5.005" CATEGORY="standard">
  166: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/MathML" CATEGORY="server readonly">
  167: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/includes" CATEGORY="server readonly">
  168: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages" CATEGORY="server readonly">
  169: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages/bookmarkmenu" CATEGORY="server readonly">
  170: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages/annotations" CATEGORY="server readonly">
  171: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="usr/sbin" CATEGORY="standard">
  172: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/cron.d" CATEGORY="standard">
  173: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/ntp" CATEGORY="standard">
  174: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/init.d" CATEGORY="standard">
  175: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc0.d" CATEGORY="standard">
  176: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc1.d" CATEGORY="standard">
  177: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc2.d" CATEGORY="standard">
  178: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc3.d" CATEGORY="standard">
  179: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc4.d" CATEGORY="standard">
  180: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc5.d" CATEGORY="standard">
  181: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc6.d" CATEGORY="standard">
  182: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/atalk" CATEGORY="standard">
  183: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages/indexericons" CATEGORY="server readonly">
  184: 
  185: <BUILD>
  186: </BUILD>
  187: <DEPENDENCIES>
  188: </DEPENDENCIES>
  189: 
  190: <METAGROUP>
  191: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/access.conf" TARGET="etc/httpd/conf/access.conf" CATEGORY="conf">
  192: <DESCRIPTION>
  193: define handlers, set parameters
  194: </DESCRIPTION>
  195: <NOTE>
  196: <B>configure</B>
  197: <BR>
  198: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
  199: <TR><TD><TT>lonHostID</TT></TD><TD>LON-internal HostID of this machine</TD></TR>
  200: <TR><TD><TT>lonRole</TT></TD><TD>Role of this machine: library, access</TD></TR>
  201: <TR><TD><TT>lonAdmEMail</TT></TD><TD>Server Administration</TD></TR>
  202: <TR><TD><TT>lonDefDomain</TT></TD><TD>Default domain</TD></TR>
  203: <TR><TD><TT>lonLoadLim</TT></TD><TD>Load Limit ( 100% loadavg )</TD></TR>
  204: <TR><TD><TT>lonExpire</TT></TD><TD>Expiration for local copies in seconds</TD></TR>
  205: </TABLE>
  206: </NOTE>
  207: </METAGROUP>
  208: <METAGROUP>
  209: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/httpd.conf" TARGET="etc/httpd/conf/httpd.conf" CATEGORY="static conf">
  210: <DESCRIPTION>
  211: main server configuration file
  212: </DESCRIPTION>
  213: </METAGROUP>
  214: <METAGROUP>
  215: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/srm.conf" TARGET="etc/httpd/conf/srm.conf" CATEGORY="static conf">
  216: <DESCRIPTION>
  217: name space configuration
  218: </DESCRIPTION>
  219: </METAGROUP>
  220: <METAGROUP>
  221: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/startup.pl" TARGET="etc/httpd/conf/startup.pl" CATEGORY="static conf">
  222: <DESCRIPTION>
  223: set paths to modules; invoked by <TT>access.conf</TT>
  224: </DESCRIPTION>
  225: </METAGROUP>
  226: <METAGROUP>
  227: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/filetypes.tab" TARGET="home/httpd/lonTabs/filetypes.tab" CATEGORY="static conf">
  228: <DESCRIPTION>
  229: Descriptive list of file extensions, and extension groupings
  230: </DESCRIPTION>
  231: </METAGROUP>
  232: <METAGROUP>
  233: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/roles.tab" TARGET="home/httpd/lonTabs/roles.tab" CATEGORY="static conf">
  234: <DESCRIPTION>
  235: List of privileges associated with users of multiple types (for example: Teaching
  236: Assistant, Exam Proctor, Course Coordinator)
  237: </DESCRIPTION>
  238: </METAGROUP>
  239: <METAGROUP>
  240: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/rolesplain.tab" TARGET="home/httpd/lonTabs/rolesplain.tab" CATEGORY="static conf">
  241: <DESCRIPTION>
  242: Descriptive list of abbreviations used in <TT>roles.tab</TT> for user types
  243: and privileges available in the network with function
  244: </DESCRIPTION>
  245: </METAGROUP>
  246: <METAGROUP>
  247: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/hosts.tab" TARGET="home/httpd/lonTabs/hosts.tab" CATEGORY="conf">
  248: <DESCRIPTION>
  249: List of all machines in the LON-CAPA network.  Relates <TT>lonHostID</TT> to
  250: <TT>lonDefDomain</TT> and <U>IP address</U>
  251: </DESCRIPTION>
  252: </METAGROUP>
  253: <METAGROUP>
  254: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/spare.tab" TARGET="home/httpd/lonTabs/spare.tab" CATEGORY="conf">
  255: <DESCRIPTION>
  256: Spare hosts to offload session to if the LON-CAPA machine is overloaded
  257: </DESCRIPTION>
  258: <NOTE>
  259: <B>configure</B><BR>
  260: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
  261: <TR><TD>
  262: list elements are separated by newlines
  263: </TD></TR>
  264: <TR><TD>
  265: each list element consists of only one value; the value for <TT>lonHostID</TT> in <TT>access.conf</TT>
  266: </TD></TR>
  267: </TABLE>
  268: </NOTE>
  269: </METAGROUP>
  270: <METAGROUP>
  271: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/htpasswd" TARGET="home/httpd/lonTabs/htpasswd" CATEGORY="static conf">
  272: <DESCRIPTION>
  273: Basic auth password to access /lon-status and /server-status
  274: </DESCRIPTION>
  275: </METAGROUP>
  276: <METAGROUP>
  277: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/krb.conf" TARGET="etc/krb.conf" CATEGORY="conf">
  278: <DESCRIPTION>
  279: which Kerberos server to contact for which Kerberos domains
  280: </DESCRIPTION>
  281: <NOTE>
  282: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
  283: <TR><TD>
  284: list elements are separated by newlines
  285: </TD></TR>
  286: <TR><TD>
  287: each list element consists of only two subelements separated by a colon
  288: <BR>
  289: <UL>
  290: <LI>Kerberos domain value
  291: <LI>Kerberos server IP address
  292: </UL>
  293: </TD></TR>
  294: </TABLE>
  295: </NOTE>
  296: </METAGROUP>
  297: <METAGROUP>
  298: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/smb.conf" TARGET="etc/smb.conf" CATEGORY="conf">
  299: <DESCRIPTION>
  300: configuration file to make LON-CAPA server file space accessible to network neighborhood
  301: </DESCRIPTION>
  302: <NOTE>
  303: configure
  304: </NOTE>
  305: </METAGROUP>
  306: <METAGROUP>
  307: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/ntp.conf" TARGET="etc/ntp.conf" CATEGORY="conf">
  308: <DESCRIPTION>
  309: which NTP server to contact for information (XNTP3 standard)
  310: </DESCRIPTION>
  311: <NOTE>
  312: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
  313: <TR><TD>
  314: only one line needs to be changed to specify a server ip address
  315: </TD></TR>
  316: <TR><TD>
  317: Example:<BR><NOBR><TT>server ntp.msu.edu</TT>
  318: </TD></TR>
  319: </TABLE>
  320: </NOTE>
  321: </METAGROUP>
  322: <METAGROUP>
  323: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonc" TARGET="home/httpd/perl/lonc" CATEGORY="script">
  324: <DESCRIPTION>
  325: proxy server
  326: </DESCRIPTION>
  327: </METAGROUP>
  328: <METAGROUP>
  329: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lond" TARGET="home/httpd/perl/lond" CATEGORY="script">
  330: <DESCRIPTION>
  331: remote command interpreter
  332: </DESCRIPTION>
  333: </METAGROUP>
  334: <METAGROUP>
  335: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/loncron" TARGET="home/httpd/perl/loncron" CATEGORY="script">
  336: <DESCRIPTION>
  337: housekeeping
  338: </DESCRIPTION>
  339: </METAGROUP>
  340: <METAGROUP>
  341: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonsql" TARGET="home/httpd/perl/lonsql" CATEGORY="script">
  342: <DESCRIPTION>
  343: maintain secondary database of metadata
  344: </DESCRIPTION>
  345: </METAGROUP>
  346: <METAGROUP>
  347: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcpasswd" TARGET="home/httpd/perl/lcpasswd" CATEGORY="setuid script">
  348: <DESCRIPTION>
  349: coordinates the system services and files in order to allow lond to change user passwords
  350: </DESCRIPTION>
  351: </METAGROUP>
  352: <METAGROUP>
  353: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcuseradd" TARGET="home/httpd/perl/lcuseradd" CATEGORY="setuid script">
  354: <DESCRIPTION>
  355: coordinates the system services and files in order to allow lond to add a new user
  356: </DESCRIPTION>
  357: </METAGROUP>
  358: <METAGROUP>
  359: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcuserdel" TARGET="home/httpd/perl/lcuserdel" CATEGORY="setuid script">
  360: <DESCRIPTION>
  361: coordinates the system services and files in order to allow lond to delete a user
  362: </DESCRIPTION>
  363: </METAGROUP>
  364: <METAGROUP>
  365: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcnfson" TARGET="home/httpd/perl/lcnfson" CATEGORY="setuid script">
  366: <DESCRIPTION>
  367: coordinates the system services and files in order to allow lond to enable NFS for a user
  368: </DESCRIPTION>
  369: </METAGROUP>
  370: <METAGROUP>
  371: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcnfsoff" TARGET="home/httpd/perl/lcnfsoff" CATEGORY="setuid script">
  372: <DESCRIPTION>
  373: coordinates the system services and files in order to allow lond to disable NFS for a user
  374: </DESCRIPTION>
  375: </METAGROUP>
  376: <METAGROUP>
  377: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/publisher.html" TARGET="home/httpd/html/adm/publisher.html" CATEGORY="interface file">
  378: <DESCRIPTION>
  379: HTML frame that presents a form element to allow for the publishing of
  380: resources, directories and underlying subdirectories.
  381: </DESCRIPTION>
  382: </METAGROUP>
  383: <METAGROUP>
  384: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/lectureonline.sty" TARGET="home/httpd/html/res/adm/includes/lectureonline.sty" CATEGORY="static conf">
  385: <DESCRIPTION>
  386: The relevant conditions and metadata to attach to LectureOnline-specific tags.
  387: </DESCRIPTION>
  388: </METAGROUP>
  389: <METAGROUP>
  390: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/misc/un_keyword.tab" TARGET="home/httpd/html/res/adm/includes/un_keyword.tab" CATEGORY="conf">
  391: <DESCRIPTION>
  392: File which contains words which should not be keywords used to specify resource
  393: content.
  394: </DESCRIPTION>
  395: </METAGROUP>
  396: <METAGROUP>
  397: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/copyright.tab" TARGET="home/httpd/html/res/adm/includes/copyright.tab" CATEGORY="conf">
  398: <DESCRIPTION>
  399: Table which contains list of copyright possibilities for educational resources.
  400: </DESCRIPTION>
  401: </METAGROUP>
  402: <METAGROUP>
  403: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/language.tab" TARGET="home/httpd/lonTabs/language.tab" CATEGORY="static conf">
  404: <DESCRIPTION>
  405: Table which contains string abbreviations of language::font rendering
  406: combinations.
  407: </DESCRIPTION>
  408: </METAGROUP>
  409: <METAGROUP>
  410: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/addid.tab" TARGET="home/httpd/lonTabs/addid.tab" CATEGORY="static conf">
  411: <DESCRIPTION>
  412: Table which has hash data necessary for distinguishing IDs from indices.
  413: </DESCRIPTION>
  414: </METAGROUP>
  415: <METAGROUP>
  416: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/hint.pm" TARGET="home/httpd/lib/perl/Apache/hint.pm" CATEGORY="handler">
  417: <DESCRIPTION>
  418: This handler coordinates the delivery of hints to students working on LON-CAPA
  419: problems and assignments.
  420: </DESCRIPTION>
  421: </METAGROUP>
  422: <METAGROUP>
  423: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonspreadsheet.pm" TARGET="home/httpd/lib/perl/Apache/lonspreadsheet.pm" CATEGORY="handler">
  424: <DESCRIPTION>
  425: Spreadsheet/Grades Display Handler
  426: </DESCRIPTION>
  427: </METAGROUP>
  428: <METAGROUP>
  429: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonparmset.pm" TARGET="home/httpd/lib/perl/Apache/lonparmset.pm" CATEGORY="handler">
  430: <DESCRIPTION>
  431: Handler to resolve ambiguous file locations
  432: </DESCRIPTION>
  433: </METAGROUP>
  434: <METAGROUP>
  435: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonconstruct.pm" TARGET="home/httpd/lib/perl/Apache/lonconstruct.pm" CATEGORY="handler">
  436: <DESCRIPTION>
  437: Page wrapper for handling construction space.
  438: </DESCRIPTION>
  439: </METAGROUP>
  440: <METAGROUP>
  441: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonpublisher.pm" TARGET="home/httpd/lib/perl/Apache/lonpublisher.pm" CATEGORY="handler">
  442: <DESCRIPTION>
  443: Publishes an LON-CAPA educational resource complete with metadata
  444: (authorship, language, copyright, creation date, etc).
  445: </DESCRIPTION>
  446: </METAGROUP>
  447: <METAGROUP>
  448: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmenu.pm" TARGET="home/httpd/lib/perl/Apache/lonmenu.pm" CATEGORY="handler">
  449: <DESCRIPTION>
  450: Has routines which control the remote control.
  451: </DESCRIPTION>
  452: </METAGROUP>
  453: <METAGROUP>
  454: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonpageflip.pm" TARGET="home/httpd/lib/perl/Apache/lonpageflip.pm" CATEGORY="handler">
  455: <DESCRIPTION>
  456: Deals with forward, backward, and other page flips.
  457: </DESCRIPTION>
  458: </METAGROUP>
  459: <METAGROUP>
  460: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonratedt.pm" TARGET="home/httpd/lib/perl/Apache/lonratedt.pm" CATEGORY="handler">
  461: <DESCRIPTION>
  462: Builds up frame set and loads in the right thing.
  463: </DESCRIPTION>
  464: </METAGROUP>
  465: <METAGROUP>
  466: <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">
  467: <DESCRIPTION>
  468: This will take annotations and then plug them into a page
  469: </DESCRIPTION>
  470: </METAGROUP>
  471: <METAGROUP>
  472: <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">
  473: <DESCRIPTION>
  474: This will take bookmarks and get/write/display them for the LON-CAPA user interface
  475: </DESCRIPTION>
  476: </METAGROUP>
  477: <METAGROUP>
  478: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonratsrv.pm" TARGET="home/httpd/lib/perl/Apache/lonratsrv.pm" CATEGORY="handler">
  479: <DESCRIPTION>
  480: Handler tat takes output from RAT and stores it on disk.  Handles the upper hidden
  481: frame of the added window that comes up in RAT.   (3 frames come up in RAT server,
  482: code, and output.  This module handles server connection.)
  483: </DESCRIPTION>
  484: </METAGROUP>
  485: <METAGROUP>
  486: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonpage.pm" TARGET="home/httpd/lib/perl/Apache/lonpage.pm" CATEGORY="handler">
  487: <DESCRIPTION>
  488: bundles pages into one page
  489: </DESCRIPTION>
  490: </METAGROUP>
  491: <METAGROUP>
  492: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonuserstate.pm" TARGET="home/httpd/lib/perl/Apache/lonuserstate.pm" CATEGORY="handler">
  493: <DESCRIPTION>
  494: compile course into binary data structure (in loncom/rat)
  495: </DESCRIPTION>
  496: </METAGROUP>
  497: <METAGROUP>
  498: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/lontex.pm" TARGET="home/httpd/lib/perl/Apache/lontex.pm" CATEGORY="handler">
  499: <DESCRIPTION>
  500: Handler for tex files (somewhere in loncom/modules)
  501: </DESCRIPTION>
  502: </METAGROUP>
  503: <METAGROUP>
  504: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/modules/TexConvert/tthperl/lontexconvert.pm" TARGET="home/httpd/lib/perl/Apache/lontexconvert.pm" CATEGORY="handler">
  505: <DESCRIPTION>
  506: Access to tth/ttm
  507: </DESCRIPTION>
  508: </METAGROUP>
  509: <METAGROUP>
  510: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/lonxml.pm" TARGET="home/httpd/lib/perl/Apache/lonxml.pm" CATEGORY="handler">
  511: <DESCRIPTION>
  512: XML Parsing Module
  513: </DESCRIPTION>
  514: </METAGROUP>
  515: <METAGROUP>
  516: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/style.pm" TARGET="home/httpd/lib/perl/Apache/style.pm" CATEGORY="handler">
  517: <DESCRIPTION>
  518: Style Parsing Module
  519: </DESCRIPTION>
  520: </METAGROUP>
  521: <METAGROUP>
  522: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/londefdef.pm" TARGET="home/httpd/lib/perl/Apache/londefdef.pm" CATEGORY="handler">
  523: <DESCRIPTION>
  524: Tags Default Definition Module
  525: </DESCRIPTION>
  526: </METAGROUP>
  527: <METAGROUP>
  528: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/run.pm" TARGET="home/httpd/lib/perl/Apache/run.pm" CATEGORY="handler">
  529: <DESCRIPTION>
  530: used to prevent poorly written problems from causing lingering after effects
  531: </DESCRIPTION>
  532: </METAGROUP>
  533: <METAGROUP>
  534: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/scripttag.pm" TARGET="home/httpd/lib/perl/Apache/scripttag.pm" CATEGORY="handler">
  535: <DESCRIPTION>
  536: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and &lt;import&gt;
  537: </DESCRIPTION>
  538: </METAGROUP>
  539: <METAGROUP>
  540: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/lonhomework.pm" TARGET="home/httpd/lib/perl/Apache/lonhomework.pm" CATEGORY="handler">
  541: <DESCRIPTION>
  542: handles requests for output, evaluation, and alteration of homework resource
  543: </DESCRIPTION>
  544: </METAGROUP>
  545: <METAGROUP>
  546: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/inputtags.pm" TARGET="home/httpd/lib/perl/Apache/inputtags.pm" CATEGORY="handler">
  547: <DESCRIPTION>
  548: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
  549: </DESCRIPTION>
  550: </METAGROUP>
  551: <METAGROUP>
  552: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/structuretags.pm" TARGET="home/httpd/lib/perl/Apache/structuretags.pm" CATEGORY="handler">
  553: <DESCRIPTION>
  554: produces HTML tags necessary for structuring the presentation of homework resources
  555: </DESCRIPTION>
  556: </METAGROUP>
  557: <METAGROUP>
  558: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/response.pm" TARGET="home/httpd/lib/perl/Apache/response.pm" CATEGORY="handler">
  559: <DESCRIPTION>
  560: defines different types of responses given to student as well as syntax for producing response values
  561: </DESCRIPTION>
  562: </METAGROUP>
  563: <METAGROUP>
  564: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/caparesponse/caparesponse.pm" TARGET="home/httpd/lib/perl/Apache/caparesponse.pm" CATEGORY="handler">
  565: <DESCRIPTION>
  566: handles request to the CAPA homework processing engine
  567: </DESCRIPTION>
  568: </METAGROUP>
  569: <METAGROUP>
  570: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonacc.pm" TARGET="home/httpd/lib/perl/Apache/lonacc.pm" CATEGORY="handler">
  571: <DESCRIPTION>
  572: access to for a LON-CAPA user session
  573: </DESCRIPTION>
  574: </METAGROUP>
  575: <METAGROUP>
  576: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonracc.pm" TARGET="home/httpd/lib/perl/Apache/lonracc.pm" CATEGORY="handler">
  577: <DESCRIPTION>
  578: access handler for file transfers
  579: </DESCRIPTION>
  580: </METAGROUP>
  581: <METAGROUP>
  582: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/loncacc.pm" TARGET="home/httpd/lib/perl/Apache/loncacc.pm" CATEGORY="handler">
  583: <DESCRIPTION>
  584: access to construction area
  585: </DESCRIPTION>
  586: </METAGROUP>
  587: <METAGROUP>
  588: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonauth.pm" TARGET="home/httpd/lib/perl/Apache/lonauth.pm" CATEGORY="handler">
  589: <DESCRIPTION>
  590: authenticate, set up session environment
  591: </DESCRIPTION>
  592: </METAGROUP>
  593: <METAGROUP>
  594: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonlogin.pm" TARGET="home/httpd/lib/perl/Apache/lonlogin.pm" CATEGORY="handler">
  595: <DESCRIPTION>
  596: login screen
  597: </DESCRIPTION>
  598: </METAGROUP> 
  599: <METAGROUP>
  600: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonlogout.pm" TARGET="home/httpd/lib/perl/Apache/lonlogout.pm" CATEGORY="handler">
  601: <DESCRIPTION>
  602: logout
  603: </DESCRIPTION>
  604: </METAGROUP> 
  605: <METAGROUP>
  606: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonnet/perl/lonrep.pm" TARGET="home/httpd/lib/perl/Apache/lonrep.pm" CATEGORY="handler">
  607: <DESCRIPTION>
  608: replication
  609: </DESCRIPTION>
  610: </METAGROUP> 
  611: <METAGROUP>
  612: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonroles.pm" TARGET="home/httpd/lib/perl/Apache/lonroles.pm" CATEGORY="handler">
  613: <DESCRIPTION>
  614: roles picking
  615: </DESCRIPTION>
  616: </METAGROUP> 
  617: <METAGROUP>
  618: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonindexer.pm" TARGET="home/httpd/lib/perl/Apache/lonindexer.pm" CATEGORY="handler">
  619: <DESCRIPTION>
  620: cross server filesystem browser
  621: </DESCRIPTION>
  622: </METAGROUP> 
  623: <METAGROUP>
  624: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonnet/perl/lonnet.pm" TARGET="home/httpd/lib/perl/Apache/lonnet.pm" CATEGORY="handler">
  625: <DESCRIPTION>
  626: interface to lonc
  627: </DESCRIPTION>
  628: </METAGROUP> 
  629: <METAGROUP>
  630: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/index.html" TARGET="home/httpd/html/index.html" CATEGORY="interface file">
  631: <DESCRIPTION>
  632: bumps to login
  633: </DESCRIPTION>
  634: </METAGROUP>
  635: <METAGROUP>
  636: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="" TARGET="etc/httpd/conf/mime.types" LINKTO="etc/mime.types" CATEGORY="symbolic link">
  637: <DESCRIPTION>
  638: symbolic link to /etc/mime.types
  639: </DESCRIPTION>
  640: </METAGROUP>
  641: <METAGROUP>
  642: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="" TARGET="home/httpd/html/raw" LINKTO="home/httpd/html/res" CATEGORY="symbolic link">
  643: <DESCRIPTION>
  644: symbolic link to /home/httpd/html/res
  645: </DESCRIPTION>
  646: </METAGROUP>
  647: <METAGROUP>
  648: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/notfound.html" TARGET="home/httpd/html/adm/notfound.html" CATEGORY="interface file">
  649: <DESCRIPTION>
  650: static html page that is shown when an attempt is made to access a document not present on the web server
  651: </DESCRIPTION>
  652: </METAGROUP>
  653: <METAGROUP>
  654: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/unauthorized.html" TARGET="home/httpd/html/adm/unauthorized.html" CATEGORY="interface file">
  655: <DESCRIPTION>
  656: static html page that is shown when an attempt is made to access a document which is restricted based on
  657: file or server configurations
  658: </DESCRIPTION>
  659: </METAGROUP>
  660: <METAGROUP>
  661: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/rat.html" TARGET="home/httpd/html/adm/rat/rat.html" CATEGORY="interface file">
  662: <DESCRIPTION>
  663: frameset
  664: </DESCRIPTION>
  665: </METAGROUP>
  666: <METAGROUP>
  667: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/parameter.html" TARGET="home/httpd/html/adm/rat/parameter.html" CATEGORY="interface file">
  668: <DESCRIPTION>
  669: Parameter input window.
  670: </DESCRIPTION>
  671: </METAGROUP>
  672: <METAGROUP>
  673: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/code.html" TARGET="home/httpd/html/adm/rat/code.html" CATEGORY="interface file">
  674: <DESCRIPTION>
  675: javascript
  676: </DESCRIPTION>
  677: </METAGROUP>
  678: <METAGROUP>
  679: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/map.html" TARGET="home/httpd/html/adm/rat/map.html" CATEGORY="interface file">
  680: <DESCRIPTION>
  681: bumper
  682: </DESCRIPTION>
  683: </METAGROUP>
  684: <METASUPERGROUP>
  685: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/images/*.gif" TARGET="home/httpd/html/adm/rat/*.gif" CATEGORY="graphic file">
  686: <DESCRIPTION>
  687: graphic files
  688: </DESCRIPTION>
  689: <FILES>
  690: 1.1.dt.gif
  691: 1.1.empty.gif
  692: 1.1.ld.gif
  693: 1.1.lr.gif
  694: 1.1.rd.gif
  695: 1.1.rl.gif
  696: 1.1.td.gif
  697: 1.1.tdrl.gif
  698: 1.1.tl.gif
  699: 1.1.tr.gif
  700: 1.1.utd.gif
  701: 1.2.ctd.gif
  702: 1.2.dt.gif
  703: 1.2.empty.gif
  704: 1.2.ld.gif
  705: 1.2.lr.gif
  706: 1.2.lrd.gif
  707: 1.2.lrtd.gif
  708: 1.2.rd.gif
  709: 1.2.rl.gif
  710: 1.2.rld.gif
  711: 1.2.rltd.gif
  712: 1.2.rtd.gif
  713: 1.2.rtdl.gif
  714: 1.2.rtl.gif
  715: 1.2.td.gif
  716: 1.2.tdl.gif
  717: 1.2.tdrl.gif
  718: 1.2.tl.gif
  719: 1.2.tr.gif
  720: 1.2.utd.gif
  721: 2.1.dt.gif
  722: 2.1.empty.gif
  723: 2.1.ld.gif
  724: 2.1.lr.gif
  725: 2.1.rd.gif
  726: 2.1.rl.gif
  727: 2.1.td.gif
  728: 2.1.tdrl.gif
  729: 2.1.tl.gif
  730: 2.1.tr.gif
  731: 2.2.dt.gif
  732: 2.2.empty.gif
  733: 2.2.ld.gif
  734: 2.2.lr.gif
  735: 2.2.lrd.gif
  736: 2.2.lrt.gif
  737: 2.2.rd.gif
  738: 2.2.rl.gif
  739: 2.2.rld.gif
  740: 2.2.rlt.gif
  741: 2.2.td.gif
  742: 2.2.tdl.gif
  743: 2.2.tdr.gif
  744: 2.2.tdrl.gif
  745: 2.2.tl.gif
  746: 2.2.tr.gif
  747: 2.2.url.gif
  748: 2.2.utd.gif
  749: arrow.gif
  750: bdt.gif
  751: bempty.gif
  752: bld.gif
  753: blr.gif
  754: blrd.gif
  755: blrt.gif
  756: brd.gif
  757: brl.gif
  758: brld.gif
  759: brlt.gif
  760: btd.gif
  761: btdl.gif
  762: btdr.gif
  763: btdrl.gif
  764: btl.gif
  765: btr.gif
  766: burl.gif
  767: butd.gif
  768: condition.gif
  769: edit.gif
  770: finish.gif
  771: info.gif
  772: inscol.gif
  773: inscond.gif
  774: insres.gif
  775: insrow.gif
  776: resource.gif
  777: sctd.gif
  778: sdt.gif
  779: sempty.gif
  780: sld.gif
  781: slr.gif
  782: slrd.gif
  783: slrtd.gif
  784: srd.gif
  785: srl.gif
  786: srld.gif
  787: srltd.gif
  788: srtd.gif
  789: srtdl.gif
  790: srtl.gif
  791: start.gif
  792: std.gif
  793: stdl.gif
  794: sutd.gif
  795: </FILES>
  796: </METASUPERGROUP>
  797: <METASUPERGROUP>
  798: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonIcons/*.gif" TARGET="home/httpd/html/adm/lonIcons/*.gif" CATEGORY="graphic file">
  799: <DESCRIPTION>
  800: logos
  801: </DESCRIPTION>
  802: <FILES>
  803: liteani.gif
  804: lonlogo.gif
  805: lonlogos.gif
  806: </FILES>
  807: </METASUPERGROUP>
  808: <METAGROUP>
  809: <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">
  810: <DESCRIPTION>
  811: perl module for invoking functions specific to Tex-to-HTML conversion
  812: </DESCRIPTION>
  813: <NOTE>
  814: Has the same dependencies and build process as tth.so.
  815: Currently, only the tth.so file specifications invoke
  816: the build process however.
  817: </NOTE>
  818: </METAGROUP>
  819: <METAGROUP>
  820: <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">
  821: <DESCRIPTION>
  822: shared library file for dynamic loading and unloading
  823: </DESCRIPTION>
  824: <BUILD>
  825: loncom/modules/TexConvert/tthperl/commands
  826: </BUILD>
  827: <DEPENDENCIES>
  828: ../tthdynamic/tthfunc.c
  829: ../ttmdynamic/ttmfunc.c
  830: </DEPENDENCIES>
  831: </METAGROUP>
  832: <METAGROUP>
  833: <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">
  834: <DESCRIPTION>
  835: perl module for invoking functions specific to CAPA
  836: </DESCRIPTION>
  837: <NOTE>
  838: Has the same dependencies and build process as capa.so.
  839: Currently, only the capa.so file specifications invoke
  840: the build process however.
  841: </NOTE>
  842: </METAGROUP>
  843: <METAGROUP>
  844: <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">
  845: <DESCRIPTION>
  846: bootstrap file associated with dynamic loading of this module on multiple architectures
  847: </DESCRIPTION>
  848: <NOTE>
  849: Has the same dependencies and build process as capa.so.
  850: Currently, only the capa.so file specifications invoke
  851: the build process however.
  852: </NOTE>
  853: </METAGROUP>
  854: <METAGROUP>
  855: <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">
  856: <DESCRIPTION>
  857: shared library file for dynamic loading and unloading
  858: </DESCRIPTION>
  859: <BUILD>
  860: loncom/homework/caparesponse/commands
  861: </BUILD>
  862: <DEPENDENCIES>
  863: caparesponse.c
  864: caparesponse.pm
  865: [ALWAYS_RUN_BUILD_COMMAND]
  866: </DEPENDENCIES>
  867: </METAGROUP>
  868: <METASUPERGROUP>
  869: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/MathML/*.ent" TARGET="home/httpd/html/adm/MathML/*.ent" CATEGORY="system file">
  870: <DESCRIPTION>
  871: entity files
  872: </DESCRIPTION>
  873: <FILES>
  874: isoamsa.ent
  875: isoamsb.ent
  876: isoamsc.ent
  877: isoamsn.ent
  878: isoamso.ent
  879: isoamsr.ent
  880: isobox.ent
  881: isocyr1.ent
  882: isocyr2.ent
  883: isodia.ent
  884: isogrk1.ent
  885: isogrk2.ent
  886: isogrk3.ent
  887: isogrk4.ent
  888: isolat1.ent
  889: isolat2.ent
  890: isomfrk.ent
  891: isomopf.ent
  892: isomscr.ent
  893: isonum.ent
  894: isopub.ent
  895: isotech.ent
  896: mmlalias.ent
  897: mmlextra.ent
  898: </FILES>
  899: </METASUPERGROUP>
  900: <METAGROUP>
  901: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/MathML/mathml.css" TARGET="home/httpd/html/adm/MathML/mathml.css" CATEGORY="system file">
  902: <DESCRIPTION>
  903: cascading style sheet
  904: </DESCRIPTION>
  905: </METAGROUP>
  906: <METAGROUP>
  907: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/MathML/mathml.dtd" TARGET="home/httpd/html/adm/MathML/mathml.dtd" CATEGORY="system file">
  908: <DESCRIPTION>
  909: document type definition
  910: </DESCRIPTION>
  911: </METAGROUP>
  912: <METAGROUP>
  913: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/londes.js" TARGET="home/httpd/html/res/adm/includes/londes.js" CATEGORY="interface file">
  914: <DESCRIPTION>
  915: Encryption Routines according to Data Encryption Standard DES, written in javascript
  916: </DESCRIPTION>
  917: </METAGROUP>
  918: <METAGROUP>
  919: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/default_homework.lcpm" TARGET="home/httpd/html/res/adm/includes/default_homework.lcpm" CATEGORY="handler">
  920: <DESCRIPTION>
  921: used by lonxml::xmlparse() as input variable $safeinit to Apache::run::run()
  922: </DESCRIPTION>
  923: </METAGROUP>
  924: <METASUPERGROUP>
  925: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/*.gif" TARGET="home/httpd/html/res/adm/pages/*.gif" CATEGORY="graphic file">
  926: <DESCRIPTION>
  927: icons used for the entire LON-CAPA user interface
  928: </DESCRIPTION>
  929: <FILES>
  930: a.gif
  931: b.gif
  932: c.gif
  933: chat.gif
  934: d.gif
  935: e.gif
  936: endmenu.gif
  937: f.gif
  938: feedback.gif
  939: fnkmenu.gif
  940: g.gif
  941: group.gif
  942: h.gif
  943: help.gif
  944: hyphen.gif
  945: i.gif
  946: info.gif
  947: j.gif
  948: k.gif
  949: l.gif
  950: ledblink.gif
  951: ledoff.gif
  952: ledon.gif
  953: ledsend.gif
  954: m.gif
  955: n.gif
  956: navmenu.gif
  957: next.gif
  958: o.gif
  959: p.gif
  960: prev.gif
  961: q.gif
  962: r.gif
  963: reload.gif
  964: remotebg.gif
  965: s.gif
  966: space.gif
  967: spacer.gif
  968: t.gif
  969: title.gif
  970: u.gif
  971: v.gif
  972: w.gif
  973: x.gif
  974: y.gif
  975: z.gif
  976: </FILES>
  977: </METASUPERGROUP>
  978: <METAGROUP>
  979: <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">
  980: <DESCRIPTION>
  981: image maps for the LON-CAPA remote control
  982: </DESCRIPTION>
  983: </METAGROUP>
  984: <METAGROUP>
  985: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/index.html" TARGET="home/httpd/html/res/adm/includes/index.html" CATEGORY="interface file">
  986: <DESCRIPTION>
  987: welcoming page to the LON-CAPA system upon login
  988: </DESCRIPTION>
  989: </METAGROUP>
  990: <METAGROUP>
  991: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/menu.html" TARGET="home/httpd/html/res/adm/includes/menu.html" CATEGORY="interface file">
  992: <DESCRIPTION>
  993: renders the HTML (including image maps) for the LON-CAPA remote control
  994: </DESCRIPTION>
  995: </METAGROUP>
  996: <METASUPERGROUP>
  997: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/indexericons/*.gif" TARGET="home/httpd/html/res/adm/pages/indexericons/*.gif" CATEGORY="graphic file">
  998: <DESCRIPTION>
  999: icons used for the bookmark portion of the LON-CAPA user interface
 1000: </DESCRIPTION>
 1001: <FILES>
 1002: a.gif
 1003: alert.black.gif
 1004: alert.red.gif
 1005: back.gif
 1006: ball.gray.gif
 1007: ball.red.gif
 1008: binary.gif
 1009: binhex.gif
 1010: blank.gif
 1011: bomb.gif
 1012: box1.gif
 1013: box2.gif
 1014: broken.gif
 1015: burst.gif
 1016: c.gif
 1017: comp.blue.gif
 1018: comp.gray.gif
 1019: compressed.gif
 1020: continued.gif
 1021: course.gif
 1022: dir.gif
 1023: down.gif
 1024: dvi.gif
 1025: f.gif
 1026: folder.gif
 1027: folder.open.gif
 1028: folder.sec.gif
 1029: folder_closed.gif
 1030: folder_closed_pressed.gif
 1031: folder_new.gif
 1032: folder_opened.gif
 1033: folder_opened_pressed.gif
 1034: folder_pointer_closed.gif
 1035: folder_pointer_opened.gif
 1036: folder_spacer.gif
 1037: folder_trash.gif
 1038: forward.gif
 1039: generic.gif
 1040: generic.red.gif
 1041: generic.sec.gif
 1042: hand.right.gif
 1043: hand.up.gif
 1044: html.gif
 1045: image1.gif
 1046: image2.gif
 1047: image3.gif
 1048: index.gif
 1049: layout.gif
 1050: left.gif
 1051: link.gif
 1052: mov.gif
 1053: movie1.gif
 1054: p.gif
 1055: patch.gif
 1056: pdf.gif
 1057: portal.gif
 1058: problem.gif
 1059: ps.gif
 1060: quill.gif
 1061: right.gif
 1062: screw1.gif
 1063: screw2.gif
 1064: script.gif
 1065: sound1.gif
 1066: sound2.gif
 1067: sphere1.gif
 1068: sphere2.gif
 1069: tar.gif
 1070: tex.gif
 1071: text.gif
 1072: transfer.gif
 1073: unknown.gif
 1074: up.gif
 1075: uu.gif
 1076: uuencoded.gif
 1077: white_space_20_22.gif
 1078: white_space_22_22.gif
 1079: world1.gif
 1080: world2.gif
 1081: </FILES>
 1082: </METASUPERGROUP>
 1083: <METASUPERGROUP>
 1084: <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">
 1085: <DESCRIPTION>
 1086: icons used for directory indexing and login screen
 1087: </DESCRIPTION>
 1088: <FILES>
 1089: button_close.gif
 1090: button_edit.gif
 1091: button_preview.gif
 1092: folder_closed.gif
 1093: folder_closed_pressed.gif
 1094: folder_new.gif
 1095: folder_opened.gif
 1096: folder_opened_pressed.gif
 1097: folder_pointer_closed.gif
 1098: folder_pointer_opened.gif
 1099: folder_spacer.gif
 1100: folder_trash.gif
 1101: left_bar.gif
 1102: link.gif
 1103: link_pressed.gif
 1104: ll_corner.gif
 1105: lower_bar.gif
 1106: lr_corner.gif
 1107: right_bar.gif
 1108: toolbar_bg.gif
 1109: ul_corner.gif
 1110: upper_bar.gif
 1111: ur_corner.gif
 1112: </FILES>
 1113: </METASUPERGROUP>
 1114: <METASUPERGROUP>
 1115: <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">
 1116: <DESCRIPTION>
 1117: associated with the frameset scheme of displaying bookmarks
 1118: </DESCRIPTION>
 1119: <FILES>
 1120: aaloader.html
 1121: bookmarkmenu_bb.html
 1122: bookmarkmenu_left.html
 1123: bookmarkmenu_ll.html
 1124: bookmarkmenu_lr.html
 1125: bookmarkmenu_right.html
 1126: bookmarkmenu_toolbar.html
 1127: bookmarkmenu_ul.html
 1128: bookmarkmenu_ur.html
 1129: bookmarkmenu_uu.html
 1130: bookmarkpal.html
 1131: bookmarkpal_old.html
 1132: bookmarkpal_v2.html
 1133: bookmarkpal_v2_backup.html
 1134: index.html
 1135: loading_bookmarks.html
 1136: </FILES>
 1137: </METASUPERGROUP>
 1138: <METAGROUP>
 1139: <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">
 1140: <DESCRIPTION>
 1141: javascript for handling client-side interactions with bookmark interface
 1142: </DESCRIPTION>
 1143: </METAGROUP>
 1144: <METAGROUP>
 1145: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverifypackages" TARGET="usr/sbin/loncapaverifypackages" CATEGORY="script">
 1146: <DESCRIPTION>
 1147: checks the system RPMs against what install.lon-capa.org specifies
 1148: </DESCRIPTION>
 1149: </METAGROUP>
 1150: <METAGROUP>
 1151: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverifybasepackage" TARGET="usr/sbin/loncapaverifybasepackage" CATEGORY="script">
 1152: <DESCRIPTION>
 1153: checks the important base LON-CAPA files against what install.lon-capa.org specifies
 1154: </DESCRIPTION>
 1155: </METAGROUP>
 1156: <METAGROUP>
 1157: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncaparestoreconfigurations" TARGET="usr/sbin/loncaparestoreconfigurations" CATEGORY="script">
 1158: <DESCRIPTION>
 1159: restores .rpmsave files after a LON-CAPA-base upgrade
 1160: </DESCRIPTION>
 1161: </METAGROUP>
 1162: <METAGROUP>
 1163: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaautoupgrade" TARGET="usr/sbin/loncapaautoupgrade" CATEGORY="script">
 1164: <DESCRIPTION>
 1165: does all the things to coordinate updating of LON-CAPA base files.  Should be used with
 1166: caution so that you do not lose work
 1167: </DESCRIPTION>
 1168: </METAGROUP>
 1169: <METAGROUP>
 1170: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverify" TARGET="usr/sbin/loncapaverify" CATEGORY="script">
 1171: <DESCRIPTION>
 1172: makes verification report using loncapaverifypackages and loncapaverifybasepackage
 1173: </DESCRIPTION>
 1174: </METAGROUP>
 1175: <METAGROUP>
 1176: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/cron/loncapa" TARGET="etc/cron.d" CATEGORY="static conf">
 1177: <DESCRIPTION>
 1178: file that specifies periodic processes to run for the LON-CAPA machine
 1179: </DESCRIPTION>
 1180: </METAGROUP>
 1181: <METAGROUP>
 1182: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/ntp/step-tickers" TARGET="etc/ntp/step-tickers" CATEGORY="conf">
 1183: <DESCRIPTION>
 1184: file that stimulates running of ntpdate upon init.d/xntpd initiation
 1185: </DESCRIPTION>
 1186: <NOTE>
 1187: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
 1188: <TR><TD><TT>just one line with the ip address of the server</TT></TD></TR>
 1189: </TABLE>
 1190: </NOTE>
 1191: </METAGROUP>
 1192: <METAGROUP>
 1193: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/init.d/loncontrol" CATEGORY="root script">
 1194: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc0.d/K05loncontrol" CATEGORY="root script">
 1195: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc1.d/K05loncontrol" CATEGORY="root script">
 1196: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc2.d/K05loncontrol" CATEGORY="root script">
 1197: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc3.d/S95loncontrol" CATEGORY="root script">
 1198: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc4.d/S95loncontrol" CATEGORY="root script">
 1199: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc5.d/S95loncontrol" CATEGORY="root script">
 1200: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc6.d/K05loncontrol" CATEGORY="root script">
 1201: <DESCRIPTION>
 1202: system init and control handling for the LON-CAPA network
 1203: </DESCRIPTION>
 1204: </METAGROUP>
 1205: <METAGROUP>
 1206: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/atalk/config" TARGET="etc/atalk/config" CATEGORY="conf">
 1207: <DESCRIPTION>
 1208: configuration file to make LON-CAPA server file space accessible to Appleshares access (Macintosh)
 1209: </DESCRIPTION>
 1210: </METAGROUP>
 1211: </BODY>
 1212: </HTML>

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