--- doc/loncapafiles/loncapafiles.lpml 2001/12/13 16:53:42 1.69 +++ doc/loncapafiles/loncapafiles.lpml 2002/01/31 20:17:28 1.95 @@ -1,7 +1,7 @@ - - + - -!!!!!!!!! REDHAT 7.1 NOTICE !!!!!!!!!!!!!!!!!!!! + + +!!!!!!!!! REDHAT 7.* NOTICE !!!!!!!!!!!!!!!!!!!! !!!!!!!!! LINE IN Cookie.pm !!!!!!!!!!!!!!!!!!!! !!!!!!!!! MUST BE REPLACED DUE !!!!!!!!!!!!!!!!!!!! !!!!!!!!! TO PERL 5.6.0 ERROR !!!!!!!!!!!!!!!!!!!! !!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!! 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 +113,14 @@ http://www.lon-capa.org/ 0400www:www graphicfile + + 0644root:root + systemfile + + + 0644root:root + systemfile + 0644root:root systemfile @@ -201,6 +207,11 @@ echo 'those which configure (but otherwi echo 'and Athena-Kerberos.'\n echo '***********************************************************************'\n + +PreReq: LON-CAPA-setup +PreReq: apache +PreReq: /etc/httpd/conf/access.conf + @@ -305,6 +316,14 @@ echo '********************************** + home/httpd/perl/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 @@ -372,6 +391,24 @@ echo '********************************** online help documentation + home/httpd/html/adm/help/api + server readonly + online help documentation for the LON-CAPA programming +interface + + + home/httpd/html/adm/help/api/Apache + server readonly + online help documentation for the LON-CAPA programming +interface, Apache (mod_perl) handlers + + + home/httpd/html/adm/help/scripts + server readonly + online help documentation for the LON-CAPA programming +interface, Apache (mod_perl) handlers + + home/httpd/html/adm/lonIcons server readonly graphic widgets @@ -455,6 +492,16 @@ LON-CAPA system. + usr/man/man1 + standard + manual pages + + + usr/man/man3 + standard + manual pages + + usr/sbin standard standard linux directory for superuser executables @@ -485,6 +532,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 @@ -503,7 +559,7 @@ and browser detection logic. configure
- +
lonHostIDLON-internal HostID of this machine
lonRoleRole of this machine: library, @@ -773,7 +829,7 @@ Spare hosts to offload session to if the configure
- +
@@ -795,6 +851,7 @@ Basic auth password to access /lon-statu loncom/smb.conf etc/smb.conf +etc/samba/smb.conf conf configuration file to make LON-CAPA server file space accessible to network @@ -809,7 +866,7 @@ neighborhood which NTP server to contact for information (XNTP3 standard) -
list elements are separated by newlines
+
@@ -836,6 +893,32 @@ proxy server +doc/man/lonc.1 +usr/man/man1/lonc.1 +doc +man page for lonc + +loncom/build/pod2man.sh ../lonc > ../../doc/man/lonc.1 && echo 'manifying lonc' + +works/unverified + +../../loncom/lonc + + + +doc/scripts/lonc.html +home/httpd/html/adm/help/scripts/lonc.html +doc +man page for lonc + +loncom/build/pod2html.sh ../lonc > ../../doc/scripts/lonc.html && echo 'pod2html lonc' + +works/unverified + +../../loncom/lonc + + + loncom/lond home/httpd/perl/lond script @@ -854,6 +937,32 @@ tmpput, tmpget, and ls). +doc/man/lond.1 +usr/man/man1/lond.1 +doc +man page for lond + +loncom/build/pod2man.sh ../lond > ../../doc/man/lond.1 && echo 'manifying lond' + +works/unverified + +../../loncom/lond + + + +doc/scripts/lond.html +home/httpd/html/adm/help/scripts/lond.html +doc +man page for lond + +loncom/build/pod2html.sh ../lond > ../../doc/scripts/lond.html && echo 'pod2html lond' + +works/unverified + +../../loncom/lond + + + loncom/cgi/loncron.pl home/httpd/cgi-bin/loncron.pl script @@ -872,6 +981,32 @@ tmpput, tmpget, and ls). maintain secondary database of metadata +doc/man/lonsql.1 +usr/man/man1/lonsql.1 +doc +man page for lonsql + +loncom/build/pod2man.sh ../lonsql > ../../doc/man/lonsql.1 && echo 'manifying lonsql' + +works/unverified + +../../loncom/lonsql + + + +doc/scripts/lonsql.html +home/httpd/html/adm/help/scripts/lonsql.html +doc +man page for lonsql + +loncom/build/pod2html.sh ../lonsql > ../../doc/scripts/lonsql.html && echo 'pod2html lonsql' + +works/unverified + +../../loncom/lonsql + + + loncom/lcpasswd home/httpd/perl/lcpasswd setuid script @@ -1001,7 +1136,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. @@ -1071,6 +1206,32 @@ Handler to upload files through browser works/unverified +doc/man/Apache__lonupload.3 +usr/man/man3/Apache::lonupload.3 +doc +man page for lonupload.pm + +loncom/build/pod2man.sh ../publisher/lonupload.pm > ../../doc/man/Apache__lonupload.3 && echo 'manifying lonupload.pm' + +works/unverified + +../../loncom/publisher/lonupload.pm + + + +doc/api/Apache/lonupload.html +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' + +works/unverified + +../../loncom/publisher/lonupload.pm + + + loncom/homework/essayresponse.pm home/httpd/lib/perl/Apache/essayresponse.pm handler @@ -1080,6 +1241,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 @@ -1088,6 +1267,32 @@ Handler to publish directories. +doc/man/Apache__lonpubdir.3 +usr/man/man3/Apache::lonpubdir.3 +doc +man page for lonpubdir.pm + +loncom/build/pod2man.sh ../publisher/lonpubdir.pm > ../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm' + +works/unverified + +../../loncom/lonnet/perl/lonnet.pm + + + +doc/api/Apache/lonpubdir.html +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' + +works/unverified + +../../loncom/publisher/lonpubdir.pm + + + loncom/publisher/lonretrieve.pm home/httpd/lib/perl/Apache/lonretrieve.pm handler @@ -1097,6 +1302,32 @@ Handler to retrieve old versions from re works/unverified +doc/man/Apache__lonretrieve.3 +usr/man/man3/Apache::lonretrieve.3 +doc +man page for lonretrieve.pm + +loncom/build/pod2man.sh ../publisher/lonretrieve.pm > ../../doc/man/Apache__lonretrieve.3 && echo 'manifying lonretrieve.pm' + +works/unverified + +../../loncom/publisher/lonretrieve.pm + + + +doc/api/Apache/lonretrieve.html +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' + +works/unverified + +../../loncom/publisher/lonretrieve.pm + + + loncom/homework/edit.pm home/httpd/lib/perl/Apache/edit.pm handler @@ -1105,6 +1336,32 @@ 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 @@ -1143,7 +1400,8 @@ Handler for showing sequence objects of home/httpd/lib/perl/Apache/loncreatecourse.pm handler -Creates a new course and assigns course coordinator. +Allows domain coordinators to create new courses and assign course +coordinators. works/unverified @@ -1152,7 +1410,8 @@ Creates a new course and assigns course home/httpd/lib/perl/Apache/loncreateuser.pm handler -Creates a new user and/or changes user privileges +Allows users to within their own privileges create/edit users and give +them roles. works/unverified @@ -1175,6 +1434,32 @@ user, domain, home_server, course_id. works/unverified +doc/man/Apache__loncommon.3 +usr/man/man3/Apache::loncommon.3 +doc +man page for loncommon.pm + +loncom/build/pod2man.sh ../interface/loncommon.pm > ../../doc/man/Apache__loncommon.3 && echo 'manifying loncommon.pm' + +works/unverified + +../../loncom/interface/loncommon.pm + + + +doc/api/Apache/loncommon.html +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' + +works/unverified + +../../loncom/interface/loncommon.pm + + + loncom/homework/grades.pm home/httpd/lib/perl/Apache/grades.pm handler @@ -1238,7 +1523,10 @@ Handles processing of assignments. loncom/interface/loncommunicate.pm home/httpd/lib/perl/Apache/loncommunicate.pm handler -Handles communication. + +Will be the access handler to email sending, as well as the planned +chatrooms, etc. + works/unverified @@ -1265,6 +1553,9 @@ Handles evaluation. handler Handles feedback from students to instructors and system administrators. +Provides a screenshot of the current +resource, as well as previous attempts if the resource was a homework. +Used by lonmsg.pm. works/unverified @@ -1306,11 +1597,39 @@ Handles a searchable catalogue. works/unverified +doc/man/Apache__lonsearchcat.3 +usr/man/man3/Apache::lonsearchcat.3 +doc +man page for lonsearchcat.pm + +loncom/build/pod2man.sh ../interface/lonsearchcat.pm > ../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm' + +works/unverified + +../../loncom/interface/lonsearchcat.pm + + + +doc/api/Apache/lonsearchcat.html +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' + +works/unverified + +../../loncom/interface/lonsearchcat.pm + + + loncom/interface/londropadd.pm home/httpd/lib/perl/Apache/londropadd.pm handler -Handler to drop and add students in courses. +Allows course coordinators to upload courselists in different formats, and +automatically create users (if they do not exist already), assign them the +role of student in a course, and add them to the classlist. works/unverified @@ -1319,7 +1638,13 @@ Handler to drop and add students in cour home/httpd/lib/perl/Apache/lonmsg.pmhandler -Routines for messaging. +lonmsg.pm has several functions to send and receive internal messages. +author_res_msg - send message to resource author. +user_crit_msg - send a critical message to a user. A critical message +will require acknowledgment by the recipient and the sender will be notified. +user_crit_received - routine to trigger acknowledgment. +statuschange - change the status of a message (read, replied, forwarded, etc). +The handler also displays messages, has routines to reply, etc. works/unverified @@ -1338,7 +1663,9 @@ problems and assignments. home/httpd/lib/perl/Apache/lonspreadsheet.pmhandler -Spreadsheet/Grades Display Handler +Spreadsheets are completely web-based. +They exist on the level of a whole course, a student, and individual +assessments. works/unverified @@ -1352,6 +1679,32 @@ Handler to resolve ambiguous file locati works/unverified +doc/man/Apache__lonparmset.3 +usr/man/man3/Apache::lonparmset.3 +doc +man page for lonparmset.pm + +loncom/build/pod2man.sh ../interface/lonparmset.pm > ../../doc/man/Apache__lonparmset.3 && echo 'manifying lonparmset.pm' + +works/unverified + +../../loncom/interface/lonparmset.pm + + + +doc/api/Apache/lonparmset.html +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' + +works/unverified + +../../loncom/interface/lonparmset.pm + + + loncom/publisher/lonconstruct.pm home/httpd/lib/perl/Apache/lonconstruct.pm handler @@ -1371,6 +1724,32 @@ Publishes an LON-CAPA educational resour works/unverified +doc/man/Apache__lonpublisher.3 +usr/man/man3/Apache::lonpublisher.3 +doc +man page for lonpublisher.pm + +loncom/build/pod2man.sh ../publisher/lonpublisher.pm > ../../doc/man/Apache__lonpublisher.3 && echo 'manifying lonpublisher.pm' + +works/unverified + +../../loncom/publisher/lonpublisher.pm + + + +doc/api/Apache/lonpublisher.html +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' + +works/unverified + +../../loncom/publisher/lonpublisher.pm + + + loncom/interface/lonmenu.pm home/httpd/lib/perl/Apache/lonmenu.pm handler @@ -1444,6 +1823,32 @@ bundles pages into one page works/unverified +doc/man/Apache__lonpage.3 +usr/man/man3/Apache::lonpage.3 +doc +man page for lonpage.pm + +loncom/build/pod2man.sh ../../rat/lonpage.pm > ../../doc/man/Apache__lonpage.3 && echo 'manifying lonpage.pm' + +works/unverified + +../../rat/lonpage.pm + + + +doc/api/Apache/lonpage.html +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' + +works/unverified + +../../rat/lonpage.pm + + + rat/lonuserstate.pm home/httpd/lib/perl/Apache/lonuserstate.pm handler @@ -1453,6 +1858,32 @@ compile course into binary data structur works/unverified +doc/man/Apache__lonuserstate.3 +usr/man/man3/Apache::lonuserstate.3 +doc +man page for lonnet.pm + +loncom/build/pod2man.sh ../../rat/lonuserstate.pm > ../../doc/man/Apache__lonuserstate.3 && echo 'manifying lonuserstate.pm' + +works/unverified + +../../rat/lonuserstate.pm + + + +doc/api/Apache/lonuserstate.html +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' + +works/unverified + +../../rat/lonuserstate.pm + + + loncom/xml/lontex.pm home/httpd/lib/perl/Apache/lontex.pm handler @@ -1480,6 +1911,15 @@ XML Parsing Module works/unverified +loncom/xml/lonplot.pm +home/httpd/lib/perl/Apache/lonplot.pm +handler + +XML-based plotter of graphs + +works/unverified + + loncom/xml/style.pm home/httpd/lib/perl/Apache/style.pm handler @@ -1532,8 +1972,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 @@ -1594,6 +2034,32 @@ as coordinating access to educational re works/unverified +doc/man/Apache__lonacc.3 +usr/man/man3/Apache::lonacc.3 +doc +man page for lonacc.pm + +loncom/build/pod2man.sh ../auth/lonacc.pm > ../../doc/man/Apache__lonacc.3 && echo 'manifying lonacc.pm' + +works/unverified + +../../loncom/auth/lonacc.pm + + + +doc/api/Apache/lonacc.html +home/httpd/html/adm/help/api/Apache/lonacc.html +doc +POD-derived page for lonacc.pm + +loncom/build/pod2html.sh ../auth/lonacc.pm > ../../doc/api/Apache/lonacc.html && echo 'pod2html lonacc.pm' + +works/unverified + +../../loncom/auth/lonacc.pm + + + loncom/auth/lonracc.pm home/httpd/lib/perl/Apache/lonracc.pm handler @@ -1603,6 +2069,32 @@ 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 @@ -1621,6 +2113,32 @@ 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 @@ -1662,6 +2180,32 @@ 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 @@ -1671,6 +2215,32 @@ cross server filesystem browser works/unverified +doc/man/Apache__lonindexer.3 +usr/man/man3/Apache::lonindexer.3 +doc +man page for lonindexer.pm + +loncom/build/pod2man.sh ../interface/lonindexer.pm > ../../doc/man/Apache__lonindexer.3 && echo 'manifying lonindexer.pm' + +works/unverified + +../../loncom/interface/lonindexer.pm + + + +doc/api/Apache/lonindexer.html +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' + +works/unverified + +../../loncom/interface/lonindexer.pm + + + loncom/interface/groupsort.pm home/httpd/lib/perl/Apache/groupsort.pm handler @@ -1699,6 +2269,32 @@ symbols to and from more descriptive phr works/unverified +doc/man/Apache__lonnet.3 +usr/man/man3/Apache::lonnet.3 +doc +man page for lonnet.pm + +loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > ../../doc/man/Apache__lonnet.3 && echo 'manifying lonnet.pm' + +works/unverified + +../../loncom/lonnet/perl/lonnet.pm + + + +doc/api/Apache/lonnet.html +home/httpd/html/adm/help/api/Apache/lonnet.html +doc +POD-derived page for lonnet.pm + +loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > ../../doc/api/Apache/lonnet.html && echo 'pod2html lonnet.pm' + +works/unverified + +../../loncom/lonnet/perl/lonnet.pm + + + loncom/html/index.html home/httpd/html/index.html interface file @@ -2034,7 +2630,11 @@ button to set parameters in a page, button to do regrades, button to check on problem submissions, +authorfeed.gif; +bomb.gif; cat_button.gif; +chat.gif; +feedback.gif; pprm_button.gif; pgrd_button.gif; subm_button.gif @@ -2076,7 +2676,7 @@ modules/TexConvert/tthperl/commands works/unverified ../tthdynamic/tthfunc.c; -../tthdynamic/ttmfunc.c +../ttmdynamic/ttmfunc.c
only one line needs to be changed to specify a server ip address