--- doc/loncapafiles/loncapafiles.lpml 2001/12/06 19:32:10 1.59 +++ doc/loncapafiles/loncapafiles.lpml 2001/12/19 21:42:39 1.75 @@ -1,5 +1,33 @@ + - + + + + @@ -7,9 +35,27 @@ - - + +!!!!!!!!! REDHAT 7.1 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; !! +!!!! !! +!!!! to !! +!!!! !! +!!!! !! +!!!! # IE requires the path and domain to be present for some reason. !! +!!!! $path = CGI::url(-absolute=>1) unless defined $path; !! + / /home/user/loncapa/ @@ -265,6 +311,12 @@ echo '********************************** + home/httpd/prtspool + server standard + for the output of lonprintout.pm + + + home/httpd/lib/perl server readonly location of LON-CAPA non web mod-perl handlers @@ -320,6 +372,18 @@ 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/lonIcons server readonly graphic widgets @@ -403,6 +467,11 @@ LON-CAPA system. + usr/man/man3 + standard + manual pages + + usr/sbin standard standard linux directory for superuser executables @@ -560,6 +629,27 @@ GDGraph-1.33 and GDTextUtils-0.80. +loncom/cgi/plot.gif +home/httpd/cgi-bin/plot.gif +script + +Dynamically outputs X-Y plots with point, line, etc functions. + + + +loncom/interface/printout.pl +home/httpd/cgi-bin/printout.pl +script + +cgi script + + +Depends on srm.conf entry: +Alias /prtspool/ /home/httpd/prtspool/ +as well as a /home/httpd/prtspool directory. + + + loncom/cgi/metadata_keywords.pl home/httpd/cgi-bin/metadata_keywords.pl script @@ -578,7 +668,7 @@ and simply prints this text-only (no mar -* +*.* loncom/homework/templates/ home/httpd/html/res/adm/includes/templates/ @@ -589,10 +679,10 @@ Template files for generating new resour blank.library; blank.library.meta; -script.library; -script.library.meta blank.problem; blank.problem.meta; +formula.problem; +formula.problem.meta; numerical.problem; numerical.problem.meta; RadioResponse.problem; @@ -609,6 +699,8 @@ SelectFromOptions-8ConceptGoups.problem; SelectFromOptions-8ConceptGoups.problem.meta; SelectFromOptions-Simple.problem; SelectFromOptions-Simple.problem.meta; +script.library; +script.library.meta; SimpleStringResponse.problem; SimpleStringResponse.problem.meta; StringResponse.problem; @@ -720,6 +812,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 @@ -864,6 +957,14 @@ GNU General Public License. Long live t +loncom/license/about.html +home/httpd/html/adm/about.html +interface file + +The "About" Page. + + + loncom/publisher/publisher.html home/httpd/html/adm/publisher.html interface file @@ -1060,7 +1161,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 @@ -1069,7 +1171,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 @@ -1155,7 +1258,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 @@ -1182,6 +1288,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 @@ -1227,7 +1336,9 @@ Handles a searchable catalogue. 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 @@ -1236,7 +1347,13 @@ Handler to drop and add students in cour home/httpd/lib/perl/Apache/lonmsg.pm handler -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 @@ -1255,7 +1372,9 @@ problems and assignments. home/httpd/lib/perl/Apache/lonspreadsheet.pm handler -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 @@ -1313,15 +1432,6 @@ Builds up frame set and loads in the rig works/unverified -loncom/html/res/adm/pages/catalog.gif -home/httpd/html/res/adm/pages/catalog.gif -graphic file - -The catalog button for the remote control. - -works/unverified - - loncom/html/res/adm/pages/homeworkmenu.html home/httpd/html/res/adm/pages/homeworkmenu.html handler @@ -1625,6 +1735,32 @@ symbols to and from more descriptive phr works/unverified +doc/man/Apache__lonnet.3 +usr/man/man3/Apache::lonnet.3 +system file +man page for lonnet.pm + +loncom/build/pod2man.sh ../lonnet/perl/lonnet.pm > ../../doc/man/Apache__lonnet.3 + +works/unverified + +../../loncom/lonnet/perl/lonnet.pm + + + +doc/api/Apache/lonnet.html +home/httpd/html/adm/help/api/Apache/lonnet.html +system file +POD-derived page for lonnet.pm + +loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > ../../doc/api/Apache/lonnet.html + +works/unverified + +../../loncom/lonnet/perl/lonnet.pm + + + loncom/html/index.html home/httpd/html/index.html interface file @@ -1722,7 +1858,7 @@ icons for providing a HTML-tabled view o 1.1.ld.gif; 1.1.lr.gif; 1.1.rd.gif; -1;.1.rl.gif; +1.1.rl.gif; 1.1.td.gif; 1.1.tdrl.gif; 1.1.tl.gif; @@ -1783,6 +1919,7 @@ bld.gif; blr.gif; blrd.gif; blrt.gif; +bottom.gif; brd.gif; brl.gif; brld.gif; @@ -1806,7 +1943,6 @@ insrow.gif; left.gif; middle.gif; resource.gif; -rbottom.gif; right.gif; sctd.gif; sdt.gif; @@ -1829,7 +1965,7 @@ sutd.gif -* +*.* loncom/html/adm/lonKaputt/ home/httpd/html/adm/lonKaputt/ graphic file @@ -1846,7 +1982,7 @@ lonlogo_broken.mov -* +*.* loncom/html/adm/lonIcons/ home/httpd/html/adm/lonIcons/ graphic file @@ -1854,8 +1990,11 @@ lonlogo_broken.mov logos +SMETE_white.gif; +arrow_up.gif; cab.gif; cab_big.gif; +capapanel.gif; class.gif; class_big.gif; dvi.gif; @@ -1879,10 +2018,13 @@ jar.gif; jar_big.gif; jpg.gif; jpg_big.gif; +latex.gif; liteani.gif; +lolpanel.gif; lonanim.gif; lonanimend.gif; lonhelplogos.gif; +lonhelptop.gif; lonlogo.gif; lonlogos.gif; meta.gif; @@ -1944,7 +2086,7 @@ zip_big.gif -* +*.* loncom/html/adm/lonMisc/ home/httpd/html/adm/lonMisc/ graphic file @@ -2149,6 +2291,7 @@ back.gif; bkm.gif; brws.gif; c.gif; +catalog.gif; ccrs.gif; chat.gif; chrt.gif;