--- doc/loncapafiles/loncapafiles.lpml 2001/07/18 13:35:24 1.19 +++ doc/loncapafiles/loncapafiles.lpml 2002/03/02 22:35:14 1.107 @@ -1,5 +1,33 @@ + - + + + + @@ -8,86 +36,147 @@ + + +!!! 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 !!!!!!!!!!!!!!!!!!!! +!!!!!!!!! TO PERL 5.6.0 ERROR !!!!!!!!!!!!!!!!!!!! +!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +!!!! The offending line is in CGI/Cookie.pm !! +!!!! !! +!!!! 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. !! + + / /home/user/loncapa/ 0444root:root + interfacefile 0644www:www + interfacefile 6755root:root + setuid 6755root:root + setuid 0444root:root + handler 0600www:www + handler 0444root:root + static 0444root:root + static 0644root:root + configurable 0644root:root + configurable - 0700www:www + 0500www:www + script - 0500www:www + 0700www:www + script 0444root:root + graphicfile 0400www:www + graphicfile + + + 0644root:root + systemfile + + + 0644root:root + systemfile 0644root:root + systemfile 0644root:root + systemfile 0700root:root + rootscript 0700root:root + rootscript root:root + link root:root + link 0755root:root + directory 0755root:root + directory 0700www:www + directory 0755www:www + directory 0500www:www + directory 0700www:www + directory @@ -95,17 +184,18 @@ LON-CAPA-base 3.1 1 - Laboratory for Instructional Technology Education, Division of Science and Mathematics Education, Michigan State University. + Laboratory for Instructional Technology Education, +Division of Science and Mathematics Education, Michigan State University. + /home/harris41/LON-CAPA-BuildRoot GNU General Public License. Version 2, June 1991. Michigan State University patents may apply. 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 @@ -119,20 +209,102 @@ 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 + + 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/samba + standard + configuration directory for samba authentication + + + + etc/rc.d/init.d + etc/init.d + standard + scripts that run during system startup + + + etc/rc.d/rc0.d + etc/rc0.d + standard + scripts that run for run-level 0 + + + etc/rc.d/rc1.d + etc/rc1.d + standard + scripts that run for run-level 1 + + + etc/rc.d/rc2.d + etc/rc2.d + standard + scripts that run for run-level 2 + + + etc/rc.d/rc3.d + etc/rc3.d + standard + scripts that run for run-level 3 + + + etc/rc.d/rc4.d + etc/rc4.d + standard + scripts that run for run-level 4 + + + etc/rc.d/rc5.d + etc/rc5.d + standard + scripts that run for run-level 5 + + + etc/rc.d/rc6.d + etc/rc6.d + standard + scripts that run for run-level 6 + + home/httpd/lonTabs standard tab-formatted reference files @@ -143,11 +315,6 @@ echo '********************************** start of the web server tree - etc - standard - standard linux directory for configuration files - - home/httpd/perl server readonly perl scripts for managing the LON-CAPA system @@ -155,12 +322,33 @@ echo '********************************** home/httpd/perl/logs server standard - location where system performance and error logs are kept + location where system performance and error logs are kept + + + + home/httpd/html/lon-status/londchld + server standard + +Used by lond parent to check if children are responding to USR1 signals +(otherwise they are killed and replaced). + home/httpd/perl/tmp server standard - location where temporary files (for caching) are stored + location where temporary files (for caching) are stored + + + + 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 home/httpd/lib/perl/Apache @@ -183,6 +371,11 @@ echo '********************************** lonc's sockets (delayed) + home/httpd/cgi-bin + standard + location of cgi scripts + + home/httpd/html server standard location of web-accessible file tree @@ -203,6 +396,29 @@ echo '********************************** home of the rat + home/httpd/html/adm/help + server readonly + 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 @@ -210,7 +426,7 @@ echo '********************************** home/httpd/html/adm/lonMisc server readonly - + miscellaneous resources home/httpd/html/adm/lonKaputt @@ -225,25 +441,14 @@ 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 -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. - There is also are files such as roles.hist (and its database compilation, +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. + There also are files such as roles.hist (and its database compilation, roles.db) which specify the roles and privileges for a user in the LON-CAPA system.
- home/httpd/html/lon-status - server standard - status reports - - - usr/lib/perl5/site_perl/5.005 - usr/lib/perl5/site_perl/5.6.0 - usr/local/lib/perl/5.6.0 - standard - system perl tree (usually present on linux systems) - - home/httpd/html/adm/MathML server readonly mathematics markup language resources @@ -251,10 +456,12 @@ LON-CAPA system. home/httpd/html/res/adm/includes server readonly - files useful for including within customized scripting + files useful for including within customized scripting + - home/httpd/html/res/adm/includes/templates + home/httpd/html/res/adm/includes/templates + server readonly template files useful for customized scripts @@ -269,91 +476,91 @@ LON-CAPA system. web user interface resources - home/httpd/html/res/adm/pages/bookmarkmenu + home/httpd/html/res/adm/pages/bookmarkmenu + server readonly bookmark user interface code - home/httpd/html/res/adm/pages/annotations + home/httpd/html/res/adm/pages/annotations + server readonly - usr/sbin - standard - standard linux directory for superuser executables - - - etc/cron.d - standard - standard linux directory for running time-based "jobs" - - - etc/ntp - standard - configuration directory for network time protocol - - - etc/rc.d/init.d - etc/init.d - standard - scripts that run during system startup - - - etc/rc.d/rc0.d - etc/rc0.d - standard - scripts that run for run-level 0 - - - etc/rc.d/rc1.d - etc/rc1.d - standard - scripts that run for run-level 1 + home/httpd/html/res/adm/pages/indexericons + + server readonly + icons that help depict the file system (outdated) - etc/rc.d/rc2.d - etc/rc2.d + usr/lib/perl5/site_perl/5.005 + usr/lib/perl5/site_perl/5.6.0 + usr/local/lib/perl/5.6.0 standard - scripts that run for run-level 2 + system perl tree (usually present on linux systems) + - etc/rc.d/rc3.d - etc/rc3.d + usr/local/bin standard - scripts that run for run-level 3 + local binary files - etc/rc.d/rc4.d - etc/rc4.d + usr/local/man/man1 standard - scripts that run for run-level 4 + local manual pages - etc/rc.d/rc5.d - etc/rc5.d + usr/man/man1 standard - scripts that run for run-level 5 + manual pages - etc/rc.d/rc6.d - etc/rc6.d + usr/man/man3 standard - scripts that run for run-level 6 + manual pages - etc/atalk + usr/sbin standard - appletalk configuration files - - - home/httpd/html/res/adm/pages/indexericons - server readonly - icons that help depict the file system (outdated) + standard linux directory for superuser executables
+loncom/krb.conf +etc/krb.conf +conf + +which Kerberos server to contact for specified Kerberos domains + + + + + +
+list elements are separated by newlines +
+each list element consists of only two subelements separated by a colon +
+
    +
  • Kerberos domain value
  • +
  • Kerberos server IP address
  • +
+
+
+
+ +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 @@ -372,54 +579,23 @@ and browser detection logic. configure
- - - +
lonHostIDLON-internal HostID of this machine
lonRoleRole of this machine: library, access
+ + - + - +
lonHostIDLON-internal HostID of this +machine
lonRoleRole of this machine: library, +access
lonAdmEMailServer Administration
lonDefDomainDefault domain
lonLoadLimLoad Limit ( 100% loadavg )
lonExpireExpiration for local copies in seconds
lonExpireExpiration for local copies in +seconds
lonReceiptMachine authentication number
lonSqlAccessPassword for www@localhost to access MySQL database
lonSqlAccessPassword for www@localhost to access +MySQL database
-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 @@ -431,6 +607,15 @@ well as causing the Apache module to be +loncom/publisher/thesaurus.dat +home/httpd/lonTabs/thesaurus.dat +static conf + +Custom Thesaurus file for LON-CAPA, in the format +word@wordID@frequency@relatedwordID:frequency,relatedwordID:frequency,... + + + loncom/interface/mydesk.tab home/httpd/lonTabs/mydesk.tab static conf @@ -447,38 +632,130 @@ Descriptive list of file extensions, and -loncom/homework/templates/blank.problem -home/httpd/html/res/adm/includes/templates/blank.problem -static conf +loncom/cgi/barcode.gif +home/httpd/cgi-bin/barcode.gif +script -Template file. +Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE +parameter. -loncom/homework/templates/blank.problem.meta -home/httpd/html/res/adm/includes/templates/blank.problem.meta -static conf +loncom/cgi/clusterstatus.pl +home/httpd/cgi-bin/clusterstatus.pl +script -Template file metadata. +utility cgi script to view status of cluster -loncom/homework/templates/numerical.problem -home/httpd/html/res/adm/includes/templates/numerical.problem -static conf +loncom/cgi/graph.gif +home/httpd/cgi-bin/graph.gif +script -Template file for a numerical problem. +Dynamically outputs a graph especially for lonstatistics.pm. + +Depends on perl modules: +GDGraph-1.33 and GDTextUtils-0.80. + -loncom/homework/templates/numerical.problem.meta -home/httpd/html/res/adm/includes/templates/numerical.problem.meta -static conf +loncom/cgi/lonversions.pl +home/httpd/cgi-bin/lonversions.pl +script -Template file metadata for a numerical problem. +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 + +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 + +a cgi-script (not mod_perl), which contacts MySQL and pulls +out all keywords in this format: + +coil,magnetic,transformer +transformer,coils,current,amperes,voltage,transformers,coil +flux,magnetic,current,transformer +coil,loop,field,magnetic + +... etc (one line per entry). + +and simply prints this text-only (no markup) to the browser + + + +*.* +loncom/homework/templates/ + +home/httpd/html/res/adm/includes/templates/ +static conf + +Template files for generating new resources. + + +blank.library; +blank.library.meta; +blank.problem; +blank.problem.meta; +formula.problem; +formula.problem.meta; +numerical.problem; +numerical.problem.meta; +RadioResponse.problem; +RadioResponse.problem.meta; +SelectFromOptions-4ConceptGoups.problem; +SelectFromOptions-4ConceptGoups.problem.meta; +SelectFromOptions-5ConceptGoups.problem; +SelectFromOptions-5ConceptGoups.problem.meta; +SelectFromOptions-6ConceptGoups.problem; +SelectFromOptions-6ConceptGoups.problem.meta; +SelectFromOptions-7ConceptGoups.problem; +SelectFromOptions-7ConceptGoups.problem.meta; +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; +StringResponse.problem.meta + + + loncom/homework/insertlist.tab home/httpd/lonTabs/insertlist.tab static conf @@ -487,8 +764,21 @@ Describes what tags are allowed inside o +CAPA/JavaTools/GLabel.class +home/httpd/html/res/adm/includes/GLabel.class + +static conf + +Java applet for labelling graphs. + + +Built from Glabel.java. Still working on build/dependency details. + + + loncom/interface/default.assesscalc -home/httpd/html/res/adm/includes/default.assesscalc +home/httpd/html/res/adm/includes/default.assesscalc + static conf Default spreadsheet for individual assessment. @@ -496,7 +786,8 @@ Default spreadsheet for individual asses loncom/interface/default.studentcalc -home/httpd/html/res/adm/includes/default.studentcalc +home/httpd/html/res/adm/includes/default.studentcalc + static conf Default spreadsheet for assessment of students. @@ -504,7 +795,8 @@ Default spreadsheet for assessment of st loncom/interface/default.classcalc -home/httpd/html/res/adm/includes/default.classcalc +home/httpd/html/res/adm/includes/default.classcalc + static conf Default spreadsheet for assessment of a class. @@ -515,8 +807,8 @@ Default spreadsheet for assessment of a home/httpd/lonTabs/roles.tab static conf -List of privileges associated with users of multiple types (for example: Teaching -Assistant, Exam Proctor, Course Coordinator) +List of privileges associated with users of multiple types (for example: +Teaching Assistant, Exam Proctor, Course Coordinator) @@ -531,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. @@ -546,7 +838,7 @@ Spare hosts to offload session to if the configure
- +
@@ -566,34 +858,13 @@ Basic auth password to access /lon-statu -loncom/krb.conf -etc/krb.conf -conf - -which Kerberos server to contact for specified Kerberos domains - - -
list elements are separated by newlines
- - -
-list elements are separated by newlines -
-each list element consists of only two subelements separated by a colon -
-
    -
  • Kerberos domain value
  • -
  • Kerberos server IP address
  • -
-
-
-
- loncom/smb.conf etc/smb.conf +etc/samba/smb.conf conf -configuration file to make LON-CAPA server file space accessible to network neighborhood +configuration file to make LON-CAPA server file space accessible to network +neighborhood @@ -604,7 +875,7 @@ configuration file to make LON-CAPA serv which NTP server to contact for information (XNTP3 standard) - +
@@ -631,6 +902,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 +POD-derived 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 @@ -649,6 +946,38 @@ 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 +POD-derived 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 +CGI script that starts and pipes output of loncron + + loncom/loncron home/httpd/perl/loncron script @@ -661,31 +990,67 @@ 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 +POD-derived 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 -coordinates the system services and files in order to allow lond to change -user passwords +Coordinates the system services and files in order to allow lond to change +user passwords. -deprecated +being updated + + +loncom/pwchange +home/httpd/perl/pwchange +setuid script + +Allows www to change user passwords. + +being updated loncom/lcuseradd home/httpd/perl/lcuseradd setuid script -coordinates the system services and files in order to allow lond to add a -new user +Coordinates the system services and files in order to allow lond to add a +new user. -deprecated +being updated loncom/lcuserdel home/httpd/perl/lcuserdel setuid script -coordinates the system services and files in order to allow lond to delete a user +Coordinates the system services and files in order to allow lond to delete a +user. deprecated @@ -710,6 +1075,22 @@ for a user deprecated +loncom/license/gpl.txt +home/httpd/html/adm/gpl.txt +interface file + +GNU General Public License. Long live the cause of freeware! + + + +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 @@ -727,6 +1108,14 @@ Interface file for responding to imprope +loncom/xml/physnet.sty +home/httpd/html/res/adm/includes/physnet.sty +static conf + +The relevant conditions and metadata to attach to PhysNet-specific tags. + + + loncom/homework/lectureonline.sty home/httpd/html/res/adm/includes/lectureonline.sty static conf @@ -744,9 +1133,19 @@ content. +loncom/publisher/packages.tab +home/httpd/lonTabs/packages.tab +static conf + +Parameter packages, so that assessments can publish parameter packages +needed, which are then expanded into individual parameters - allows to +retroactively add new parameters to already published assessments. + + + 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. @@ -769,7 +1168,7 @@ Table which has hash data necessary for -loncom/publisher/lonwrapper.pm +rat/lonwrapper.pm home/httpd/lib/perl/Apache/lonwrapper.pm handler @@ -816,6 +1215,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 @@ -825,6 +1250,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 @@ -833,6 +1276,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 @@ -842,6 +1311,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 @@ -850,6 +1345,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 @@ -888,7 +1409,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 @@ -897,7 +1419,8 @@ Creates a new course and assigns course home/httpd/lib/perl/Apache/loncreateuser.pmhandler -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 @@ -920,6 +1443,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 @@ -938,7 +1487,8 @@ Coordinates the response to clicking an loncom/homework/optionresponse.pm home/httpd/lib/perl/Apache/optionresponse.pm handler -Handles tags associated with showing a list of options. + +Handles tags associated with showing a list of options. loncom/homework/outputtags.pm @@ -961,7 +1511,8 @@ Used for debugging and testing the LON-C loncom/homework/radiobuttonresponse.pm -home/httpd/lib/perl/Apache/radiobuttonresponse.pm + +home/httpd/lib/perl/Apache/radiobuttonresponse.pm handler Handles multiple-choice style responses. @@ -981,7 +1532,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 @@ -1008,6 +1562,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 @@ -1049,11 +1606,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 @@ -1062,7 +1647,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 @@ -1081,7 +1672,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 @@ -1095,6 +1688,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 @@ -1114,6 +1733,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 @@ -1171,9 +1816,9 @@ interface. home/httpd/lib/perl/Apache/lonratsrv.pm handler -Handler that takes output from RAT and stores it on disk. Handles the upper hidden -frame of the added window that comes up in RAT. (3 frames come up in RAT server, -code, and output. This module handles server connection.) +Handler that takes output from RAT and stores it on disk. Handles the upper +hidden frame of the added window that comes up in RAT. (3 frames come up in +RAT server, code, and output. This module handles server connection.) works/unverified @@ -1187,6 +1832,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 @@ -1196,6 +1867,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 @@ -1223,6 +1920,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 @@ -1260,12 +1966,23 @@ implements <script>, <scriptlib works/unverified +loncom/homework/randomlabel.pm +home/httpd/lib/perl/Apache/randomlabel.pm +handler + +Interface for producing applet code which randomizes the labelling of an +image. + + + loncom/homework/lonhomework.pm home/httpd/lib/perl/Apache/lonhomework.pm handler -handles requests for output, evaluation, and alteration of a homework resource - + +handles requests for output, evaluation, and alteration of a homework resource +works/unverified + loncom/homework/inputtags.pm home/httpd/lib/perl/Apache/inputtags.pm @@ -1280,7 +1997,8 @@ produces HTML input tags (<INPUT>) home/httpd/lib/perl/Apache/structuretags.pm handler -produces HTML tags necessary for structuring the presentation of homework resources +produces HTML tags necessary for structuring the presentation of homework +resources works/unverified @@ -1289,7 +2007,8 @@ produces HTML tags necessary for structu home/httpd/lib/perl/Apache/response.pmhandler -defines different types of responses given to student as well as syntax for producing response values +defines different types of responses given to student as well as syntax for +producing response values works/unverified @@ -1303,6 +2022,15 @@ handles request to the CAPA homework pro works/unverified +loncom/auth/localauth.pm +home/httpd/lib/perl/localauth.pm +handler + +Local authentication mechanism (meant to be customized). + +works/unverified + + loncom/auth/lonacc.pm home/httpd/lib/perl/Apache/lonacc.pm handler @@ -1315,6 +2043,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 @@ -1324,6 +2078,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 @@ -1342,6 +2122,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 @@ -1383,6 +2189,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 @@ -1392,6 +2224,42 @@ 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 + +Implements a second phase of importing multiple resources into the RAT. +Allows for reordering the sequence of resources. + +works/unverified + + loncom/lonnet/perl/lonnet.pm home/httpd/lib/perl/Apache/lonnet.pm handler @@ -1410,6 +2278,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 @@ -1441,8 +2335,16 @@ not present on the web server home/httpd/html/adm/unauthorized.html interface file -static html page that is shown when an attempt is made to access a document which is restricted based on -file or server configurations +static html page that is shown when an attempt is made to access a document +which is restricted based on file or server configurations + + + +loncom/html/adm/help/searchcat.html +home/httpd/html/adm/help/searchcat.html +interface file + +Help page for the search engine. @@ -1494,119 +2396,119 @@ A blank page with very minimal HTML stru icons for providing a HTML-tabled view of a course map -1.1.dt.gif -1.1.empty.gif -1.1.ld.gif -1.1.lr.gif -1.1.rd.gif -1.1.rl.gif -1.1.td.gif -1.1.tdrl.gif -1.1.tl.gif -1.1.tr.gif -1.1.utd.gif -1.2.ctd.gif -1.2.dt.gif -1.2.empty.gif -1.2.ld.gif -1.2.lr.gif -1.2.lrd.gif -1.2.lrtd.gif -1.2.rd.gif -1.2.rl.gif -1.2.rld.gif -1.2.rltd.gif -1.2.rtd.gif -1.2.rtdl.gif -1.2.rtl.gif -1.2.td.gif -1.2.tdl.gif -1.2.tdrl.gif -1.2.tl.gif -1.2.tr.gif -1.2.utd.gif -2.1.dt.gif -2.1.empty.gif -2.1.ld.gif -2.1.lr.gif -2.1.rd.gif -2.1.rl.gif -2.1.td.gif -2.1.tdrl.gif -2.1.tl.gif -2.1.tr.gif -2.2.dt.gif -2.2.empty.gif -2.2.ld.gif -2.2.lr.gif -2.2.lrd.gif -2.2.lrt.gif -2.2.rd.gif -2.2.rl.gif -2.2.rld.gif -2.2.rlt.gif -2.2.td.gif -2.2.tdl.gif -2.2.tdr.gif -2.2.tdrl.gif -2.2.tl.gif -2.2.tr.gif -2.2.url.gif -2.2.utd.gif -arrow.gif -bdt.gif -bempty.gif -bld.gif -blr.gif -blrd.gif -blrt.gif -brd.gif -brl.gif -brld.gif -brlt.gif -btd.gif -btdl.gif -btdr.gif -btdrl.gif -btl.gif -btr.gif -burl.gif -butd.gif -condition.gif -edit.gif -finish.gif -info.gif -inscol.gif -inscond.gif -insres.gif -insrow.gif -left.gif -middle.gif -resource.gif -rbottom.gif -right.gif -sctd.gif -sdt.gif -sempty.gif -sld.gif -slr.gif -slrd.gif -slrtd.gif -srd.gif -srl.gif -srld.gif -srltd.gif -srtd.gif -srtdl.gif -srtl.gif -start.gif -std.gif -stdl.gif +1.1.dt.gif; +1.1.empty.gif; +1.1.ld.gif; +1.1.lr.gif; +1.1.rd.gif; +1.1.rl.gif; +1.1.td.gif; +1.1.tdrl.gif; +1.1.tl.gif; +1.1.tr.gif; +1.1.utd.gif; +1.2.ctd.gif; +1.2.dt.gif; +1.2.empty.gif; +1.2.ld.gif; +1.2.lr.gif; +1.2.lrd.gif; +1.2.lrtd.gif; +1.2.rd.gif; +1.2.rl.gif; +1.2.rld.gif; +1.2.rltd.gif; +1.2.rtd.gif; +1.2.rtdl.gif; +1.2.rtl.gif; +1.2.td.gif; +1.2.tdl.gif; +1.2.tdrl.gif; +1.2.tl.gif; +1.2.tr.gif; +1.2.utd.gif; +2.1.dt.gif; +2.1.empty.gif; +2.1.ld.gif; +2.1.lr.gif; +2.1.rd.gif; +2.1.rl.gif; +2.1.td.gif; +2.1.tdrl.gif; +2.1.tl.gif; +2.1.tr.gif; +2.2.dt.gif; +2.2.empty.gif; +2.2.ld.gif; +2.2.lr.gif; +2.2.lrd.gif; +2.2.lrt.gif; +2.2.rd.gif; +2.2.rl.gif; +2.2.rld.gif; +2.2.rlt.gif; +2.2.td.gif; +2.2.tdl.gif; +2.2.tdr.gif; +2.2.tdrl.gif; +2.2.tl.gif; +2.2.tr.gif; +2.2.url.gif; +2.2.utd.gif; +arrow.gif; +bdt.gif; +bempty.gif; +bld.gif; +blr.gif; +blrd.gif; +blrt.gif; +bottom.gif; +brd.gif; +brl.gif; +brld.gif; +brlt.gif; +btd.gif; +btdl.gif; +btdr.gif; +btdrl.gif; +btl.gif; +btr.gif; +burl.gif; +butd.gif; +condition.gif; +edit.gif; +finish.gif; +info.gif; +inscol.gif; +inscond.gif; +insres.gif; +insrow.gif; +left.gif; +middle.gif; +resource.gif; +right.gif; +sctd.gif; +sdt.gif; +sempty.gif; +sld.gif; +slr.gif; +slrd.gif; +slrtd.gif; +srd.gif; +srl.gif; +srld.gif; +srltd.gif; +srtd.gif; +srtdl.gif; +srtl.gif; +start.gif; +std.gif; +stdl.gif; sutd.gif -* +*.* loncom/html/adm/lonKaputt/ home/httpd/html/adm/lonKaputt/ graphic file @@ -1614,16 +2516,16 @@ sutd.gif icons to indicate an unexpected result -lonconstruct.gif -lonlogo_broken.gif -lonlogo_broken_tsp.gif -lonlogo_broken.eps -lonlogo_broken.jpg +lonconstruct.gif; +lonlogo_broken.gif; +lonlogo_broken_tsp.gif; +lonlogo_broken.eps; +lonlogo_broken.jpg; lonlogo_broken.mov -* +*.* loncom/html/adm/lonIcons/ home/httpd/html/adm/lonIcons/ graphic file @@ -1631,94 +2533,126 @@ lonlogo_broken.mov logos -cab.gif -cab_big.gif -class.gif -class_big.gif -dvi.gif -dvi_big.gif -eps.gif -eps_big.gif -exam.gif -exam_big.gif -folder_closed.gif -folder_opened.gif -folder_pointer_closed.gif -folder_pointer_opened.gif -form.gif -form_big.gif -gif.gif -gif_big.gif -htm.gif -html.gif -html_big.gif -jpg.gif -jpg_big.gif -liteani.gif -lonlogo.gif -lonlogos.gif -meta.gif -meta_big.gif -mov.gif -mov_big.gif -page.gif -page_big.gif -pdf.gif -pdf_big.gif -problem.gif -problem_big.gif -ps.gif -ps_big.gif -quill.gif -quiz.gif -quiz_big.gif -select.gif -sequence.gif -sequence_big.gif -server.gif -server_big.gif -survey.gif -survey_big.gif -tex.gif -tex_big.gif -txt.gif -txt_big.gif -user.gif -user_big.gif -wav.gif -wav_big.gif -white_space_20_22.gif -whitespace1.gif -whitespace10.gif -whitespace2.gif -whitespace3.gif -whitespace4.gif -whitespace5.gif -whitespace6.gif -whitespace7.gif -whitespace8.gif -whitespace9.gif -xml.gif -xml_big.gif -zip.gif +SMETE_white.gif; +arrow_up.gif; +cab.gif; +cab_big.gif; +capapanel.gif; +class.gif; +class_big.gif; +dvi.gif; +dvi_big.gif; +eps.gif; +eps_big.gif; +exam.gif; +exam_big.gif; +folder_closed.gif; +folder_opened.gif; +folder_pointer_closed.gif; +folder_pointer_opened.gif; +form.gif; +form_big.gif; +gif.gif; +gif_big.gif; +htm.gif; +html.gif; +html_big.gif; +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; +meta_big.gif; +mov.gif; +mov_big.gif; +move_up.gif; +move_down.gif; +page.gif; +page_big.gif; +pdf.gif; +pdf_big.gif; +png.gif; +png_big.gif; +problem.gif; +problem_big.gif; +ps.gif; +ps_big.gif; +quill.gif; +quiz.gif; +quiz_big.gif; +select.gif; +sequence.gif; +sequence_big.gif; +server.gif; +server_big.gif; +srvbad.gif; +srvempty.gif; +srvgood.gif; +srvhalf.gif; +srvnull.gif; +survey.gif; +survey_big.gif; +tex.gif; +tex_big.gif; +txt.gif; +txt_big.gif; +unknown.gif; +unknown_big.gif; +user.gif; +user_big.gif; +wav.gif; +wav_big.gif; +white_space_20_22.gif; +whitespace1.gif; +whitespace10.gif; +whitespace2.gif; +whitespace3.gif; +whitespace4.gif; +whitespace5.gif; +whitespace6.gif; +whitespace7.gif; +whitespace8.gif; +whitespace9.gif; +xml.gif; +xml_big.gif; +zip.gif; zip_big.gif -* +*.* loncom/html/adm/lonMisc/ home/httpd/html/adm/lonMisc/ graphic file -miscellaneous resources +Miscellaneous resources. Respectively: button for catalog, +button to set parameters in a page, +button to do regrades, button to check on problem submissions, -cat_button.gif +authorfeed.gif; +bomb.gif; +cat_button.gif; +chat.gif; +feedback.gif; +pprm_button.gif; +pgrd_button.gif; +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 system file perl module for invoking functions specific to TeX-to-HTML conversion @@ -1726,13 +2660,15 @@ perl module for invoking functions speci Has the same dependencies and build process as tth.so. Currently, only the tth.so file specifications invoke -the build process however. +the build process however. A static version is checked into loncom/xml +and in this way is treated as though it isn't part of the tth build process. 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 system file shared library file for dynamic loading and unloading @@ -1748,17 +2684,19 @@ modules/TexConvert/tthperl/commands works/unverified -../tthdynamic/tthfunc.c -../tthdynamic/ttmfunc.c +../tthdynamic/tthfunc.c; +../ttmdynamic/ttmfunc.c loncom/homework/caparesponse/capa.pm usr/lib/perl5/site_perl/5.005/capa.pm +usr/lib/perl5/site_perl/5.6.0/capa.pm system file perl module for invoking functions specific to CAPA +loncom/homework/caparesponse/capa.so Has the same dependencies and build process as capa.so. Currently, only the capa.so file specifications invoke @@ -1768,10 +2706,13 @@ 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 system file -bootstrap file associated with dynamic loading of this module on multiple architectures +bootstrap file associated with dynamic loading of this module on multiple +architectures +loncom/homework/caparesponse/capa.so Has the same dependencies and build process as capa.so. Currently, only the capa.so file specifications invoke @@ -1781,6 +2722,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 system file shared library file for dynamic loading and unloading @@ -1789,7 +2731,7 @@ shared library file for dynamic loading loncom/homework/caparesponse/commands -caparesponse.c +caparesponse.c; caparesponse.pm @@ -1799,35 +2741,36 @@ caparesponse.pm home/httpd/html/adm/MathML/ system file -xml files which assign unicode numbers to mathematical symbols using <! ENTITY... > type syntax. +xml files which assign unicode numbers to mathematical symbols using +<! ENTITY... > type syntax. -isoamsa.ent -isoamsb.ent -isoamsc.ent -isoamsn.ent -isoamso.ent -isoamsr.ent -isobox.ent -isocyr1.ent -isocyr2.ent -isodia.ent -isogrk1.ent -isogrk2.ent -isogrk3.ent -isogrk4.ent -isolat1.ent -isolat2.ent -isomfrk.ent -isomopf.ent -isomscr.ent -isonum.ent -isopub.ent -isotech.ent -mmlalias.ent +isoamsa.ent; +isoamsb.ent; +isoamsc.ent; +isoamsn.ent; +isoamso.ent; +isoamsr.ent; +isobox.ent; +isocyr1.ent; +isocyr2.ent; +isodia.ent; +isogrk1.ent; +isogrk2.ent; +isogrk3.ent; +isogrk4.ent; +isolat1.ent; +isolat2.ent; +isomfrk.ent; +isomopf.ent; +isomscr.ent; +isonum.ent; +isopub.ent; +isotech.ent; +mmlalias.ent; mmlextra.ent - + loncom/MathML/mathml.css home/httpd/html/adm/MathML/mathml.css @@ -1849,12 +2792,14 @@ document type definition home/httpd/html/res/adm/includes/londes.js interface file -Encryption Routines according to Data Encryption Standard DES, written in javascript. +Encryption Routines according to Data Encryption Standard DES, written in +javascript. loncom/homework/lectureonline.lcpm -home/httpd/html/res/adm/includes/lectureonline.lcpm +home/httpd/html/res/adm/includes/lectureonline.lcpm + handler Intended for providing perl functions for the environment @@ -1863,7 +2808,8 @@ in a problem that was converted from lec loncom/homework/default_homework.lcpm -home/httpd/html/res/adm/includes/default_homework.lcpm +home/httpd/html/res/adm/includes/default_homework.lcpm + handler Provides many functions for the <script> environment in a .problem. @@ -1885,82 +2831,85 @@ Define unit prefixing and conversion for graphic file icons used for the entire LON-CAPA user interface -a.gif -anot.gif -b.gif -back.gif -bkm.gif -brws.gif -c.gif -ccrs.gif -chat.gif -chrt.gif -com.gif -courses.gif -cprv.gif -cstr.gif -d.gif -dempty.gif -e.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 -parm.gif -pgrd.gif -pparm.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 +a.gif; +anot.gif; +b.gif; +back.gif; +bkm.gif; +brws.gif; +c.gif; +catalog.gif; +ccrs.gif; +chat.gif; +chrt.gif; +com.gif; +courses.gif; +cprv.gif; +cstr.gif; +d.gif; +dempty.gif; +e.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; +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 @@ -1997,94 +2946,94 @@ renders the HTML (including image maps) icons used for the bookmark portion of the LON-CAPA user interface -a.gif -alert.black.gif -alert.red.gif -back.gif -ball.gray.gif -ball.red.gif -binary.gif -binhex.gif -blank.gif -bomb.gif -box1.gif -box2.gif -broken.gif -burst.gif -c.gif -comp.blue.gif -comp.gray.gif -compressed.gif -continued.gif -course.gif -dir.gif -down.gif -dvi.gif -f.gif -folder.gif -folder.open.gif -folder.sec.gif -folder_closed.gif -folder_closed_pressed.gif -folder_new.gif -folder_opened.gif -folder_opened_pressed.gif -folder_pointer_closed.gif -folder_pointer_opened.gif -folder_spacer.gif -folder_trash.gif -forward.gif -generic.gif -generic.red.gif -generic.sec.gif -hand.right.gif -hand.up.gif -html.gif -image1.gif -image2.gif -image3.gif -index.gif -layout.gif -left.gif -link.gif -mov.gif -movie1.gif -p.gif -patch.gif -pdf.gif -portal.gif -problem.gif -ps.gif -quill.gif -right.gif -screw1.gif -screw2.gif -script.gif -sound1.gif -sound2.gif -sphere1.gif -sphere2.gif -tar.gif -tex.gif -text.gif -transfer.gif -unknown.gif -up.gif -uu.gif -uuencoded.gif -white_space_20_22.gif -white_space_22_22.gif -whitespace1.gif -whitespace10.gif -whitespace2.gif -whitespace3.gif -whitespace4.gif -whitespace5.gif -whitespace6.gif -whitespace7.gif -whitespace8.gif -whitespace9.gif -world1.gif +a.gif; +alert.black.gif; +alert.red.gif; +back.gif; +ball.gray.gif; +ball.red.gif; +binary.gif; +binhex.gif; +blank.gif; +bomb.gif; +box1.gif; +box2.gif; +broken.gif; +burst.gif; +c.gif; +comp.blue.gif; +comp.gray.gif; +compressed.gif; +continued.gif; +course.gif; +dir.gif; +down.gif; +dvi.gif; +f.gif; +folder.gif; +folder.open.gif; +folder.sec.gif; +folder_closed.gif; +folder_closed_pressed.gif; +folder_new.gif; +folder_opened.gif; +folder_opened_pressed.gif; +folder_pointer_closed.gif; +folder_pointer_opened.gif; +folder_spacer.gif; +folder_trash.gif; +forward.gif; +generic.gif; +generic.red.gif; +generic.sec.gif; +hand.right.gif; +hand.up.gif; +html.gif; +image1.gif; +image2.gif; +image3.gif; +index.gif; +layout.gif; +left.gif; +link.gif; +mov.gif; +movie1.gif; +p.gif; +patch.gif; +pdf.gif; +portal.gif; +problem.gif; +ps.gif; +quill.gif; +right.gif; +screw1.gif; +screw2.gif; +script.gif; +sound1.gif; +sound2.gif; +sphere1.gif; +sphere2.gif; +tar.gif; +tex.gif; +text.gif; +transfer.gif; +unknown.gif; +up.gif; +uu.gif; +uuencoded.gif; +white_space_20_22.gif; +white_space_22_22.gif; +whitespace1.gif; +whitespace10.gif; +whitespace2.gif; +whitespace3.gif; +whitespace4.gif; +whitespace5.gif; +whitespace6.gif; +whitespace7.gif; +whitespace8.gif; +whitespace9.gif; +world1.gif; world2.gif @@ -2097,28 +3046,28 @@ world2.gif icons used for directory indexing and login screen -folder_anim.gif -folder_close.gif -folder_drag.gif -folder_new.gif -folder_open.gif -folder_pointer_closed.gif -folder_pointer_opened.gif -folder_static.gif -folder_trash.gif -folder_trash_hover.gif -left_bar.gif -link.gif -link_anim.gif -link_drag.gif -ll_corner.gif -lower_bar.gif -lr_corner.gif -pix.gif -right_bar.gif -toolbar_bg.gif -ul_corner.gif -upper_bar.gif +folder_anim.gif; +folder_close.gif; +folder_drag.gif; +folder_new.gif; +folder_open.gif; +folder_pointer_closed.gif; +folder_pointer_opened.gif; +folder_static.gif; +folder_trash.gif; +folder_trash_hover.gif; +left_bar.gif; +link.gif; +link_anim.gif; +link_drag.gif; +ll_corner.gif; +lower_bar.gif; +lr_corner.gif; +pix.gif; +right_bar.gif; +toolbar_bg.gif; +ul_corner.gif; +upper_bar.gif; ur_corner.gif @@ -2131,53 +3080,61 @@ ur_corner.gif associated with the frameset scheme of displaying bookmarks -bookmarkmenu_toolbar.html -blank.html +bookmarkmenu_toolbar.html; +blank.html; closechildren.html loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js -home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js + +home/httpd/html/res/adm/pages/bookmarkmenu/bookmarklib.js interface file javascript for handling client-side interactions with bookmark interface -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 @@ -2203,6 +3160,22 @@ file that stimulates running of ntpdate +loncom/pam.d/pwauth +etc/pam.d/pwauth +static conf + +file that allows setuid password privileges for pwauth executable + + + +loncom/pam.d/pwchange +etc/pam.d/pwchange +static conf + +file that allows setuid password privileges for pwchange (lcpasswd) executable + + + loncom/init.d/loncontrol etc/rc.d/init.d/loncontrol root script @@ -2213,23 +3186,25 @@ Controls the launching/halting of lonc, etc/rc.d/init.d/loncontrol -etc/rc.d/rc0.d/K05loncontrol -etc/rc.d/rc1.d/K05loncontrol -etc/rc.d/rc2.d/K05loncontrol -etc/rc.d/rc3.d/S95loncontrol -etc/rc.d/rc4.d/S95loncontrol -etc/rc.d/rc5.d/S95loncontrol +etc/rc.d/rc0.d/K05loncontrol; +etc/rc.d/rc1.d/K05loncontrol; +etc/rc.d/rc2.d/K05loncontrol; +etc/rc.d/rc3.d/S95loncontrol; +etc/rc.d/rc4.d/S95loncontrol; +etc/rc.d/rc5.d/S95loncontrol; etc/rc.d/rc6.d/K05loncontrol symbolic link -symbolic links to /etc/rc.d/init.d/loncontrol for run-levels + +symbolic links to /etc/rc.d/init.d/loncontrol for run-levels loncom/atalk/config etc/atalk/config conf -configuration file to make LON-CAPA server file space accessible to Appleshares access (Macintosh) +configuration file to make LON-CAPA server file space accessible to +Appleshares access (Macintosh)
only one line needs to be changed to specify a server ip address