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

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