--- doc/loncapafiles/loncapafiles.lpml 2002/01/17 12:35:35 1.86
+++ doc/loncapafiles/loncapafiles.lpml 2002/05/27 10:52:37 1.130
@@ -1,7 +1,9 @@
+
-
+
-
+
+
+!!! REDHAT 6.2 NOTICE !!!
+!!! Sometimes an incorrect /etc/hosts file is incorrectly generated !!!
+!!! This sometimes happens (bad): !!!
+!!! 127.0.0.1 computer1 localhost.localdomain localhost !!!
+!!! Should be: !!!
+!!! 127.0.0.1 localhost.localdomain localhost !!!
+!!! 35.2.3.80 computer1 computer1.notreal.msu.edu !!!
+
+
!!!!!!!!! REDHAT 7.* NOTICE !!!!!!!!!!!!!!!!!!!!
!!!!!!!!! LINE IN Cookie.pm !!!!!!!!!!!!!!!!!!!!
!!!!!!!!! MUST BE REPLACED DUE !!!!!!!!!!!!!!!!!!!!
@@ -44,18 +56,15 @@ http://www.lon-capa.org/
!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!! The offending line is in CGI/Cookie.pm !!
!!!! !!
-!!!! it went from !!
-!!!! !!
-!!!! !!
-!!!! # IE requires the path and domain to be present for some reason. !!
-!!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path; !!
-!!!! !!
+!!!! it should be changed from !!
+!!!! $path = CGI::url(-absolute=>1) unless defined $path; !!
!!!! to !!
+!!!! ($path = $ENV{'SCRIPT_NAME'})=~s![^/]+$!! unless $path; !!
!!!! !!
-!!!! !!
+!!!! (This is just below the following line ) !!
!!!! # IE requires the path and domain to be present for some reason. !!
-!!!! $path = CGI::url(-absolute=>1) unless defined $path; !!
+//home/user/loncapa/
@@ -185,11 +194,10 @@ Division of Science and Mathematics Educ
Utilities/SystemLON-CAPA-base-3.1.tar.gzno
- This package facilitates a base installation of LON-CAPA files in their directories.\n
-The files in this package are only those directly associated with the network communication\n
-layer established through direct server-to-server communications (via lond and lonc); plus\n
-those which configure (but otherwise not constitute) external software packages like Apache\n
-and Athena-Kerberos. For more on the LON-CAPA project, visit http://www.lon-capa.org/.
+ This package facilitates a base installation of LON-CAPA \n
+files in their directories.\n
+For more on the LON-CAPA project, visit http://www.lon-capa.org/.
+ echo '***********************************************************************'\n
echo 'LON-CAPA LearningOnline with CAPA'\n
echo 'http://www.lon-capa.org/'\n
@@ -203,228 +211,251 @@ echo 'This installation assumes an insta
echo ' '\n
echo 'The server computer should be currently connected to the ethernet'\n
echo ' '\n
-echo 'The files in this package are only those directly associated with the network communication'\n
-echo 'layer established through direct server-to-server communications (via lond and lonc); plus'\n
-echo 'those which configure (but otherwise not constitute) external software packages like Apache'\n
-echo 'and Athena-Kerberos.'\n
echo '***********************************************************************'\n
PreReq: LON-CAPA-setupPreReq: apache
-PreReq: /etc/httpd/conf/access.conf
+PreReq: /etc/httpd/conf/httpd.conf
-
+etcstandardstandard linux directory for configuration files
-
+etc/atalkstandardappletalk configuration files
-
+etc/cron.dstandardstandard linux directory for running time-based "jobs"
-
+etc/httpd/confstandardweb configuration files
-
+etc/ntpstandardconfiguration directory for network time protocol
-
+etc/pam.dstandardconfiguration directory for password authentication mechanism
-
+
+ etc/samba
+ standard
+ configuration directory for samba authentication
+
+
+etc/rc.d/init.d
- etc/init.d
+ etc/init.dstandardscripts that run during system startup
-
+etc/rc.d/rc0.d
- etc/rc0.d
+ etc/rc0.dstandardscripts that run for run-level 0
-
+etc/rc.d/rc1.d
- etc/rc1.d
+ etc/rc1.dstandardscripts that run for run-level 1
-
+etc/rc.d/rc2.d
- etc/rc2.d
+ etc/rc2.dstandardscripts that run for run-level 2
-
+etc/rc.d/rc3.d
- etc/rc3.d
+ etc/rc3.dstandardscripts that run for run-level 3
-
+etc/rc.d/rc4.d
- etc/rc4.d
+ etc/rc4.dstandardscripts that run for run-level 4
-
+etc/rc.d/rc5.d
- etc/rc5.d
+ etc/rc5.dstandardscripts that run for run-level 5
-
+etc/rc.d/rc6.d
- etc/rc6.d
+ etc/rc6.dstandardscripts that run for run-level 6
-
+home/httpd/lonTabsstandardtab-formatted reference files
-
+home/httpdstandardstart of the web server tree
-
+home/httpd/perlserver readonlyperl scripts for managing the LON-CAPA system
-
+home/httpd/perl/logsserver standardlocation where system performance and error logs are kept
-
+
+ home/httpd/html/lon-status/londchld
+ server standard
+
+Used by lond parent to check if children are responding to USR1 signals
+(otherwise they are killed and replaced).
+
+
+home/httpd/perl/tmpserver standardlocation where temporary files (for caching) are stored
-
+home/httpd/prtspoolserver standardfor the output of lonprintout.pm
-
+home/httpd/lib/perlserver readonlylocation of LON-CAPA non web mod-perl handlers
-
+home/httpd/lib/perl/Apacheserver readonlylocation of LON-CAPA web mod-perl handlers
-
+
+ home/httpd/lib/perl/HTML
+ server readonly
+ location of HTML specific perl module fixes and additions
+
+
+
+ home/httpd/lib/perl/LONCAPA
+ server readonly
+ location of HTML specific perl module fixes and additions
+
+
+home/httpd/lonIDsserver standardcookie jar
-
+home/httpd/socketsserver standardlonc's sockets
-
+home/httpd/sockets/delayedserver standardlonc's sockets (delayed)
-
+home/httpd/cgi-binstandardlocation of cgi scripts
-
+home/httpd/htmlserver standardlocation of web-accessible file tree
-
+home/httpd/html/resserver standardroot of resource tree
-
+home/httpd/html/admserver readonlyunauthenticated resources
-
+home/httpd/html/adm/ratserver readonlyhome of the rat
-
+home/httpd/html/adm/helpserver readonlyonline help documentation
-
- home/httpd/html/adm/help/api
+
+ home/httpd/html/adm/help/lib/perlserver readonlyonline help documentation for the LON-CAPA programming
interface
-
- home/httpd/html/adm/help/api/Apache
+
+ home/httpd/html/adm/help/lib/perl/Apache
+ server readonlyonline help documentation for the LON-CAPA programming
interface, Apache (mod_perl) handlers
-
+home/httpd/html/adm/help/scriptsserver readonlyonline help documentation for the LON-CAPA programming
interface, Apache (mod_perl) handlers
-
+home/httpd/html/adm/lonIconsserver readonlygraphic widgets
-
+home/httpd/html/adm/lonMiscserver readonlymiscellaneous resources
-
+home/httpd/html/adm/lonKaputtserver readonlyerror warnings and icons
-
+home/httpd/lonUsersserver standardHome 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.
Within this directory there are
+lonUsers/msu/f/r/e/fredflint.
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.
@@ -432,70 +463,80 @@ mechanism to use.
roles.db) which specify the roles and privileges for a user in the
LON-CAPA system.
-
+home/httpd/html/adm/MathMLserver readonlymathematics markup language resources
-
+home/httpd/html/res/adm/includesserver readonlyfiles useful for including within customized scripting
-
+home/httpd/html/res/adm/includes/templates
server readonlytemplate files useful for customized scripts
-
+home/httpd/html/lon-statusserver standardstatus reports
-
+home/httpd/html/res/adm/pagesserver readonlyweb user interface resources
-
+home/httpd/html/res/adm/pages/bookmarkmenu
server readonlybookmark user interface code
-
+home/httpd/html/res/adm/pages/annotations
server readonly
-
+home/httpd/html/res/adm/pages/indexericons
server readonlyicons that help depict the file system (outdated)
-
+usr/lib/perl5/site_perl/5.005
- usr/lib/perl5/site_perl/5.6.0
+ usr/lib/perl5/site_perl/5.6.0usr/local/lib/perl/5.6.0standardsystem perl tree (usually present on linux systems)
-
+
+ usr/local/bin
+ standard
+ local binary files
+
+
+ usr/local/man/man1
+ standard
+ local manual pages
+
+usr/man/man1standardmanual pages
-
+usr/man/man3standardmanual pages
-
+usr/sbinstandardstandard linux directory for superuser executables
@@ -530,30 +571,28 @@ each list element consists of only two s
etc/httpd/conf/loncapa.confconf
+
The goal of this file is to implement all LON-CAPA specific
-customization of the Apache web server.
-
-
-
-
-etc/httpd/conf/access.conf
-conf
-
-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.
+customization of the Apache web server (most all of these values
+require manual input from the system administrator at some point).
+The values in this file, as opposed to loncapa_apache.conf, are
+meant to be machine and institution specific.
+
+
+For the LON-CAPA network server and perl module
+handlers, it defines machine specific settings including lonHostID, lonRole,
+lonAdmEMail, lonDefDomain, lonLoadLim, lonExpire, and lonReceipt.
+
+
+This file should not be viewable by regular users of the system.
+Only root and www should be able to view the contents of this file
+since lonReceipt is sensitive.
+
configure
-
+
lonHostID
LON-internal HostID of this
machine
lonRole
Role of this machine: library,
@@ -570,38 +609,22 @@ MySQL database
-
-etc/httpd/conf/httpd.conf
+
+etc/httpd/conf/loncapa_apache.confstatic conf
-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.
-
-
-
-
-etc/httpd/conf/srm.conf
-static conf
-
-
-This file configures the "name space" of the Apache web server.
-srm.conf
-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".
-
-
+The goal of this file is to implement all LON-CAPA specific
+customization of the Apache web server that does not require
+user input.
+
+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
+and internal machine settings for specific directories, socket ports,
+the www@localhost MySQL password, and browser detection logic.
@@ -650,6 +673,14 @@ parameter.
+
+home/httpd/cgi-bin/clusterstatus.pl
+script
+
+utility cgi script to view status of cluster
+
+
+home/httpd/cgi-bin/graph.gifscript
@@ -662,6 +693,22 @@ GDGraph-1.33 and GDTextUtils-0.80.
+
+home/httpd/cgi-bin/lonversions.pl
+script
+
+utility cgi script to view software versions of a remote server
+
+
+
+
+home/httpd/cgi-bin/ping.pl
+script
+
+cgi-script to ping other server
+
+
+home/httpd/cgi-bin/plot.gifscript
@@ -808,7 +855,7 @@ and privileges available in the network
home/httpd/lonTabs/hosts.tab
-conf
+static conf
List of all machines in the LON-CAPA network. Relates lonHostID to
lonDefDomain and IP address.
@@ -823,7 +870,7 @@ Spare hosts to offload session to if the
configure
-
+
list elements are separated by newlines
@@ -845,7 +892,7 @@ Basic auth password to access /lon-statu
etc/smb.conf
-etc/samba/smb.conf
+etc/samba/smb.confconf
configuration file to make LON-CAPA server file space accessible to network
@@ -860,7 +907,7 @@ neighborhood
which NTP server to contact for information (XNTP3 standard)
-
+
only one line needs to be changed to specify a server ip address
@@ -892,7 +939,8 @@ proxy server
docman page for lonc
-loncom/build/pod2man.sh ../lonc > ../../doc/man/lonc.1 && echo 'manifying lonc'
+loncom/build/pod2man.sh ../lonc > ../../doc/man/lonc.1 && \
+echo 'manifying lonc'
works/unverified
@@ -903,9 +951,10 @@ loncom/build/pod2man.sh ../lonc > ../../
home/httpd/html/adm/help/scripts/lonc.htmldoc
-man page for lonc
+POD-derived page for lonc
-loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && echo 'pod2html lonc'
+loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && \
+echo 'pod2html lonc'
works/unverified
@@ -922,7 +971,7 @@ It accepts and processes incoming reques
on the network. lond's functionality is self-contained in the sense
that it does not reference (import, require, use) any other file
described in this document. There are only 15 subroutines in this
-script, however the make_new_child subroutine is quite
+script, however the make_new_child subroutine is quite
complex since it parses and responds about 29 different types of
network requests (i.e. enc, ping, pong, ekey, load, auth, passwd,
makeuser, home, update, unsub, sub, log, put, rolesput, get, eget,
@@ -936,7 +985,8 @@ tmpput, tmpget, and ls).
docman page for lond
-loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && echo 'manifying lond'
+loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && \
+echo 'manifying lond'
works/unverified
@@ -947,9 +997,10 @@ loncom/build/pod2man.sh ../lond > ../../
home/httpd/html/adm/help/scripts/lond.htmldoc
-man page for lond
+POD-derived page for lond
-loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && echo 'pod2html lond'
+loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && \
+echo 'pod2html lond'
works/unverified
@@ -980,7 +1031,8 @@ loncom/build/pod2html.sh ../lond > ../..
docman page for lonsql
-loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && echo 'manifying lonsql'
+loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && \
+echo 'manifying lonsql'
works/unverified
@@ -991,9 +1043,10 @@ loncom/build/pod2man.sh ../lonsql > ../.
home/httpd/html/adm/help/scripts/lonsql.htmldoc
-man page for lonsql
+POD-derived page for lonsql
-loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && echo 'pod2html lonsql'
+loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && \
+echo 'pod2html lonsql'
works/unverified
@@ -1030,6 +1083,17 @@ new user.
being updated
+
+home/httpd/perl/lchtmldir
+setuid script
+
+Manages the file system rammifications of adding author mode to a user.
+If necessary a public_html diretory is added, permissions and ownership are
+set according to the user's authentication mode.
+
+New file
+
+home/httpd/perl/lcuserdelsetuid script
@@ -1102,7 +1166,8 @@ The relevant conditions and metadata to
-home/httpd/html/res/adm/includes/lectureonline.sty
+home/httpd/html/res/adm/includes/lectureonline.sty
+static conf
The relevant conditions and metadata to attach to LectureOnline-specific tags.
@@ -1130,7 +1195,7 @@ retroactively add new parameters to alre
home/httpd/html/res/adm/includes/copyright.tab
-conf
+static conf
Table which contains list of copyright possibilities for educational resources.
@@ -1205,7 +1270,8 @@ Handler to upload files through browser
docman page for lonupload.pm
-loncom/build/pod2man.sh ../publisher/lonupload.pm > ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'
+loncom/build/pod2man.sh ../publisher/lonupload.pm > \
+../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm'
works/unverified
@@ -1213,12 +1279,15 @@ loncom/build/pod2man.sh ../publisher/lon
-
-home/httpd/html/adm/help/api/Apache/lonupload.html
+
+home/httpd/html/adm/help/lib/perl/Apache/lonupload.html
+docPOD-derived page for lonupload.pm
-loncom/build/pod2html.sh ../publisher/lonupload.pm > ../../doc/api/Apache/lonupload.html && echo 'pod2html lonupload.pm'
+loncom/build/pod2html.sh ../publisher/lonupload.pm > \
+../../doc/lib/perl/Apache/lonupload.html && \
+echo 'pod2html lonupload.pm'
works/unverified
@@ -1235,6 +1304,24 @@ Handler to evaluate essay (ungraded) sty
works/unverified
+
+home/httpd/lib/perl/Apache/externalresponse.pm
+handler
+
+Handler to evaluate externally graded responses.
+
+works/unverified
+
+
+
+home/httpd/lib/perl/Apache/loncapagrade.pm
+handler
+
+Handler to evaluate externally graded responses.
+
+works/unverified
+
+home/httpd/lib/perl/Apache/lonpubdir.pmhandler
@@ -1248,7 +1335,8 @@ Handler to publish directories.
docman page for lonpubdir.pm
-loncom/build/pod2man.sh ../publisher/lonpubdir.pm > ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'
+loncom/build/pod2man.sh ../publisher/lonpubdir.pm > \
+../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm'
works/unverified
@@ -1256,12 +1344,15 @@ loncom/build/pod2man.sh ../publisher/lon
-
-home/httpd/html/adm/help/api/Apache/lonpubdir.html
+
+home/httpd/html/adm/help/lib/perl/Apache/lonpubdir.html
+docPOD-derived page for lonpubdir.pm
-loncom/build/pod2html.sh ../publisher/lonpubdir.pm > ../../doc/api/Apache/lonpubdir.html && echo 'pod2html lonpubdir.pm'
+loncom/build/pod2html.sh ../publisher/lonpubdir.pm > \
+../../doc/lib/perl/Apache/lonpubdir.html && \
+echo 'pod2html lonpubdir.pm'
works/unverified
@@ -1283,7 +1374,8 @@ Handler to retrieve old versions from re
docman page for lonretrieve.pm
-loncom/build/pod2man.sh ../publisher/lonretrieve.pm > ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'
+loncom/build/pod2man.sh ../publisher/lonretrieve.pm > \
+../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm'
works/unverified
@@ -1291,12 +1383,16 @@ loncom/build/pod2man.sh ../publisher/lon
-
-home/httpd/html/adm/help/api/Apache/lonretrieve.html
+
+
+home/httpd/html/adm/help/lib/perl/Apache/lonretrieve.html
+docPOD-derived page for lonretrieve.pm
-loncom/build/pod2html.sh ../publisher/lonretrieve.pm > ../../doc/api/Apache/lonretrieve.html && echo 'pod2html lonretrieve.pm'
+loncom/build/pod2html.sh ../publisher/lonretrieve.pm > \
+../../doc/lib/perl/Apache/lonretrieve.html && \
+echo 'pod2html lonretrieve.pm'
works/unverified
@@ -1317,7 +1413,8 @@ Helper functions when in homework edit m
docman page for edit.pm
-loncom/build/pod2man.sh ../homework/edit.pm > ../../doc/man/Apache__edit.3 && echo 'manifying edit.pm'
+loncom/build/pod2man.sh ../homework/edit.pm > ../../doc/man/Apache__edit.3 && \
+echo 'manifying edit.pm'
works/unverified
@@ -1325,12 +1422,15 @@ loncom/build/pod2man.sh ../homework/edit
-
-home/httpd/html/adm/help/api/Apache/edit.html
+
+home/httpd/html/adm/help/lib/perl/Apache/edit.html
+docPOD-derived page for edit.pm
-loncom/build/pod2html.sh ../homework/edit.pm > ../../doc/api/Apache/edit.html && echo 'pod2html edit.pm'
+loncom/build/pod2html.sh ../homework/edit.pm > \
+../../doc/lib/perl/Apache/edit.html \
+&& echo 'pod2html edit.pm'
works/unverified
@@ -1415,7 +1515,8 @@ user, domain, home_server, course_id.
docman page for loncommon.pm
-loncom/build/pod2man.sh ../interface/loncommon.pm > ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
+loncom/build/pod2man.sh ../interface/loncommon.pm > \
+../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm'
works/unverified
@@ -1423,12 +1524,15 @@ loncom/build/pod2man.sh ../interface/lon
-
-home/httpd/html/adm/help/api/Apache/loncommon.html
+
+home/httpd/html/adm/help/lib/perl/Apache/loncommon.html
+docPOD-derived page for loncommon.pm
-loncom/build/pod2html.sh ../interface/loncommon.pm > ../../doc/api/Apache/loncommon.html && echo 'pod2html loncommon.pm'
+loncom/build/pod2html.sh ../interface/loncommon.pm > \
+../../doc/lib/perl/Apache/loncommon.html && \
+echo 'pod2html loncommon.pm'
works/unverified
@@ -1578,7 +1682,8 @@ Handles a searchable catalogue.
docman page for lonsearchcat.pm
-loncom/build/pod2man.sh ../interface/lonsearchcat.pm > ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
+loncom/build/pod2man.sh ../interface/lonsearchcat.pm > \
+../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm'
works/unverified
@@ -1586,12 +1691,16 @@ loncom/build/pod2man.sh ../interface/lon
-
-home/httpd/html/adm/help/api/Apache/lonsearchcat.html
+
+
+home/httpd/html/adm/help/lib/perl/Apache/lonsearchcat.html
+docPOD-derived page for lonsearchcat.pm
-loncom/build/pod2html.sh ../interface/lonsearchcat.pm > ../../doc/api/Apache/lonsearchcat.html && echo 'pod2html lonsearchcat.pm'
+loncom/build/pod2html.sh ../interface/lonsearchcat.pm > \
+../../doc/lib/perl/Apache/lonsearchcat.html && \
+echo 'pod2html lonsearchcat.pm'
works/unverified
@@ -1660,7 +1769,8 @@ Handler to resolve ambiguous file locati
docman page for lonparmset.pm
-loncom/build/pod2man.sh ../interface/lonparmset.pm > ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
+loncom/build/pod2man.sh ../interface/lonparmset.pm > \
+../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm'
works/unverified
@@ -1668,12 +1778,15 @@ loncom/build/pod2man.sh ../interface/lon
-
-home/httpd/html/adm/help/api/Apache/lonparmset.html
+
+home/httpd/html/adm/help/lib/perl/Apache/lonparmset.html
+docPOD-derived page for lonparmset.pm
-loncom/build/pod2html.sh ../interface/lonparmset.pm > ../../doc/api/Apache/lonparmset.html && echo 'pod2html lonparmset.pm'
+loncom/build/pod2html.sh ../interface/lonparmset.pm > \
+../../doc/lib/perl/Apache/lonparmset.html && \
+echo 'pod2html lonparmset.pm'
works/unverified
@@ -1705,7 +1818,8 @@ Publishes an LON-CAPA educational resour
docman page for lonpublisher.pm
-loncom/build/pod2man.sh ../publisher/lonpublisher.pm > ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
+loncom/build/pod2man.sh ../publisher/lonpublisher.pm > \
+../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm'
works/unverified
@@ -1713,12 +1827,16 @@ loncom/build/pod2man.sh ../publisher/lon
-
-home/httpd/html/adm/help/api/Apache/lonpublisher.html
+
+
+home/httpd/html/adm/help/lib/perl/Apache/lonpublisher.html
+docPOD-derived page for lonpublisher.pm
-loncom/build/pod2html.sh ../publisher/lonpublisher.pm > ../../doc/api/Apache/lonpublisher.html && echo 'pod2html lonpublisher.pm'
+loncom/build/pod2html.sh ../publisher/lonpublisher.pm > \
+../../doc/lib/perl/Apache/lonpublisher.html && \
+echo 'pod2html lonpublisher.pm'
works/unverified
@@ -1804,7 +1922,8 @@ bundles pages into one page
docman page for lonpage.pm
-loncom/build/pod2man.sh ../../rat/lonpage.pm > ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
+loncom/build/pod2man.sh ../../rat/lonpage.pm > \
+../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm'
works/unverified
@@ -1812,12 +1931,14 @@ loncom/build/pod2man.sh ../../rat/lonpag
-
-home/httpd/html/adm/help/api/Apache/lonpage.html
+
+home/httpd/html/adm/help/lib/perl/Apache/lonpage.html
+docPOD-derived page for lonnet.pm
-loncom/build/pod2html.sh ../../rat/lonpage.pm > ../../doc/api/Apache/lonpage.html && echo 'pod2html lonpage.pm'
+loncom/build/pod2html.sh ../../rat/lonpage.pm > \
+../../doc/lib/perl/Apache/lonpage.html && echo 'pod2html lonpage.pm'
works/unverified
@@ -1839,7 +1960,8 @@ compile course into binary data structur
docman page for lonnet.pm
-loncom/build/pod2man.sh ../../rat/lonuserstate.pm > ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
+loncom/build/pod2man.sh ../../rat/lonuserstate.pm > \
+../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm'
works/unverified
@@ -1847,12 +1969,16 @@ loncom/build/pod2man.sh ../../rat/lonuse
-
-home/httpd/html/adm/help/api/Apache/lonuserstate.html
+
+
+home/httpd/html/adm/help/lib/perl/Apache/lonuserstate.html
+docPOD-derived page for lonuserstate.pm
-loncom/build/pod2html.sh ../../rat/lonuserstate.pm > ../../doc/api/Apache/lonuserstate.html && echo 'pod2html lonuserstate.pm'
+loncom/build/pod2html.sh ../../rat/lonuserstate.pm > \
+../../doc/lib/perl/Apache/lonuserstate.html && \
+echo 'pod2html lonuserstate.pm'
works/unverified
@@ -1948,8 +2074,8 @@ image.
handles requests for output, evaluation, and alteration of a homework resource
-works/unverified
+home/httpd/lib/perl/Apache/inputtags.pm
@@ -1989,6 +2115,17 @@ handles request to the CAPA homework pro
works/unverified
+
+home/httpd/lib/perl/Safe.pm
+handler
+
+Meant to safely substitute for CPAN version of Safe.
+Allows for safely executing embedded perl comands in
+a way that does not threaten the operating system.
+
+works/unverified
+
+home/httpd/lib/perl/localauth.pmhandler
@@ -2015,7 +2152,8 @@ as coordinating access to educational re
docman page for lonacc.pm
-loncom/build/pod2man.sh ../auth/lonacc.pm > ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
+loncom/build/pod2man.sh ../auth/lonacc.pm > \
+../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm'
works/unverified
@@ -2023,12 +2161,14 @@ loncom/build/pod2man.sh ../auth/lonacc.p
-
-home/httpd/html/adm/help/api/Apache/lonacc.html
+
+
+home/httpd/html/adm/help/lib/perl/Apache/lonacc.htmldocPOD-derived page for lonacc.pm
-loncom/build/pod2html.sh ../auth/lonacc.pm > ../../doc/api/Apache/lonacc.html && echo 'pod2html lonacc.pm'
+loncom/build/pod2html.sh ../auth/lonacc.pm > \
+../../doc/lib/perl/Apache/lonacc.html && echo 'pod2html lonacc.pm'
works/unverified
@@ -2045,6 +2185,35 @@ access handler for file transfers
works/unverified
+
+usr/man/man3/Apache::lonracc.3
+doc
+man page for lonracc.pm
+
+loncom/build/pod2man.sh ../auth/lonracc.pm > \
+../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm'
+
+works/unverified
+
+../../loncom/auth/lonracc.pm
+
+
+
+
+home/httpd/html/adm/help/lib/perl/Apache/lonracc.html
+
+doc
+POD-derived page for lonracc.pm
+
+loncom/build/pod2html.sh ../auth/lonracc.pm > \
+../../doc/lib/perl/Apache/lonracc.html && echo 'pod2html lonracc.pm'
+
+works/unverified
+
+../../loncom/auth/lonracc.pm
+
+
+home/httpd/lib/perl/Apache/loncacc.pmhandler
@@ -2068,7 +2237,8 @@ for the "priv"-type access, the resource
docman page for loncacc.pm
-loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 && echo 'manifying loncacc.pm'
+loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 \
+&& echo 'manifying loncacc.pm'
works/unverified
@@ -2076,12 +2246,14 @@ loncom/build/pod2man.sh ../auth/loncacc.
-
-home/httpd/html/adm/help/api/Apache/loncacc.html
+
+home/httpd/html/adm/help/lib/perl/Apache/loncacc.html
+docPOD-derived page for loncacc.pm
-loncom/build/pod2html.sh ../auth/loncacc.pm > ../../doc/api/Apache/loncacc.html && echo 'pod2html loncacc.pm'
+loncom/build/pod2html.sh ../auth/loncacc.pm > \
+../../doc/lib/perl/Apache/loncacc.html && echo 'pod2html loncacc.pm'
works/unverified
@@ -2135,7 +2307,8 @@ class.
docman page for lonroles.pm
-loncom/build/pod2man.sh ../auth/lonroles.pm > ../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'
+loncom/build/pod2man.sh ../auth/lonroles.pm > \
+../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm'
works/unverified
@@ -2143,12 +2316,14 @@ loncom/build/pod2man.sh ../auth/lonroles
-
-home/httpd/html/adm/help/api/Apache/lonroles.html
+
+home/httpd/html/adm/help/lib/perl/Apache/lonroles.html
+docPOD-derived page for lonroles.pm
-loncom/build/pod2html.sh ../auth/lonroles.pm > ../../doc/api/Apache/lonroles.html && echo 'pod2html lonroles.pm'
+loncom/build/pod2html.sh ../auth/lonroles.pm > \
+../../doc/lib/perl/Apache/lonroles.html && echo 'pod2html lonroles.pm'
works/unverified
@@ -2170,7 +2345,8 @@ cross server filesystem browser
docman page for lonindexer.pm
-loncom/build/pod2man.sh ../interface/lonindexer.pm > ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
+loncom/build/pod2man.sh ../interface/lonindexer.pm > \
+../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm'
works/unverified
@@ -2178,12 +2354,15 @@ loncom/build/pod2man.sh ../interface/lon
-
-home/httpd/html/adm/help/api/Apache/lonindexer.html
+
+home/httpd/html/adm/help/lib/perl/Apache/lonindexer.html
+docPOD-derived page for lonindexer.pm
-loncom/build/pod2html.sh ../interface/lonindexer.pm > ../../doc/api/Apache/lonindexer.html && echo 'pod2html lonindexer.pm'
+loncom/build/pod2html.sh ../interface/lonindexer.pm > \
+../../doc/lib/perl/Apache/lonindexer.html && \
+echo 'pod2html lonindexer.pm'
works/unverified
@@ -2224,7 +2403,8 @@ symbols to and from more descriptive phr
docman page for lonnet.pm
-loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
+loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > \
+../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm'
works/unverified
@@ -2232,12 +2412,14 @@ loncom/build/pod2man.sh ../lonnet/perl/l
-
-home/httpd/html/adm/help/api/Apache/lonnet.html
+
+home/httpd/html/adm/help/lib/perl/Apache/lonnet.html
+docPOD-derived page for lonnet.pm
-loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > ../../doc/api/Apache/lonnet.html && echo 'pod2html lonnet.pm'
+loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > \
+../../doc/lib/perl/Apache/lonnet.html && echo 'pod2html lonnet.pm'
works/unverified
@@ -2475,6 +2657,8 @@ logos
SMETE_white.gif;
+aboutlon.gif;
+accessbutton.gif;
arrow_up.gif;
cab.gif;
cab_big.gif;
@@ -2487,6 +2671,10 @@ eps.gif;
eps_big.gif;
exam.gif;
exam_big.gif;
+fillbottom.gif;
+fillleft.gif;
+fillright.gif;
+filltop.gif;
folder_closed.gif;
folder_opened.gif;
folder_pointer_closed.gif;
@@ -2495,6 +2683,7 @@ form.gif;
form_big.gif;
gif.gif;
gif_big.gif;
+header.gif;
htm.gif;
html.gif;
html_big.gif;
@@ -2503,14 +2692,19 @@ jar_big.gif;
jpg.gif;
jpg_big.gif;
latex.gif;
+lite.gif;
liteani.gif;
+litetext.gif;
lolpanel.gif;
lonanim.gif;
lonanimend.gif;
+loncapalogo.gif;
lonhelplogos.gif;
lonhelptop.gif;
lonlogo.gif;
lonlogos.gif;
+lowerleft.gif;
+lowerright.gif;
meta.gif;
meta_big.gif;
mov.gif;
@@ -2548,8 +2742,11 @@ txt.gif;
txt_big.gif;
unknown.gif;
unknown_big.gif;
+upperleft.gif;
+upperright.gif;
user.gif;
user_big.gif;
+userauthentication.gif;
wav.gif;
wav_big.gif;
white_space_20_22.gif;
@@ -2584,6 +2781,7 @@ authorfeed.gif;
bomb.gif;
cat_button.gif;
chat.gif;
+eval_button.gif;
feedback.gif;
pprm_button.gif;
pgrd_button.gif;
@@ -2593,7 +2791,7 @@ subm_button.gif
usr/lib/perl5/site_perl/5.005/tth.pm
-usr/lib/perl5/site_perl/5.6.0/tth.pm
+usr/lib/perl5/site_perl/5.6.0/tth.pmsystem file
perl module for invoking functions specific to TeX-to-HTML conversion
@@ -2607,9 +2805,30 @@ and in this way is treated as though it
works/unverified
+
+home/httpd/lib/perl/HTML/LCParser.pm
+system file
+
+perl module for parsing HTML in a way that really works and is thoroughly
+tested
+
+works/unverified
+
+
+
+home/httpd/lib/perl/LONCAPA/Configuration.pm
+system file
+
+Configuration file reader (looks in /etc/httpd/conf/); accepts
+a list of *.conf files to inspect for PerlSetVar key/value
+entries.
+
+works/unverified
+
+usr/lib/perl5/site_perl/5.005/tth.so
-usr/lib/perl5/site_perl/5.6.0/tth.so
+usr/lib/perl5/site_perl/5.6.0/tth.sosystem file
shared library file for dynamic loading and unloading
@@ -2632,7 +2851,7 @@ modules/TexConvert/tthperl/commands
usr/lib/perl5/site_perl/5.005/capa.pm
-usr/lib/perl5/site_perl/5.6.0/capa.pm
+usr/lib/perl5/site_perl/5.6.0/capa.pmsystem file
perl module for invoking functions specific to CAPA
@@ -2647,7 +2866,7 @@ the build process however.
usr/lib/perl5/site_perl/5.005/capa.bs
-usr/lib/perl5/site_perl/5.6.0/capa.bs
+usr/lib/perl5/site_perl/5.6.0/capa.bssystem file
bootstrap file associated with dynamic loading of this module on multiple
@@ -2663,7 +2882,7 @@ the build process however.
usr/lib/perl5/site_perl/5.005/capa.so
-usr/lib/perl5/site_perl/5.6.0/capa.so
+usr/lib/perl5/site_perl/5.6.0/capa.sosystem file
shared library file for dynamic loading and unloading
@@ -2673,7 +2892,33 @@ loncom/homework/caparesponse/commands
caparesponse.c;
-caparesponse.pm
+caparesponse.pm;
+README;
+Makefile.PL;
+capa.i;
+commands;
+../../../CAPA/pProj/capaGrammarDef.y;
+../../../CAPA/pProj/capaFormula.y;
+../../../CAPA/pProj/capaLexerDef.flex;
+../../../CAPA/pProj/capaFunction.c;
+../../../CAPA/pProj/capaParserUtils.c;
+../../../CAPA/pProj/capaMapExpr.c;
+../../../CAPA/pProj/capaUnit.c;
+../../../CAPA/pProj/com.c;
+../../../CAPA/pProj/linpack.c;
+../../../CAPA/pProj/ranlib.c;
+../../../CAPA/pProj/capaCgiUtils.c;
+../../../CAPA/pProj/capaSubjective.c;
+../../../CAPA/pProj/capaRQO.c;
+../../../CAPA/pProj/capaFormulaLexer.c;
+../../../CAPA/pProj/capaCommon.c;
+../../../CAPA/pProj/capaCommon.h;
+../../../CAPA/pProj/ranlib.h;
+../../../CAPA/pProj/capaCGI.h;
+../../../CAPA/pProj/capaFunction.h;
+../../../CAPA/pProj/capaRQO.h;
+../../../CAPA/pProj/capaParser.h;
+../../../CAPA/pProj/lex_debug.h
@@ -2743,8 +2988,8 @@ javascript.
handler
-Intended for providing perl functions for the environment
-in a problem that was converted from lectureonline.
+Intended for providing perl functions for the <script></script>
+environment in a problem that was converted from lectureonline.
@@ -2768,10 +3013,20 @@ Define unit prefixing and conversion for
*.gifloncom/html/res/adm/pages/
-home/httpd/html/res/adm/pages/
+home/httpd/html/res/adm/pages/graphic fileicons used for the entire LON-CAPA user interface
+0.gif;
+1.gif;
+2.gif;
+3.gif;
+4.gif;
+5.gif;
+6.gif;
+7.gif;
+8.gif;
+9.gif;
a.gif;
anot.gif;
b.gif;
@@ -2783,6 +3038,7 @@ catalog.gif;
ccrs.gif;
chat.gif;
chrt.gif;
+colon.gif;
com.gif;
courses.gif;
cprv.gif;
@@ -2825,6 +3081,7 @@ p.gif;
parm.gif;
pgrd.gif;
pparm.gif;
+pref.gif;
prev.gif;
prt.gif;
q.gif;
@@ -2836,6 +3093,7 @@ res.gif;
roles.gif;
s.gif;
sbkm.gif;
+slash.gif;
space.gif;
spacer.gif;
sprs.gif;
@@ -2880,7 +3138,8 @@ renders the HTML (including image maps)
*.gifloncom/html/res/adm/pages/indexericons/
-home/httpd/html/res/adm/pages/indexericons/
+home/httpd/html/res/adm/pages/indexericons/
+graphic file
icons used for the bookmark portion of the LON-CAPA user interface
@@ -2980,7 +3239,8 @@ world2.gif
*.gifloncom/html/res/adm/pages/bookmarkmenu/
-home/httpd/html/res/adm/pages/bookmarkmenu/
+home/httpd/html/res/adm/pages/bookmarkmenu/
+graphic file
icons used for directory indexing and login screen
@@ -3014,7 +3274,8 @@ ur_corner.gif
*.htmlloncom/html/res/adm/pages/bookmarkmenu/
-home/httpd/html/res/adm/pages/bookmarkmenu/
+home/httpd/html/res/adm/pages/bookmarkmenu/
+interface file
associated with the frameset scheme of displaying bookmarks
@@ -3035,40 +3296,49 @@ javascript for handling client-side inte
-
-usr/sbin/loncapaverifypackages
-script
+
+usr/local/bin/check-rpms
+root script
-checks the system RPMs against what install.lon-capa.org specifies
+compare installed rpms with up-to-date distribution
-deprecated
+tested/documented/beta
-
-usr/sbin/loncaparestoreconfigurations
-script
-
-restores .rpmsave files after a LON-CAPA-base upgrade
-
-deprecated
+
+usr/local/man/man1/check-rpms.1
+doc
+man page for check-rpms
+
+loncom/build/pod2man.sh check-rpms > ../../doc/man/check-rpms.1 && \
+echo 'manifying check-rpms'
+
+beta
+
+../../loncom/build/check-rpms
+
-
-usr/sbin/loncapaautoupgrade
-script
-
-does all the things to coordinate updating of LON-CAPA base files. Should be
-used with caution so that you do not lose work
-
-deprecated
+
+home/httpd/html/adm/help/scripts/check-rpms.html
+
+doc
+POD-derived page for check-rpms
+
+loncom/build/pod2html.sh check-rpms > ../../doc/scripts/check-rpms.html \
+&& echo 'pod2html checkrpms'
+
+works/unverified
+
+../../loncom/build/check-rpms
+
-
-usr/sbin/loncapaverify
+
+usr/sbin/loncaparestoreconfigurationsscript
-makes verification report using loncapaverifypackages and
-loncapaverifybasepackage
+restores .rpmsave files after a LON-CAPA-base upgrade
deprecated
@@ -3118,7 +3388,7 @@ Controls the launching/halting of lonc,
-etc/rc.d/init.d/loncontrol
+etc/rc.d/init.d/loncontrol
etc/rc.d/rc0.d/K05loncontrol;
etc/rc.d/rc1.d/K05loncontrol;