Annotation of doc/loncapafiles/loncapafiles.html, revision 1.117

1.1       harris41    1: <HTML>
                      2: <HEAD>
1.5       harris41    3:   <META NAME="GENERATOR" CONTENT="Scott Harrison and Emacs Version 3.14159265358979">
                      4:   <TITLE>LON-CAPA Files and Directories</TITLE>
1.1       harris41    5: </HEAD>
                      6: <BODY>
                      7: 
                      8: <H1>LON-CAPA Files and Directories</H1>
1.2       harris41    9: <BR>Scott Harrison, September 2000
1.24      harris41   10: <BR>Scott Harrison, October 2000
                     11: <BR>Scott Harrison, November 2000
1.1       harris41   12: <BR>Gerd Kortemeyer, Spring-Summer 2000
                     13: <P>
1.3       harris41   14: <OL>
1.24      harris41   15: <LI><A HREF="#sect1">Contents and Structure of loncapafiles.html</A>
                     16: <LI><A HREF="#sect2">Software Package Information</A>
1.3       harris41   17: </OL>
1.24      harris41   18: </P>
1.3       harris41   19: <HR>
1.24      harris41   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.
1.86      harris41   30: <BR>&lt;LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="modules/TexConvert/tthperl/lontex.pm" TARGET="home/httpd/lib/perl/Apache/lontex.pm" CATEGORY="handler"&gt;
1.24      harris41   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>
1.25      harris41   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;
1.86      harris41   55: <BR>&lt;LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="modules/TexConvert/tthperl/lontex.pm" TARGET="home/httpd/lib/perl/Apache/lontex.pm" CATEGORY="handler"&gt;
1.25      harris41   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;
1.86      harris41   62: <BR>&lt;LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="modules/TexConvert/tthperl/tth.so" TARGET="usr/lib/perl5/site_perl/5.005/tth.so" CATEGORY="system file"&gt;
1.25      harris41   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;
1.86      harris41   67: <BR>modules/TexConvert/tthperl/commands
1.25      harris41   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>
1.24      harris41   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>
1.29      harris41  107: <LONCAPA TYPE=OWNERSHIP CATEGORY="interface file" CHMOD="0444" CHOWN="root:root">
                    108: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="interface file" CHMOD="0644" CHOWN="www:users">
1.25      harris41  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">
1.114     harris41  112: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="handler" CHMOD="0600" CHOWN="www:users">
1.25      harris41  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">
1.114     harris41  117: <LONCAPA TYPE=OWNERSHIP CATEGORY="script" CHMOD="0700" CHOWN="www:users">
1.25      harris41  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">
1.114     harris41  123: <LONCAPA TYPE=OWNERSHIP CATEGORY="root script" CHMOD="0700" CHOWN="root:root">
                    124: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="root script" CHMOD="0700" CHOWN="root:root">
1.25      harris41  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">
1.114     harris41  129: <LONCAPA TYPE=OWNERSHIP CATEGORY="server standard" CHMOD="0700" CHOWN="www:users">
1.25      harris41  130: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="server standard" CHMOD="0755" CHOWN="www:users">
                    131: <LONCAPA TYPE=OWNERSHIP CATEGORY="server readonly" CHMOD="0500" CHOWN="www:users">
1.114     harris41  132: <LONCAPA TYPE=DEVOWNERSHIP CATEGORY="server readonly" CHMOD="0700" CHOWN="www:users">
1.25      harris41  133: 
1.24      harris41  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/.">
1.27      harris41  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">
1.25      harris41  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">
1.30      harris41  149: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd" CATEGORY="standard">
1.25      harris41  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">
1.26      harris41  152: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/perl/logs" CATEGORY="server standard">
1.25      harris41  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">
1.26      harris41  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">
1.25      harris41  158: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html" CATEGORY="server standard">
1.26      harris41  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">
1.25      harris41  162: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/lonIcons" CATEGORY="server readonly">
1.80      harris41  163: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/lonMisc" CATEGORY="server readonly">
1.41      harris41  164: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/lonKaputt" CATEGORY="server readonly">
1.62      harris41  165: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/lonUsers" CATEGORY="server standard" DESCRIPTION="<BR>Home directories of local users.  There is a five-tier structure to the directories: [domain]/[firstletter]/[secondletter]/[thirdletter]/[userid].  For example, a user fredflint at MSU would have his information located in lonUsers/msu/f/r/e/fredflint.<P>Within this directory there are a variety of files which govern the scope of what a user can do within the LON-CAPA system.  A passwd file determines the type of authentication mechanism to use.  There is also are files such as roles.hist (and its database compilation, roles.db) which specify the roles and privileges for a user in the
                    166: LON-CAPA system.">
1.26      harris41  167: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/lon-status" CATEGORY="server standard" DESCRIPTION="status reports">
1.25      harris41  168: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="usr/lib/perl5/site_perl/5.005" CATEGORY="standard">
                    169: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/MathML" CATEGORY="server readonly">
                    170: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/includes" CATEGORY="server readonly">
1.111     harris41  171: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/includes/templates" CATEGORY="server readonly">
1.25      harris41  172: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages" CATEGORY="server readonly">
                    173: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages/bookmarkmenu" CATEGORY="server readonly">
                    174: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages/annotations" CATEGORY="server readonly">
                    175: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="usr/sbin" CATEGORY="standard">
                    176: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/cron.d" CATEGORY="standard">
                    177: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/ntp" CATEGORY="standard">
                    178: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/init.d" CATEGORY="standard">
1.30      harris41  179: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc0.d" CATEGORY="standard">
                    180: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc1.d" CATEGORY="standard">
                    181: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc2.d" CATEGORY="standard">
                    182: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc3.d" CATEGORY="standard">
                    183: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc4.d" CATEGORY="standard">
                    184: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc5.d" CATEGORY="standard">
                    185: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/rc.d/rc6.d" CATEGORY="standard">
1.25      harris41  186: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="etc/atalk" CATEGORY="standard">
1.35      harris41  187: <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/res/adm/pages/indexericons" CATEGORY="server readonly">
1.25      harris41  188: 
                    189: <BUILD>
                    190: </BUILD>
                    191: <DEPENDENCIES>
                    192: </DEPENDENCIES>
                    193: 
                    194: <METAGROUP>
                    195: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/access.conf" TARGET="etc/httpd/conf/access.conf" CATEGORY="conf">
                    196: <DESCRIPTION>
1.59      harris41  197: This file has two major functions.
                    198: For the Apache web server, it defines a global
                    199: access configuration which defines what server options (Indexes", "Includes",
                    200: "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
                    201: with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
                    202: and "/usr/doc").  For the LON-CAPA network server and perl module
                    203: handlers, it defines machine specific settings (lonHostID, lonRole,
                    204: lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt)
                    205: and internal machine settings for specific directories, socket ports,
                    206: and browser detection logic.
1.25      harris41  207: </DESCRIPTION>
                    208: <NOTE>
                    209: <B>configure</B>
                    210: <BR>
                    211: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
                    212: <TR><TD><TT>lonHostID</TT></TD><TD>LON-internal HostID of this machine</TD></TR>
                    213: <TR><TD><TT>lonRole</TT></TD><TD>Role of this machine: library, access</TD></TR>
                    214: <TR><TD><TT>lonAdmEMail</TT></TD><TD>Server Administration</TD></TR>
                    215: <TR><TD><TT>lonDefDomain</TT></TD><TD>Default domain</TD></TR>
                    216: <TR><TD><TT>lonLoadLim</TT></TD><TD>Load Limit ( 100% loadavg )</TD></TR>
                    217: <TR><TD><TT>lonExpire</TT></TD><TD>Expiration for local copies in seconds</TD></TR>
                    218: </TABLE>
                    219: </NOTE>
                    220: </METAGROUP>
                    221: <METAGROUP>
1.102     harris41  222: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/httpd.conf" TARGET="etc/httpd/conf/httpd.conf" CATEGORY="conf">
1.25      harris41  223: <DESCRIPTION>
1.59      harris41  224: This is the main server configuration file.  The settings here are
                    225: more or less standard for the Apache web server.  Most notably (and
                    226: importantly!), perl handling and mod_perl are enabled in this configuration
                    227: file.
1.25      harris41  228: </DESCRIPTION>
                    229: </METAGROUP>
                    230: <METAGROUP>
1.102     harris41  231: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/srm.conf" TARGET="etc/httpd/conf/srm.conf" CATEGORY="conf">
1.25      harris41  232: <DESCRIPTION>
1.58      harris41  233: <P>
1.59      harris41  234: This file configures the "name space" of the Apache web server.  
                    235: <TT>srm.conf</TT>
1.58      harris41  236: defines when specific perl modules should be called to handle a given
1.59      harris41  237: request.  This definition is a function of both the name of the perl module,
1.58      harris41  238: and a specific regular expression associated with the URL, such as
                    239: "^/res/.*\.page".
                    240: </P>
                    241: <P>
                    242: Here is an example entry:
                    243: <PRE>
1.59      harris41  244: &lt;LocationMatch "^/res/.*\.page$&gt;
1.58      harris41  245: SetHandler perl-script
                    246: PerlHandler Apache::lonpage
1.59      harris41  247: &lt;/LocationMatch&gt;
1.58      harris41  248: </PRE>
                    249: </P>
1.25      harris41  250: </DESCRIPTION>
                    251: </METAGROUP>
                    252: <METAGROUP>
                    253: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/startup.pl" TARGET="etc/httpd/conf/startup.pl" CATEGORY="static conf">
                    254: <DESCRIPTION>
1.59      harris41  255: This file provides initializations for perl handlers.  It adjusts what
                    256: the module path space is (so as to include /home/httpd/lib/perl/Apache) as
                    257: well as causing the Apache module to be used for every perl handler.
                    258: <TT>startup.pl</TT> is invoked by <TT>access.conf</TT>.
1.25      harris41  259: </DESCRIPTION>
                    260: </METAGROUP>
                    261: <METAGROUP>
1.97      harris41  262: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/mydesk.tab" TARGET="home/httpd/lonTabs/mydesk.tab" CATEGORY="static conf">
                    263: <DESCRIPTION>
                    264: Config file for "My Desk"
                    265: </DESCRIPTION>
                    266: </METAGROUP>
                    267: <METAGROUP>
1.76      harris41  268: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/filetypes.tab" TARGET="home/httpd/lonTabs/filetypes.tab" CATEGORY="static conf">
                    269: <DESCRIPTION>
                    270: Descriptive list of file extensions, and extension groupings.
                    271: </DESCRIPTION>
                    272: </METAGROUP>
                    273: <METAGROUP>
1.91      harris41  274: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/insertlist.tab" TARGET="home/httpd/lonTabs/insertlist.tab" CATEGORY="static conf">
                    275: <DESCRIPTION>
1.93      harris41  276: Describes what tags are allowed inside other tags.
1.91      harris41  277: </DESCRIPTION>
                    278: </METAGROUP>
                    279: <METAGROUP>
1.112     harris41  280: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/templates/blank.library" TARGET="home/httpd/html/res/adm/includes/templates/blank.library" CATEGORY="static conf">
                    281: <DESCRIPTION>
                    282: Template file.
                    283: </DESCRIPTION>
                    284: </METAGROUP>
                    285: <METAGROUP>
                    286: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/templates/blank.library.meta" TARGET="home/httpd/html/res/adm/includes/templates/blank.library.meta" CATEGORY="static conf">
                    287: <DESCRIPTION>
                    288: Template file.
                    289: </DESCRIPTION>
                    290: </METAGROUP>
                    291: <METAGROUP>
                    292: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/templates/script.library" TARGET="home/httpd/html/res/adm/includes/templates/script.library" CATEGORY="static conf">
                    293: <DESCRIPTION>
                    294: Template file.
                    295: </DESCRIPTION>
                    296: </METAGROUP>
                    297: <METAGROUP>
                    298: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/templates/script.library.meta" TARGET="home/httpd/html/res/adm/includes/templates/script.library.meta" CATEGORY="static conf">
                    299: <DESCRIPTION>
                    300: Template file.
                    301: </DESCRIPTION>
                    302: </METAGROUP>
                    303: <METAGROUP>
1.111     harris41  304: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/templates/blank.problem" TARGET="home/httpd/html/res/adm/includes/templates/blank.problem" CATEGORY="static conf">
                    305: <DESCRIPTION>
                    306: Template file.
                    307: </DESCRIPTION>
                    308: </METAGROUP>
                    309: <METAGROUP>
                    310: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/templates/blank.problem.meta" TARGET="home/httpd/html/res/adm/includes/templates/blank.problem.meta" CATEGORY="static conf">
                    311: <DESCRIPTION>
                    312: Template file.
                    313: </DESCRIPTION>
                    314: </METAGROUP>
                    315: <METAGROUP>
                    316: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/templates/numerical.problem" TARGET="home/httpd/html/res/adm/includes/templates/numerical.problem" CATEGORY="static conf">
                    317: <DESCRIPTION>
                    318: Template file.
                    319: </DESCRIPTION>
                    320: </METAGROUP>
                    321: <METAGROUP>
                    322: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/templates/numerical.problem.meta" TARGET="home/httpd/html/res/adm/includes/templates/numerical.problem.meta" CATEGORY="static conf">
                    323: <DESCRIPTION>
                    324: Template file.
                    325: </DESCRIPTION>
                    326: </METAGROUP>
                    327: <METAGROUP>
1.72      harris41  328: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/default.assesscalc" TARGET="home/httpd/html/res/adm/includes/default.assesscalc" CATEGORY="static conf">
1.25      harris41  329: <DESCRIPTION>
1.72      harris41  330: Default spreadsheet for individual assessment.
                    331: </DESCRIPTION>
                    332: </METAGROUP>
                    333: <METAGROUP>
                    334: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/default.studentcalc" TARGET="home/httpd/html/res/adm/includes/default.studentcalc" CATEGORY="static conf">
                    335: <DESCRIPTION>
                    336: Default spreadsheet for assessment of students.
                    337: </DESCRIPTION>
                    338: </METAGROUP>
                    339: <METAGROUP>
                    340: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/default.classcalc" TARGET="home/httpd/html/res/adm/includes/default.classcalc" CATEGORY="static conf">
                    341: <DESCRIPTION>
                    342: Default spreadsheet for assessment of a class.
1.25      harris41  343: </DESCRIPTION>
                    344: </METAGROUP>
1.26      harris41  345: <METAGROUP>
1.29      harris41  346: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/roles.tab" TARGET="home/httpd/lonTabs/roles.tab" CATEGORY="static conf">
1.26      harris41  347: <DESCRIPTION>
                    348: List of privileges associated with users of multiple types (for example: Teaching
                    349: Assistant, Exam Proctor, Course Coordinator)
                    350: </DESCRIPTION>
                    351: </METAGROUP>
                    352: <METAGROUP>
1.29      harris41  353: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/rolesplain.tab" TARGET="home/httpd/lonTabs/rolesplain.tab" CATEGORY="static conf">
1.26      harris41  354: <DESCRIPTION>
                    355: Descriptive list of abbreviations used in <TT>roles.tab</TT> for user types
                    356: and privileges available in the network with function
                    357: </DESCRIPTION>
                    358: </METAGROUP>
                    359: <METAGROUP>
1.29      harris41  360: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/hosts.tab" TARGET="home/httpd/lonTabs/hosts.tab" CATEGORY="conf">
1.26      harris41  361: <DESCRIPTION>
                    362: List of all machines in the LON-CAPA network.  Relates <TT>lonHostID</TT> to
                    363: <TT>lonDefDomain</TT> and <U>IP address</U>
                    364: </DESCRIPTION>
                    365: </METAGROUP>
                    366: <METAGROUP>
1.29      harris41  367: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/spare.tab" TARGET="home/httpd/lonTabs/spare.tab" CATEGORY="conf">
1.26      harris41  368: <DESCRIPTION>
                    369: Spare hosts to offload session to if the LON-CAPA machine is overloaded
                    370: </DESCRIPTION>
                    371: <NOTE>
1.25      harris41  372: <B>configure</B><BR>
                    373: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
                    374: <TR><TD>
                    375: list elements are separated by newlines
                    376: </TD></TR>
                    377: <TR><TD>
                    378: each list element consists of only one value; the value for <TT>lonHostID</TT> in <TT>access.conf</TT>
                    379: </TD></TR>
                    380: </TABLE>
1.26      harris41  381: </NOTE>
                    382: </METAGROUP>
                    383: <METAGROUP>
1.84      harris41  384: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/htpasswd" TARGET="home/httpd/lonTabs/htpasswd" CATEGORY="conf">
1.26      harris41  385: <DESCRIPTION>
                    386: Basic auth password to access /lon-status and /server-status
                    387: </DESCRIPTION>
                    388: </METAGROUP>
                    389: <METAGROUP>
1.29      harris41  390: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/krb.conf" TARGET="etc/krb.conf" CATEGORY="conf">
1.26      harris41  391: <DESCRIPTION>
                    392: which Kerberos server to contact for which Kerberos domains
                    393: </DESCRIPTION>
                    394: <NOTE>
1.25      harris41  395: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
                    396: <TR><TD>
                    397: list elements are separated by newlines
                    398: </TD></TR>
                    399: <TR><TD>
                    400: each list element consists of only two subelements separated by a colon
                    401: <BR>
                    402: <UL>
                    403: <LI>Kerberos domain value
                    404: <LI>Kerberos server IP address
                    405: </UL>
                    406: </TD></TR>
                    407: </TABLE>
1.26      harris41  408: </NOTE>
                    409: </METAGROUP>
                    410: <METAGROUP>
1.29      harris41  411: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/smb.conf" TARGET="etc/smb.conf" CATEGORY="conf">
1.26      harris41  412: <DESCRIPTION>
                    413: configuration file to make LON-CAPA server file space accessible to network neighborhood
                    414: </DESCRIPTION>
                    415: <NOTE>
                    416: configure
                    417: </NOTE>
                    418: </METAGROUP>
                    419: <METAGROUP>
1.29      harris41  420: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/ntp.conf" TARGET="etc/ntp.conf" CATEGORY="conf">
1.26      harris41  421: <DESCRIPTION>
                    422: which NTP server to contact for information (XNTP3 standard)
                    423: </DESCRIPTION>
                    424: <NOTE>
1.25      harris41  425: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
                    426: <TR><TD>
                    427: only one line needs to be changed to specify a server ip address
                    428: </TD></TR>
                    429: <TR><TD>
                    430: Example:<BR><NOBR><TT>server ntp.msu.edu</TT>
                    431: </TD></TR>
                    432: </TABLE>
1.26      harris41  433: </NOTE>
                    434: </METAGROUP>
                    435: <METAGROUP>
1.79      harris41  436: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/metadata_database/searchcat.pl" TARGET="home/httpd/perl/searchcat.pl" CATEGORY="script">
                    437: <DESCRIPTION>
                    438: Batch script for updating SQL metadata database.
                    439: </DESCRIPTION>
                    440: </METAGROUP>
                    441: <METAGROUP>
1.29      harris41  442: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonc" TARGET="home/httpd/perl/lonc" CATEGORY="script">
1.26      harris41  443: <DESCRIPTION>
                    444: proxy server
                    445: </DESCRIPTION>
                    446: </METAGROUP>
                    447: <METAGROUP>
1.29      harris41  448: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lond" TARGET="home/httpd/perl/lond" CATEGORY="script">
1.26      harris41  449: <DESCRIPTION>
1.62      harris41  450: This is a remote command interpreter on a TCP LON-CAPA network layer.
                    451: It accepts and processes incoming requests from other LON-CAPA machines
                    452: on the network.  lond's functionality is self-contained in the sense
                    453: that it does not reference (import, require, use) any other file
                    454: described in this document.  There are only 15 subroutines in this
                    455: script, however the <TT>make_new_child</TT> subroutine is quite
                    456: complex since it parses and responds about 29 different types of 
                    457: network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
                    458: makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
                    459: del, keys, dump, store, restore, querysend, queryreply, idput, idget,
                    460: tmpput, tmpget, and ls).
1.26      harris41  461: </DESCRIPTION>
                    462: </METAGROUP>
                    463: <METAGROUP>
1.29      harris41  464: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/loncron" TARGET="home/httpd/perl/loncron" CATEGORY="script">
1.26      harris41  465: <DESCRIPTION>
                    466: housekeeping
                    467: </DESCRIPTION>
                    468: </METAGROUP>
                    469: <METAGROUP>
1.29      harris41  470: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonsql" TARGET="home/httpd/perl/lonsql" CATEGORY="script">
1.26      harris41  471: <DESCRIPTION>
                    472: maintain secondary database of metadata
                    473: </DESCRIPTION>
                    474: </METAGROUP>
                    475: <METAGROUP>
1.29      harris41  476: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcpasswd" TARGET="home/httpd/perl/lcpasswd" CATEGORY="setuid script">
1.26      harris41  477: <DESCRIPTION>
                    478: coordinates the system services and files in order to allow lond to change user passwords
                    479: </DESCRIPTION>
                    480: </METAGROUP>
                    481: <METAGROUP>
1.29      harris41  482: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcuseradd" TARGET="home/httpd/perl/lcuseradd" CATEGORY="setuid script">
1.26      harris41  483: <DESCRIPTION>
                    484: coordinates the system services and files in order to allow lond to add a new user
                    485: </DESCRIPTION>
                    486: </METAGROUP>
                    487: <METAGROUP>
1.29      harris41  488: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcuserdel" TARGET="home/httpd/perl/lcuserdel" CATEGORY="setuid script">
1.26      harris41  489: <DESCRIPTION>
                    490: coordinates the system services and files in order to allow lond to delete a user
                    491: </DESCRIPTION>
                    492: </METAGROUP>
                    493: <METAGROUP>
1.29      harris41  494: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcnfson" TARGET="home/httpd/perl/lcnfson" CATEGORY="setuid script">
1.26      harris41  495: <DESCRIPTION>
                    496: coordinates the system services and files in order to allow lond to enable NFS for a user
                    497: </DESCRIPTION>
                    498: </METAGROUP>
                    499: <METAGROUP>
1.29      harris41  500: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lcnfsoff" TARGET="home/httpd/perl/lcnfsoff" CATEGORY="setuid script">
1.26      harris41  501: <DESCRIPTION>
                    502: coordinates the system services and files in order to allow lond to disable NFS for a user
                    503: </DESCRIPTION>
                    504: </METAGROUP>
                    505: <METAGROUP>
1.29      harris41  506: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/publisher.html" TARGET="home/httpd/html/adm/publisher.html" CATEGORY="interface file">
                    507: <DESCRIPTION>
                    508: HTML frame that presents a form element to allow for the publishing of
                    509: resources, directories and underlying subdirectories.
                    510: </DESCRIPTION>
                    511: </METAGROUP>
                    512: <METAGROUP>
1.99      harris41  513: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/noidea.html" TARGET="home/httpd/html/adm/noidea.html" CATEGORY="interface file">
                    514: <DESCRIPTION>
                    515: Interface file for responding to improper page flipping.
                    516: </DESCRIPTION>
                    517: </METAGROUP>
                    518: <METAGROUP>
1.37      harris41  519: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/lectureonline.sty" TARGET="home/httpd/html/res/adm/includes/lectureonline.sty" CATEGORY="static conf">
                    520: <DESCRIPTION>
                    521: The relevant conditions and metadata to attach to LectureOnline-specific tags.
                    522: </DESCRIPTION>
                    523: </METAGROUP>
                    524: <METAGROUP>
1.30      harris41  525: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/misc/un_keyword.tab" TARGET="home/httpd/html/res/adm/includes/un_keyword.tab" CATEGORY="conf">
1.29      harris41  526: <DESCRIPTION>
                    527: File which contains words which should not be keywords used to specify resource
                    528: content.
1.113     albertel  529: </DESCRIPTION>
                    530: </METAGROUP>
                    531: <METAGROUP>
1.115     harris41  532: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/packages.tab" TARGET="home/httpd/lonTabs/packages.tab" CATEGORY="conf">
1.113     albertel  533: <DESCRIPTION>
                    534: Parameter packages, so that assessments can publish parameter packages
                    535: needed, which are then expanded into individual parameters - allows to
                    536: retroactively add new parameters to already published assessments.
1.29      harris41  537: </DESCRIPTION>
                    538: </METAGROUP>
                    539: <METAGROUP>
                    540: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/copyright.tab" TARGET="home/httpd/html/res/adm/includes/copyright.tab" CATEGORY="conf">
                    541: <DESCRIPTION>
                    542: Table which contains list of copyright possibilities for educational resources.
                    543: </DESCRIPTION>
                    544: </METAGROUP>
                    545: <METAGROUP>
                    546: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/language.tab" TARGET="home/httpd/lonTabs/language.tab" CATEGORY="static conf">
                    547: <DESCRIPTION>
                    548: Table which contains string abbreviations of language::font rendering
                    549: combinations.
                    550: </DESCRIPTION>
                    551: </METAGROUP>
                    552: <METAGROUP>
                    553: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/addid.tab" TARGET="home/httpd/lonTabs/addid.tab" CATEGORY="static conf">
                    554: <DESCRIPTION>
                    555: Table which has hash data necessary for distinguishing IDs from indices.
                    556: </DESCRIPTION>
                    557: </METAGROUP>
                    558: <METAGROUP>
1.111     harris41  559: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonwrapper.pm" TARGET="home/httpd/lib/perl/Apache/lonwrapper.pm" CATEGORY="handler">
                    560: <DESCRIPTION>
                    561: Wrapper for external and binary files as standalone resources.
                    562: Edit handler for rat maps; TeX content handler.
                    563: </DESCRIPTION>
                    564: <STATUS>works/unverified</STATUS>
                    565: </METAGROUP>
                    566: <METAGROUP>
1.107     harris41  567: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/loncfile.pm" TARGET="home/httpd/lib/perl/Apache/loncfile.pm" CATEGORY="handler">
                    568: <DESCRIPTION>
                    569: Provides web-based functionality for file copy, rename, mkdir, etc, in the
                    570: construction space menu.
                    571: </DESCRIPTION>
                    572: <STATUS>works/unverified</STATUS>
                    573: </METAGROUP>
                    574: <METAGROUP>
1.92      harris41  575: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonstatistics.pm" TARGET="home/httpd/lib/perl/Apache/lonstatistics.pm" CATEGORY="handler">
                    576: <DESCRIPTION>
                    577: Handler to show statistics on solving LON-CAPA problems.
                    578: </DESCRIPTION>
                    579: <STATUS>works/unverified</STATUS>
                    580: </METAGROUP>
                    581: <METAGROUP>
1.94      harris41  582: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/londiff.pm" TARGET="home/httpd/lib/perl/Apache/londiff.pm" CATEGORY="handler">
1.90      harris41  583: <DESCRIPTION>
                    584: Handler to show difference between two files.
                    585: </DESCRIPTION>
                    586: <STATUS>works/unverified</STATUS>
                    587: </METAGROUP>
                    588: <METAGROUP>
1.77      harris41  589: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonupload.pm" TARGET="home/httpd/lib/perl/Apache/lonupload.pm" CATEGORY="handler">
                    590: <DESCRIPTION>
                    591: Handler to upload files through browser into construction space.
                    592: </DESCRIPTION>
                    593: <STATUS>works/unverified</STATUS>
                    594: </METAGROUP>
                    595: <METAGROUP>
1.75      harris41  596: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/essayresponse.pm" TARGET="home/httpd/lib/perl/Apache/essayresponse.pm" CATEGORY="handler">
                    597: <DESCRIPTION>
                    598: Handler to evaluate essay (ungraded) style responses.
                    599: </DESCRIPTION>
                    600: <STATUS>works/unverified</STATUS>
                    601: </METAGROUP>
                    602: <METAGROUP>
1.74      harris41  603: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonpubdir.pm" TARGET="home/httpd/lib/perl/Apache/lonpubdir.pm" CATEGORY="handler">
                    604: <DESCRIPTION>
                    605: Handler to publish directories.
                    606: </DESCRIPTION>
                    607: <STATUS>works/unverified</STATUS>
                    608: </METAGROUP>
                    609: <METAGROUP>
                    610: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonretrieve.pm" TARGET="home/httpd/lib/perl/Apache/lonretrieve.pm" CATEGORY="handler">
                    611: <DESCRIPTION>
                    612: Handler to retrieve old versions from resource space.
                    613: </DESCRIPTION>
                    614: <STATUS>works/unverified</STATUS>
                    615: </METAGROUP>
                    616: <METAGROUP>
1.73      harris41  617: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/edit.pm" TARGET="home/httpd/lib/perl/Apache/edit.pm" CATEGORY="handler">
                    618: <DESCRIPTION>
                    619: Helper functions when in homework edit mode.
                    620: </DESCRIPTION>
                    621: <STATUS>works/unverified</STATUS>
                    622: </METAGROUP>
                    623: <METAGROUP>
1.68      harris41  624: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmeta.pm" TARGET="home/httpd/lib/perl/Apache/lonmeta.pm" CATEGORY="handler">
1.66      harris41  625: <DESCRIPTION>
                    626: Metadata display handler.
                    627: </DESCRIPTION>
                    628: <STATUS>works/unverified</STATUS>
                    629: </METAGROUP>
                    630: <METAGROUP>
1.65      harris41  631: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonambiguous.pm" TARGET="home/httpd/lib/perl/Apache/lonambiguous.pm" CATEGORY="handler">
                    632: <DESCRIPTION>
                    633: Handler to resolve ambiguous file locations.
                    634: </DESCRIPTION>
                    635: <STATUS>works/unverified</STATUS>
                    636: </METAGROUP>
                    637: <METAGROUP>
1.64      harris41  638: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonratparms.pm" TARGET="home/httpd/lib/perl/Apache/lonratparms.pm" CATEGORY="handler">
                    639: <DESCRIPTION>
                    640: Handler to set resource parameters inside of the RAT based on metadata.
                    641: </DESCRIPTION>
                    642: <STATUS>works/unverified</STATUS>
                    643: </METAGROUP>
                    644: <METAGROUP>
1.63      harris41  645: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonsequence.pm" TARGET="home/httpd/lib/perl/Apache/lonsequence.pm" CATEGORY="handler">
                    646: <DESCRIPTION>
                    647: Handler for showing sequence objects of educational resources.
1.57      harris41  648: </DESCRIPTION>
                    649: <STATUS>works/unverified</STATUS>
                    650: </METAGROUP>
                    651: <METAGROUP>
1.55      harris41  652: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncreatecourse.pm" TARGET="home/httpd/lib/perl/Apache/loncreatecourse.pm" CATEGORY="handler">
                    653: <DESCRIPTION>
1.62      harris41  654: Creates a new course and assigns course coordinator.
1.55      harris41  655: </DESCRIPTION>
                    656: <STATUS>works/unverified</STATUS>
                    657: </METAGROUP>
                    658: <METAGROUP>
                    659: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncreateuser.pm" TARGET="home/httpd/lib/perl/Apache/loncreateuser.pm" CATEGORY="handler">
                    660: <DESCRIPTION>
                    661: Creates a new user and/or changes user privileges
                    662: </DESCRIPTION>
                    663: <STATUS>works/unverified</STATUS>
                    664: </METAGROUP>
                    665: <METAGROUP>
1.52      harris41  666: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonchart.pm" TARGET="home/httpd/lib/perl/Apache/lonchart.pm" CATEGORY="handler">
                    667: <DESCRIPTION>
                    668: Produces simple LectureOnline-like student assessment performance chart
                    669: </DESCRIPTION>
                    670: <STATUS>works/unverified</STATUS>
                    671: </METAGROUP>
                    672: <METAGROUP>
1.54      harris41  673: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncommon.pm" TARGET="home/httpd/lib/perl/Apache/loncommon.pm" CATEGORY="handler">
                    674: <DESCRIPTION>
1.56      harris41  675: Makes a table out of the previous attempts.  Inputs result_from_symbread,
                    676: user, domain, home_server, course_id
1.54      harris41  677: </DESCRIPTION>
                    678: <STATUS>works/unverified</STATUS>
                    679: </METAGROUP>
                    680: <METAGROUP>
1.53      harris41  681: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/grades.pm" TARGET="home/httpd/lib/perl/Apache/grades.pm" CATEGORY="handler">
                    682: <DESCRIPTION>
                    683: Handles the viewing of grades.
                    684: </DESCRIPTION>
                    685: </METAGROUP>
                    686: <METAGROUP>
                    687: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/imageresponse.pm" TARGET="home/httpd/lib/perl/Apache/imageresponse.pm" CATEGORY="handler">
                    688: <DESCRIPTION>
                    689: Coordinates the response to clicking an image.
                    690: </DESCRIPTION>
                    691: </METAGROUP>
                    692: <METAGROUP>
1.51      harris41  693: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/optionresponse.pm" TARGET="home/httpd/lib/perl/Apache/optionresponse.pm" CATEGORY="handler">
                    694: <DESCRIPTION>
                    695: Handles tags associated with showing a list of options.
                    696: </DESCRIPTION>
                    697: </METAGROUP>
                    698: <METAGROUP>
1.50      harris41  699: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/outputtags.pm" TARGET="home/httpd/lib/perl/Apache/outputtags.pm" CATEGORY="handler">
                    700: <DESCRIPTION>
                    701: Handles tags associated with output.  Seems to relate to due dates of the
                    702: assignment.
                    703: </DESCRIPTION>
                    704: </METAGROUP>
                    705: <METAGROUP>
1.48      harris41  706: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lontest.pm" TARGET="home/httpd/lib/perl/Apache/lontest.pm" CATEGORY="handler">
                    707: <DESCRIPTION>
                    708: Used for debugging and testing the LON-CAPA system.
                    709: </DESCRIPTION>
                    710: </METAGROUP>
                    711: <METAGROUP>
1.49      harris41  712: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/radiobuttonresponse.pm" TARGET="home/httpd/lib/perl/Apache/radiobuttonresponse.pm" CATEGORY="handler">
1.48      harris41  713: <DESCRIPTION>
                    714: Handles multiple-choice style responses.
                    715: </DESCRIPTION>
                    716: </METAGROUP>
                    717: <METAGROUP>
1.47      harris41  718: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonassignments.pm" TARGET="home/httpd/lib/perl/Apache/lonassignments.pm" CATEGORY="handler">
                    719: <DESCRIPTION>
                    720: Handles processing of assignments.
                    721: </DESCRIPTION>
                    722: </METAGROUP>
                    723: <METAGROUP>
                    724: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncommunicate.pm" TARGET="home/httpd/lib/perl/Apache/loncommunicate.pm" CATEGORY="handler">
                    725: <DESCRIPTION>
                    726: Handles communication.
                    727: </DESCRIPTION>
                    728: </METAGROUP>
                    729: <METAGROUP>
                    730: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonerrorhandler.pm" TARGET="home/httpd/lib/perl/Apache/lonerrorhandler.pm" CATEGORY="handler">
                    731: <DESCRIPTION>
                    732: Handles errors.
                    733: </DESCRIPTION>
                    734: </METAGROUP>
                    735: <METAGROUP>
                    736: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonevaluate.pm" TARGET="home/httpd/lib/perl/Apache/lonevaluate.pm" CATEGORY="handler">
                    737: <DESCRIPTION>
                    738: Handles evaluation.
                    739: </DESCRIPTION>
                    740: </METAGROUP>
                    741: <METAGROUP>
                    742: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonfeedback.pm" TARGET="home/httpd/lib/perl/Apache/lonfeedback.pm" CATEGORY="handler">
                    743: <DESCRIPTION>
                    744: Handles feedback from students to instructors and system administrators.
                    745: </DESCRIPTION>
                    746: </METAGROUP>
                    747: <METAGROUP>
                    748: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonnavmaps.pm" TARGET="home/httpd/lib/perl/Apache/lonnavmaps.pm" CATEGORY="handler">
                    749: <DESCRIPTION>
                    750: Handles navigational maps.
                    751: </DESCRIPTION>
                    752: </METAGROUP>
                    753: <METAGROUP>
                    754: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonpreferences.pm" TARGET="home/httpd/lib/perl/Apache/lonpreferences.pm" CATEGORY="handler">
                    755: <DESCRIPTION>
                    756: Handles user preferences associated with customizing the online LON-CAPA
                    757: educational environment.
                    758: </DESCRIPTION>
                    759: </METAGROUP>
                    760: <METAGROUP>
                    761: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonprintout.pm" TARGET="home/httpd/lib/perl/Apache/lonprintout.pm" CATEGORY="handler">
                    762: <DESCRIPTION>
                    763: Handles the production of printable files and resources.
                    764: </DESCRIPTION>
                    765: </METAGROUP>
                    766: <METAGROUP>
                    767: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonsearchcat.pm" TARGET="home/httpd/lib/perl/Apache/lonsearchcat.pm" CATEGORY="handler">
                    768: <DESCRIPTION>
                    769: Handles a searchable catalogue.
                    770: </DESCRIPTION>
                    771: </METAGROUP>
                    772: <METAGROUP>
1.46      harris41  773: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/londropadd.pm" TARGET="home/httpd/lib/perl/Apache/londropadd.pm" CATEGORY="handler">
                    774: <DESCRIPTION>
                    775: Handler to drop and add students in courses.
                    776: </DESCRIPTION>
                    777: </METAGROUP>
                    778: <METAGROUP>
1.42      harris41  779: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmsg.pm" TARGET="home/httpd/lib/perl/Apache/lonmsg.pm" CATEGORY="handler">
1.41      harris41  780: <DESCRIPTION>
                    781: Routines for messaging.
                    782: </DESCRIPTION>
                    783: </METAGROUP>
                    784: <METAGROUP>
1.39      harris41  785: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/hint.pm" TARGET="home/httpd/lib/perl/Apache/hint.pm" CATEGORY="handler">
                    786: <DESCRIPTION>
                    787: This handler coordinates the delivery of hints to students working on LON-CAPA
                    788: problems and assignments.
                    789: </DESCRIPTION>
                    790: </METAGROUP>
                    791: <METAGROUP>
1.38      harris41  792: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonspreadsheet.pm" TARGET="home/httpd/lib/perl/Apache/lonspreadsheet.pm" CATEGORY="handler">
                    793: <DESCRIPTION>
                    794: Spreadsheet/Grades Display Handler
                    795: </DESCRIPTION>
                    796: </METAGROUP>
                    797: <METAGROUP>
1.29      harris41  798: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonparmset.pm" TARGET="home/httpd/lib/perl/Apache/lonparmset.pm" CATEGORY="handler">
                    799: <DESCRIPTION>
                    800: Handler to resolve ambiguous file locations
                    801: </DESCRIPTION>
                    802: </METAGROUP>
                    803: <METAGROUP>
                    804: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonconstruct.pm" TARGET="home/httpd/lib/perl/Apache/lonconstruct.pm" CATEGORY="handler">
                    805: <DESCRIPTION>
                    806: Page wrapper for handling construction space.
                    807: </DESCRIPTION>
                    808: </METAGROUP>
                    809: <METAGROUP>
                    810: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/publisher/lonpublisher.pm" TARGET="home/httpd/lib/perl/Apache/lonpublisher.pm" CATEGORY="handler">
                    811: <DESCRIPTION>
                    812: Publishes an LON-CAPA educational resource complete with metadata
                    813: (authorship, language, copyright, creation date, etc).
                    814: </DESCRIPTION>
                    815: </METAGROUP>
                    816: <METAGROUP>
                    817: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmenu.pm" TARGET="home/httpd/lib/perl/Apache/lonmenu.pm" CATEGORY="handler">
1.26      harris41  818: <DESCRIPTION>
                    819: Has routines which control the remote control.
                    820: </DESCRIPTION>
                    821: </METAGROUP>
                    822: <METAGROUP>
1.29      harris41  823: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonpageflip.pm" TARGET="home/httpd/lib/perl/Apache/lonpageflip.pm" CATEGORY="handler">
1.26      harris41  824: <DESCRIPTION>
                    825: Deals with forward, backward, and other page flips.
                    826: </DESCRIPTION>
                    827: </METAGROUP>
                    828: <METAGROUP>
1.29      harris41  829: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonratedt.pm" TARGET="home/httpd/lib/perl/Apache/lonratedt.pm" CATEGORY="handler">
1.26      harris41  830: <DESCRIPTION>
                    831: Builds up frame set and loads in the right thing.
1.53      harris41  832: </DESCRIPTION>
                    833: </METAGROUP>
                    834: <METAGROUP>
                    835: <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">
                    836: <DESCRIPTION>
                    837: Homework remote control.
1.26      harris41  838: </DESCRIPTION>
                    839: </METAGROUP>
                    840: <METAGROUP>
1.29      harris41  841: <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">
1.26      harris41  842: <DESCRIPTION>
                    843: This will take annotations and then plug them into a page
                    844: </DESCRIPTION>
                    845: </METAGROUP>
                    846: <METAGROUP>
1.29      harris41  847: <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">
1.26      harris41  848: <DESCRIPTION>
                    849: This will take bookmarks and get/write/display them for the LON-CAPA user interface
                    850: </DESCRIPTION>
                    851: </METAGROUP>
                    852: <METAGROUP>
1.29      harris41  853: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonratsrv.pm" TARGET="home/httpd/lib/perl/Apache/lonratsrv.pm" CATEGORY="handler">
1.26      harris41  854: <DESCRIPTION>
                    855: Handler tat takes output from RAT and stores it on disk.  Handles the upper hidden
                    856: frame of the added window that comes up in RAT.   (3 frames come up in RAT server,
                    857: code, and output.  This module handles server connection.)
                    858: </DESCRIPTION>
                    859: </METAGROUP>
                    860: <METAGROUP>
1.29      harris41  861: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonpage.pm" TARGET="home/httpd/lib/perl/Apache/lonpage.pm" CATEGORY="handler">
1.26      harris41  862: <DESCRIPTION>
                    863: bundles pages into one page
                    864: </DESCRIPTION>
                    865: </METAGROUP>
                    866: <METAGROUP>
1.29      harris41  867: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/lonuserstate.pm" TARGET="home/httpd/lib/perl/Apache/lonuserstate.pm" CATEGORY="handler">
1.26      harris41  868: <DESCRIPTION>
                    869: compile course into binary data structure (in loncom/rat)
                    870: </DESCRIPTION>
                    871: </METAGROUP>
                    872: <METAGROUP>
1.89      harris41  873: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/lontex.pm" TARGET="home/httpd/lib/perl/Apache/lontex.pm" CATEGORY="handler">
1.26      harris41  874: <DESCRIPTION>
1.86      harris41  875: Handler for tex files (somewhere in modules)
1.26      harris41  876: </DESCRIPTION>
                    877: </METAGROUP>
                    878: <METAGROUP>
1.89      harris41  879: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/lontexconvert.pm" TARGET="home/httpd/lib/perl/Apache/lontexconvert.pm" CATEGORY="handler">
1.26      harris41  880: <DESCRIPTION>
                    881: Access to tth/ttm
                    882: </DESCRIPTION>
                    883: </METAGROUP>
                    884: <METAGROUP>
1.29      harris41  885: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/lonxml.pm" TARGET="home/httpd/lib/perl/Apache/lonxml.pm" CATEGORY="handler">
1.26      harris41  886: <DESCRIPTION>
                    887: XML Parsing Module
                    888: </DESCRIPTION>
                    889: </METAGROUP>
                    890: <METAGROUP>
1.29      harris41  891: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/style.pm" TARGET="home/httpd/lib/perl/Apache/style.pm" CATEGORY="handler">
1.26      harris41  892: <DESCRIPTION>
                    893: Style Parsing Module
                    894: </DESCRIPTION>
                    895: </METAGROUP>
                    896: <METAGROUP>
1.29      harris41  897: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/londefdef.pm" TARGET="home/httpd/lib/perl/Apache/londefdef.pm" CATEGORY="handler">
1.26      harris41  898: <DESCRIPTION>
                    899: Tags Default Definition Module
                    900: </DESCRIPTION>
                    901: </METAGROUP>
                    902: <METAGROUP>
1.29      harris41  903: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/run.pm" TARGET="home/httpd/lib/perl/Apache/run.pm" CATEGORY="handler">
1.26      harris41  904: <DESCRIPTION>
                    905: used to prevent poorly written problems from causing lingering after effects
                    906: </DESCRIPTION>
                    907: </METAGROUP>
                    908: <METAGROUP>
1.29      harris41  909: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/scripttag.pm" TARGET="home/httpd/lib/perl/Apache/scripttag.pm" CATEGORY="handler">
1.26      harris41  910: <DESCRIPTION>
                    911: implements &lt;script&gt;, &lt;scriptlib&gt;, &lt;parserlib&gt;, and &lt;import&gt;
                    912: </DESCRIPTION>
                    913: </METAGROUP>
                    914: <METAGROUP>
1.29      harris41  915: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/lonhomework.pm" TARGET="home/httpd/lib/perl/Apache/lonhomework.pm" CATEGORY="handler">
1.26      harris41  916: <DESCRIPTION>
                    917: handles requests for output, evaluation, and alteration of homework resource
                    918: </DESCRIPTION>
                    919: </METAGROUP>
                    920: <METAGROUP>
1.29      harris41  921: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/inputtags.pm" TARGET="home/httpd/lib/perl/Apache/inputtags.pm" CATEGORY="handler">
1.26      harris41  922: <DESCRIPTION>
                    923: produces HTML input tags (&lt;INPUT&gt;) for rendering homework resources
                    924: </DESCRIPTION>
                    925: </METAGROUP>
                    926: <METAGROUP>
1.29      harris41  927: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/structuretags.pm" TARGET="home/httpd/lib/perl/Apache/structuretags.pm" CATEGORY="handler">
1.26      harris41  928: <DESCRIPTION>
                    929: produces HTML tags necessary for structuring the presentation of homework resources
                    930: </DESCRIPTION>
                    931: </METAGROUP>
                    932: <METAGROUP>
1.29      harris41  933: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/response.pm" TARGET="home/httpd/lib/perl/Apache/response.pm" CATEGORY="handler">
1.26      harris41  934: <DESCRIPTION>
                    935: defines different types of responses given to student as well as syntax for producing response values
                    936: </DESCRIPTION>
                    937: </METAGROUP>
                    938: <METAGROUP>
1.29      harris41  939: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/caparesponse/caparesponse.pm" TARGET="home/httpd/lib/perl/Apache/caparesponse.pm" CATEGORY="handler">
1.26      harris41  940: <DESCRIPTION>
                    941: handles request to the CAPA homework processing engine
                    942: </DESCRIPTION>
                    943: </METAGROUP>
                    944: <METAGROUP>
1.29      harris41  945: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonacc.pm" TARGET="home/httpd/lib/perl/Apache/lonacc.pm" CATEGORY="handler">
1.26      harris41  946: <DESCRIPTION>
1.61      harris41  947: (This module, like loncacc.pm also authenticates with cookies.)  
                    948: <TT>lonacc.pm</TT> coordinates access to a wide range of administrative-type
                    949: functions (e.g. roles, logout, annotations, and bookmarks) as well
                    950: as coordinating access to educational resources.
1.26      harris41  951: </DESCRIPTION>
                    952: </METAGROUP>
                    953: <METAGROUP>
1.29      harris41  954: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonracc.pm" TARGET="home/httpd/lib/perl/Apache/lonracc.pm" CATEGORY="handler">
1.26      harris41  955: <DESCRIPTION>
                    956: access handler for file transfers
                    957: </DESCRIPTION>
                    958: </METAGROUP>
                    959: <METAGROUP>
1.29      harris41  960: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/loncacc.pm" TARGET="home/httpd/lib/perl/Apache/loncacc.pm" CATEGORY="handler">
1.26      harris41  961: <DESCRIPTION>
1.60      harris41  962: This module provides access to an educational resource construction area.
                    963: This module is invoked by the URL-related pattern syntax
1.61      harris41  964: <TT>LocationMatch "^/priv.*"</TT> or <TT>LocationMatch "^/\~.*"</TT>.
                    965: Authentication of user identity
                    966: is coordinated through cookies.  The abbreviation "cacc" corresponds
                    967: to "construction-space access").  If the cookie handle is invalid, then
1.60      harris41  968: this module returns a forbidden status and makes appropriate log entries.
1.61      harris41  969: If the cookie handle is valid, status is determined to be okay (and,
                    970: for the "priv"-type access, the resource is delivered by the
                    971: <TT>lonconstruct</TT> module).
1.26      harris41  972: </DESCRIPTION>
                    973: </METAGROUP>
                    974: <METAGROUP>
1.29      harris41  975: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonauth.pm" TARGET="home/httpd/lib/perl/Apache/lonauth.pm" CATEGORY="handler">
1.26      harris41  976: <DESCRIPTION>
                    977: authenticate, set up session environment
                    978: </DESCRIPTION>
                    979: </METAGROUP>
                    980: <METAGROUP>
1.29      harris41  981: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonlogin.pm" TARGET="home/httpd/lib/perl/Apache/lonlogin.pm" CATEGORY="handler">
1.26      harris41  982: <DESCRIPTION>
                    983: login screen
                    984: </DESCRIPTION>
                    985: </METAGROUP> 
                    986: <METAGROUP>
1.29      harris41  987: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonlogout.pm" TARGET="home/httpd/lib/perl/Apache/lonlogout.pm" CATEGORY="handler">
1.26      harris41  988: <DESCRIPTION>
                    989: logout
                    990: </DESCRIPTION>
                    991: </METAGROUP> 
                    992: <METAGROUP>
1.29      harris41  993: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonnet/perl/lonrep.pm" TARGET="home/httpd/lib/perl/Apache/lonrep.pm" CATEGORY="handler">
1.26      harris41  994: <DESCRIPTION>
                    995: replication
                    996: </DESCRIPTION>
                    997: </METAGROUP> 
                    998: <METAGROUP>
1.29      harris41  999: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonroles.pm" TARGET="home/httpd/lib/perl/Apache/lonroles.pm" CATEGORY="handler">
1.26      harris41 1000: <DESCRIPTION>
1.62      harris41 1001: This perl handling module reads in the available roles available
                   1002: for a LON-CAPA user (different courses, different privileges, etc)
                   1003: and produces a form-element HTML page which allows the user to select
                   1004: which role he wishes to exercise in the LON-CAPA system.  For instance,
                   1005: a user may want to select between being a student in a thermodynamics
                   1006: physics course or a teaching assistant for an introductory calculus
                   1007: class.
1.26      harris41 1008: </DESCRIPTION>
1.62      harris41 1009: </METGROUP> 
1.26      harris41 1010: <METAGROUP>
1.29      harris41 1011: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonindexer.pm" TARGET="home/httpd/lib/perl/Apache/lonindexer.pm" CATEGORY="handler">
1.26      harris41 1012: <DESCRIPTION>
                   1013: cross server filesystem browser
                   1014: </DESCRIPTION>
                   1015: </METAGROUP> 
                   1016: <METAGROUP>
1.116     harris41 1017: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/groupsort.pm" TARGET="home/httpd/lib/perl/Apache/groupsort.pm" CATEGORY="handler">
                   1018: <DESCRIPTION>
                   1019: Implements a second phase of importing multiple resources into the RAT.
                   1020: Allows for reordering the sequence of resources.
                   1021: </DESCRIPTION>
                   1022: </METAGROUP> 
                   1023: <METAGROUP>
1.29      harris41 1024: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/lonnet/perl/lonnet.pm" TARGET="home/httpd/lib/perl/Apache/lonnet.pm" CATEGORY="handler">
1.26      harris41 1025: <DESCRIPTION>
1.62      harris41 1026: This file is an interface to the lonc processes of the LON-CAPA network
                   1027: as well as set of elaborated functions for handling information necessary
                   1028: for navigating through a given cluster of LON-CAPA machines within a domain.
                   1029: There are over 40 specialized functions in this module which handle
                   1030: the reading and transmission of metadata, user information
                   1031: (ids, names, environments, roles, logs), file information (storage, reading,
                   1032: directories, extensions, replication, embedded styles and descriptors),
                   1033: educational resources (course descriptions, section names and numbers),
                   1034: url hashing (to assign roles on a url basis), and translating abbreviated
                   1035: symbols to and from more descriptive phrases or explanations.
1.26      harris41 1036: </DESCRIPTION>
                   1037: </METAGROUP> 
                   1038: <METAGROUP>
1.29      harris41 1039: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/index.html" TARGET="home/httpd/html/index.html" CATEGORY="interface file">
1.26      harris41 1040: <DESCRIPTION>
                   1041: bumps to login
                   1042: </DESCRIPTION>
                   1043: </METAGROUP>
                   1044: <METAGROUP>
1.33      harris41 1045: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="" TARGET="etc/httpd/conf/mime.types" LINKTO="etc/mime.types" CATEGORY="symbolic link">
                   1046: <DESCRIPTION>
                   1047: symbolic link to /etc/mime.types
                   1048: </DESCRIPTION>
                   1049: </METAGROUP>
                   1050: <METAGROUP>
1.26      harris41 1051: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="" TARGET="home/httpd/html/raw" LINKTO="home/httpd/html/res" CATEGORY="symbolic link">
                   1052: <DESCRIPTION>
                   1053: symbolic link to /home/httpd/html/res
                   1054: </DESCRIPTION>
                   1055: </METAGROUP>
                   1056: <METAGROUP>
1.29      harris41 1057: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/notfound.html" TARGET="home/httpd/html/adm/notfound.html" CATEGORY="interface file">
1.26      harris41 1058: <DESCRIPTION>
                   1059: static html page that is shown when an attempt is made to access a document not present on the web server
                   1060: </DESCRIPTION>
                   1061: </METAGROUP>
                   1062: <METAGROUP>
1.29      harris41 1063: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/unauthorized.html" TARGET="home/httpd/html/adm/unauthorized.html" CATEGORY="interface file">
1.26      harris41 1064: <DESCRIPTION>
                   1065: static html page that is shown when an attempt is made to access a document which is restricted based on
                   1066: file or server configurations
                   1067: </DESCRIPTION>
                   1068: </METAGROUP>
                   1069: <METAGROUP>
1.29      harris41 1070: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/rat.html" TARGET="home/httpd/html/adm/rat/rat.html" CATEGORY="interface file">
1.26      harris41 1071: <DESCRIPTION>
                   1072: frameset
                   1073: </DESCRIPTION>
                   1074: </METAGROUP>
                   1075: <METAGROUP>
1.40      harris41 1076: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/parameter.html" TARGET="home/httpd/html/adm/rat/parameter.html" CATEGORY="interface file">
                   1077: <DESCRIPTION>
                   1078: Parameter input window.
                   1079: </DESCRIPTION>
                   1080: </METAGROUP>
                   1081: <METAGROUP>
1.29      harris41 1082: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/code.html" TARGET="home/httpd/html/adm/rat/code.html" CATEGORY="interface file">
1.26      harris41 1083: <DESCRIPTION>
                   1084: javascript
                   1085: </DESCRIPTION>
                   1086: </METAGROUP>
                   1087: <METAGROUP>
1.29      harris41 1088: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/map.html" TARGET="home/httpd/html/adm/rat/map.html" CATEGORY="interface file">
1.26      harris41 1089: <DESCRIPTION>
                   1090: bumper
                   1091: </DESCRIPTION>
                   1092: </METAGROUP>
1.45      harris41 1093: <METAGROUP>
                   1094: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/empty.html" TARGET="home/httpd/html/adm/rat/empty.html" CATEGORY="interface file">
                   1095: <DESCRIPTION>
                   1096: A blank page with very minimal HTML structural elements.
                   1097: </DESCRIPTION>
                   1098: </METAGROUP>
1.26      harris41 1099: <METASUPERGROUP>
1.32      harris41 1100: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/images/*.gif" TARGET="home/httpd/html/adm/rat/*.gif" CATEGORY="graphic file">
1.26      harris41 1101: <DESCRIPTION>
                   1102: graphic files
                   1103: </DESCRIPTION>
                   1104: <FILES>
1.1       harris41 1105: 1.1.dt.gif
                   1106: 1.1.empty.gif
                   1107: 1.1.ld.gif
                   1108: 1.1.lr.gif
                   1109: 1.1.rd.gif
                   1110: 1.1.rl.gif
                   1111: 1.1.td.gif
                   1112: 1.1.tdrl.gif
                   1113: 1.1.tl.gif
                   1114: 1.1.tr.gif
                   1115: 1.1.utd.gif
                   1116: 1.2.ctd.gif
                   1117: 1.2.dt.gif
                   1118: 1.2.empty.gif
                   1119: 1.2.ld.gif
                   1120: 1.2.lr.gif
                   1121: 1.2.lrd.gif
                   1122: 1.2.lrtd.gif
                   1123: 1.2.rd.gif
                   1124: 1.2.rl.gif
                   1125: 1.2.rld.gif
                   1126: 1.2.rltd.gif
                   1127: 1.2.rtd.gif
                   1128: 1.2.rtdl.gif
                   1129: 1.2.rtl.gif
                   1130: 1.2.td.gif
                   1131: 1.2.tdl.gif
                   1132: 1.2.tdrl.gif
                   1133: 1.2.tl.gif
                   1134: 1.2.tr.gif
                   1135: 1.2.utd.gif
                   1136: 2.1.dt.gif
                   1137: 2.1.empty.gif
                   1138: 2.1.ld.gif
                   1139: 2.1.lr.gif
                   1140: 2.1.rd.gif
                   1141: 2.1.rl.gif
                   1142: 2.1.td.gif
                   1143: 2.1.tdrl.gif
                   1144: 2.1.tl.gif
                   1145: 2.1.tr.gif
                   1146: 2.2.dt.gif
                   1147: 2.2.empty.gif
                   1148: 2.2.ld.gif
                   1149: 2.2.lr.gif
                   1150: 2.2.lrd.gif
                   1151: 2.2.lrt.gif
                   1152: 2.2.rd.gif
                   1153: 2.2.rl.gif
                   1154: 2.2.rld.gif
                   1155: 2.2.rlt.gif
                   1156: 2.2.td.gif
                   1157: 2.2.tdl.gif
                   1158: 2.2.tdr.gif
                   1159: 2.2.tdrl.gif
                   1160: 2.2.tl.gif
                   1161: 2.2.tr.gif
                   1162: 2.2.url.gif
                   1163: 2.2.utd.gif
                   1164: arrow.gif
                   1165: bdt.gif
                   1166: bempty.gif
                   1167: bld.gif
                   1168: blr.gif
                   1169: blrd.gif
                   1170: blrt.gif
                   1171: brd.gif
                   1172: brl.gif
                   1173: brld.gif
                   1174: brlt.gif
                   1175: btd.gif
                   1176: btdl.gif
                   1177: btdr.gif
                   1178: btdrl.gif
                   1179: btl.gif
                   1180: btr.gif
                   1181: burl.gif
                   1182: butd.gif
                   1183: condition.gif
                   1184: edit.gif
                   1185: finish.gif
                   1186: info.gif
                   1187: inscol.gif
                   1188: inscond.gif
                   1189: insres.gif
                   1190: insrow.gif
1.111     harris41 1191: left.gif
                   1192: middle.gif
1.1       harris41 1193: resource.gif
1.111     harris41 1194: rbottom.gif
                   1195: right.gif
1.1       harris41 1196: sctd.gif
                   1197: sdt.gif
                   1198: sempty.gif
                   1199: sld.gif
                   1200: slr.gif
                   1201: slrd.gif
                   1202: slrtd.gif
                   1203: srd.gif
                   1204: srl.gif
                   1205: srld.gif
                   1206: srltd.gif
                   1207: srtd.gif
                   1208: srtdl.gif
                   1209: srtl.gif
                   1210: start.gif
                   1211: std.gif
                   1212: stdl.gif
                   1213: sutd.gif
1.26      harris41 1214: </FILES>
                   1215: </METASUPERGROUP>
                   1216: <METASUPERGROUP>
1.41      harris41 1217: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonKaputt/*.gif" TARGET="home/httpd/html/adm/lonKaputt/*.gif" CATEGORY="graphic file">
                   1218: <DESCRIPTION>
1.47      harris41 1219: icons to indicate an unexpected result
1.41      harris41 1220: </DESCRIPTION>
                   1221: <FILES>
1.47      harris41 1222: lonconstruct.gif
1.41      harris41 1223: lonlogo_broken.gif
1.83      harris41 1224: lonlogo_broken_tsp.gif
1.41      harris41 1225: </FILES>
                   1226: </METASUPERGROUP>
1.83      harris41 1227: <METAGROUP>
                   1228: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonKaputt/lonlogo_broken.eps" TARGET="home/httpd/html/adm/lonKaputt/lonlogo_broken.eps" CATEGORY="graphic file">
                   1229: <DESCRIPTION>
                   1230: icon to indicate an unexpected result
                   1231: </DESCRIPTION>
                   1232: </METAGROUP>
                   1233: <METAGROUP>
                   1234: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonKaputt/lonlogo_broken.jpg" TARGET="home/httpd/html/adm/lonKaputt/lonlogo_broken.jpg" CATEGORY="graphic file">
                   1235: <DESCRIPTION>
                   1236: icon to indicate an unexpected result
                   1237: </DESCRIPTION>
                   1238: </METAGROUP>
                   1239: <METAGROUP>
                   1240: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonKaputt/lonlogo_broken.mov" TARGET="home/httpd/html/adm/lonKaputt/lonlogo_broken.mov" CATEGORY="graphic file">
                   1241: <DESCRIPTION>
                   1242: icon to indicate an unexpected result
                   1243: </DESCRIPTION>
                   1244: </METAGROUP>
1.41      harris41 1245: <METASUPERGROUP>
1.29      harris41 1246: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonIcons/*.gif" TARGET="home/httpd/html/adm/lonIcons/*.gif" CATEGORY="graphic file">
1.26      harris41 1247: <DESCRIPTION>
                   1248: logos
                   1249: </DESCRIPTION>
                   1250: <FILES>
1.105     harris41 1251: cab.gif
                   1252: cab_big.gif
                   1253: class.gif
                   1254: class_big.gif
                   1255: dvi.gif
                   1256: dvi_big.gif
                   1257: eps.gif
                   1258: eps_big.gif
                   1259: exam.gif
                   1260: exam_big.gif
1.106     harris41 1261: folder_closed.gif
                   1262: folder_opened.gif
                   1263: folder_pointer_closed.gif
                   1264: folder_pointer_opened.gif
1.105     harris41 1265: form.gif
                   1266: form_big.gif
                   1267: gif.gif
                   1268: gif_big.gif
1.108     harris41 1269: htm.gif
1.105     harris41 1270: html.gif
                   1271: html_big.gif
                   1272: jpg.gif
                   1273: jpg_big.gif
1.2       harris41 1274: liteani.gif
1.32      harris41 1275: lonlogo.gif
                   1276: lonlogos.gif
1.105     harris41 1277: meta.gif
                   1278: meta_big.gif
                   1279: mov.gif
                   1280: mov_big.gif
1.117   ! harris41 1281: move_down.gif
        !          1282: move_up.gif
1.105     harris41 1283: page.gif
                   1284: page_big.gif
                   1285: pdf.gif
                   1286: pdf_big.gif
                   1287: problem.gif
                   1288: problem_big.gif
                   1289: ps.gif
                   1290: ps_big.gif
1.106     harris41 1291: quill.gif
1.105     harris41 1292: quiz.gif
                   1293: quiz_big.gif
1.106     harris41 1294: select.gif
1.105     harris41 1295: sequence.gif
                   1296: sequence_big.gif
                   1297: server.gif
                   1298: server_big.gif
                   1299: survey.gif
                   1300: survey_big.gif
                   1301: tex.gif
                   1302: tex_big.gif
                   1303: txt.gif
                   1304: txt_big.gif
                   1305: user.gif
                   1306: user_big.gif
                   1307: wav.gif
                   1308: wav_big.gif
1.106     harris41 1309: white_space_20_22.gif
                   1310: whitespace1.gif
                   1311: whitespace10.gif
                   1312: whitespace2.gif
                   1313: whitespace3.gif
                   1314: whitespace4.gif
                   1315: whitespace5.gif
                   1316: whitespace6.gif
                   1317: whitespace7.gif
                   1318: whitespace8.gif
                   1319: whitespace9.gif
1.105     harris41 1320: xml.gif
                   1321: xml_big.gif
                   1322: zip.gif
                   1323: zip_big.gif
1.80      harris41 1324: </FILES>
                   1325: </METASUPERGROUP>
                   1326: <METASUPERGROUP>
                   1327: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonMisc/*.gif" TARGET="home/httpd/html/adm/lonMisc/*.gif" CATEGORY="graphic file">
                   1328: <DESCRIPTION>
                   1329: miscellaneous resources
                   1330: </DESCRIPTION>
                   1331: <FILES>
                   1332: cat_button.gif
1.26      harris41 1333: </FILES>
                   1334: </METASUPERGROUP>
                   1335: <METAGROUP>
1.95      harris41 1336: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/xml/tth.pm" TARGET="usr/lib/perl5/site_perl/5.005/tth.pm" CATEGORY="system file">
1.26      harris41 1337: <DESCRIPTION>
                   1338: perl module for invoking functions specific to Tex-to-HTML conversion
                   1339: </DESCRIPTION>
1.36      harris41 1340: <NOTE>
                   1341: Has the same dependencies and build process as tth.so.
                   1342: Currently, only the tth.so file specifications invoke
                   1343: the build process however.
                   1344: </NOTE>
1.26      harris41 1345: </METAGROUP>
                   1346: <METAGROUP>
1.86      harris41 1347: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="modules/TexConvert/tthperl/tth.so" TARGET="usr/lib/perl5/site_perl/5.005/tth.so" CATEGORY="system file">
1.31      harris41 1348: <DESCRIPTION>
                   1349: shared library file for dynamic loading and unloading
                   1350: </DESCRIPTION>
1.32      harris41 1351: <BUILD>
1.86      harris41 1352: modules/TexConvert/tthperl/commands
1.32      harris41 1353: </BUILD>
                   1354: <DEPENDENCIES>
                   1355: ../tthdynamic/tthfunc.c
                   1356: ../ttmdynamic/ttmfunc.c
                   1357: </DEPENDENCIES>
1.31      harris41 1358: </METAGROUP>
                   1359: <METAGROUP>
1.29      harris41 1360: <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">
1.26      harris41 1361: <DESCRIPTION>
                   1362: perl module for invoking functions specific to CAPA
                   1363: </DESCRIPTION>
1.36      harris41 1364: <NOTE>
                   1365: Has the same dependencies and build process as capa.so.
                   1366: Currently, only the capa.so file specifications invoke
                   1367: the build process however.
                   1368: </NOTE>
1.26      harris41 1369: </METAGROUP>
                   1370: <METAGROUP>
1.29      harris41 1371: <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">
1.26      harris41 1372: <DESCRIPTION>
                   1373: bootstrap file associated with dynamic loading of this module on multiple architectures
                   1374: </DESCRIPTION>
1.36      harris41 1375: <NOTE>
                   1376: Has the same dependencies and build process as capa.so.
                   1377: Currently, only the capa.so file specifications invoke
                   1378: the build process however.
                   1379: </NOTE>
1.26      harris41 1380: </METAGROUP>
                   1381: <METAGROUP>
1.29      harris41 1382: <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">
1.26      harris41 1383: <DESCRIPTION>
                   1384: shared library file for dynamic loading and unloading
                   1385: </DESCRIPTION>
1.32      harris41 1386: <BUILD>
                   1387: loncom/homework/caparesponse/commands
                   1388: </BUILD>
                   1389: <DEPENDENCIES>
                   1390: caparesponse.c
1.36      harris41 1391: caparesponse.pm
                   1392: [ALWAYS_RUN_BUILD_COMMAND]
1.32      harris41 1393: </DEPENDENCIES>
1.26      harris41 1394: </METAGROUP>
                   1395: <METASUPERGROUP>
1.29      harris41 1396: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/MathML/*.ent" TARGET="home/httpd/html/adm/MathML/*.ent" CATEGORY="system file">
1.26      harris41 1397: <DESCRIPTION>
                   1398: entity files
                   1399: </DESCRIPTION>
                   1400: <FILES>
1.1       harris41 1401: isoamsa.ent
                   1402: isoamsb.ent
                   1403: isoamsc.ent
                   1404: isoamsn.ent
                   1405: isoamso.ent
                   1406: isoamsr.ent
                   1407: isobox.ent
                   1408: isocyr1.ent
                   1409: isocyr2.ent
                   1410: isodia.ent
                   1411: isogrk1.ent
                   1412: isogrk2.ent
                   1413: isogrk3.ent
                   1414: isogrk4.ent
                   1415: isolat1.ent
                   1416: isolat2.ent
                   1417: isomfrk.ent
                   1418: isomopf.ent
                   1419: isomscr.ent
                   1420: isonum.ent
                   1421: isopub.ent
                   1422: isotech.ent
                   1423: mmlalias.ent
                   1424: mmlextra.ent
1.26      harris41 1425: </FILES>
                   1426: </METASUPERGROUP>
                   1427: <METAGROUP>
1.29      harris41 1428: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/MathML/mathml.css" TARGET="home/httpd/html/adm/MathML/mathml.css" CATEGORY="system file">
1.26      harris41 1429: <DESCRIPTION>
                   1430: cascading style sheet
                   1431: </DESCRIPTION>
                   1432: </METAGROUP>
                   1433: <METAGROUP>
1.29      harris41 1434: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/MathML/mathml.dtd" TARGET="home/httpd/html/adm/MathML/mathml.dtd" CATEGORY="system file">
1.26      harris41 1435: <DESCRIPTION>
                   1436: document type definition
                   1437: </DESCRIPTION>
                   1438: </METAGROUP>
                   1439: <METAGROUP>
1.30      harris41 1440: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/londes.js" TARGET="home/httpd/html/res/adm/includes/londes.js" CATEGORY="interface file">
1.26      harris41 1441: <DESCRIPTION>
                   1442: Encryption Routines according to Data Encryption Standard DES, written in javascript
                   1443: </DESCRIPTION>
                   1444: </METAGROUP>
                   1445: <METAGROUP>
1.87      harris41 1446: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/lectureonline.lcpm" TARGET="home/httpd/html/res/adm/includes/lectureonline.lcpm" CATEGORY="handler">
1.82      harris41 1447: <DESCRIPTION>
                   1448: used by lonxml::xmlparse() as input variable $safeinit to Apache::run::run()
                   1449: </DESCRIPTION>
                   1450: </METAGROUP>
                   1451: <METAGROUP>
1.30      harris41 1452: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/default_homework.lcpm" TARGET="home/httpd/html/res/adm/includes/default_homework.lcpm" CATEGORY="handler">
1.26      harris41 1453: <DESCRIPTION>
                   1454: used by lonxml::xmlparse() as input variable $safeinit to Apache::run::run()
1.45      harris41 1455: </DESCRIPTION>
                   1456: </METAGROUP>
                   1457: <METAGROUP>
                   1458: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/capa.units" TARGET="home/httpd/html/res/adm/includes/capa.units" CATEGORY="static conf">
                   1459: <DESCRIPTION>
                   1460: Define unit prefixing and conversion for CAPA problem handling.
1.26      harris41 1461: </DESCRIPTION>
                   1462: </METAGROUP>
                   1463: <METASUPERGROUP>
1.30      harris41 1464: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/*.gif" TARGET="home/httpd/html/res/adm/pages/*.gif" CATEGORY="graphic file">
1.26      harris41 1465: <DESCRIPTION>
                   1466: icons used for the entire LON-CAPA user interface
                   1467: </DESCRIPTION>
                   1468: <FILES>
1.1       harris41 1469: a.gif
1.109     harris41 1470: anot.gif
1.1       harris41 1471: b.gif
1.103     harris41 1472: back.gif
                   1473: bkm.gif
                   1474: brws.gif
1.1       harris41 1475: c.gif
1.103     harris41 1476: ccrs.gif
1.1       harris41 1477: chat.gif
1.103     harris41 1478: chrt.gif
                   1479: com.gif
                   1480: courses.gif
                   1481: cprv.gif
                   1482: cstr.gif
1.1       harris41 1483: d.gif
1.103     harris41 1484: dempty.gif
1.1       harris41 1485: e.gif
1.103     harris41 1486: empty.gif
                   1487: enrl.gif
                   1488: eval.gif
1.1       harris41 1489: f.gif
1.103     harris41 1490: fdbk.gif
1.1       harris41 1491: feedback.gif
1.103     harris41 1492: forw.gif
1.1       harris41 1493: g.gif
1.103     harris41 1494: grds.gif
1.1       harris41 1495: group.gif
                   1496: h.gif
                   1497: help.gif
                   1498: hyphen.gif
                   1499: i.gif
                   1500: info.gif
                   1501: j.gif
                   1502: k.gif
                   1503: l.gif
                   1504: ledblink.gif
1.81      harris41 1505: ledgreen.gif
1.1       harris41 1506: ledoff.gif
                   1507: ledon.gif
                   1508: ledsend.gif
1.103     harris41 1509: logout.gif
1.1       harris41 1510: m.gif
1.103     harris41 1511: mrk.gif
1.1       harris41 1512: n.gif
1.103     harris41 1513: nav.gif
1.1       harris41 1514: next.gif
                   1515: o.gif
                   1516: p.gif
1.103     harris41 1517: parm.gif
1.104     harris41 1518: pgrd.gif
                   1519: pparm.gif
1.1       harris41 1520: prev.gif
1.103     harris41 1521: prt.gif
1.1       harris41 1522: q.gif
1.103     harris41 1523: qempty.gif
1.1       harris41 1524: r.gif
                   1525: reload.gif
                   1526: remotebg.gif
1.104     harris41 1527: res.gif
1.103     harris41 1528: roles.gif
1.1       harris41 1529: s.gif
1.109     harris41 1530: sbkm.gif
1.1       harris41 1531: space.gif
                   1532: spacer.gif
1.103     harris41 1533: sprs.gif
                   1534: src.gif
                   1535: stat.gif
1.104     harris41 1536: subm.gif
1.1       harris41 1537: t.gif
                   1538: title.gif
                   1539: u.gif
                   1540: v.gif
1.109     harris41 1541: vbkm.gif
1.1       harris41 1542: w.gif
                   1543: x.gif
                   1544: y.gif
                   1545: z.gif
1.26      harris41 1546: </FILES>
                   1547: </METASUPERGROUP>
                   1548: <METAGROUP>
1.30      harris41 1549: <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">
1.26      harris41 1550: <DESCRIPTION>
                   1551: image maps for the LON-CAPA remote control
                   1552: </DESCRIPTION>
                   1553: </METAGROUP>
                   1554: <METAGROUP>
1.44      harris41 1555: <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">
1.26      harris41 1556: <DESCRIPTION>
                   1557: welcoming page to the LON-CAPA system upon login
                   1558: </DESCRIPTION>
                   1559: </METAGROUP>
                   1560: <METAGROUP>
1.41      harris41 1561: <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">
1.26      harris41 1562: <DESCRIPTION>
                   1563: renders the HTML (including image maps) for the LON-CAPA remote control
                   1564: </DESCRIPTION>
                   1565: </METAGROUP>
                   1566: <METASUPERGROUP>
1.96      harris41 1567: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/indexericons/*.gif" TARGET="home/httpd/html/res/adm/pages/indexericons/*.gif" CATEGORY="graphic file">
1.34      harris41 1568: <DESCRIPTION>
                   1569: icons used for the bookmark portion of the LON-CAPA user interface
                   1570: </DESCRIPTION>
                   1571: <FILES>
                   1572: a.gif
                   1573: alert.black.gif
                   1574: alert.red.gif
                   1575: back.gif
                   1576: ball.gray.gif
                   1577: ball.red.gif
                   1578: binary.gif
                   1579: binhex.gif
                   1580: blank.gif
                   1581: bomb.gif
                   1582: box1.gif
                   1583: box2.gif
                   1584: broken.gif
                   1585: burst.gif
                   1586: c.gif
                   1587: comp.blue.gif
                   1588: comp.gray.gif
                   1589: compressed.gif
                   1590: continued.gif
                   1591: course.gif
                   1592: dir.gif
                   1593: down.gif
                   1594: dvi.gif
                   1595: f.gif
                   1596: folder.gif
                   1597: folder.open.gif
                   1598: folder.sec.gif
                   1599: folder_closed.gif
                   1600: folder_closed_pressed.gif
                   1601: folder_new.gif
                   1602: folder_opened.gif
                   1603: folder_opened_pressed.gif
                   1604: folder_pointer_closed.gif
                   1605: folder_pointer_opened.gif
                   1606: folder_spacer.gif
                   1607: folder_trash.gif
                   1608: forward.gif
                   1609: generic.gif
                   1610: generic.red.gif
                   1611: generic.sec.gif
                   1612: hand.right.gif
                   1613: hand.up.gif
                   1614: html.gif
                   1615: image1.gif
                   1616: image2.gif
                   1617: image3.gif
                   1618: index.gif
                   1619: layout.gif
                   1620: left.gif
                   1621: link.gif
                   1622: mov.gif
                   1623: movie1.gif
                   1624: p.gif
                   1625: patch.gif
                   1626: pdf.gif
                   1627: portal.gif
                   1628: problem.gif
                   1629: ps.gif
                   1630: quill.gif
                   1631: right.gif
                   1632: screw1.gif
                   1633: screw2.gif
                   1634: script.gif
                   1635: sound1.gif
                   1636: sound2.gif
                   1637: sphere1.gif
                   1638: sphere2.gif
                   1639: tar.gif
                   1640: tex.gif
                   1641: text.gif
                   1642: transfer.gif
                   1643: unknown.gif
                   1644: up.gif
                   1645: uu.gif
                   1646: uuencoded.gif
                   1647: white_space_20_22.gif
                   1648: white_space_22_22.gif
1.98      harris41 1649: whitespace1.gif
                   1650: whitespace10.gif
                   1651: whitespace2.gif
                   1652: whitespace3.gif
                   1653: whitespace4.gif
                   1654: whitespace5.gif
                   1655: whitespace6.gif
                   1656: whitespace7.gif
                   1657: whitespace8.gif
                   1658: whitespace9.gif
1.34      harris41 1659: world1.gif
                   1660: world2.gif
                   1661: </FILES>
                   1662: </METASUPERGROUP>
                   1663: <METASUPERGROUP>
1.29      harris41 1664: <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">
1.26      harris41 1665: <DESCRIPTION>
1.34      harris41 1666: icons used for directory indexing and login screen
1.26      harris41 1667: </DESCRIPTION>
                   1668: <FILES>
1.85      harris41 1669: folder_anim.gif
                   1670: folder_close.gif
                   1671: folder_drag.gif
1.12      harris41 1672: folder_new.gif
1.85      harris41 1673: folder_open.gif
1.12      harris41 1674: folder_pointer_closed.gif
                   1675: folder_pointer_opened.gif
1.85      harris41 1676: folder_static.gif
1.12      harris41 1677: folder_trash.gif
1.85      harris41 1678: folder_trash_hover.gif
1.12      harris41 1679: left_bar.gif
                   1680: link.gif
1.85      harris41 1681: link_anim.gif
                   1682: link_drag.gif
1.12      harris41 1683: ll_corner.gif
                   1684: lower_bar.gif
                   1685: lr_corner.gif
1.85      harris41 1686: pix.gif
1.12      harris41 1687: right_bar.gif
                   1688: toolbar_bg.gif
                   1689: ul_corner.gif
                   1690: upper_bar.gif
                   1691: ur_corner.gif
1.26      harris41 1692: </FILES>
                   1693: </METASUPERGROUP>
                   1694: <METASUPERGROUP>
1.29      harris41 1695: <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">
1.26      harris41 1696: <DESCRIPTION>
                   1697: associated with the frameset scheme of displaying bookmarks
                   1698: </DESCRIPTION>
                   1699: <FILES>
1.34      harris41 1700: bookmarkmenu_toolbar.html
1.85      harris41 1701: blank.html
1.88      harris41 1702: closechildren.html
1.26      harris41 1703: </FILES>
                   1704: </METASUPERGROUP>
                   1705: <METAGROUP>
1.29      harris41 1706: <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">
1.26      harris41 1707: <DESCRIPTION>
                   1708: javascript for handling client-side interactions with bookmark interface
                   1709: </DESCRIPTION>
                   1710: </METAGROUP>
                   1711: <METAGROUP>
1.29      harris41 1712: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverifypackages" TARGET="usr/sbin/loncapaverifypackages" CATEGORY="script">
1.26      harris41 1713: <DESCRIPTION>
                   1714: checks the system RPMs against what install.lon-capa.org specifies
                   1715: </DESCRIPTION>
                   1716: </METAGROUP>
                   1717: <METAGROUP>
1.29      harris41 1718: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverifybasepackage" TARGET="usr/sbin/loncapaverifybasepackage" CATEGORY="script">
1.26      harris41 1719: <DESCRIPTION>
                   1720: checks the important base LON-CAPA files against what install.lon-capa.org specifies
                   1721: </DESCRIPTION>
                   1722: </METAGROUP>
                   1723: <METAGROUP>
1.29      harris41 1724: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncaparestoreconfigurations" TARGET="usr/sbin/loncaparestoreconfigurations" CATEGORY="script">
1.26      harris41 1725: <DESCRIPTION>
                   1726: restores .rpmsave files after a LON-CAPA-base upgrade
                   1727: </DESCRIPTION>
                   1728: </METAGROUP>
                   1729: <METAGROUP>
1.29      harris41 1730: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaautoupgrade" TARGET="usr/sbin/loncapaautoupgrade" CATEGORY="script">
1.26      harris41 1731: <DESCRIPTION>
                   1732: does all the things to coordinate updating of LON-CAPA base files.  Should be used with
                   1733: caution so that you do not lose work
                   1734: </DESCRIPTION>
                   1735: </METAGROUP>
                   1736: <METAGROUP>
1.29      harris41 1737: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/build/loncapaverify" TARGET="usr/sbin/loncapaverify" CATEGORY="script">
1.26      harris41 1738: <DESCRIPTION>
                   1739: makes verification report using loncapaverifypackages and loncapaverifybasepackage
                   1740: </DESCRIPTION>
                   1741: </METAGROUP>
                   1742: <METAGROUP>
1.43      harris41 1743: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/cron/loncapa" TARGET="etc/cron.d/loncapa" CATEGORY="static conf">
1.26      harris41 1744: <DESCRIPTION>
                   1745: file that specifies periodic processes to run for the LON-CAPA machine
                   1746: </DESCRIPTION>
                   1747: </METAGROUP>
                   1748: <METAGROUP>
1.29      harris41 1749: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/ntp/step-tickers" TARGET="etc/ntp/step-tickers" CATEGORY="conf">
1.26      harris41 1750: <DESCRIPTION>
                   1751: file that stimulates running of ntpdate upon init.d/xntpd initiation
                   1752: </DESCRIPTION>
                   1753: <NOTE>
1.19      harris41 1754: <TABLE CELLPADDING=0 CELLSPACING=0 BORDER=1>
                   1755: <TR><TD><TT>just one line with the ip address of the server</TT></TD></TR>
                   1756: </TABLE>
1.26      harris41 1757: </NOTE>
                   1758: </METAGROUP>
                   1759: <METAGROUP>
1.29      harris41 1760: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/init.d/loncontrol" CATEGORY="root script">
                   1761: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc0.d/K05loncontrol" CATEGORY="root script">
                   1762: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc1.d/K05loncontrol" CATEGORY="root script">
                   1763: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc2.d/K05loncontrol" CATEGORY="root script">
                   1764: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc3.d/S95loncontrol" CATEGORY="root script">
                   1765: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc4.d/S95loncontrol" CATEGORY="root script">
                   1766: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc5.d/S95loncontrol" CATEGORY="root script">
                   1767: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/init.d/loncontrol" TARGET="etc/rc.d/rc6.d/K05loncontrol" CATEGORY="root script">
1.26      harris41 1768: <DESCRIPTION>
                   1769: system init and control handling for the LON-CAPA network
                   1770: </DESCRIPTION>
                   1771: </METAGROUP>
                   1772: <METAGROUP>
1.29      harris41 1773: <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/atalk/config" TARGET="etc/atalk/config" CATEGORY="conf">
1.26      harris41 1774: <DESCRIPTION>
                   1775: configuration file to make LON-CAPA server file space accessible to Appleshares access (Macintosh)
                   1776: </DESCRIPTION>
                   1777: </METAGROUP>
1.1       harris41 1778: </BODY>
                   1779: </HTML>

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