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

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