Diff for /doc/loncapafiles/Attic/loncapafiles.html between versions 1.40 and 1.61

version 1.40, 2000/12/20 15:14:06 version 1.61, 2001/02/27 22:06:18
Line 160  browser and can only be seen be examinin Line 160  browser and can only be seen be examinin
 <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm" CATEGORY="server readonly" DESCRIPTION="unauthenticated resources">  <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm" CATEGORY="server readonly" DESCRIPTION="unauthenticated resources">
 <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/rat" CATEGORY="server readonly" DESCRIPTION="home of the rat">  <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/rat" CATEGORY="server readonly" DESCRIPTION="home of the rat">
 <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/lonIcons" CATEGORY="server readonly">  <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/lonIcons" CATEGORY="server readonly">
   <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/adm/lonKaputt" CATEGORY="server readonly">
 <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/lonUsers" CATEGORY="server standard" DESCRIPTION="home directories of local users">  <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/lonUsers" CATEGORY="server standard" DESCRIPTION="home directories of local users">
 <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/lon-status" CATEGORY="server standard" DESCRIPTION="status reports">  <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="home/httpd/html/lon-status" CATEGORY="server standard" DESCRIPTION="status reports">
 <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="usr/lib/perl5/site_perl/5.005" CATEGORY="standard">  <LONCAPA TYPE=DIRECTORY DIST="redhat6.2" TARGET="usr/lib/perl5/site_perl/5.005" CATEGORY="standard">
Line 190  browser and can only be seen be examinin Line 191  browser and can only be seen be examinin
 <METAGROUP>  <METAGROUP>
 <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/access.conf" TARGET="etc/httpd/conf/access.conf" CATEGORY="conf">  <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/access.conf" TARGET="etc/httpd/conf/access.conf" CATEGORY="conf">
 <DESCRIPTION>  <DESCRIPTION>
 define handlers, set parameters  This file has two major functions.
   For the Apache web server, it defines a global
   access configuration which defines what server options (Indexes", "Includes",
   "FollowSymLinks", "ExecCGI", or "MultiViews") are associated
   with specific directories ("/", "/home/httpd/html", "/home/httpd/cgi-bin",
   and "/usr/doc").  For the LON-CAPA network server and perl module
   handlers, it defines machine specific settings (lonHostID, lonRole,
   lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt)
   and internal machine settings for specific directories, socket ports,
   and browser detection logic.
 </DESCRIPTION>  </DESCRIPTION>
 <NOTE>  <NOTE>
 <B>configure</B>  <B>configure</B>
Line 208  define handlers, set parameters Line 218  define handlers, set parameters
 <METAGROUP>  <METAGROUP>
 <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/httpd.conf" TARGET="etc/httpd/conf/httpd.conf" CATEGORY="static conf">  <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/httpd.conf" TARGET="etc/httpd/conf/httpd.conf" CATEGORY="static conf">
 <DESCRIPTION>  <DESCRIPTION>
 main server configuration file  This is the main server configuration file.  The settings here are
   more or less standard for the Apache web server.  Most notably (and
   importantly!), perl handling and mod_perl are enabled in this configuration
   file.
 </DESCRIPTION>  </DESCRIPTION>
 </METAGROUP>  </METAGROUP>
 <METAGROUP>  <METAGROUP>
 <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/srm.conf" TARGET="etc/httpd/conf/srm.conf" CATEGORY="static conf">  <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/srm.conf" TARGET="etc/httpd/conf/srm.conf" CATEGORY="static conf">
 <DESCRIPTION>  <DESCRIPTION>
 name space configuration  <P>
   This file configures the "name space" of the Apache web server.  
   <TT>srm.conf</TT>
   defines when specific perl modules should be called to handle a given
   request.  This definition is a function of both the name of the perl module,
   and a specific regular expression associated with the URL, such as
   "^/res/.*\.page".
   </P>
   <P>
   Here is an example entry:
   <PRE>
   &lt;LocationMatch "^/res/.*\.page$&gt;
   SetHandler perl-script
   PerlHandler Apache::lonpage
   &lt;/LocationMatch&gt;
   </PRE>
   </P>
 </DESCRIPTION>  </DESCRIPTION>
 </METAGROUP>  </METAGROUP>
 <METAGROUP>  <METAGROUP>
 <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/startup.pl" TARGET="etc/httpd/conf/startup.pl" CATEGORY="static conf">  <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/startup.pl" TARGET="etc/httpd/conf/startup.pl" CATEGORY="static conf">
 <DESCRIPTION>  <DESCRIPTION>
 set paths to modules; invoked by <TT>access.conf</TT>  This file provides initializations for perl handlers.  It adjusts what
   the module path space is (so as to include /home/httpd/lib/perl/Apache) as
   well as causing the Apache module to be used for every perl handler.
   <TT>startup.pl</TT> is invoked by <TT>access.conf</TT>.
 </DESCRIPTION>  </DESCRIPTION>
 </METAGROUP>  </METAGROUP>
 <METAGROUP>  <METAGROUP>
Line 413  Table which has hash data necessary for Line 445  Table which has hash data necessary for
 </DESCRIPTION>  </DESCRIPTION>
 </METAGROUP>  </METAGROUP>
 <METAGROUP>  <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/metadata_database/lonsql.pm" TARGET="home/httpd/lib/perl/Apache/lonsql.pm" CATEGORY="handler">
   <DESCRIPTION>
   Handler for interacting with MySQL database (via lonsql layer).
   </DESCRIPTION>
   <STATUS>works/unverified</STATUS>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncreatecourse.pm" TARGET="home/httpd/lib/perl/Apache/loncreatecourse.pm" CATEGORY="handler">
   <DESCRIPTION>
   Creates a new course and assigns course coordinator
   </DESCRIPTION>
   <STATUS>works/unverified</STATUS>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncreateuser.pm" TARGET="home/httpd/lib/perl/Apache/loncreateuser.pm" CATEGORY="handler">
   <DESCRIPTION>
   Creates a new user and/or changes user privileges
   </DESCRIPTION>
   <STATUS>works/unverified</STATUS>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonchart.pm" TARGET="home/httpd/lib/perl/Apache/lonchart.pm" CATEGORY="handler">
   <DESCRIPTION>
   Produces simple LectureOnline-like student assessment performance chart
   </DESCRIPTION>
   <STATUS>works/unverified</STATUS>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncommon.pm" TARGET="home/httpd/lib/perl/Apache/loncommon.pm" CATEGORY="handler">
   <DESCRIPTION>
   Makes a table out of the previous attempts.  Inputs result_from_symbread,
   user, domain, home_server, course_id
   </DESCRIPTION>
   <STATUS>works/unverified</STATUS>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/grades.pm" TARGET="home/httpd/lib/perl/Apache/grades.pm" CATEGORY="handler">
   <DESCRIPTION>
   Handles the viewing of grades.
   </DESCRIPTION>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/imageresponse.pm" TARGET="home/httpd/lib/perl/Apache/imageresponse.pm" CATEGORY="handler">
   <DESCRIPTION>
   Coordinates the response to clicking an image.
   </DESCRIPTION>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/optionresponse.pm" TARGET="home/httpd/lib/perl/Apache/optionresponse.pm" CATEGORY="handler">
   <DESCRIPTION>
   Handles tags associated with showing a list of options.
   </DESCRIPTION>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/outputtags.pm" TARGET="home/httpd/lib/perl/Apache/outputtags.pm" CATEGORY="handler">
   <DESCRIPTION>
   Handles tags associated with output.  Seems to relate to due dates of the
   assignment.
   </DESCRIPTION>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lontest.pm" TARGET="home/httpd/lib/perl/Apache/lontest.pm" CATEGORY="handler">
   <DESCRIPTION>
   Used for debugging and testing the LON-CAPA system.
   </DESCRIPTION>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/radiobuttonresponse.pm" TARGET="home/httpd/lib/perl/Apache/radiobuttonresponse.pm" CATEGORY="handler">
   <DESCRIPTION>
   Handles multiple-choice style responses.
   </DESCRIPTION>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonassignments.pm" TARGET="home/httpd/lib/perl/Apache/lonassignments.pm" CATEGORY="handler">
   <DESCRIPTION>
   Handles processing of assignments.
   </DESCRIPTION>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/loncommunicate.pm" TARGET="home/httpd/lib/perl/Apache/loncommunicate.pm" CATEGORY="handler">
   <DESCRIPTION>
   Handles communication.
   </DESCRIPTION>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonerrorhandler.pm" TARGET="home/httpd/lib/perl/Apache/lonerrorhandler.pm" CATEGORY="handler">
   <DESCRIPTION>
   Handles errors.
   </DESCRIPTION>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonevaluate.pm" TARGET="home/httpd/lib/perl/Apache/lonevaluate.pm" CATEGORY="handler">
   <DESCRIPTION>
   Handles evaluation.
   </DESCRIPTION>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonfeedback.pm" TARGET="home/httpd/lib/perl/Apache/lonfeedback.pm" CATEGORY="handler">
   <DESCRIPTION>
   Handles feedback from students to instructors and system administrators.
   </DESCRIPTION>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmydesk.pm" TARGET="home/httpd/lib/perl/Apache/lonmydesk.pm" CATEGORY="handler">
   <DESCRIPTION>
   Unknown function.
   </DESCRIPTION>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonnavmaps.pm" TARGET="home/httpd/lib/perl/Apache/lonnavmaps.pm" CATEGORY="handler">
   <DESCRIPTION>
   Handles navigational maps.
   </DESCRIPTION>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonpreferences.pm" TARGET="home/httpd/lib/perl/Apache/lonpreferences.pm" CATEGORY="handler">
   <DESCRIPTION>
   Handles user preferences associated with customizing the online LON-CAPA
   educational environment.
   </DESCRIPTION>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonprintout.pm" TARGET="home/httpd/lib/perl/Apache/lonprintout.pm" CATEGORY="handler">
   <DESCRIPTION>
   Handles the production of printable files and resources.
   </DESCRIPTION>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonsearchcat.pm" TARGET="home/httpd/lib/perl/Apache/lonsearchcat.pm" CATEGORY="handler">
   <DESCRIPTION>
   Handles a searchable catalogue.
   </DESCRIPTION>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/londropadd.pm" TARGET="home/httpd/lib/perl/Apache/londropadd.pm" CATEGORY="handler">
   <DESCRIPTION>
   Handler to drop and add students in courses.
   </DESCRIPTION>
   </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/interface/lonmsg.pm" TARGET="home/httpd/lib/perl/Apache/lonmsg.pm" CATEGORY="handler">
   <DESCRIPTION>
   Routines for messaging.
   </DESCRIPTION>
   </METAGROUP>
   <METAGROUP>
 <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/hint.pm" TARGET="home/httpd/lib/perl/Apache/hint.pm" CATEGORY="handler">  <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/hint.pm" TARGET="home/httpd/lib/perl/Apache/hint.pm" CATEGORY="handler">
 <DESCRIPTION>  <DESCRIPTION>
 This handler coordinates the delivery of hints to students working on LON-CAPA  This handler coordinates the delivery of hints to students working on LON-CAPA
Line 463  Builds up frame set and loads in the rig Line 641  Builds up frame set and loads in the rig
 </DESCRIPTION>  </DESCRIPTION>
 </METAGROUP>  </METAGROUP>
 <METAGROUP>  <METAGROUP>
   <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">
   <DESCRIPTION>
   Homework remote control.
   </DESCRIPTION>
   </METAGROUP>
   <METAGROUP>
 <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">  <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">
 <DESCRIPTION>  <DESCRIPTION>
 This will take annotations and then plug them into a page  This will take annotations and then plug them into a page
Line 569  handles request to the CAPA homework pro Line 753  handles request to the CAPA homework pro
 <METAGROUP>  <METAGROUP>
 <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonacc.pm" TARGET="home/httpd/lib/perl/Apache/lonacc.pm" CATEGORY="handler">  <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/lonacc.pm" TARGET="home/httpd/lib/perl/Apache/lonacc.pm" CATEGORY="handler">
 <DESCRIPTION>  <DESCRIPTION>
 access to for a LON-CAPA user session  (This module, like loncacc.pm also authenticates with cookies.)  
   <TT>lonacc.pm</TT> coordinates access to a wide range of administrative-type
   functions (e.g. roles, logout, annotations, and bookmarks) as well
   as coordinating access to educational resources.
 </DESCRIPTION>  </DESCRIPTION>
 </METAGROUP>  </METAGROUP>
 <METAGROUP>  <METAGROUP>
Line 581  access handler for file transfers Line 768  access handler for file transfers
 <METAGROUP>  <METAGROUP>
 <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/loncacc.pm" TARGET="home/httpd/lib/perl/Apache/loncacc.pm" CATEGORY="handler">  <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/auth/loncacc.pm" TARGET="home/httpd/lib/perl/Apache/loncacc.pm" CATEGORY="handler">
 <DESCRIPTION>  <DESCRIPTION>
 access to construction area  This module provides access to an educational resource construction area.
   This module is invoked by the URL-related pattern syntax
   <TT>LocationMatch "^/priv.*"</TT> or <TT>LocationMatch "^/\~.*"</TT>.
   Authentication of user identity
   is coordinated through cookies.  The abbreviation "cacc" corresponds
   to "construction-space access").  If the cookie handle is invalid, then
   this module returns a forbidden status and makes appropriate log entries.
   If the cookie handle is valid, status is determined to be okay (and,
   for the "priv"-type access, the resource is delivered by the
   <TT>lonconstruct</TT> module).
 </DESCRIPTION>  </DESCRIPTION>
 </METAGROUP>  </METAGROUP>
 <METAGROUP>  <METAGROUP>
Line 681  javascript Line 877  javascript
 bumper  bumper
 </DESCRIPTION>  </DESCRIPTION>
 </METAGROUP>  </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/client/empty.html" TARGET="home/httpd/html/adm/rat/empty.html" CATEGORY="interface file">
   <DESCRIPTION>
   A blank page with very minimal HTML structural elements.
   </DESCRIPTION>
   </METAGROUP>
 <METASUPERGROUP>  <METASUPERGROUP>
 <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/images/*.gif" TARGET="home/httpd/html/adm/rat/*.gif" CATEGORY="graphic file">  <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="rat/images/*.gif" TARGET="home/httpd/html/adm/rat/*.gif" CATEGORY="graphic file">
 <DESCRIPTION>  <DESCRIPTION>
Line 795  sutd.gif Line 997  sutd.gif
 </FILES>  </FILES>
 </METASUPERGROUP>  </METASUPERGROUP>
 <METASUPERGROUP>  <METASUPERGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonKaputt/*.gif" TARGET="home/httpd/html/adm/lonKaputt/*.gif" CATEGORY="graphic file">
   <DESCRIPTION>
   icons to indicate an unexpected result
   </DESCRIPTION>
   <FILES>
   lonconstruct.gif
   lonlogo_broken.gif
   </FILES>
   </METASUPERGROUP>
   <METASUPERGROUP>
 <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonIcons/*.gif" TARGET="home/httpd/html/adm/lonIcons/*.gif" CATEGORY="graphic file">  <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/adm/lonIcons/*.gif" TARGET="home/httpd/html/adm/lonIcons/*.gif" CATEGORY="graphic file">
 <DESCRIPTION>  <DESCRIPTION>
 logos  logos
Line 921  Encryption Routines according to Data En Line 1133  Encryption Routines according to Data En
 used by lonxml::xmlparse() as input variable $safeinit to Apache::run::run()  used by lonxml::xmlparse() as input variable $safeinit to Apache::run::run()
 </DESCRIPTION>  </DESCRIPTION>
 </METAGROUP>  </METAGROUP>
   <METAGROUP>
   <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/homework/capa.units" TARGET="home/httpd/html/res/adm/includes/capa.units" CATEGORY="static conf">
   <DESCRIPTION>
   Define unit prefixing and conversion for CAPA problem handling.
   </DESCRIPTION>
   </METAGROUP>
 <METASUPERGROUP>  <METASUPERGROUP>
 <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/*.gif" TARGET="home/httpd/html/res/adm/pages/*.gif" CATEGORY="graphic file">  <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/*.gif" TARGET="home/httpd/html/res/adm/pages/*.gif" CATEGORY="graphic file">
 <DESCRIPTION>  <DESCRIPTION>
Line 982  image maps for the LON-CAPA remote contr Line 1200  image maps for the LON-CAPA remote contr
 </DESCRIPTION>  </DESCRIPTION>
 </METAGROUP>  </METAGROUP>
 <METAGROUP>  <METAGROUP>
 <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/index.html" TARGET="home/httpd/html/res/adm/includes/index.html" CATEGORY="interface file">  <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">
 <DESCRIPTION>  <DESCRIPTION>
 welcoming page to the LON-CAPA system upon login  welcoming page to the LON-CAPA system upon login
 </DESCRIPTION>  </DESCRIPTION>
 </METAGROUP>  </METAGROUP>
 <METAGROUP>  <METAGROUP>
 <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/html/res/adm/pages/menu.html" TARGET="home/httpd/html/res/adm/includes/menu.html" CATEGORY="interface file">  <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">
 <DESCRIPTION>  <DESCRIPTION>
 renders the HTML (including image maps) for the LON-CAPA remote control  renders the HTML (including image maps) for the LON-CAPA remote control
 </DESCRIPTION>  </DESCRIPTION>
Line 1173  makes verification report using loncapav Line 1391  makes verification report using loncapav
 </DESCRIPTION>  </DESCRIPTION>
 </METAGROUP>  </METAGROUP>
 <METAGROUP>  <METAGROUP>
 <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/cron/loncapa" TARGET="etc/cron.d" CATEGORY="static conf">  <LONCAPA TYPE=LOCATION DIST="redhat6.2" SOURCE="loncom/cron/loncapa" TARGET="etc/cron.d/loncapa" CATEGORY="static conf">
 <DESCRIPTION>  <DESCRIPTION>
 file that specifies periodic processes to run for the LON-CAPA machine  file that specifies periodic processes to run for the LON-CAPA machine
 </DESCRIPTION>  </DESCRIPTION>

Removed from v.1.40  
changed lines
  Added in v.1.61


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