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

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