--- doc/loncapafiles/loncapafiles.lpml 2001/10/18 18:13:02 1.47 +++ doc/loncapafiles/loncapafiles.lpml 2004/07/12 21:32:29 1.376 @@ -1,5 +1,34 @@ - - + + + + + + @@ -8,86 +37,163 @@ + + +!!! 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 + + + 0644www:www + static + + + 0644www:www + 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 + + + 0755root:root + systemscript + + + 0755root:root + systemscript 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 @@ -103,11 +209,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 @@ -121,193 +226,396 @@ 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/httpd.conf + - + + never_delete etc standard standard linux directory for configuration files - - etc/atalk - standard - appletalk configuration files - - + + never_delete etc/cron.d standard standard linux directory for running time-based "jobs" - + + never_delete etc/httpd/conf standard web configuration files - - etc/ntp + + never_delete + etc/pam.d standard - configuration directory for network time protocol + configuration directory for password authentication mechanism + - + + never_delete etc/rc.d/init.d - etc/init.d + etc/init.d standard scripts that run during system startup - + + never_delete etc/rc.d/rc0.d - etc/rc0.d + etc/rc0.d standard scripts that run for run-level 0 - + + never_delete etc/rc.d/rc1.d - etc/rc1.d + etc/rc1.d standard scripts that run for run-level 1 - + + never_delete etc/rc.d/rc2.d - etc/rc2.d + etc/rc2.d standard scripts that run for run-level 2 - + + never_delete etc/rc.d/rc3.d - etc/rc3.d + etc/rc3.d standard scripts that run for run-level 3 - + + never_delete etc/rc.d/rc4.d - etc/rc4.d + etc/rc4.d standard scripts that run for run-level 4 - + + never_delete etc/rc.d/rc5.d - etc/rc5.d + etc/rc5.d standard scripts that run for run-level 5 - + + never_delete etc/rc.d/rc6.d - etc/rc6.d + etc/rc6.d standard scripts that run for run-level 6 - + + never_delete home/httpd/lonTabs standard tab-formatted reference files - + + never_delete home/httpd standard start of the web server tree - + + modest_delete home/httpd/perl server readonly perl scripts for managing the LON-CAPA system - + + never_delete home/httpd/perl/logs server standard location where system performance and error logs are kept - + + modest_delete + 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). + + + + modest_delete home/httpd/perl/tmp server standard location where temporary files (for caching) are stored - + + modest_delete + home/httpd/prtspool + server standard + for the output of lonprintout.pm + + + + modest_delete + home/httpd/lib + server readonly + location of LON-CAPA software modules and +extensions + + + + weak_delete home/httpd/lib/perl server readonly location of LON-CAPA non web mod-perl handlers - + + modest_delete home/httpd/lib/perl/Apache server readonly location of LON-CAPA web mod-perl handlers - - home/httpd/lonIDs + + modest_delete + home/httpd/lib/perl/Apache/localize + server readonly + location of LON-CAPA MakeText translation files + + + modest_delete + home/httpd/lib/perl/HTML + server readonly + location of HTML specific perl module fixes and additions + + + + modest_delete + home/httpd/lib/perl/LONCAPA + server readonly + location of HTML specific perl module fixes and additions + + + + modest_delete + home/httpd/lonIDs server standard cookie jar - + + modest_delete + home/httpd/scantron + server standard + uploaded scantron forms directory + + + modest_delete home/httpd/sockets server standard lonc's sockets - + + modest_delete home/httpd/sockets/delayed server standard lonc's sockets (delayed) - + + never_delete home/httpd/cgi-bin standard location of cgi scripts - + + never_delete home/httpd/html server standard location of web-accessible file tree - + + never_delete home/httpd/html/res server standard root of resource tree - + + modest_delete + home/httpd/html/userfiles + server standard + root for user uploaded files + + + modest_delete home/httpd/html/adm server readonly unauthenticated resources - + + modest_delete + home/httpd/html/htmlarea + server readonly + Web directory for HTMLArea + + + modest_delete + home/httpd/html/htmlarea/images + server readonly + Images for HTMLArea + + + modest_delete + home/httpd/html/htmlarea/lang + server readonly + Language files for HTMLArea + + + modest_delete + home/httpd/html/htmlarea/plugins + server readonly + Plugins for HTMLArea + + + modest_delete + home/httpd/html/htmlarea/plugins/FullPage + server readonly + FullPage plugin for HTMLArea + + + modest_delete + home/httpd/html/htmlarea/plugins/FullPage/img + server readonly + FullPage plugin for HTMLArea + + + modest_delete + home/httpd/html/htmlarea/plugins/FullPage/lang + server readonly + FullPage plugin for HTMLArea + + + modest_delete + home/httpd/html/htmlarea/plugins/FullPage/popups + server readonly + FullPage plugin for HTMLArea + + + modest_delete + home/httpd/html/htmlarea/popups + server readonly + Popup windows for HTMLArea + + + modest_delete home/httpd/html/adm/rat server readonly home of the rat - + + modest_delete home/httpd/html/adm/help server readonly online help documentation - + + modest_delete + home/httpd/html/adm/jme + server readonly + JME support files + + + modest_delete + home/httpd/html/adm/helper + server readonly + XML specifications for helpers + + + modest_delete + home/httpd/html/adm/help/gif + server readonly + online help documentation gif files + + + modest_delete + home/httpd/html/adm/help/eps + server readonly + online help documentation eps files + + + modest_delete + home/httpd/html/adm/help/tex + server readonly + online help documentation tex files + + + modest_delete + home/httpd/html/adm/help/tex/ru + server readonly + Russian online help documentation tex files + + + modest_delete + home/httpd/html/adm/help/png + server readonly + online help documentation png files + + + modest_delete + home/httpd/html/adm/help/lib/perl + server readonly + online help documentation for the LON-CAPA programming +interface + + + modest_delete + home/httpd/html/adm/help/lib/perl/Apache + + server readonly + online help documentation for the LON-CAPA programming +interface, Apache (mod_perl) handlers + + + modest_delete + home/httpd/html/adm/help/scripts + server readonly + online help documentation for the LON-CAPA programming +interface, Apache (mod_perl) handlers + + + modest_delete home/httpd/html/adm/lonIcons server readonly graphic widgets - + + modest_delete home/httpd/html/adm/lonMisc server readonly - + miscellaneous resources - + + modest_delete home/httpd/html/adm/lonKaputt server readonly error warnings and icons - + + never_delete 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. @@ -315,60 +623,166 @@ mechanism to use. roles.db) which specify the roles and privileges for a user in the LON-CAPA system.
- + + never_delete + home/httpd/lonCerts + server standard + + Directory for Certificates for SSL and local auth modes + + + + modest_delete home/httpd/html/adm/MathML server readonly mathematics markup language resources - + + modest_delete + home/httpd/html/res/lib/templates + server readonly + Resource library + + + + modest_delete home/httpd/html/res/adm/includes server readonly files useful for including within customized scripting - + + modest_delete home/httpd/html/res/adm/includes/templates server readonly template files useful for customized scripts - + + never_delete home/httpd/html/lon-status server standard - status reports + status reports; online logs are kept that +are viewable over the world-wide web - + + modest_delete home/httpd/html/res/adm/pages server readonly web user interface resources - + + modest_delete + home/httpd/html/res/adm/pages/pt + server readonly + web user interface resources - Portuguese + + + modest_delete + home/httpd/html/res/adm/pages/reactionresponse + server readonly + web user interface resources + + + modest_delete + home/httpd/html/adm/lonLCDfont + server readonly + LCD font for remote control + + + modest_delete + home/httpd/html/adm/lonDomLogos + server readonly + Logos for LON-CAPA domains + + + modest_delete + home/httpd/lonTabs/lonDomColors + server readonly + Designs for LON-CAPA domains + + + modest_delete + home/httpd/html/adm/lonInterFace + server readonly + Page headers and graphical interface files + + + modest_delete home/httpd/html/res/adm/pages/bookmarkmenu server readonly bookmark user interface code - + + modest_delete home/httpd/html/res/adm/pages/annotations server readonly - + + modest_delete home/httpd/html/res/adm/pages/indexericons server readonly icons that help depict the file system (outdated) - + + never_delete 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/lib/perl5/site_perl/5.8.0 + usr/local/lib/perl/5.6.0 standard system perl tree (usually present on linux systems) - + + modest_delete + usr/local/loncapa/bin + standard + local binary files for loncapa + + + modest_delete + usr/local/loncapa/doc + standard + local documentation files for loncapa + + + modest_delete + usr/local/loncapa/doc/conf_examples + standard + examples of configuration files for secondary + services + + + modest_delete + usr/local/loncapa/sbin + standard + local "auxiliary" binary files for loncapa + + + never_delete + usr/local/man/man1 + standard + local manual pages + + + never_delete + usr/man/man1 + standard + manual pages + + + never_delete + usr/man/man3 + standard + manual pages + + + never_delete usr/sbin standard standard linux directory for superuser executables @@ -377,13 +791,13 @@ 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 - +
@@ -399,25 +813,32 @@ each list element consists of only two s -loncom/access.conf -etc/httpd/conf/access.conf +loncom/loncapa.conf +etc/httpd/conf/loncapa.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. +

+The goal of this file is to implement all LON-CAPA specific +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
-
list elements are separated by newlines
+
-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 +loncom/loncapa_apache.conf +etc/httpd/conf/loncapa_apache.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.
@@ -476,17 +881,24 @@ 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; +build_thesaurus_db.pl; +build_thesaurus_wrapper.sh + loncom/interface/mydesk.tab @@ -505,8 +917,16 @@ Descriptive list of file extensions, and -loncom/cgi/barcode.gif -home/httpd/cgi-bin/barcode.gif +loncom/interface/filecategories.tab +home/httpd/lonTabs/filecategories.tab +static conf + +Descriptive list of file extensions and broad categorization. + + + +loncom/cgi/barcode.png +home/httpd/cgi-bin/barcode.png script Dynamically outputs a barcode based on a CGI passed encode=BARCODEVALUE @@ -514,8 +934,80 @@ parameter. -loncom/cgi/graph.gif -home/httpd/cgi-bin/graph.gif +loncom/cgi/decompress.pl +home/httpd/cgi-bin/decompress.pl +script + +Decompresses an archive into its files inside of the construction space + + + +loncom/cgi/takeoffline.pl +home/httpd/cgi-bin/takeoffline.pl +script + +Take machine offline + + + +loncom/cgi/takeonline.pl +home/httpd/cgi-bin/takeonline.pl +script + +Take machine online + + + +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/cgi/translator.pl +home/httpd/cgi-bin/translator.pl +script + +utility cgi script to enter translations + + + +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/loncgi.pm + home/httpd/lib/perl/LONCAPA/loncgi.pm + system file + + Provides a common interface to LON-CAPA cookies and environment. + + + +loncom/cgi/graph.png +home/httpd/cgi-bin/graph.png script Dynamically outputs a graph especially for lonstatistics.pm. @@ -526,6 +1018,51 @@ 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 + +Dynamically outputs X-Y plots with point, line, etc functions. + + + +loncom/cgi/imagechoice.pl +home/httpd/cgi-bin/imagechoice.pl +script + +Helper to select image coordinates in writing homework involving images. + + + +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 @@ -543,8 +1080,231 @@ coil,loop,field,magnetic and simply prints this text-only (no markup) to the browser + +loncom/cgi/metadata_harvest.pl +home/httpd/cgi-bin/metadata_harvest.pl +script + +a cgi-script (not mod_perl), which contacts MySQL and pulls +out all records in "|"-separated format. +To be used by very simple harvesting engines. + + + +loncom/homework/simpleproblem.problem +home/httpd/html/res/lib/templates/simpleproblem.problem +interface file + +Generic resource for DOCS "Simple Problem" + + + +loncom/homework/simpleproblem.problem.meta +home/httpd/html/res/lib/templates/simpleproblem.problem.meta +interface file + +Meta file for generic resource for DOCS "Simple Problem" + + + +loncom/homework/templates/examupload.problem +home/httpd/html/res/lib/templates/examupload.problem +interface file + +Generic resource for score upload + + + +loncom/homework/templates/examupload.problem.meta +home/httpd/html/res/lib/templates/examupload.problem.meta +interface file + +Meta file for generic resource for score upload + + + +*.js +loncom/html/htmlarea/ + +home/httpd/html/htmlarea/ +interface file + +Files belonging to HTMLArea. + + +dialog.js; +htmlarea.js; +popupdiv.js; +popupwin.js; +license.txt + + + +loncom/html/htmlarea/htmlarea.css +home/httpd/html/htmlarea/htmlarea.css +interface file + +Stylesheet for HTMLArea + + + +loncom/html/htmlarea/plugins/FullPage/full-page.js +home/httpd/html/htmlarea/plugins/FullPage/full-page.js +interface file + +FullPage plugin for HTMLArea + + + +*.js +loncom/html/htmlarea/plugins/FullPage/lang/ + +home/httpd/html/htmlarea/plugins/FullPage/lang/ +interface file + +Language files belonging to FullPage plugin for HTMLArea. + + +en.js; +ro.js; + + + +*.gif +loncom/html/htmlarea/plugins/FullPage/img/ + +home/httpd/html/htmlarea/plugins/FullPage/img/ +interface file + +Image files belonging to FullPage plugin for HTMLArea. + + +docprop.gif; + + + +*.html +loncom/html/htmlarea/plugins/FullPage/popups/ + +home/httpd/html/htmlarea/plugins/FullPage/popups/ +interface file + +Popup files belonging to FullPage plugin for HTMLArea. + + +docprop.html; + + + +*.js +loncom/html/htmlarea/lang/ + +home/httpd/html/htmlarea/lang/ +interface file + +Files belonging to HTMLArea. + + +b5.js; +de.js; +fi.js; +it.js; +nl.js; +ro.js; +vn.js; +en.js; +fr.js; +ja-utf8.js; +pl.js; +ru.js; +da.js; +es.js; +gb.js; +nb.js; +pt_br.js; +se.js; +he.js; +hu.js; + + + +*.* +loncom/html/htmlarea/popups/ + +home/httpd/html/htmlarea/popups/ +interface file + +Files belonging to HTMLArea. + + +about.html; +insert_image.html; +old_insert_image.html; +blank.html; +editor_help.html; +insert_table.html; +custom2.html; +fullscreen.html; +old-fullscreen.html; +select_color.html; +popup.js; + + + +*.gif +loncom/html/htmlarea/images/ + +home/httpd/html/htmlarea/images/ +interface file + +Files belonging to HTMLArea. + + +ed_left_to_right.gif; +ed_right_to_left.gif; +ed_save.gif; +ed_delete.gif; +ed_link.gif; +ed_about.gif; +ed_format_bold.gif; +ed_list_bullet.gif; +ed_align_center.gif; +ed_format_italic.gif; +ed_list_num.gif; +ed_align_justify.gif; +ed_format_strike.gif; +ed_paste.gif; +ed_align_left.gif; +ed_format_sub.gif; +ed_redo.gif; +ed_align_right.gif; +ed_format_sup.gif; +ed_show_border.gif; +ed_blank.gif; +ed_format_underline.gif; +ed_splitcel.gif; +ed_charmap.gif; +ed_help.gif; +ed_undo.gif; +ed_color_bg.gif; +ed_hr.gif; +fullscreen_maximize.gif; +ed_color_fg.gif; +ed_html.gif; +fullscreen_minimize.gif; +ed_copy.gif; +ed_image.gif; +insert_table.gif; +ed_custom.gif; +ed_indent_less.gif; +ed_cut.gif; +ed_indent_more.gif; +ed_math.gif; +ed_math_eqn.gif; + + -* +*.* loncom/homework/templates/ home/httpd/html/res/adm/includes/templates/ @@ -553,32 +1313,54 @@ home/httpd/html/res/adm/includes/templat Template files for generating new resources. -blank.library -blank.library.meta -script.library -script.library.meta -blank.problem -blank.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 -SimpleStringResponse.problem -SimpleStringResponse.problem.meta -StringResponse.problem -StringResponse.problem.meta +blank.library; +blank.library.meta; +blank.problem; +blank.problem.meta; +ClickImageExample.problem; +ClickImageExample.problem.meta; +Essay.problem; +Essay.problem.meta; +examupload.problem; +examupload.problem.meta; +man1.jpg; +man1.jpg.meta; +numerical.problem; +numerical.problem.meta; +Plot.problem.meta; +Plot_curve.problem; +Plot_curve.problem.meta; +Plot_data.problem; +Plot_data.problem.meta; +RadioResponse.problem; +RadioResponse.problem.meta; +RandomLabelExample.problem; +RandomLabelExample.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; +SimpleStringResponse.problem.meta; +script.library; +script.library.meta; +SimpleFormula.problem; +SimpleFormula.problem.meta; +StringResponse.problem; +StringResponse.problem.meta; +SimpleMatching.problem; +SimpleMatching.problem.meta; +SimpleRank.problem; +SimpleRank.problem.meta; +SimpleTrueFalse.problem; +SimpleTrueFalse.problem.meta @@ -602,8 +1384,8 @@ Built from Glabel.java. Still working o -loncom/interface/default.assesscalc -home/httpd/html/res/adm/includes/default.assesscalc +loncom/interface/spreadsheet/default_assesscalc +home/httpd/html/res/adm/includes/default_assesscalc static conf @@ -611,8 +1393,8 @@ Default spreadsheet for individual asses -loncom/interface/default.studentcalc -home/httpd/html/res/adm/includes/default.studentcalc +loncom/interface/spreadsheet/default_studentcalc +home/httpd/html/res/adm/includes/default_studentcalc static conf @@ -620,8 +1402,8 @@ Default spreadsheet for assessment of st -loncom/interface/default.classcalc -home/httpd/html/res/adm/includes/default.classcalc +loncom/interface/spreadsheet/default_classcalc +home/httpd/html/res/adm/includes/default_classcalc static conf @@ -647,14 +1429,30 @@ and privileges available in the network +loncom/managers.tab +home/httpd/lonTabs/managers.tab +static conf + +List of machines allowed to pass along updates to hosts.tab and domain.tab + + + loncom/hosts.tab home/httpd/lonTabs/hosts.tab -conf +www static conf List of all machines in the LON-CAPA network. Relates lonHostID to lonDefDomain and IP address. + +loncom/domain.tab +home/httpd/lonTabs/domain.tab +www static conf + +List of all domains in the LON-CAPA network. Lists the name name of the domain and any default authentication. + + loncom/spare.tab home/httpd/lonTabs/spare.tab @@ -664,7 +1462,7 @@ Spare hosts to offload session to if the configure
-
lonHostIDLON-internal HostID of this machine
lonRoleRole of this machine: library, @@ -434,38 +855,22 @@ MySQL database
+
@@ -678,15 +1476,15 @@ in access.conf loncom/htpasswd home/httpd/lonTabs/htpasswd -conf +static conf Basic auth password to access /lon-status and /server-status loncom/smb.conf -etc/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 @@ -694,13 +1492,13 @@ 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) -
list elements are separated by newlines
+
@@ -719,6 +1517,40 @@ 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/misc/cleanup_file_caches.pl +home/httpd/perl/cleanup_file_caches.pl +script + +Batch script for removing files not accessed within 24 hours from the +/home/httpd/prtspool and /home/httpd/html/userfiles/ directories. + + + +loncom/debugging_tools/seed_accesscount.pl +home/httpd/perl/seed_accesscount.pl +script + +Batch script for moving access count data from nohist_resevaldata.db to +nohist_accesscount.db. + + + +loncom/lonhttpd +home/httpd/perl/lonhttpd +script + +Small fry httpd on port 8080 + + + loncom/lonc home/httpd/perl/lonc script @@ -727,6 +1559,34 @@ 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 @@ -736,7 +1596,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, @@ -745,12 +1605,52 @@ 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/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 CGI script that starts and pipes output of loncron +loncom/cgi/userstatus.pl +home/httpd/cgi-bin/userstatus.pl +script +CGI script that shows users currently on machine + + loncom/loncron home/httpd/perl/loncron script @@ -763,32 +1663,116 @@ 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/CrGrant.pl + home/httpd/perl/CrGrant.pl + script + + Script used to verify and grant an SSL certificate to a Lon-CAPA host + + in progress + + + loncom/CrGenerate.pl + home/httpd/perl/CrGenerate.pl + script + + Script used to request an SSL certificate for a Lon-CAPA host. + + in progress + + + loncom/lonManage + home/httpd/perl/lonManage + script + + Script to push changes to hosts.tab and domain.tab out to Lon-CAPA servers + + works/unverified + + + loncom/apachereload + home/httpd/perl/apachereload + setuid script + + Script to let www reload the webserver + + works/unverified + + 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/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 -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 @@ -813,6 +1797,38 @@ 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/httpi.license +home/httpd/html/adm/httpi.license +interface file + +HTTPi webserver license + + + +loncom/license/httpi.readme +home/httpd/html/adm/httpi.readme +interface file + +HTTPi webserver readme + + + +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 @@ -830,6 +1846,31 @@ Interface file for responding to imprope +loncom/html/adm/notinit.html +home/httpd/html/adm/notinit.html +interface file + +Interface file for responding to accessing uploaded resources without +re-initializing course. + + + +loncom/html/adm/overloaded.txt +home/httpd/html/adm/overloaded.txt +interface file + +Interface file for responding to overload situations. + + + +loncom/html/adm/loginproblems.html +home/httpd/html/adm/loginproblems.html +interface file + +Help page for login problems. + + + loncom/xml/physnet.sty home/httpd/html/res/adm/includes/physnet.sty static conf @@ -839,14 +1880,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 @@ -855,9 +1897,17 @@ content. +loncom/homework/scantronformat.tab +home/httpd/lonTabs/scantronformat.tab +conf + +Different configs for scantron input files. + + + loncom/publisher/packages.tab home/httpd/lonTabs/packages.tab -conf +static conf Parameter packages, so that assessments can publish parameter packages needed, which are then expanded into individual parameters - allows to @@ -867,12 +1917,20 @@ retroactively add new parameters to alre loncom/publisher/copyright.tab home/httpd/html/res/adm/includes/copyright.tab -conf +static conf Table which contains list of copyright possibilities for educational resources. +loncom/publisher/source_copyright.tab +home/httpd/html/res/adm/includes/source_copyright.tab +static conf + +Table which contains list of source copyright possibilities for educational resources. + + + loncom/publisher/language.tab home/httpd/lonTabs/language.tab static conf @@ -900,6 +1958,114 @@ 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/homework/lonsimpleproblemedit.pm +home/httpd/lib/perl/Apache/lonsimpleproblemedit.pm +handler + +Handler to set parameters for simple homework problems + +works/unverified + + +loncom/interface/lonsimplepage.pm +home/httpd/lib/perl/Apache/lonsimplepage.pm +handler + +Handler to put up simple page + +works/unverified + + + loncom/interface/lonpickcode.pm + home/httpd/lib/perl/Apache/lonpickcode.pm + handler + + Handler to pick a CODE from the list of possible CODEs + + works/unverified + + +loncom/interface/lonpickstudent.pm +home/httpd/lib/perl/Apache/lonpickstudent.pm +handler + +Handler to pick a student from classlist + +works/unverified + + +loncom/interface/lonpickcourse.pm +home/httpd/lib/perl/Apache/lonpickcourse.pm +handler + +Handler to pick a courseid from a list of courses + +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 @@ -910,6 +2076,658 @@ construction space menu. works/unverified +loncom/publisher/testbankimport.pm +home/httpd/lib/perl/Apache/testbankimport.pm +handler + +Utility to convert plain text questions in a testbank file to LON-CAPA problems. +Called by selecting testbank option when uploading file to construction space. + +works/unverified + + +loncom/imspackages/imsimport.pm +home/httpd/lib/perl/Apache/imsimport.pm +handler + +Utility to import courses from other CMSs packaged in IMS 1.1 content package +format into LON-CAPA Construction space. +Called by selecting IMS package option when uploading file to construction space. + +works/unverified + + +loncom/imspackages/imsimportdocs.pm +home/httpd/lib/perl/Apache/imsimportdocs.pm +handler + +Utility to import courses from other CMSs packaged in IMS 1.1 content package +format into a LON-CAPA course via DOCS. +Called using Import IMS package button displayed in Special documents column in DOCS display. + +works/unverified + + +loncom/imspackages/imsprocessor.pm +home/httpd/lib/perl/Apache/imsprocessor.pm +handler + +Contains routines used by imsimport handlers when importing contents of IMS +packages into construction space, or into a course directly via DOCS. + +works/unverified + + +loncom/interface/lonhelp.pm +home/httpd/lib/perl/Apache/lonhelp.pm +handler + +The .tex file help handler. + +works/unverified + +loncom/html/adm/help/buildMakeWrapper + + +Makefile; +buildMakeWrapper + + + +loncom/html/adm/help/abouthelp.html +home/httpd/html/adm/help/abouthelp.html +interface file + +Index file for the help system + + + +loncom/html/adm/help/nohelptopic.html +home/httpd/html/adm/help/nohelptopic.html +interface file + +Page of links to help manuals - displayed when inline help is missing for a specific topic. + + + +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.texxml; +doc/help/latexSplitter.py; +doc/help/rebuildLabelHash.pl; +doc/help/render.texxml.pl; +doc/help/simpleEdit.py; +doc/help/texxml2indextex.pl; +doc/help/texxml2latex.pl; +loncom/build/buildHelp.sh; +loncom/build/help_graphics_converter.pl + + + +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.texxml; +doc/help/latexSplitter.py; +doc/help/rebuildLabelHash.pl; +doc/help/render.texxml.pl; +doc/help/simpleEdit.py; +doc/help/texxml2indextex.pl; +doc/help/texxml2latex.pl; +loncom/build/buildHelp.sh; +loncom/build/help_graphics_converter.pl + + + +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/ext_examples.html + home/httpd/html/adm/help/ext_examples.html + interface file + + Examples for using &EXT in HTML + + + + loncom/html/adm/help/ext_examples.html.meta + home/httpd/html/adm/help/ext_examples.html.meta + interface file + + Examples for using &EXT in HTML metadata + + + + loncom/html/adm/help/ext_examples.library + home/httpd/html/adm/help/ext_examples.library + interface file + + Examples for using &EXT library + + + + loncom/html/adm/help/ext_examples.library.meta + home/httpd/html/adm/help/ext_examples.library.meta + interface file + + Examples for using &EXT library metadata + + + + loncom/html/adm/help/ext_examples.problem + home/httpd/html/adm/help/ext_examples.problem + interface file + + Examples for using &EXT problem + + + + loncom/html/adm/help/ext_examples.problem.meta + home/httpd/html/adm/help/ext_examples.problem.meta + interface file + + Examples for using &EXT problem metadata + + + +*.* +loncom/html/adm/help/gif/ + +home/httpd/html/adm/help/gif/ +interface file + +Gif files for the help system + + +Authoring_Dynamic_Plot_Axis_Labels.gif; +Authoring_Dynamic_Plot_Axis_Tics_border.gif; +Authoring_Dynamic_Plot_Axis_Tics_minor.gif; +Authoring_Dynamic_Plot_Axis_Tics_nomirror.gif; +Authoring_Dynamic_Plot_Axis_Tics_x_axis.gif; +Authoring_Dynamic_Plot_Title_X_Y_Label.gif; +Dynamic_Replication_Change.gif; +Dynamic_Replication_Request.gif; +Load_Balance_Example.gif; +LONCAPA_Network_Diagram2.gif; +LONCAPA_Network_Diagram.gif; +Map_Example.gif; +Resource_Assembly.gif; +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; +mainCourseDocuments.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 + + +Authoring_Dynamic_Plot_Axis_Labels.eps; +Authoring_Dynamic_Plot_Axis_Tics_border.eps; +Authoring_Dynamic_Plot_Axis_Tics_minor.eps; +Authoring_Dynamic_Plot_Axis_Tics_nomirror.eps; +Authoring_Dynamic_Plot_Axis_Tics_x_axis.eps; +Authoring_Dynamic_Plot_Title_X_Y_Label.eps; +Dynamic_Replication_Change.eps; +Dynamic_Replication_Request.eps; +Load_Balance_Example.eps; +LONCAPA_Network_Diagram2.eps; +LONCAPA_Network_Diagram.eps; +Map_Example.eps; +Resource_Assembly.eps; +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; +mainCourseDocuments.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_Bombs.tex; +About_Communication.tex; +About_Developers_Manual.tex; +About_Numerical_and_Formula_Response.tex; +all_functions_table.tex; +adaptive_hints.tex; +Additional_Help.tex; +Ambiguous_Reference.tex; +Analysis_Analyze_as.tex; +Analysis_Analyze_Over.tex; +Analysis_num_plots.tex; +Analyze_Problem.tex; +Annotation.tex; +Authentication.tex; +Authoring_Adding_Pictures.tex; +Authoring_DataResponse.tex; +Authoring_Dynamic_Plot_Axes.tex; +Authoring_Dynamic_Plot_Curve_Data.tex; +Authoring_Dynamic_Plot_Curve_Function.tex; +Authoring_Dynamic_Plot_Curve.tex; +Authoring_Dynamic_Plot_Gnuplot.tex; +Authoring_Dynamic_Plot_Key.tex; +Authoring_Dynamic_Plot_Label.tex; +Authoring_Dynamic_Plot_Linestyle.tex; +Authoring_Dynamic_Plot.tex; +Authoring_Dynamic_Plot_Tics.tex; +Authoring_Dynamic_Plot_Title_X_Y_Label.tex; +Authoring_ExternalResponse.tex; +Authoring_Foil_Structure_Tags.tex; +Authoring_Hint_Tags.tex; +Authoring_HTML_vs_Tex.tex; +Authoring_ImageResponse.tex; +Authoring_Input_Tags.tex; +Authoring_Internal_Tags.tex; +Authoring_M_Tag.tex; +Authoring_NumericalResponse.tex; +Authoring_OptionResponse.tex; +Authoring_Output_Tags.tex; +Authoring_Pictures_EPS.tex; +Authoring_Piecewise_Plot.tex; +Authoring_RadiobuttonResponse.tex; +Authoring_Response_Attributes.tex; +Authoring_Responseparam_Parameter.tex; +Authoring_Response_Tag_Intro.tex; +Authoring_Scripting_Tags.tex; +Authoring_Structure_Tags.tex; +Authoring_XML_Intro.tex; +Author_LON-CAPA_Introduction.tex; +Author_Manual_Title_Page.tex; +Author_Numerical_and_Formula.tex; +Author_Remote_Control.tex; +Bookmarks.tex; +Bugzilla.tex; +Caching.tex; +Calendar_Add_Announcement.tex; +Calendar_Remove_Announcement.tex; +Calling_Functions.tex; +CAPA_LON-CAPA_function_diffs.tex; +Cascading_Parameters.tex; +Change_Colors.tex; +Change_Password.tex; +Chart_Description.tex; +Change_Discussion_Display.tex; +Chart_Output_Data.tex; +Chart_Output_Formats.tex; +Chatting.tex; +Coauthor.tex; +Construction_Space_Overview.tex; +Course_Add_Other.tex; +Course_Add_Student.tex; +Course_Broadcast_Message.tex; +Course_Change_Privileges.tex; +Course_Chart_To_Excel.tex; +Course_Chat.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_Editing_Custom_Roles.tex; +Course_Extending_Due_Dates.tex; +Course_Face_To_Face_Records.tex; +Course_Feedback_Addresses.tex; +Course_Homework_Performance_Overview.tex; +Course_Manually_Grade_Problem.tex; +Course_Manual_Title_Page.tex; +Course_Maximum_Collaborators.tex; +Course_Message_Access.tex; +Course_Modify_Student_Data.tex; +Course_Parameter_Levels.tex; +Course_Problem_Weight.tex; +Course_Set_Start_End_Date.tex; +Course_Setting_Parameters.tex; +Course_Student_Grade_Override.tex; +Course_Student_Work.tex; +Course_Toplevel_Seq.tex; +Course_User_Evaluation.tex; +Course_User_Parameter.tex; +Course_View_Class_List.tex; +Create_Course.tex; +Creating_A_Course_Intro.tex; +Creating_New_Content_Pages.tex; +Creating_Online_Problems.tex; +Creating_Radio_Response_Problems.tex; +Developer_Manual_Title_Page.tex; +Developer_Tutorial.tex; +Docs_About_Bulletin_Board.tex; +Docs_About_My_Personal_Info.tex; +Docs_About_Simple_Page.tex; +Docs_About_Syllabus.tex; +Docs_Adding_Course_Doc.tex; +Docs_Adding_External_Resource.tex; +Docs_Adding_Folders.tex; +Docs_Adding_Syllabus.tex; +Docs_Alternatives.tex; +Docs_Check_Resource_Versions.tex; +Docs_Creating_From_Template.tex; +Docs_Dump_Course_Docs.tex; +Docs_Editing_Templated_Pages.tex; +Docs_Essay.tex; +Docs_Importing_LON-CAPA_Resource.tex; +Docs_Load_Map.tex; +Docs_Main_Course_Documents.tex; +Docs_Navigate_Content.tex; +Docs_Option_Response.tex; +Docs_Overview.tex; +Docs_Radio.tex; +Docs_Score_Upload_Form.tex; +Docs_Search.tex; +Docs_Simple_Problem.tex; +Docs_String_Response.tex; +Docs_Supplemental.tex; +Docs_Uploading_From_Harddrive.tex; +Docs_Verify_Content.tex; +Edit_Syllabus.tex; +exam_basics.tex; +Exploring_Your_Course.tex; +Finding_Resources.tex; +Foils.tex; +Formula_Response_Adv_Intro.tex; +Formula_Response_Example.tex; +Formula_Response_Limitations.tex; +Formula_Response_Problems.tex; +Formula_Response_Sampling.tex; +Formula_Tolerance.tex; +General_Intro.tex; +Generation.tex; +GradingOptions.tex; +Greek_Symbols.tex; +Guts_Apache_Env.tex; +Guts_Apache_Modules.tex; +Guts_Apache.tex; +Guts_Authentication.tex; +Guts_Authoring.tex; +Guts_Coding_Guidelines.tex; +Guts_Course_Dir.tex; +Guts_User_Dir.tex; +Help.tex; +Helper_Course_Initialization.tex; +How_To_Edit_Existing_Content_Pages.tex; +Latex_Footer.tex; +Latex_Header.tex; +Leaving_Feedback.tex; +Login_To_LON-CAPA.tex; +Metadata_Description.tex; +Navigation_Screen.tex; +Navmap_Host_Down.tex; +NavMaps_MarkPosts_Read.tex; +Numerical_Response_Advanced_Example.tex; +Numerical_Response_Format.tex; +Numerical_Response_Introduction.tex; +Numerical_Response_Intro.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; +numerical_wrong_answers.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; +Other_Symbols.tex; +Part_Tag_Edit_Help.tex; +Personal_Info_Page.tex; +Physical_Units.tex; +Prefs_About_Me.tex; +Prefs_Forwarding.tex; +Prefs_Language.tex; +Prefs_Screen_Name_Nickname.tex; +Print_Resource.tex; +Problem_Editor_Testing_Area.tex; +Problem_Editor_XML_Index.tex; +Problem_LON-CAPA_Functions.tex; +Problem_Types.tex; +Publishing_A_Resource.tex; +Publishing_Author_Tutorial_Segue.tex; +Publishing_Copyright.tex; +Publishing_Intro.tex; +Publishing_Keywords.tex; +Quick_Grades_Possibly_Correct.tex; +Radio_Response_Problems.tex; +Radio_Response_Randomization.tex; +Ranking_Problems.tex; +Receipt.tex; +Remote_Menu.tex; +Resource_Discussion.tex; +Resource_Types.tex; +Roles_About.tex; +Roles_Screen.tex; +Script_Functions.tex; +Scripting_Help.tex; +Script_Tutorial_Intro.tex; +Script_Variables.tex; +Search_Advanced.tex; +Search_Basic.tex; +Searching.tex; +Sending_Email.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_Calculation.tex; +Spreadsheet_Calculation_Time.tex; +Spreadsheet_Cell_Editing.tex; +Spreadsheet_Editing.tex; +Spreadsheet_Export_Row.tex; +Spreadsheet_Files.tex; +Spreadsheet_Functions.tex; +Spreadsheet_Hierarchy.tex; +Spreadsheet_HowTo_Assessments.tex; +Spreadsheet_HowTo.tex; +Spreadsheet_Layout.tex; +Spreadsheet_Levels.tex; +Spreadsheet_Max_Depth_Exceeded.tex; +Spreadsheet_Parms.tex; +Spreadsheet_Problem_Weight.tex; +Spreadsheet_Referencing_Cells.tex; +Spreadsheet_Referencing_Parameters.tex; +Spreadsheet_Row_Numbers.tex; +Spreadsheet_Student_View.tex; +Spreadsheet_Student_Visible.tex; +Spreadsheet_Template_Row.tex; +Spreadsheet_Ternary_Operator.tex; +Spreadsheet_Tries.tex; +Statistics_Overall_Key.tex; +Statistics_Sequence.tex; +Statistics_Cache.tex; +String_Response_Problem_Creation.tex; +String_Response_Problems.tex; +Syllabus_ExtLink.tex; +Syllabus_URLs.tex; +Tolerance.tex; +Uploaded_Templates_PublicView.tex; +Uploaded_Templates_TextBoxes.tex; +Variable_Naming_Conventions.tex; +Variables_in_Scripts.tex; +Variables_in_the_Answer_Block.tex; +Variables_in_the_Text_Block.tex; +Variable_Tutorial_A.tex; +What_Is_LON-CAPA.tex; +Why_LON-CAPA.tex; + + + +*.* +loncom/html/adm/help/tex/ru/ + +home/httpd/html/adm/help/tex/ru/ +interface file + +Russian Tex files for the help system + + +About_Authors_Manual.tex; +About_Communication.tex; +About_Developers_Manual.tex; +About_Numerical_and_Formula_Response.tex; +CAPA_LON-CAPA_function_diffs.tex; +Course_Maximum_Collaborators.tex; +Course_Set_Start_End_Date.tex; +Creating_A_Course_Intro.tex; +Other_Symbols.tex; +Physical_Units.tex; +Print_Resource.tex; +Authoring_Adding_Pictures.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 @@ -919,6 +2737,92 @@ Handler to show statistics on solving LO works/unverified +loncom/interface/statistics/lonstathelpers.pm +home/httpd/lib/perl/Apache/lonstathelpers.pm +handler + +Utility module for statistics and data mining. + +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. + + + +loncom/interface/statistics/lonsurveyreports.pm +home/httpd/lib/perl/Apache/lonsurveyreports.pm + +handler + +Gives instructors access to compiled survey results. + + + +loncom/interface/statistics/lonstudentsubmissions.pm +home/httpd/lib/perl/Apache/lonstudentsubmissions.pm + +handler + +Generates excel file containing student submissions and correct answers. + + + +loncom/interface/statistics/loncorrectproblemplot.pm +home/httpd/lib/perl/Apache/loncorrectproblemplot.pm + +handler + +The module that generate the html for the correct problems plot 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 + +This module provides detailed analysis and raw data for submissions of various problem types. + +works/unverified + + +loncom/interface/statistics/lonsubmissiontimeanalysis.pm +home/httpd/lib/perl/Apache/lonsubmissiontimeanalysis.pm + +handler + +This module produces plots of the times of students attempts on an assessment. + +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 @@ -928,6 +2832,15 @@ Handler to show difference between two f works/unverified +loncom/publisher/lonrights.pm +home/httpd/lib/perl/Apache/lonrights.pm +handler + +Handler to show and edit custom distribution rights + +works/unverified + + loncom/publisher/lonupload.pm home/httpd/lib/perl/Apache/lonupload.pm handler @@ -937,6 +2850,36 @@ 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/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/lib/perl/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 @@ -946,6 +2889,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 @@ -954,6 +2916,44 @@ 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' + +works/unverified + +../../loncom/lonnet/perl/lonnet.pm + + + +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/lib/perl/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 @@ -963,6 +2963,37 @@ 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/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/lib/perl/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 @@ -971,6 +3002,36 @@ 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/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/lib/perl/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 @@ -1009,7 +3070,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 @@ -1018,16 +3080,62 @@ 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 -loncom/interface/lonchart.pm -home/httpd/lib/perl/Apache/lonchart.pm +loncom/interface/lonhtmlcommon.pm +home/httpd/lib/perl/Apache/lonhtmlcommon.pm +handler + +Contains a set of functions that generate html controls and data layouts + + + +loncom/localize/lonlocal.pm +home/httpd/lib/perl/Apache/lonlocal.pm +handler + +Contains the &mt access function to Locale::Maketext + + + +loncom/localize/localize.pm +home/httpd/lib/perl/Apache/localize.pm handler -Produces simple LectureOnline-like student assessment performance chart +Localization class for Locale::Maketext + + + +*.pm +loncom/localize/localize/ + +home/httpd/lib/perl/Apache/localize/ +static conf + +Translation files. + + +de.pm; +pt.pm; +fr.pm; +ja.pm; +tr.pm; +ru.pm; +fa.pm; +ar.pm; +es.pm; + + + +loncom/interface/loncoursedata.pm +home/httpd/lib/perl/Apache/loncoursedata.pm +handler + +Common functions for handling student course data (download and process) @@ -1041,6 +3149,36 @@ 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/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/lib/perl/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 @@ -1072,6 +3210,43 @@ assignment. works/unverified + + + loncom/homework/chemresponse.pm + home/httpd/lib/perl/Apache/chemresponse.pm + handler + + Handle the tags organicresponse/structure and reationresponse + + works/unverified + + + + *.* + loncom/html/adm/jme/ + home/httpd/html/adm/jme/ + interface file + + JME files, for editing organic structures + + +JME.jar; +jme.gif; +jme_help.html; +nitro.gif; +smiles.gif + + + + + loncom/homework/convertjme.pl + home/httpd/cgi-bin/convertjme.pl + script + + Dynamically converts JME strings into either a png or ps file. + + + loncom/interface/lontest.pm home/httpd/lib/perl/Apache/lontest.pm @@ -1104,7 +3279,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 @@ -1131,6 +3309,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 @@ -1144,6 +3325,73 @@ Handles navigational maps. works/unverified +doc/man/Apache__lonnavmaps.3 +usr/man/man3/Apache::lonnavmaps.3 +doc +man page for lonnavmaps.pm + +loncom/build/pod2man.sh ../../loncom/interface/lonnavmaps.pm > \ +../../doc/man/Apache__lonnavmaps.3 && echo 'manifying lonnavmaps.pm' + +works/unverified + +../../loncom/interface/lonnavmaps.pm + + + +doc/lib/perl/Apache/lonnavmaps.html + +home/httpd/html/adm/help/lib/perl/Apache/lonnavmaps.html + +doc +POD-derived page for lonnavmaps.pm + +loncom/build/pod2html.sh ../../loncom/interface/lonnavmaps.pm > \ +../../doc/lib/perl/Apache/lonnavmaps.html && \ +echo 'pod2html lonnavmaps.pm' + +works/unverified + +../../loncom/interface/lonnavmaps.pm + + + +loncom/interface/lonhelper.pm +home/httpd/lib/perl/Apache/lonhelper.pm +handler + +Helper framework. + +works/unverified + + +loncom/html/adm/helper/parameter.helper +home/httpd/html/adm/helper/parameter.helper +handler + +Parameter setting helper. + +works/unverified + + +loncom/html/adm/helper/course.initialization.helper +home/httpd/html/adm/helper/course.initialization.helper +handler + +Course initialization helper. + +works/unverified + + +loncom/interface/lonquickgrades.pm +home/httpd/lib/perl/Apache/lonquickgrades.pm +handler + +Student quick grades interface. + +works/unverified + + loncom/interface/lonpreferences.pm home/httpd/lib/perl/Apache/lonpreferences.pm handler @@ -1163,6 +3411,14 @@ Handles the production of printable file works/unverified + loncom/metadata_database/LONCAPA/lonmetadata.pm + home/httpd/lib/perl/LONCAPA/lonmetadata.pm + system file + + Provides a common interface to LON-CAPA metadata. + + + loncom/interface/lonsearchcat.pm home/httpd/lib/perl/Apache/lonsearchcat.pm handler @@ -1172,11 +3428,62 @@ 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' + +works/unverified + +../../loncom/interface/lonsearchcat.pm + + + +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/lib/perl/Apache/lonsearchcat.html && \ +echo 'pod2html lonsearchcat.pm' + +works/unverified + +../../loncom/interface/lonsearchcat.pm + + + +loncom/interface/lonmanagekeys.pm +home/httpd/lib/perl/Apache/lonmanagekeys.pm +handler + +Allows users with "mky" privileges to generate and manage course access keys. + +works/unverified + + 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 @@ -1185,7 +3492,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 @@ -1200,11 +3513,49 @@ problems and assignments. works/unverified -loncom/interface/lonspreadsheet.pm +loncom/interface/spreadsheet/lonspreadsheet.pm home/httpd/lib/perl/Apache/lonspreadsheet.pm handler -Spreadsheet/Grades Display Handler +The top level interface for the display and editing of spreadsheets. There +are three levels of spreadsheet. + +works/unverified + + +loncom/interface/spreadsheet/Spreadsheet.pm +home/httpd/lib/perl/Apache/Spreadsheet.pm +handler + +Defines the parent object of each spreadsheet type (classcalc, studentcalc, +assesscalc). + +works/unverified + + +loncom/interface/spreadsheet/classcalc.pm +home/httpd/lib/perl/Apache/classcalc.pm +handler + +Defines the specifics of the course level spreadsheet. + +works/unverified + + +loncom/interface/spreadsheet/studentcalc.pm +home/httpd/lib/perl/Apache/studentcalc.pm +handler + +Defines the specifics of the student level spreadsheet. + +works/unverified + + +loncom/interface/spreadsheet/assesscalc.pm +home/httpd/lib/perl/Apache/assesscalc.pm +handler + +Defines the specifics of the assessment level spreadsheet. works/unverified @@ -1218,6 +3569,36 @@ 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/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/lib/perl/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 @@ -1237,6 +3618,37 @@ 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/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/lib/perl/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 @@ -1246,6 +3658,24 @@ Has routines which control the remote co works/unverified +loncom/interface/lonremote.pm +home/httpd/lib/perl/Apache/lonremote.pm +handler + +Handler to launch and collapse the remote control. + +works/unverified + + +loncom/interface/portfolio.pm +home/httpd/lib/perl/Apache/portfolio.pm +handler + +Handler to manage user portfolios + +unverified + + rat/lonpageflip.pm home/httpd/lib/perl/Apache/lonpageflip.pm handler @@ -1262,20 +3692,20 @@ Builds up frame set and loads in the rig works/unverified -loncom/html/res/adm/pages/catalog.gif -home/httpd/html/res/adm/pages/catalog.gif -graphic file +loncom/html/res/adm/pages/homeworkmenu.html +home/httpd/html/res/adm/pages/homeworkmenu.html +handler -The catalog button for the remote control. +Homework remote control. works/unverified -loncom/html/res/adm/pages/homeworkmenu.html -home/httpd/html/res/adm/pages/homeworkmenu.html +loncom/html/res/adm/pages/chatroom.html +home/httpd/html/res/adm/pages/chatroom.html handler -Homework remote control. +Establishes frameset for chatroom works/unverified @@ -1319,20 +3749,80 @@ 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/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/lib/perl/Apache/lonpage.html && echo 'pod2html lonpage.pm' + +works/unverified + +../../rat/lonpage.pm + + + rat/lonuserstate.pm 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 +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/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/lib/perl/Apache/lonuserstate.html && \ +echo 'pod2html lonuserstate.pm' + +works/unverified + +../../rat/lonuserstate.pm + + + loncom/xml/lontex.pm home/httpd/lib/perl/Apache/lontex.pm handler -Handler for tex files (somewhere in modules) +Handler for tex files works/unverified @@ -1355,6 +3845,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 @@ -1392,6 +3891,55 @@ implements <script>, <scriptlib works/unverified +loncom/xml/languagetags.pm +home/httpd/lib/perl/Apache/languagetags.pm +handler + +implements <mt> + +works/unverified + + +loncom/homework/randomlylabel.pm +home/httpd/lib/perl/Apache/randomlylabel.pm +handler + +Handler for compositing images, and text together. + + + +loncom/homework/drawimage.pm +home/httpd/lib/perl/Apache/drawimage.pm +handler + +Handler for programtically defining an image + + + +loncom/homework/imagechoice.pm +home/httpd/lib/perl/Apache/imagechoice.pm +handler + +Handler for picking out locations on an image. + + + +loncom/homework/rankresponse.pm +home/httpd/lib/perl/Apache/rankresponse.pm +handler + +Handler for rankresponse + + + +loncom/homework/matchresponse.pm +home/httpd/lib/perl/Apache/matchresponse.pm +handler + +Handler for matchresponse + + + loncom/homework/randomlabel.pm home/httpd/lib/perl/Apache/randomlabel.pm handler @@ -1407,8 +3955,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 @@ -1448,15 +3996,37 @@ handles request to the CAPA homework pro works/unverified -loncom/auth/localauth.pm -home/httpd/lib/perl/localauth.pm +loncom/xml/Safe.pm +home/httpd/lib/perl/Safe.pm handler -Local authentication mechanism (meant to be customized). +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-std.pm + handler + +Local authentication mechanism. The target file is meant as a template +for a localauth.pm file. The target file with the -std suffix is not +used directly by any software program; it is just a template file. + + works/unverified + + + loncom/auth/localauth.pm + home/httpd/lib/perl/localauth.pm + conf + +Local authentication mechanism. + + works/unverified + + loncom/auth/lonacc.pm home/httpd/lib/perl/Apache/lonacc.pm handler @@ -1469,6 +4039,35 @@ 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/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/lib/perl/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 @@ -1478,6 +4077,72 @@ 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 + + +loncom/lonenc.pm +home/httpd/lib/perl/Apache/lonenc.pm +handler + +Encryption and decryption of URIs + +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/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/lib/perl/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 @@ -1496,6 +4161,35 @@ for the "priv"-type access, the resource works/unverified +doc/man/Apache__loncacc.3 +usr/man/man3/Apache::loncacc.3 +doc +man page for loncacc.pm + +loncom/build/pod2man.sh ../auth/loncacc.pm > ../../doc/man/Apache__loncacc.3 \ +&& echo 'manifying loncacc.pm' + +works/unverified + +../../loncom/auth/loncacc.pm + + + +doc/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/lib/perl/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 @@ -1510,6 +4204,13 @@ for the "priv"-type access, the resource works/unverified +loncom/auth/londatecheck.pm +home/httpd/lib/perl/Apache/londatecheck.pm +handler +Checks contentopen/close settings disable subsequent PerlHandlers if not open +works/unverified + + loncom/auth/lonlogout.pm home/httpd/lib/perl/Apache/lonlogout.pm handler @@ -1523,6 +4224,12 @@ for the "priv"-type access, the resource replication +loncom/lonnet/perl/lonuploadrep.pm +home/httpd/lib/perl/Apache/lonuploadrep.pm +handler +copying of uploaded files + + loncom/auth/lonroles.pm home/httpd/lib/perl/Apache/lonroles.pm handler @@ -1537,6 +4244,44 @@ 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/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/lib/perl/Apache/lonroles.html && echo 'pod2html lonroles.pm' + +works/unverified + +../../loncom/auth/lonroles.pm + + + +loncom/interface/lonsource.pm +home/httpd/lib/perl/Apache/lonsource.pm +handler + +Problem source code viewer + +works/unverified + + loncom/interface/lonindexer.pm home/httpd/lib/perl/Apache/lonindexer.pm handler @@ -1546,6 +4291,36 @@ 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/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/lib/perl/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 @@ -1574,11 +4349,52 @@ 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/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/lib/perl/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 bumps to login + +loncom/html/index.html +home/httpd/html/origindex.html +interface file +bumps to login, backup for takeonline + + +loncom/html/favicon.ico +home/httpd/html/favicon.ico +interface file +Bookmark and tab icon +etc/mime.typesetc/httpd/conf/mime.types @@ -1642,6 +4458,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 @@ -1657,6 +4489,14 @@ bumper A blank page with very minimal HTML structural elements. + +rat/client/loading.html +home/httpd/html/adm/rat/loading.html +interface file + +A blank page which calls drawwindow in its opener after being loaded. + + *.gif rat/images/ @@ -1671,7 +4511,7 @@ icons for providing a HTML-tabled view o 1.1.ld.gif; 1.1.lr.gif; 1.1.rd.gif; -1;.1.rl.gif; +1.1.rl.gif; 1.1.td.gif; 1.1.tdrl.gif; 1.1.tl.gif; @@ -1732,6 +4572,7 @@ bld.gif; blr.gif; blrd.gif; blrt.gif; +bottom.gif; brd.gif; brl.gif; brld.gif; @@ -1755,7 +4596,6 @@ insrow.gif; left.gif; middle.gif; resource.gif; -rbottom.gif; right.gif; sctd.gif; sdt.gif; @@ -1778,7 +4618,7 @@ sutd.gif -* +*.* loncom/html/adm/lonKaputt/ home/httpd/html/adm/lonKaputt/ graphic file @@ -1795,57 +4635,118 @@ lonlogo_broken.mov -* +*.* loncom/html/adm/lonIcons/ home/httpd/html/adm/lonIcons/ graphic file -logos +logos and general widget icons +SMETE_white.gif; +aboutlon.gif; +aboutlon_pt.gif; +aboutlon_de.gif; +accessbutton.gif; +accessbutton_pt.gif; +accessbutton_de.gif; +angry.gif; +arrow_up.gif; +baeh.gif; +bigsmile.gif; +branch.gif; cab.gif; cab_big.gif; +capapanel.gif; +check.gif; class.gif; class_big.gif; +closepage.gif +coolindiff.gif; +coolsmile.gif; +cry.gif; +doc.gif; +doc_big.gif; dvi.gif; dvi_big.gif; 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; folder_pointer_opened.gif; form.gif; form_big.gif; +frowny.gif; gif.gif; gif_big.gif; +header.gif; +hrrm.gif; htm.gif; html.gif; html_big.gif; +huh.gif; +jar.gif; +jar_big.gif; jpg.gif; jpg_big.gif; +latex.gif; +library.gif; +lipsrsealed.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; +mailbkgrd.gif; +mailto.gif; +minilogo.gif; meta.gif; meta_big.gif; mov.gif; mov_big.gif; move_up.gif; move_down.gif; +navmap.correct.gif; +navmap.ellipsis.gif; +navmap.open.gif; +navmap.page.open.gif; +navmap.page.closed.gif; +navmap.page.open.nomanip.gif; +navmap.page.closed.nomanip.gif; +navmap.wrong.gif; +navmap.folder.open.gif; +navmap.folder.closed.gif; +navmap.folder.open.nomanip.gif; +navmap.folder.closed.nomanip.gif; +neutral.gif; page.gif; page_big.gif; pdf.gif; pdf_big.gif; +png.gif; +png_big.gif; +ppt.gif; +ppt_big.gif; problem.gif; problem_big.gif; ps.gif; ps_big.gif; +rolleyes.gif; quill.gif; quiz.gif; quiz_big.gif; @@ -1854,6 +4755,8 @@ sequence.gif; sequence_big.gif; server.gif; server_big.gif; +shocked.gif; +smiley.gif; srvbad.gif; srvempty.gif; srvgood.gif; @@ -1863,10 +4766,18 @@ survey.gif; survey_big.gif; tex.gif; tex_big.gif; +tth.gif; txt.gif; txt_big.gif; +unknown.gif; +unknown_big.gif; +upperleft.gif; +upperright.gif; user.gif; user_big.gif; +userauthentication.gif; +userauthentication_pt.gif; +userauthentication_de.gif; wav.gif; wav_big.gif; white_space_20_22.gif; @@ -1880,6 +4791,9 @@ whitespace6.gif; whitespace7.gif; whitespace8.gif; whitespace9.gif; +wink.gif; +xls.gif; +xls_big.gif; xml.gif; xml_big.gif; zip.gif; @@ -1887,26 +4801,32 @@ zip_big.gif -* +*.* loncom/html/adm/lonMisc/ 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; +blackdot.gif; +bomb.gif; +smallFAQ.gif; +smallBug.gif; cat_button.gif; +chat.gif; +eval_button.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 +modules/TexConvert/tthperl/tth.pm +usr/lib/perl5/site_perl/5.6.0/tth.pm +home/httpd/lib/perl/tth.pm system file perl module for invoking functions specific to TeX-to-HTML conversion @@ -1914,14 +4834,119 @@ 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 +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/lonlocal.pm + home/httpd/lib/perl/LONCAPA/lonlocal.pm + system file + + lonc/d handler for doing a local filesystem based init: + + works/verified + + + loncom/lonssl.pm + home/httpd/lib/perl/LONCAPA/lonssl.pm + system file + + lonc/d handler for doing a remote SSL based init: + + works/verified + + + loncom/LondConnection.pm + home/httpd/lib/perl/LONCAPA/LondConnection.pm + system file + + Manages a connection between a lonc proxy daemon and the lond server + in the remote node. + + works/verified + + + loncom/LondTransaction.pm + home/httpd/lib/perl/LONCAPA/LondTransaction.pm + system file + + Handles a single lon-capa insternal transaction + + works/verified + + + loncom/types/HashIterator.pm + home/httpd/lib/perl/LONCAPA/HashIterator.pm + system file + + Provides support to iterate through opaque hashes hidden e.g. within + object private data. + + works/verified + + + loncom/types/Queue.pm + home/httpd/lib/perl/LONCAPA/Queue.pm + system file + + Provides a FIFO queue class. + + works/verified + + + loncom/types/Stack.pm + home/httpd/lib/perl/LONCAPA/Stack.pm + system file + + Provides a LIFO stack class. + + works/verified + + + loncom/loncnew + home/httpd/perl/loncnew + script + + Proxy server for remote loncapa requests. + Needs CPAN Event module. + + + +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 + + +loncom/ConfigFileEdit.pm +home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm +system file + +Configuration file editing module + +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 +home/httpd/lib/perl/tth.so system file shared library file for dynamic loading and unloading @@ -1936,19 +4961,20 @@ related to this file during the build pr modules/TexConvert/tthperl/commands works/unverified - + ../tthdynamic/tthfunc.c; -../tthdynamic/ttmfunc.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 +usr/lib/perl5/site_perl/5.6.0/capa.pm +home/httpd/lib/perl/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 @@ -1957,13 +4983,14 @@ 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 +home/httpd/lib/perl/capa.bs system file 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 @@ -1972,8 +4999,8 @@ 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 +home/httpd/lib/perl/capa.so system file shared library file for dynamic loading and unloading @@ -1983,7 +5010,34 @@ loncom/homework/caparesponse/commands caparesponse.c; -caparesponse.pm +caparesponse.pm; +README; +Makefile.PL; +capa.i; +commands; +../../../CAPA/pProj/Makefile; +../../../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 @@ -2053,8 +5107,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. @@ -2076,19 +5130,235 @@ 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; + + + +*.jpg +loncom/html/adm/lonDomLogos/ +home/httpd/html/adm/lonDomLogos/ +graphic file +Logos of LON-CAPA domains (jpg) + +headermsu.jpg; + + + +*.gif +loncom/html/adm/lonDomLogos/ +home/httpd/html/adm/lonDomLogos/ +graphic file +Logos of LON-CAPA domains (gif) + +103.gif; +gerd.gif; +mio.gif; +msuvu.gif; +ohiou.gif; +rhs.gif; +sfu.gif; +tmcc.gif; +umich.gif; +worf.gif; +annarbor.gif; +elps.gif; +gwu.gif; +msudemo.gif; +ndsu.gif; +physnet.gif; +sc.gif; +Selwyn.gif; +ucf.gif; +unihalle.gif; +wscc.gif; +cps.gif; +fsu.gif; +lsd.gif; +msu.gif; +nsdl.gif; +pmm.gif; +sunysb.gif; +udel.gif; +uz.gif; +fvl.gif; +csm.gif; +nau.gif; +nagoya.gif; +acadiau.gif; +psuerie.gif; +redford.gif; +huji.gif; +ifusp.gif; +ucsc.gif; +waverly.gif; +cmich.gif; +UNICAMP.gif; +lakefenton.gif; +grandblanc.gif; +glps.gif; +BCHS.gif; +headersfu.gif; +uwsp.gif; +bsu.gif; +wmston.gif; + + + +*.tab +loncom/html/adm/lonDomColors/ +home/httpd/lonTabs/lonDomColors/ +conf +Designs of LON-CAPA domains + +annarbor.tab; +default.tab; +msu.tab; +csm.tab; +huji.tab; +nau.tab; +nagoya.tab; +acadiau.tab; +psuerie.tab; +redford.tab; +cmich.tab; +ifusp.tab; +ucsc.tab; +UNICAMP.tab; +lakefenton.tab; +grandblanc.tab; +fsu.tab; +sfu.tab; +wmston.tab; +worf.tab; + + + +*.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; +ö.gif; +ä.gif; +ü.gif; +ä.gif; +ö.gif; +ü.gif; +colon.gif; +hyphen.gif; +slash.gif; +space.gif; + + + +*.gif +loncom/html/res/adm/pages/pt/ +home/httpd/html/res/adm/pages/pt/ +graphic file +icons used for the Portuguese LON-CAPA user interface + +anno_pt.gif; +anot_pt.gif; +bchat_pt.gif; +catalog_pt.gif; +ccrs_pt.gif; +chrt_pt.gif; +com_pt.gif; +courses_pt.gif; +cprv_pt.gif; +cstr_pt.gif; +docs_pt.gif; +egrd_pt.gif; +enrl_pt.gif; +eval_pt.gif; +fdbk_pt.gif; +grds_pt.gif; +keys_pt.gif; +logout_pt.gif; +nav_pt.gif; +parm_pt.gif; +pref_pt.gif; +prt_pt.gif; +res_pt.gif; +roles_pt.gif; +sbkm_pt.gif; +spacer_pt.gif; +sprs_pt.gif; +src_pt.gif; +stat_pt.gif; +vbkm_pt.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; +bl_step1.gif; +bl_step2.gif; +bl_step3.gif; +bl_step4.gif; +bl_step5.gif; +bl_step6.gif; +bl_step7.gif; +bl_step8.gif; +bl_step9.gif; brws.gif; -c.gif; +catalog.gif; ccrs.gif; chat.gif; chrt.gif; @@ -2096,70 +5366,50 @@ 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; +keys.gif; ledblink.gif; ledgreen.gif; ledoff.gif; ledon.gif; ledsend.gif; logout.gif; -m.gif; +mcrs.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 @@ -2189,10 +5439,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; @@ -2289,10 +5540,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; @@ -2323,10 +5575,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; @@ -2334,6 +5587,22 @@ blank.html; closechildren.html + +*.* +loncom/html/res/adm/pages/reactionresponse/ +home/httpd/html/res/adm/pages/reactionresponse/ +interface file + +Associated file for answering reactionresponse style questions + + +reaction_editor.html; +reaction_frame.html; +reaction_help.html; +reaction_viewer.html; +reaction_window.html + + loncom/html/res/adm/pages/bookmarkmenu/bookmarklib.js @@ -2344,55 +5613,83 @@ javascript for handling client-side inte -loncom/build/loncapaverifypackages -usr/sbin/loncapaverifypackages -script +loncom/build/CHECKRPMS +usr/local/loncapa/bin/CHECKRPMS +system 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 +system 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/local/loncapa/sbin/loncaparestoreconfigurations + script -makes verification report using loncapaverifypackages and -loncapaverifybasepackage +Updates .lpmlnew files with previous settings. Also supports alternative +schemes of settings-updating and file-overwriting. -deprecated +works/unverified -loncom/cron/loncapa -etc/cron.d/loncapa -static conf - -file that specifies periodic processes to run for the LON-CAPA machine - + loncom/cron/loncapa.built + etc/cron.d/loncapa + conf + + file that specifies periodic processes to run for the LON-CAPA machine + + +loncom/cron/preserve_local_loncapa_cron + + +loncapa; +preserve_local_loncapa_cron + 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 @@ -2403,6 +5700,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 @@ -2411,7 +5724,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; @@ -2427,12 +5740,77 @@ 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) + + loncom/interface/lonhelpmenu.pm + home/httpd/lib/perl/Apache/lonhelpmenu.pm + handler + + Creates a multipage help screen to help users out. + + + + loncom/interface/lonsupportreq.pm + home/httpd/lib/perl/Apache/lonsupportreq.pm + handler + + Handler to make it easy for users to send a request to te helpdesk + + + + loncom/interface/lonmodifycourse.pm + home/httpd/lib/perl/Apache/lonmodifycourse.pm + handler + + Interface to modifying a course's internal ENV values for automated + enrollement + + + + loncom/interface/lonpopulate.pm + home/httpd/lib/perl/Apache/lonpopulate.pm + handler + + Handler for configuring automated enrollment + + + + loncom/enrollment/Enrollment.pm + home/httpd/lib/perl/LONCAPA/Enrollment.pm + handler + + Handler for automated enrollment + + + + loncom/enrollment/localenroll.pm + home/httpd/lib/perl/localenroll.pm + conf + + Local handler for automated enrollment. + + + + loncom/enrollment/localenroll.pm + home/httpd/lib/perl/localenroll-std.pm + handler + + Local handler for automated enrollment, standard version. + + + + loncom/enrollment/Autoenroll.pl + home/httpd/perl/Autoenroll.pl + script + + Local handler for automated enrollment, standard version. + +
only one line needs to be changed to specify a server ip address