--- doc/loncapafiles/loncapafiles.lpml 2002/01/29 10:31:42 1.91 +++ doc/loncapafiles/loncapafiles.lpml 2002/09/23 19:52:37 1.176 @@ -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/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 @@ -203,236 +211,266 @@ 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 +PreReq: /etc/httpd/conf/httpd.conf - + etc standard standard linux directory for configuration files - - etc/atalk - standard - appletalk configuration files - - + etc/cron.d standard standard linux directory for running time-based "jobs" - + etc/httpd/conf standard web configuration files - - etc/ntp - standard - configuration directory for network time protocol - - + etc/pam.d standard configuration directory for password authentication mechanism - + 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 - + home/httpd/lonTabs standard tab-formatted reference files - + home/httpd standard start of the web server tree - + home/httpd/perl server readonly perl scripts for managing the LON-CAPA system - + home/httpd/perl/logs server standard location where system performance and error logs are kept - - home/httpd/perl/londchld + + 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 - + home/httpd/prtspool server standard for the output of lonprintout.pm - + + home/httpd/lib + server readonly + location of LON-CAPA software modules and +extensions + + home/httpd/lib/perl server readonly location of LON-CAPA non web mod-perl handlers - + home/httpd/lib/perl/Apache server readonly location 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/lonIDs server standard cookie jar - + home/httpd/sockets server standard lonc's sockets - + home/httpd/sockets/delayed server standard lonc's sockets (delayed) - + home/httpd/cgi-bin standard location of cgi scripts - + home/httpd/html server standard location of web-accessible file tree - + home/httpd/html/res server standard root of resource tree - + + home/httpd/html/userfiles + server standard + root for user uploaded files + + home/httpd/html/adm server readonly unauthenticated resources - + home/httpd/html/adm/rat server readonly home of the rat - + home/httpd/html/adm/help server readonly online help documentation - - home/httpd/html/adm/help/api + + home/httpd/html/adm/help/gif + server readonly + online help documentation gif files + + + home/httpd/html/adm/help/eps + server readonly + online help documentation eps files + + + home/httpd/html/adm/help/tex + server readonly + online help documentation tex files + + + home/httpd/html/adm/help/png + server readonly + online help documentation png files + + + home/httpd/html/adm/help/lib/perl server readonly online help documentation for the LON-CAPA programming interface - - home/httpd/html/adm/help/api/Apache + + home/httpd/html/adm/help/lib/perl/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 - + home/httpd/html/adm/lonMisc server readonly miscellaneous resources - + home/httpd/html/adm/lonKaputt server readonly error warnings and icons - + home/httpd/lonUsers server standard Home 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. @@ -440,70 +478,112 @@ mechanism to use. roles.db) which specify the roles and privileges for a user in the LON-CAPA system.
- + home/httpd/html/adm/MathML server readonly mathematics markup language resources - + home/httpd/html/res/adm/includes server readonly files useful for including within customized scripting - + home/httpd/html/res/adm/includes/templates server readonly template files useful for customized scripts - + home/httpd/html/lon-status server standard - status reports + status reports; online logs are kept that +are viewable over the world-wide web - + home/httpd/html/res/adm/pages server readonly web user interface resources - + + home/httpd/html/adm/lonLCDfont + server readonly + LCD font for remote control + + + home/httpd/html/adm/lonDomLogos + server readonly + Logos for LON-CAPA domains + + + home/httpd/lonTabs/lonDomColors + server readonly + Designs for LON-CAPA domains + + + home/httpd/html/adm/lonInterFace + server readonly + Page headers and graphical interface files + + home/httpd/html/res/adm/pages/bookmarkmenu server readonly bookmark user interface code - + home/httpd/html/res/adm/pages/annotations server readonly - + home/httpd/html/res/adm/pages/indexericons server readonly icons that help depict the file system (outdated) - + usr/lib/perl5/site_perl/5.005 - usr/lib/perl5/site_perl/5.6.0 - usr/local/lib/perl/5.6.0 + usr/lib/perl5/site_perl/5.6.0 + usr/local/lib/perl/5.6.0 standard system perl tree (usually present on linux systems) - + + usr/local/loncapa/bin + standard + local binary files for loncapa + + + usr/local/loncapa/doc + standard + local documentation files for loncapa + + + usr/local/loncapa/doc/conf_examples + standard + examples of configuration files for secondary + services + + + usr/local/man/man1 + standard + local manual pages + + usr/man/man1 standard manual pages - + usr/man/man3 standard manual pages - + usr/sbin standard standard linux directory for superuser executables @@ -512,8 +592,8 @@ LON-CAPA system. loncom/krb.conf -etc/krb.conf -conf +usr/local/loncapa/doc/conf_examples/krb.conf +static conf which Kerberos server to contact for specified Kerberos domains @@ -538,25 +618,23 @@ each list element consists of only two s 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 - -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 @@ -578,38 +656,22 @@ MySQL database
-loncom/httpd.conf -etc/httpd/conf/httpd.conf +loncom/loncapa_apache.conf +etc/httpd/conf/loncapa_apache.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>
-
-

+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.
@@ -620,17 +682,22 @@ PerlHandler Apache::lonpage 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. -startup.pl is invoked by access.conf. +startup.pl is invoked by loncapa_apache.conf. -loncom/publisher/thesaurus.dat -home/httpd/lonTabs/thesaurus.dat -static conf +loncom/thesaurus/thesaurus.db +home/httpd/lonTabs/thesaurus.db +system file -Custom Thesaurus file for LON-CAPA, in the format -word@wordID@frequency@relatedwordID:frequency,relatedwordID:frequency,... +Thesaurus database file to be built from loncom/thesaurus/rawkey.txt + +loncom/thesaurus/build_thesaurus_wrapper.sh + + +rawkey.txt + loncom/interface/mydesk.tab @@ -649,6 +716,14 @@ Descriptive list of file extensions, and +loncom/interface/filecategories.tab +home/httpd/lonTabs/filecategories.tab +static conf + +Descriptive list of file extensions and broad categorization. + + + loncom/cgi/barcode.gif home/httpd/cgi-bin/barcode.gif script @@ -658,6 +733,38 @@ parameter. +loncom/cgi/thumbnail.gif +home/httpd/cgi-bin/thumbnail.gif +script + +Produces a thumbnail image of the url given + + + +loncom/cgi/clusterstatus.pl +home/httpd/cgi-bin/clusterstatus.pl +script + +utility cgi script to view status of cluster + + + +loncom/build/system_dependencies/perltest.pl +home/httpd/cgi-bin/perltest.pl +script + +utility cgi script to view status of perl modules + + + +loncom/build/system_dependencies/cpan_distributions.txt +home/httpd/cgi-bin/cpan_distributions.txt +interface file + +utility cgi script to view status of perl modules + + + loncom/cgi/graph.gif home/httpd/cgi-bin/graph.gif script @@ -670,6 +777,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 @@ -722,12 +845,16 @@ blank.library; blank.library.meta; blank.problem; blank.problem.meta; -formula.problem; -formula.problem.meta; +Essay.problem; +Essay.problem.meta; numerical.problem; numerical.problem.meta; +Plot.problem; +Plot.problem.meta; RadioResponse.problem; RadioResponse.problem.meta; +RandomLabelExample.problem; +RandomLabelExample.problem.meta; SelectFromOptions-4ConceptGoups.problem; SelectFromOptions-4ConceptGoups.problem.meta; SelectFromOptions-5ConceptGoups.problem; @@ -742,8 +869,8 @@ SelectFromOptions-Simple.problem; SelectFromOptions-Simple.problem.meta; script.library; script.library.meta; -SimpleStringResponse.problem; -SimpleStringResponse.problem.meta; +SimpleFormula.problem; +SimpleFormula.problem.meta; StringResponse.problem; StringResponse.problem.meta @@ -816,7 +943,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. @@ -852,9 +979,8 @@ Basic auth password to access /lon-statu loncom/smb.conf -etc/smb.conf -etc/samba/smb.conf -conf +usr/local/loncapa/doc/conf_examples/smb.conf +static conf configuration file to make LON-CAPA server file space accessible to network neighborhood @@ -862,8 +988,8 @@ neighborhood loncom/ntp.conf -etc/ntp.conf -conf +usr/local/loncapa/doc/conf_examples/ntp.conf +static conf which NTP server to contact for information (XNTP3 standard) @@ -887,6 +1013,14 @@ Batch script for updating SQL metadata d +loncom/metadata_database/cleanup_database.pl +home/httpd/perl/cleanup_database.pl +script + +Batch script for removing temporary tables from the SQL metadata database. + + + loncom/lonc home/httpd/perl/lonc script @@ -900,7 +1034,8 @@ proxy server 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 @@ -911,9 +1046,10 @@ loncom/build/pod2man.sh ../lonc > ../../ doc/scripts/lonc.html home/httpd/html/adm/help/scripts/lonc.html doc -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 @@ -930,7 +1066,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, @@ -944,7 +1080,8 @@ tmpput, tmpget, and ls). 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 @@ -955,9 +1092,10 @@ loncom/build/pod2man.sh ../lond > ../../ doc/scripts/lond.html home/httpd/html/adm/help/scripts/lond.html doc -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 @@ -965,6 +1103,12 @@ loncom/build/pod2html.sh ../lond > ../.. +loncom/build/CHECKRPMS +home/httpd/cgi-bin/CHECKRPMS +script +CGI script that checks status of RPMs + + loncom/cgi/loncron.pl home/httpd/cgi-bin/loncron.pl script @@ -988,7 +1132,8 @@ loncom/build/pod2html.sh ../lond > ../.. 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 @@ -999,9 +1144,10 @@ loncom/build/pod2man.sh ../lonsql > ../. doc/scripts/lonsql.html home/httpd/html/adm/help/scripts/lonsql.html doc -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 @@ -1038,6 +1184,17 @@ new user. being updated +loncom/lchtmldir +home/httpd/perl/lchtmldir +setuid script + +Manages the file system ramifications 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 + + loncom/lcuserdel home/httpd/perl/lcuserdel setuid script @@ -1101,6 +1258,14 @@ Interface file for responding to imprope +loncom/html/adm/overloaded.txt +home/httpd/html/adm/overloaded.txt +interface file + +Interface file for responding to overload situations. + + + loncom/xml/physnet.sty home/httpd/html/res/adm/includes/physnet.sty static conf @@ -1110,14 +1275,15 @@ 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. -loncom/misc/un_keyword.tab +loncom/thesaurus/un_keyword.tab home/httpd/html/res/adm/includes/un_keyword.tab conf @@ -1171,6 +1337,78 @@ Edit handler for rat maps; TeX content h works/unverified +loncom/interface/londocs.pm +home/httpd/lib/perl/Apache/londocs.pm +handler + +Handler for course documents + +works/unverified + + +loncom/interface/lonchat.pm +home/httpd/lib/perl/Apache/lonchat.pm +handler + +Handler for chat + +works/unverified + + +loncom/interface/lonchatfetch.pm +home/httpd/lib/perl/Apache/lonchatfetch.pm +handler + +Handler for periodically fetch new lines of chat + +works/unverified + + +loncom/interface/lonannounce.pm +home/httpd/lib/perl/Apache/lonannounce.pm +handler + +Handler to put up announcements and calendar + +works/unverified + + +loncom/interface/lonsyllabus.pm +home/httpd/lib/perl/Apache/lonsyllabus.pm +handler + +Handler to put up syllabus + +works/unverified + + +loncom/interface/lonsimplepage.pm +home/httpd/lib/perl/Apache/lonsimplepage.pm +handler + +Handler to put up simple page + +works/unverified + + +loncom/interface/lonbulletin.pm +home/httpd/lib/perl/Apache/lonbulletin.pm +handler + +Handler to put up bulletin board + +works/unverified + + +loncom/interface/lonaboutme.pm +home/httpd/lib/perl/Apache/lonaboutme.pm +handler + +Handler to put up personal info + +works/unverified + + loncom/publisher/loncfile.pm home/httpd/lib/perl/Apache/loncfile.pm handler @@ -1181,6 +1419,322 @@ construction space menu. works/unverified +loncom/interface/lonhelp.pm +home/httpd/lib/perl/Apache/lonhelp.pm +handler + +The .tex file help handler. + +works/unverified +loncom/build/buildHelp.sh + + +loncom/html/adm/help/abouthelp.html +home/httpd/html/adm/help/abouthelp.html +interface file + +Index file for the help system + + + +doc/help/author.manual.access.tex +home/httpd/html/adm/help/tex/author.manual.access.tex + +interface file + +The pseudo-LaTeX file to allow people to read the author's manual online, with +a somewhat clumsy interface. + +works/unverified + + +doc/help/course.manual.access.tex +home/httpd/html/adm/help/tex/course.manual.access.tex + +interface file + +The pseudo-LaTeX file to allow people to read the course administrator's +manual online, with a somewhat clumsy interface. + +works/unverified + + +doc/help/author.manual.ps +home/httpd/html/adm/help/author.manual.ps +interface file + +The postscript Author's Manual + +works/unverified + + +doc/help/author.manual.pdf +home/httpd/html/adm/help/author.manual.pdf +handler + +The PDF Author's Manual + +works/unverified + + +doc/help/course.manual.ps +home/httpd/html/adm/help/course.manual.ps +interface file + +The postscript Course Manual + +works/unverified + + +doc/help/course.manual.pdf +home/httpd/html/adm/help/course.manual.pdf +interface file + +The PDF Course Manual + +works/unverified + + +*.* +loncom/html/adm/help/gif/ + +home/httpd/html/adm/help/gif/ +interface file + +Gif files for the help system + + +authorRemote.gif; +constructionSpace.gif; +constructionSpaceForPublishing.gif; +creatingANewCourse.gif; +creatingNewProblemResource.gif; +dynamic_piecewise.gif; +dynamic_piecewise2.gif; +dynamic_plot.gif; +dynamic_plot2.gif; +formulaResponse.gif; +login.gif; +lonhelpheader.gif; +mapAdvancedEditorNew.gif; +mapClickedStart.gif; +mapEditFirstClick.gif; +mapEditInitial.gif; +mapEditingButton.gif; +mapEditorDirectoryBrowser.gif; +mapEditorResourceChosen.gif; +mapEditorSelection.gif; +mapInsertResource.gif; +mapNewResource.gif; +mapSecondWindowSecondResource.gif; +mapSimpleEditor.gif; +mapStraightened.gif; +mapTwoResources.gif; +numericalResponse1.gif; +numericalResponseEditor.gif; +numericalResponseSlopeProblem.gif; +numericalResponseVarInText.gif; +optionResponseEditing.gif; +optionResponseProblem.gif; +publishMetadata.gif; +radioResponse2.gif; +radioResponseHint.gif; +smallHelp.gif; +spreadsheet_hierarchy.gif; +stringResponseEditor.gif; +studentInterface.gif + + + +*.* +loncom/html/adm/help/eps/ + +home/httpd/html/adm/help/eps/ +interface file + +EPS files for the help system + + +authorRemote.eps; +constructionSpace.eps; +constructionSpaceForPublishing.eps; +creatingANewCourse.eps; +creatingNewProblemResource.eps; +dynamic_piecewise.eps; +dynamic_piecewise2.eps; +dynamic_plot.eps; +dynamic_plot2.eps; +formulaResponse.eps; +lonhelpheader.eps; +login.eps; +mapAdvancedEditorNew.eps; +mapClickedStart.eps; +mapEditFirstClick.eps; +mapEditInitial.eps; +mapEditingButton.eps; +mapEditorDirectoryBrowser.eps; +mapEditorResourceChosen.eps; +mapEditorSelection.eps; +mapInsertResource.eps; +mapNewResource.eps; +mapSecondWindowSecondResource.eps; +mapSimpleEditor.eps; +mapStraightened.eps; +mapTwoResources.eps; +numericalResponse1.eps; +numericalResponseEditor.eps; +numericalResponseSlopeProblem.eps; +numericalResponseVarInText.eps; +optionResponseEditing.eps; +optionResponseProblem.eps; +publishMetadata.eps; +radioResponse2.eps; +radioResponseHint.eps; +smallHelp.eps; +spreadsheet_hierarchy.eps; +stringResponseEditor.eps; +studentInterface.eps + + + +*.* +loncom/html/adm/help/tex/ + +home/httpd/html/adm/help/tex/ +interface file + +Tex files for the help system + + +About_Authors_Manual.tex; +About_Numerical_and_Formula_Response.tex; +Ambiguous_Reference.tex; +Author_LON-CAPA_Introduction.tex; +Author_Manual_Title_Page.tex; +Author_Numerical_and_Formula.tex; +Author_Remote_Control.tex; +Authoring_Adding_Pictures.tex; +Authoring_Dynamic_Plot.tex; +Authoring_HTML_vs_Tex.tex; +Authoring_M_Tag.tex; +Authoring_Piecewise_Plot.tex; +Calling_Functions.tex; +Coauthor.tex; +Construction_Space_Overview.tex; +Course_Add_Student.tex; +Course_Chart_To_Excel.tex; +Course_Convert_To_CSV.tex; +Course_Create_Class_List.tex; +Course_Critical_Message.tex; +Course_Deleting.tex; +Course_Disable_Discussion.tex; +Course_Discussion_Board.tex; +Course_Drop_Student.tex; +Course_Edit_Content.tex; +Course_Feedback_Addresses.tex; +Course_Homework_Performance_Overview.tex; +Course_Message_Access.tex; +Course_Problem_Weight.tex; +Course_Setting_Parameters.tex; +Course_Student_Grade_Override.tex; +Course_Student_Work.tex; +Course_Toplevel_Seq.tex; +Creating_A_Course_Intro.tex; +Creating_New_Content_Pages.tex; +Creating_Online_Problems.tex; +Creating_Radio_Response_Problems.tex; +Foils.tex; +Formula_Response_Example.tex; +Formula_Response_Limitations.tex; +Formula_Response_Problems.tex; +Formula_Response_Sampling.tex; +Formula_Tolerance.tex; +How_To_Edit_Existing_Content_Pages.tex; +Latex_Footer.tex; +Latex_Header.tex; +Login_To_LON-CAPA.tex; +Metadata_Description.tex; +Numerical_Response_Advanced_Example.tex; +Numerical_Response_Format.tex; +Numerical_Response_Intro.tex; +Numerical_Response_Introduction.tex; +Numerical_Response_Parts_A.tex; +Numerical_Response_Parts_B.tex; +Numerical_Response_Problems.tex; +Numerical_Response_Randomization.tex; +Numerical_Response_Simple_Example.tex; +Numerical_Response_Tutorial_A.tex; +Numerical_Response_Units.tex; +Option_Response_Concept_Group_Example.tex; +Option_Response_Matching_Example.tex; +Option_Response_Problem_Creation.tex; +Option_Response_Problem_Figure.tex; +Option_Response_Problem_Parts.tex; +Option_Response_Problems.tex; +Option_Response_Simple.tex; +Problem_Editor_Testing_Area.tex; +Problem_Editor_XML_Index.tex; +Problem_Types.tex; +Publishing_A_Resource.tex; +Publishing_Author_Tutorial_Segue.tex; +Publishing_Copyright.tex; +Publishing_Intro.tex; +Publishing_Keywords.tex; +Radio_Response_Problems.tex; +Radio_Response_Randomization.tex; +Resource_Types.tex; +Script_Tutorial_Intro.tex; +Scripting_Help.tex; +Sequence_Advanced_Editor_Creation.tex; +Sequence_Definition.tex; +Sequence_Editor_Selection.tex; +Sequence_Page_Maps.tex; +Sequence_Simple_Editor_Creation.tex; +Sequence_Top-Level.tex; +Significant_Figures.tex; +Spreadsheet_About.tex; +Spreadsheet_Alternative_View.tex; +Spreadsheet_Changes_To_Grading.tex; +Spreadsheet_Col_Sum.tex; +Spreadsheet_Completely_Recalc.tex; +Spreadsheet_Empty_Rows.tex; +Spreadsheet_Export_Row.tex; +Spreadsheet_Functions.tex; +Spreadsheet_Import_Values.tex; +Spreadsheet_Levels.tex; +Spreadsheet_Lists.tex; +Spreadsheet_Max_Depth_Exceeded.tex; +Spreadsheet_OOO_Rows.tex; +Spreadsheet_Op_On_All_Problem_Parts.tex; +Spreadsheet_Parms.tex; +Spreadsheet_Problem_Weight.tex; +Spreadsheet_Ranges.tex; +Spreadsheet_Specifying_Cells.tex; +Spreadsheet_Student_Visible.tex; +Spreadsheet_Symbolic_Names.tex; +Spreadsheet_Template_Row.tex; +Spreadsheet_Ternary_Operator.tex; +Spreadsheet_Tries.tex; +String_Response_Problem_Creation.tex; +String_Response_Problems.tex; +Tolerance.tex; +Variable_Naming_Conventions.tex; +Variable_Tutorial_A.tex; +Variables_in_Scripts.tex; +Variables_in_the_Answer_Block.tex; +Variables_in_the_Text_Block.tex + + + +loncom/html/adm/help/fragmentLabels.gdbm +home/httpd/html/adm/help/fragmentLabels.gdbm +interface file + +A gdbm file containing a label->tex file hash. + +works/unverified + + loncom/interface/lonstatistics.pm home/httpd/lib/perl/Apache/lonstatistics.pm handler @@ -1190,6 +1744,46 @@ Handler to show statistics on solving LO works/unverified +loncom/interface/statistics/lonproblemstatistics.pm +home/httpd/lib/perl/Apache/lonproblemstatistics.pm + +handler + +The module that generate the html for the Problem Statistics web pages. + +works/unverified + + +loncom/interface/statistics/lonpercentage.pm +home/httpd/lib/perl/Apache/lonpercentage.pm + +handler + +The module that generate the html for the Percentage graph web pages. + +works/unverified + + +loncom/interface/statistics/lonproblemanalysis.pm +home/httpd/lib/perl/Apache/lonproblemanalysis.pm + +handler + +The module that generate the html for the Problem Analysis web pages. + +works/unverified + + +loncom/interface/statistics/lonstudentassessment.pm +home/httpd/lib/perl/Apache/lonstudentassessment.pm + +handler + +The module that generate the html for the Student Assessment/Chart web pages. + +works/unverified + + loncom/publisher/londiff.pm home/httpd/lib/perl/Apache/londiff.pm handler @@ -1213,7 +1807,8 @@ Handler to upload files through browser 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 @@ -1221,12 +1816,15 @@ loncom/build/pod2man.sh ../publisher/lon -doc/api/Apache/lonupload.html -home/httpd/html/adm/help/api/Apache/lonupload.html +doc/lib/perl/Apache/lonupload.html +home/httpd/html/adm/help/lib/perl/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/lib/perl/Apache/lonupload.html && \ +echo 'pod2html lonupload.pm' works/unverified @@ -1243,6 +1841,25 @@ 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 + +Holds results and defines +tag handlers needed by externalresponse.pm + +works/unverified + + loncom/publisher/lonpubdir.pm home/httpd/lib/perl/Apache/lonpubdir.pm handler @@ -1251,12 +1868,21 @@ Handler to publish directories. +loncom/publisher/lonunauthorized.pm +home/httpd/lib/perl/Apache/lonunauthorized.pm +handler + +Handler to explain failed contruction space access. + + + 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' +loncom/build/pod2man.sh ../publisher/lonpubdir.pm > \ +../../doc/man/Apache__lonpubdir.3 && echo 'manifying lonpubdir.pm' works/unverified @@ -1264,12 +1890,15 @@ loncom/build/pod2man.sh ../publisher/lon -doc/api/Apache/lonpubdir.html -home/httpd/html/adm/help/api/Apache/lonpubdir.html +doc/lib/perl/Apache/lonpubdir.html +home/httpd/html/adm/help/lib/perl/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/lib/perl/Apache/lonpubdir.html && \ +echo 'pod2html lonpubdir.pm' works/unverified @@ -1291,7 +1920,8 @@ Handler to retrieve old versions from re 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 @@ -1299,12 +1929,16 @@ loncom/build/pod2man.sh ../publisher/lon -doc/api/Apache/lonretrieve.html -home/httpd/html/adm/help/api/Apache/lonretrieve.html +doc/lib/perl/Apache/lonretrieve.html + +home/httpd/html/adm/help/lib/perl/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/lib/perl/Apache/lonretrieve.html && \ +echo 'pod2html lonretrieve.pm' works/unverified @@ -1325,7 +1959,8 @@ Helper functions when in homework edit m doc man 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 @@ -1333,12 +1968,15 @@ loncom/build/pod2man.sh ../homework/edit -doc/api/Apache/edit.html -home/httpd/html/adm/help/api/Apache/edit.html +doc/lib/perl/Apache/edit.html +home/httpd/html/adm/help/lib/perl/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' +loncom/build/pod2html.sh ../homework/edit.pm > \ +../../doc/lib/perl/Apache/edit.html \ +&& echo 'pod2html edit.pm' works/unverified @@ -1400,11 +2038,19 @@ them roles. works/unverified -loncom/interface/lonchart.pm -home/httpd/lib/perl/Apache/lonchart.pm +loncom/interface/lonhtmlcommon.pm +home/httpd/lib/perl/Apache/lonhtmlcommon.pm handler -Produces simple LectureOnline-like student assessment performance chart +Contains a set of functions that generate html controls and data layouts + + + +loncom/interface/loncoursedata.pm +home/httpd/lib/perl/Apache/loncoursedata.pm +handler + +Common functions for handling student course data (download and process) @@ -1423,7 +2069,8 @@ user, domain, home_server, course_id. 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 @@ -1431,12 +2078,15 @@ loncom/build/pod2man.sh ../interface/lon -doc/api/Apache/loncommon.html -home/httpd/html/adm/help/api/Apache/loncommon.html +doc/lib/perl/Apache/loncommon.html +home/httpd/html/adm/help/lib/perl/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/lib/perl/Apache/loncommon.html && \ +echo 'pod2html loncommon.pm' works/unverified @@ -1581,12 +2231,22 @@ Handles a searchable catalogue. works/unverified +loncom/interface/lonmysql.pm +home/httpd/lib/perl/Apache/lonmysql.pm +handler + +Provides utility functions for creating and accessing mysql database tables. + +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' +loncom/build/pod2man.sh ../interface/lonsearchcat.pm > \ +../../doc/man/Apache__lonsearchcat.3 && echo 'manifying lonsearchcat.pm' works/unverified @@ -1594,12 +2254,16 @@ loncom/build/pod2man.sh ../interface/lon -doc/api/Apache/lonsearchcat.html -home/httpd/html/adm/help/api/Apache/lonsearchcat.html +doc/lib/perl/Apache/lonsearchcat.html + +home/httpd/html/adm/help/lib/perl/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/lib/perl/Apache/lonsearchcat.html && \ +echo 'pod2html lonsearchcat.pm' works/unverified @@ -1668,7 +2332,8 @@ Handler to resolve ambiguous file locati 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 @@ -1676,12 +2341,15 @@ loncom/build/pod2man.sh ../interface/lon -doc/api/Apache/lonparmset.html -home/httpd/html/adm/help/api/Apache/lonparmset.html +doc/lib/perl/Apache/lonparmset.html +home/httpd/html/adm/help/lib/perl/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/lib/perl/Apache/lonparmset.html && \ +echo 'pod2html lonparmset.pm' works/unverified @@ -1713,7 +2381,8 @@ Publishes an LON-CAPA educational resour 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 @@ -1721,12 +2390,16 @@ loncom/build/pod2man.sh ../publisher/lon -doc/api/Apache/lonpublisher.html -home/httpd/html/adm/help/api/Apache/lonpublisher.html +doc/lib/perl/Apache/lonpublisher.html + +home/httpd/html/adm/help/lib/perl/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/lib/perl/Apache/lonpublisher.html && \ +echo 'pod2html lonpublisher.pm' works/unverified @@ -1768,6 +2441,15 @@ Homework remote control. works/unverified +loncom/html/res/adm/pages/chatroom.html +home/httpd/html/res/adm/pages/chatroom.html +handler + +Establishes frameset for chatroom + +works/unverified + + loncom/html/res/adm/pages/annotator/admannotations.pm home/httpd/lib/perl/Apache/admannotations.pm handler @@ -1812,7 +2494,8 @@ bundles pages into one page 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 @@ -1820,12 +2503,14 @@ loncom/build/pod2man.sh ../../rat/lonpag -doc/api/Apache/lonpage.html -home/httpd/html/adm/help/api/Apache/lonpage.html +doc/lib/perl/Apache/lonpage.html +home/httpd/html/adm/help/lib/perl/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/lib/perl/Apache/lonpage.html && echo 'pod2html lonpage.pm' works/unverified @@ -1837,7 +2522,7 @@ loncom/build/pod2html.sh ../../rat/lonpa home/httpd/lib/perl/Apache/lonuserstate.pm handler -compile course into binary data structure (in loncom/rat) +compile course into binary data structure works/unverified @@ -1847,7 +2532,8 @@ compile course into binary data structur 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 @@ -1855,12 +2541,16 @@ loncom/build/pod2man.sh ../../rat/lonuse -doc/api/Apache/lonuserstate.html -home/httpd/html/adm/help/api/Apache/lonuserstate.html +doc/lib/perl/Apache/lonuserstate.html + +home/httpd/html/adm/help/lib/perl/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/lib/perl/Apache/lonuserstate.html && \ +echo 'pod2html lonuserstate.pm' works/unverified @@ -1872,7 +2562,7 @@ loncom/build/pod2html.sh ../../rat/lonus home/httpd/lib/perl/Apache/lontex.pm handler -Handler for tex files (somewhere in modules) +Handler for tex files works/unverified @@ -1956,8 +2646,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 @@ -1997,6 +2687,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 @@ -2023,7 +2724,8 @@ as coordinating access to educational re 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 @@ -2031,12 +2733,14 @@ loncom/build/pod2man.sh ../auth/lonacc.p -doc/api/Apache/lonacc.html -home/httpd/html/adm/help/api/Apache/lonacc.html +doc/lib/perl/Apache/lonacc.html + +home/httpd/html/adm/help/lib/perl/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' +loncom/build/pod2html.sh ../auth/lonacc.pm > \ +../../doc/lib/perl/Apache/lonacc.html && echo 'pod2html lonacc.pm' works/unverified @@ -2053,12 +2757,41 @@ access handler for file transfers works/unverified +loncom/auth/lontokacc.pm +home/httpd/lib/perl/Apache/lontokacc.pm +handler + +handler for inter-server transfer of token accessed files, includes +cleanup handler to remove file when successfully done + +works/unverified + + +loncom/auth/lonuploadedacc.pm +home/httpd/lib/perl/Apache/lonuploadedacc.pm +handler + +access handler for user uploaded files + +works/unverified + + +loncom/lontrans.pm +home/httpd/lib/perl/Apache/lontrans.pm +handler + +URI to filename translation + +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' +loncom/build/pod2man.sh ../auth/lonracc.pm > \ +../../doc/man/Apache__lonracc.3 && echo 'manifying lonracc.pm' works/unverified @@ -2066,12 +2799,14 @@ loncom/build/pod2man.sh ../auth/lonracc. -doc/api/Apache/lonracc.html -home/httpd/html/adm/help/api/Apache/lonracc.html +doc/lib/perl/Apache/lonracc.html +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/api/Apache/lonracc.html && echo 'pod2html lonracc.pm' +loncom/build/pod2html.sh ../auth/lonracc.pm > \ +../../doc/lib/perl/Apache/lonracc.html && echo 'pod2html lonracc.pm' works/unverified @@ -2102,7 +2837,8 @@ for the "priv"-type access, the resource doc man 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 @@ -2110,12 +2846,14 @@ loncom/build/pod2man.sh ../auth/loncacc. -doc/api/Apache/loncacc.html -home/httpd/html/adm/help/api/Apache/loncacc.html +doc/lib/perl/Apache/loncacc.html +home/httpd/html/adm/help/lib/perl/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' +loncom/build/pod2html.sh ../auth/loncacc.pm > \ +../../doc/lib/perl/Apache/loncacc.html && echo 'pod2html loncacc.pm' works/unverified @@ -2169,7 +2907,8 @@ class. doc man 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 @@ -2177,12 +2916,14 @@ loncom/build/pod2man.sh ../auth/lonroles -doc/api/Apache/lonroles.html -home/httpd/html/adm/help/api/Apache/lonroles.html +doc/lib/perl/Apache/lonroles.html +home/httpd/html/adm/help/lib/perl/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' +loncom/build/pod2html.sh ../auth/lonroles.pm > \ +../../doc/lib/perl/Apache/lonroles.html && echo 'pod2html lonroles.pm' works/unverified @@ -2204,7 +2945,8 @@ cross server filesystem browser 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 @@ -2212,12 +2954,15 @@ loncom/build/pod2man.sh ../interface/lon -doc/api/Apache/lonindexer.html -home/httpd/html/adm/help/api/Apache/lonindexer.html +doc/lib/perl/Apache/lonindexer.html +home/httpd/html/adm/help/lib/perl/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/lib/perl/Apache/lonindexer.html && \ +echo 'pod2html lonindexer.pm' works/unverified @@ -2258,7 +3003,8 @@ symbols to and from more descriptive phr 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 @@ -2266,12 +3012,14 @@ loncom/build/pod2man.sh ../lonnet/perl/l -doc/api/Apache/lonnet.html -home/httpd/html/adm/help/api/Apache/lonnet.html +doc/lib/perl/Apache/lonnet.html +home/httpd/html/adm/help/lib/perl/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' +loncom/build/pod2html.sh ../lonnet/perl/lonnet.pm > \ +../../doc/lib/perl/Apache/lonnet.html && echo 'pod2html lonnet.pm' works/unverified @@ -2347,6 +3095,22 @@ javascript +rat/client/extpickcode.html +home/httpd/html/adm/rat/extpickcode.html +interface file + +javascript + + + +rat/client/extpickframe.html +home/httpd/html/adm/rat/extpickframe.html +interface file + +javascript + + + rat/client/map.html home/httpd/html/adm/rat/map.html interface file @@ -2505,10 +3269,12 @@ lonlogo_broken.mov home/httpd/html/adm/lonIcons/ graphic file -logos +logos and general widget icons SMETE_white.gif; +aboutlon.gif; +accessbutton.gif; arrow_up.gif; cab.gif; cab_big.gif; @@ -2521,6 +3287,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; @@ -2529,6 +3299,7 @@ form.gif; form_big.gif; gif.gif; gif_big.gif; +header.gif; htm.gif; html.gif; html_big.gif; @@ -2537,14 +3308,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; @@ -2582,8 +3358,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; @@ -2609,15 +3388,14 @@ zip_big.gif home/httpd/html/adm/lonMisc/ graphic file -Miscellaneous resources. Respectively: button for catalog, -button to set parameters in a page, -button to do regrades, button to check on problem submissions, +Miscellaneous resources. authorfeed.gif; bomb.gif; cat_button.gif; chat.gif; +eval_button.gif; feedback.gif; pprm_button.gif; pgrd_button.gif; @@ -2627,7 +3405,7 @@ subm_button.gif loncom/xml/tth.pm 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.pm system file perl module for invoking functions specific to TeX-to-HTML conversion @@ -2641,9 +3419,30 @@ 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 + + +loncom/configuration/Configuration.pm +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 + + modules/TexConvert/tthperl/tth.so 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.so system file shared library file for dynamic loading and unloading @@ -2666,7 +3465,7 @@ modules/TexConvert/tthperl/commands loncom/homework/caparesponse/capa.pm 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.pm system file perl module for invoking functions specific to CAPA @@ -2681,7 +3480,7 @@ the build process however. loncom/homework/caparesponse/capa.bs 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.bs system file bootstrap file associated with dynamic loading of this module on multiple @@ -2697,7 +3496,7 @@ the build process however. loncom/homework/caparesponse/capa.so 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.so system file shared library file for dynamic loading and unloading @@ -2707,7 +3506,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 @@ -2777,8 +3602,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. @@ -2800,19 +3625,99 @@ Define unit prefixing and conversion for +*.jpg +loncom/html/adm/lonInterFace/ +home/httpd/html/adm/lonInterFace/ +graphic file +Pages headers + +admin.jpg; +author.jpg; +coordinator.jpg; +header.jpg; +student.jpg; + + + +*.gif +loncom/html/adm/lonDomLogos/ +home/httpd/html/adm/lonDomLogos/ +graphic file +Logos of LON-CAPA domains + + + + +*.tab +loncom/html/adm/lonDomColors/ +home/httpd/lonTabs/lonDomColors/ +conf +Designs of LON-CAPA domains + + + + +*.gif +loncom/html/adm/lonLCDfont/ +home/httpd/html/adm/lonLCDfont/ +graphic file +LON-CAPA remote control LCD font + +0.gif; +1.gif; +2.gif; +3.gif; +4.gif; +5.gif; +6.gif; +7.gif; +8.gif; +9.gif; +a.gif; +b.gif; +c.gif; +d.gif; +e.gif; +f.gif; +g.gif; +h.gif; +i.gif; +j.gif; +k.gif; +l.gif; +m.gif; +n.gif; +o.gif; +p.gif; +q.gif; +r.gif; +s.gif; +t.gif; +u.gif; +v.gif; +w.gif; +x.gif; +y.gif; +z.gif; +colon.gif; +hyphen.gif; +slash.gif; +space.gif; + + + *.gif loncom/html/res/adm/pages/ -home/httpd/html/res/adm/pages/ +home/httpd/html/res/adm/pages/ graphic file icons used for the entire LON-CAPA user interface -a.gif; +anno.gif; anot.gif; -b.gif; back.gif; +bchat.gif; bkm.gif; brws.gif; -c.gif; catalog.gif; ccrs.gif; chat.gif; @@ -2821,70 +3726,48 @@ com.gif; courses.gif; cprv.gif; cstr.gif; -d.gif; dempty.gif; -e.gif; +docs.gif; egrd.gif; empty.gif; enrl.gif; eval.gif; -f.gif; fdbk.gif; feedback.gif; forw.gif; -g.gif; grds.gif; group.gif; -h.gif; help.gif; -hyphen.gif; -i.gif; info.gif; -j.gif; -k.gif; -l.gif; ledblink.gif; ledgreen.gif; ledoff.gif; ledon.gif; ledsend.gif; logout.gif; -m.gif; mrk.gif; -n.gif; nav.gif; next.gif; -o.gif; -p.gif; +nothumb.gif; parm.gif; pgrd.gif; pparm.gif; +pref.gif; prev.gif; prt.gif; -q.gif; qempty.gif; -r.gif; reload.gif; remotebg.gif; res.gif; roles.gif; -s.gif; sbkm.gif; -space.gif; spacer.gif; sprs.gif; src.gif; stat.gif; subm.gif; -t.gif; title.gif; -u.gif; -v.gif; vbkm.gif; -w.gif; -x.gif; -y.gif; -z.gif @@ -2914,10 +3797,11 @@ renders the HTML (including image maps) *.gif loncom/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 +icons used for directory indexing and login screen a.gif; @@ -3014,10 +3898,11 @@ world2.gif *.gif loncom/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 +icons used for the bookmark portion of the LON-CAPA user interface folder_anim.gif; @@ -3048,10 +3933,11 @@ ur_corner.gif *.html loncom/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 +associated with the scheme of displaying bookmarks bookmarkmenu_toolbar.html; @@ -3069,40 +3955,58 @@ javascript for handling client-side inte -loncom/build/loncapaverifypackages -usr/sbin/loncapaverifypackages -script +loncom/build/CHECKRPMS +usr/local/loncapa/bin/CHECKRPMS +root script -checks the system RPMs against what install.lon-capa.org specifies +manilla wrapper around check-rpms -deprecated +tested/documented/beta -loncom/build/loncaparestoreconfigurations -usr/sbin/loncaparestoreconfigurations -script +loncom/build/check-rpms +usr/local/loncapa/bin/check-rpms +root script -restores .rpmsave files after a LON-CAPA-base upgrade +compare installed rpms with up-to-date distribution -deprecated +tested/documented/beta -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/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/loncapaverify -usr/sbin/loncapaverify +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/loncaparestoreconfigurations +usr/sbin/loncaparestoreconfigurations script -makes verification report using loncapaverifypackages and -loncapaverifybasepackage +restores .rpmsave files after a LON-CAPA-base upgrade deprecated @@ -3116,8 +4020,9 @@ file that specifies periodic processes t loncom/ntp/step-tickers -etc/ntp/step-tickers -conf +usr/local/loncapa/doc/conf_examples/ntp_step-tickers + +static conf file that stimulates running of ntpdate upon init.d/xntpd initiation @@ -3152,7 +4057,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; @@ -3168,8 +4073,8 @@ symbolic links to /etc/rc.d/init.d/lonco loncom/atalk/config -etc/atalk/config -conf +usr/local/loncapa/doc/conf_examples/config +static conf configuration file to make LON-CAPA server file space accessible to Appleshares access (Macintosh)