File:  [LON-CAPA] / doc / loncapafiles / Attic / loncapafiles.html
Revision 1.55: download - view: text, annotated - select for diffs
Thu Feb 15 01:22:36 2001 UTC (23 years, 2 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
added two new handlers -Scott

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

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