--- doc/loncapafiles/loncapafiles.lpml 2002/01/03 17:03:52 1.81 +++ doc/loncapafiles/loncapafiles.lpml 2002/03/27 19:18:09 1.113 @@ -1,7 +1,7 @@ - + - + + +!!! 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 +54,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/ @@ -115,6 +122,14 @@ http://www.lon-capa.org/ 0400www:www graphicfile + + 0644root:root + systemfile + + + 0644root:root + systemfile + 0644root:root systemfile @@ -177,11 +192,10 @@ Division of Science and Mathematics Educ Utilities/System LON-CAPA-base-3.1.tar.gz no - 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 @@ -195,12 +209,13 @@ 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-setup +PreReq: apache +PreReq: /etc/httpd/conf/access.conf + @@ -236,50 +251,56 @@ echo '********************************** + etc/samba + standard + configuration directory for samba authentication + + + etc/rc.d/init.d - etc/init.d + etc/init.d standard scripts that run during system startup etc/rc.d/rc0.d - etc/rc0.d + etc/rc0.d standard scripts that run for run-level 0 etc/rc.d/rc1.d - etc/rc1.d + etc/rc1.d standard scripts that run for run-level 1 etc/rc.d/rc2.d - etc/rc2.d + etc/rc2.d standard scripts that run for run-level 2 etc/rc.d/rc3.d - etc/rc3.d + etc/rc3.d standard scripts that run for run-level 3 etc/rc.d/rc4.d - etc/rc4.d + etc/rc4.d standard scripts that run for run-level 4 etc/rc.d/rc5.d - etc/rc5.d + etc/rc5.d standard scripts that run for run-level 5 etc/rc.d/rc6.d - etc/rc6.d + etc/rc6.d standard scripts that run for run-level 6 @@ -305,6 +326,14 @@ echo '********************************** + 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/tmp server standard location where temporary files (for caching) are stored @@ -473,6 +502,16 @@ LON-CAPA system. + usr/local/bin + standard + local binary files + + + usr/local/man/man1 + standard + local manual pages + + usr/man/man1 standard manual pages @@ -513,6 +552,15 @@ each list element consists of only two s +loncom/loncapa.conf +etc/httpd/conf/loncapa.conf +conf + +The goal of this file is to implement all LON-CAPA specific +customization of the Apache web server. + + + loncom/access.conf etc/httpd/conf/access.conf conf @@ -531,7 +579,7 @@ and browser detection logic. configure
- +
-loncom/httpd.conf -etc/httpd/conf/httpd.conf -static 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. - - - -loncom/srm.conf -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". -

-

-Here is an example entry: -

-<LocationMatch "^/res/.*\.page$>
-SetHandler perl-script
-PerlHandler Apache::lonpage
-</LocationMatch>
-
-

-
-
- loncom/startup.pl etc/httpd/conf/startup.pl static conf @@ -628,6 +641,14 @@ parameter. +loncom/cgi/clusterstatus.pl +home/httpd/cgi-bin/clusterstatus.pl +script + +utility cgi script to view status of cluster + + + loncom/cgi/graph.gif home/httpd/cgi-bin/graph.gif script @@ -640,6 +661,22 @@ GDGraph-1.33 and GDTextUtils-0.80. +loncom/cgi/lonversions.pl +home/httpd/cgi-bin/lonversions.pl +script + +utility cgi script to view software versions of a remote server + + + +loncom/cgi/ping.pl +home/httpd/cgi-bin/ping.pl +script + +cgi-script to ping other server + + + loncom/cgi/plot.gif home/httpd/cgi-bin/plot.gif script @@ -786,7 +823,7 @@ and privileges available in the network loncom/hosts.tab home/httpd/lonTabs/hosts.tab -conf +static conf List of all machines in the LON-CAPA network. Relates lonHostID to lonDefDomain and IP address. @@ -801,7 +838,7 @@ Spare hosts to offload session to if the configure
-
lonHostIDLON-internal HostID of this machine
lonRoleRole of this machine: library, @@ -548,41 +596,6 @@ MySQL database
+
@@ -838,7 +875,7 @@ neighborhood which NTP server to contact for information (XNTP3 standard) -
list elements are separated by newlines
+
@@ -867,10 +904,11 @@ proxy server doc/man/lonc.1 usr/man/man1/lonc.1 -system file +doc man 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 @@ -880,10 +918,11 @@ loncom/build/pod2man.sh ../lonc > ../../ doc/scripts/lonc.html home/httpd/html/adm/help/scripts/lonc.html -system file -man page for lonc +doc +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 @@ -911,10 +950,11 @@ tmpput, tmpget, and ls). doc/man/lond.1 usr/man/man1/lond.1 -system file +doc man 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 @@ -924,10 +964,11 @@ loncom/build/pod2man.sh ../lond > ../../ doc/scripts/lond.html home/httpd/html/adm/help/scripts/lond.html -system file -man page for lond +doc +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 @@ -955,10 +996,11 @@ loncom/build/pod2html.sh ../lond > ../.. doc/man/lonsql.1 usr/man/man1/lonsql.1 -system file +doc man 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 @@ -968,10 +1010,11 @@ loncom/build/pod2man.sh ../lonsql > ../. doc/scripts/lonsql.html home/httpd/html/adm/help/scripts/lonsql.html -system file -man page for lonsql +doc +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 @@ -1080,7 +1123,8 @@ The relevant conditions and metadata to loncom/homework/lectureonline.sty -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. @@ -1108,7 +1152,7 @@ retroactively add new parameters to alre loncom/publisher/copyright.tab home/httpd/html/res/adm/includes/copyright.tab -conf +static conf Table which contains list of copyright possibilities for educational resources. @@ -1180,10 +1224,11 @@ Handler to upload files through browser doc/man/Apache__lonupload.3 usr/man/man3/Apache::lonupload.3 -system file +doc man 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 @@ -1192,11 +1237,13 @@ loncom/build/pod2man.sh ../publisher/lon doc/api/Apache/lonupload.html -home/httpd/html/adm/help/api/Apache/lonupload.html -system file +home/httpd/html/adm/help/api/Apache/lonupload.html + +doc POD-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/api/Apache/lonupload.html && echo 'pod2html lonupload.pm' works/unverified @@ -1213,6 +1260,24 @@ Handler to evaluate essay (ungraded) sty works/unverified +loncom/homework/externalresponse.pm +home/httpd/lib/perl/Apache/externalresponse.pm +handler + +Handler to evaluate externally graded responses. + +works/unverified + + +loncom/homework/loncapagrade.pm +home/httpd/lib/perl/Apache/loncapagrade.pm +handler + +Handler to evaluate externally graded responses. + +works/unverified + + loncom/publisher/lonpubdir.pm home/httpd/lib/perl/Apache/lonpubdir.pm handler @@ -1223,10 +1288,11 @@ Handler to publish directories. doc/man/Apache__lonpubdir.3 usr/man/man3/Apache::lonpubdir.3 -system file +doc man 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 @@ -1235,11 +1301,13 @@ loncom/build/pod2man.sh ../publisher/lon doc/api/Apache/lonpubdir.html -home/httpd/html/adm/help/api/Apache/lonpubdir.html -system file +home/httpd/html/adm/help/api/Apache/lonpubdir.html + +doc POD-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/api/Apache/lonpubdir.html && echo 'pod2html lonpubdir.pm' works/unverified @@ -1258,10 +1326,11 @@ Handler to retrieve old versions from re doc/man/Apache__lonretrieve.3 usr/man/man3/Apache::lonretrieve.3 -system file +doc man 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 @@ -1270,11 +1339,13 @@ loncom/build/pod2man.sh ../publisher/lon doc/api/Apache/lonretrieve.html -home/httpd/html/adm/help/api/Apache/lonretrieve.html -system file +home/httpd/html/adm/help/api/Apache/lonretrieve.html + +doc POD-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/api/Apache/lonretrieve.html && echo 'pod2html lonretrieve.pm' works/unverified @@ -1290,6 +1361,34 @@ Helper functions when in homework edit m +doc/man/Apache__edit.3 +usr/man/man3/Apache::edit.3 +doc +man page for edit.pm + +loncom/build/pod2man.sh ../homework/edit.pm > ../../doc/man/Apache__edit.3 && \ +echo 'manifying edit.pm' + +works/unverified + +../../loncom/homework/edit.pm + + + +doc/api/Apache/edit.html +home/httpd/html/adm/help/api/Apache/edit.html +doc +POD-derived page for edit.pm + +loncom/build/pod2html.sh ../homework/edit.pm > ../../doc/api/Apache/edit.html \ +&& echo 'pod2html edit.pm' + +works/unverified + +../../loncom/homework/edit.pm + + + loncom/interface/lonmeta.pm home/httpd/lib/perl/Apache/lonmeta.pm handler @@ -1364,10 +1463,11 @@ user, domain, home_server, course_id. doc/man/Apache__loncommon.3 usr/man/man3/Apache::loncommon.3 -system file +doc man 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 @@ -1376,11 +1476,13 @@ loncom/build/pod2man.sh ../interface/lon doc/api/Apache/loncommon.html -home/httpd/html/adm/help/api/Apache/loncommon.html -system file +home/httpd/html/adm/help/api/Apache/loncommon.html + +doc POD-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/api/Apache/loncommon.html && echo 'pod2html loncommon.pm' works/unverified @@ -1527,10 +1629,11 @@ Handles a searchable catalogue. doc/man/Apache__lonsearchcat.3 usr/man/man3/Apache::lonsearchcat.3 -system file +doc man 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 @@ -1539,11 +1642,13 @@ loncom/build/pod2man.sh ../interface/lon doc/api/Apache/lonsearchcat.html -home/httpd/html/adm/help/api/Apache/lonsearchcat.html -system file +home/httpd/html/adm/help/api/Apache/lonsearchcat.html + +doc POD-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/api/Apache/lonsearchcat.html && echo 'pod2html lonsearchcat.pm' works/unverified @@ -1609,10 +1714,11 @@ Handler to resolve ambiguous file locati doc/man/Apache__lonparmset.3 usr/man/man3/Apache::lonparmset.3 -system file +doc man 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 @@ -1621,11 +1727,13 @@ loncom/build/pod2man.sh ../interface/lon doc/api/Apache/lonparmset.html -home/httpd/html/adm/help/api/Apache/lonparmset.html -system file +home/httpd/html/adm/help/api/Apache/lonparmset.html + +doc POD-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/api/Apache/lonparmset.html && echo 'pod2html lonparmset.pm' works/unverified @@ -1654,10 +1762,11 @@ Publishes an LON-CAPA educational resour doc/man/Apache__lonpublisher.3 usr/man/man3/Apache::lonpublisher.3 -system file +doc man 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 @@ -1666,11 +1775,13 @@ loncom/build/pod2man.sh ../publisher/lon doc/api/Apache/lonpublisher.html -home/httpd/html/adm/help/api/Apache/lonpublisher.html -system file +home/httpd/html/adm/help/api/Apache/lonpublisher.html + +doc POD-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/api/Apache/lonpublisher.html && echo 'pod2html lonpublisher.pm' works/unverified @@ -1753,10 +1864,11 @@ bundles pages into one page doc/man/Apache__lonpage.3 usr/man/man3/Apache::lonpage.3 -system file +doc man 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 @@ -1765,11 +1877,13 @@ loncom/build/pod2man.sh ../../rat/lonpag doc/api/Apache/lonpage.html -home/httpd/html/adm/help/api/Apache/lonpage.html -system file +home/httpd/html/adm/help/api/Apache/lonpage.html + +doc POD-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/api/Apache/lonpage.html && echo 'pod2html lonpage.pm' works/unverified @@ -1788,10 +1902,11 @@ compile course into binary data structur doc/man/Apache__lonuserstate.3 usr/man/man3/Apache::lonuserstate.3 -system file +doc man 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 @@ -1800,11 +1915,13 @@ loncom/build/pod2man.sh ../../rat/lonuse doc/api/Apache/lonuserstate.html -home/httpd/html/adm/help/api/Apache/lonuserstate.html -system file +home/httpd/html/adm/help/api/Apache/lonuserstate.html + +doc POD-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/api/Apache/lonuserstate.html && echo 'pod2html lonuserstate.pm' works/unverified @@ -1900,8 +2017,8 @@ image. handles requests for output, evaluation, and alteration of a homework resource - works/unverified + loncom/homework/inputtags.pm home/httpd/lib/perl/Apache/inputtags.pm @@ -1941,6 +2058,17 @@ handles request to the CAPA homework pro works/unverified +loncom/xml/Safe.pm +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 + + loncom/auth/localauth.pm home/httpd/lib/perl/localauth.pm handler @@ -1964,10 +2092,11 @@ as coordinating access to educational re doc/man/Apache__lonacc.3 usr/man/man3/Apache::lonacc.3 -system file +doc man 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 @@ -1977,10 +2106,11 @@ loncom/build/pod2man.sh ../auth/lonacc.p doc/api/Apache/lonacc.html home/httpd/html/adm/help/api/Apache/lonacc.html -system file +doc POD-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/api/Apache/lonacc.html && echo 'pod2html lonacc.pm' works/unverified @@ -1997,6 +2127,35 @@ access handler for file transfers works/unverified +doc/man/Apache__lonracc.3 +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 + + + +doc/api/Apache/lonracc.html +home/httpd/html/adm/help/api/Apache/lonracc.html + +doc +POD-derived page for lonracc.pm + +loncom/build/pod2html.sh ../auth/lonracc.pm > \ +../../doc/api/Apache/lonracc.html && echo 'pod2html lonracc.pm' + +works/unverified + +../../loncom/auth/lonracc.pm + + + loncom/auth/loncacc.pm home/httpd/lib/perl/Apache/loncacc.pm handler @@ -2015,6 +2174,35 @@ for the "priv"-type access, the resource works/unverified +doc/man/Apache__loncacc.3 +usr/man/man3/Apache::loncacc.3 +doc +man page for loncacc.pm + +loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 \ +&& echo 'manifying loncacc.pm' + +works/unverified + +../../loncom/auth/loncacc.pm + + + +doc/api/Apache/loncacc.html +home/httpd/html/adm/help/api/Apache/loncacc.html + +doc +POD-derived page for loncacc.pm + +loncom/build/pod2html.sh ../auth/loncacc.pm > \ +../../doc/api/Apache/loncacc.html && echo 'pod2html loncacc.pm' + +works/unverified + +../../loncom/auth/loncacc.pm + + + loncom/auth/lonauth.pm home/httpd/lib/perl/Apache/lonauth.pm handler @@ -2056,6 +2244,35 @@ class. +doc/man/Apache__lonroles.3 +usr/man/man3/Apache::lonroles.3 +doc +man page for lonroles.pm + +loncom/build/pod2man.sh ../auth/lonroles.pm > \ +../../doc/man/Apache__lonroles.3 && echo 'manifying lonroles.pm' + +works/unverified + +../../loncom/auth/lonroles.pm + + + +doc/api/Apache/lonroles.html +home/httpd/html/adm/help/api/Apache/lonroles.html + +doc +POD-derived page for lonroles.pm + +loncom/build/pod2html.sh ../auth/lonroles.pm > \ +../../doc/api/Apache/lonroles.html && echo 'pod2html lonroles.pm' + +works/unverified + +../../loncom/auth/lonroles.pm + + + loncom/interface/lonindexer.pm home/httpd/lib/perl/Apache/lonindexer.pm handler @@ -2067,10 +2284,11 @@ cross server filesystem browser doc/man/Apache__lonindexer.3 usr/man/man3/Apache::lonindexer.3 -system file +doc man 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 @@ -2079,11 +2297,13 @@ loncom/build/pod2man.sh ../interface/lon doc/api/Apache/lonindexer.html -home/httpd/html/adm/help/api/Apache/lonindexer.html -system file +home/httpd/html/adm/help/api/Apache/lonindexer.html + +doc POD-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/api/Apache/lonindexer.html && echo 'pod2html lonindexer.pm' works/unverified @@ -2121,10 +2341,11 @@ symbols to and from more descriptive phr doc/man/Apache__lonnet.3 usr/man/man3/Apache::lonnet.3 -system file +doc man 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 @@ -2134,10 +2355,11 @@ loncom/build/pod2man.sh ../lonnet/perl/l doc/api/Apache/lonnet.html home/httpd/html/adm/help/api/Apache/lonnet.html -system file +doc POD-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/api/Apache/lonnet.html && echo 'pod2html lonnet.pm' works/unverified @@ -2375,6 +2597,8 @@ logos SMETE_white.gif; +aboutlon.gif +accessbutton.gif arrow_up.gif; cab.gif; cab_big.gif; @@ -2387,6 +2611,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; @@ -2395,6 +2623,7 @@ form.gif; form_big.gif; gif.gif; gif_big.gif; +header.gif htm.gif; html.gif; html_big.gif; @@ -2403,14 +2632,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; @@ -2448,8 +2682,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; @@ -2484,6 +2721,7 @@ authorfeed.gif; bomb.gif; cat_button.gif; chat.gif; +eval_button.gif; feedback.gif; pprm_button.gif; pgrd_button.gif; @@ -2507,6 +2745,16 @@ and in this way is treated as though it works/unverified +loncom/xml/LCParser.pm +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 + + modules/TexConvert/tthperl/tth.so usr/lib/perl5/site_perl/5.005/tth.so usr/lib/perl5/site_perl/5.6.0/tth.so @@ -2526,7 +2774,7 @@ modules/TexConvert/tthperl/commands works/unverified ../tthdynamic/tthfunc.c; -../tthdynamic/ttmfunc.c +../ttmdynamic/ttmfunc.c @@ -2725,6 +2973,7 @@ p.gif; parm.gif; pgrd.gif; pparm.gif; +pref.gif; prev.gif; prt.gif; q.gif; @@ -2935,40 +3184,49 @@ javascript for handling client-side inte -loncom/build/loncapaverifypackages -usr/sbin/loncapaverifypackages -script +loncom/build/check-rpms +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 -loncom/build/loncaparestoreconfigurations -usr/sbin/loncaparestoreconfigurations -script - -restores .rpmsave files after a LON-CAPA-base upgrade - -deprecated +doc/man/check-rpms.1 +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 + -loncom/build/loncapaautoupgrade -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 +doc/scripts/check-rpms.html +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 + -loncom/build/loncapaverify -usr/sbin/loncapaverify +loncom/build/loncaparestoreconfigurations +usr/sbin/loncaparestoreconfigurations script -makes verification report using loncapaverifypackages and -loncapaverifybasepackage +restores .rpmsave files after a LON-CAPA-base upgrade deprecated
only one line needs to be changed to specify a server ip address