--- doc/loncapafiles/loncapafiles.lpml 2022/01/04 06:03:24 1.797.2.131.2.3 +++ doc/loncapafiles/loncapafiles.lpml 2022/01/04 06:01:21 1.1026 @@ -2,7 +2,7 @@ "http://lpml.sourceforge.net/DTD/lpml.dtd"> - + @@ -823,6 +868,7 @@ interface, Apache (mod_perl) handlersserver readonly error warnings and icons + never_delete home/httpd/lonUsers @@ -895,12 +941,6 @@ are viewable over the world-wide web 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 @@ -1315,12 +1355,21 @@ utility cgi script to view software vers home/httpd/cgi-bin/lonmodulecheck.pl script -utility cgi script to check for differences between currently -installed versions of LON-CAPA modules and those expected for the +utility cgi script to check for differences between currently +installed versions of LON-CAPA modules and those expected for the LON-CAPA release installed on the server. +loncom/cgi/loncertstatus.pl +home/httpd/cgi-bin/loncertstatus.pl +script + +utility cgi script to display status of LON-CAPA SSL certificates +installed on domain's servers + + + loncom/cgi/ping.pl home/httpd/cgi-bin/ping.pl script @@ -1759,7 +1808,6 @@ LON-CAPA release, starting with 2.10.1 2.11.2.tab; 2.11.3.tab; 2.11.4.tab; -2.11.4.B.tab; @@ -1794,6 +1842,30 @@ server. Updated by loncron. + loncom/connectionrules.tab + home/httpd/lonTabs/connectionrules.tab + www conf + +File containing contection rules for outbound (lonc) and inbound (lond) +connections for this host. Updated by loncron using domain configuration +for host's domain from primary library server for domain. Called by lonssl.pm +and used by lond and LondConnection.pm. + + + + + loncom/hosttypes.tab + home/httpd/lonTabs/hosttypes.tab + www conf + +File containing classification of other hosts in the cluster into one of: +dom, intdom, other (if shares this host's domain, if shares this host's +"internet domain", or neither, respectively). Updated by loncron. +Called by lonssl.pm and used by LondConnection.pm. + + + + loncom/spare.tab home/httpd/lonTabs/spare.tab conf @@ -1906,7 +1978,7 @@ file: nohist_courseids.db found in /home Perl script run by cron to check: (a) for differences between currently installed versions of LON-CAPA modules and those expected for the particular LON-CAPA release -(b) if an updated LON-CAPA release is available from install.loncapa.org +(b) if an updated LON-CAPA release is available from install.loncapa.org @@ -1914,7 +1986,7 @@ and those expected for the particular LO home/httpd/perl/debug/rebuild_lastlogin.pl script -Perl script run as www to populate nohist_crslastlogin.db for course(s) on +Perl script run as www to populate nohist_crslastlogin.db for course(s) on a library server to record most recent "log-in" by each user in a course. This script is intended to be run after installation of LON-CAPA @@ -1987,6 +2059,15 @@ small script to handle the start up of t + loncom/manage_ssl_certs.pl + home/httpd/lonCerts/manage_ssl_certs.pl + script + + Script to create LON-CAPA SSL key, and/or LON-CAPA SSL + certificate signing requests for hostId, and/or hostname. + + + loncom/lond home/httpd/perl/lond script @@ -2075,7 +2156,7 @@ routines in lonauthcgi.pm. Display form loncom/cgi/quotacheck.pl home/httpd/cgi-bin/quotacheck.pl script -CGI script to display disk usage and quota for content +CGI script to display disk usage and quota for content uploaded directly to a course/community via the Course Editor. @@ -2084,10 +2165,10 @@ uploaded directly to a course/community home/httpd/cgi-bin/enrollqueued.pl script CGI script to process a queued self-enrollment request -and output a web address which should be provided as a link the +and output a web address which should be provided as a link the the student follows to access the course. Can support validation of self-enrollment requests on a third party system/server which -handles payment etc. +handles payment etc. @@ -2101,7 +2182,7 @@ the requester follows to access the new has been configued to have a six character code associated with it, the will be output also, (e.g., for recording locally, and/or display to the requester). The script was implemented to support -validation of course requests on a third party system/server which +validation of course requests on a third party system/server which handles payment etc. @@ -2529,7 +2610,7 @@ Handler to check if an external resource home/httpd/lib/perl/Apache/lonexttool.pm handler -Handler to allow LON-CAPA to operate as an LTI Consumer +Handler to allow LON-CAPA to operate as an LTI Consumer works/unverified @@ -2543,6 +2624,35 @@ Handler to allow LON-CAPA to operate as works/unverified +loncom/lti/ltiroster.pm +home/httpd/lib/perl/Apache/ltiroster.pm +handler + +Handler to allow LON-CAPA to service roster requests, as an LTI Consumer. + +works/unverified + + +loncom/lti/ltipassback.pm +home/httpd/lib/perl/Apache/ltipassback.pm +handler + +Handler to allow LON-CAPA to service pass back of scores from a Tool Provider, +as an LTI Consumer. + +works/unverified + + +loncom/lti/ltilogout.pm +home/httpd/lib/perl/Apache/ltilogout.pm +handler + +Handler to logout a LON-CAPA user session on callback from an LTI Consumer +which launched the session, when user logs out of session on Consumer. + +works/unverified + + loncom/lti/ltiutils.pm home/httpd/lib/perl/LONCAPA/ltiutils.pm system file @@ -2552,6 +2662,24 @@ Common routines for LTI (Consumer or Pro works/unverified +loncom/lti/templates/LTIstandard.tool.meta +home/httpd/html/res/lib/templates/LTIstandard.tool.meta +interface file + +Meta file which specifies package source for external tool (LTI) without passback +of grades + + + +loncom/lti/templates/LTIpassback.tool.meta +home/httpd/html/res/lib/templates/LTIpassback.tool.meta +interface file + +Meta file which specifies package source for external tool (LTI) which supports passback +of grades, and storable parameters. + + + loncom/interface/lonpickcode.pm home/httpd/lib/perl/Apache/lonpickcode.pm handler @@ -2588,6 +2716,15 @@ Handler for a DC to pick an author from works/unverified +loncom/interface/lonpickresource.pm +home/httpd/lib/perl/Apache/lonpickresource.pm +handler + +Handler to pick a resource or folder from the course contents + +works/unverified + + loncom/interface/lonpickuser.pm home/httpd/lib/perl/Apache/lonpickuser.pm handler @@ -2736,6 +2873,14 @@ Page of links to help manuals - displaye +loncom/html/adm/help/loncapa.html +home/httpd/html/adm/help/loncapa.html +interface file + +Language reference, generated from loncapa.xsd. + + + doc/help/author.manual.access.tex home/httpd/html/adm/help/tex/author.manual.access.tex @@ -3369,6 +3514,7 @@ Annotation.tex; Authentication.tex; Auth_Options.tex; Authoring_Adding_Pictures.tex; +Authoring_CustomResponse.tex; Authoring_DataResponse.tex; Authoring_Dynamic_Plot_Axes.tex; Authoring_Dynamic_Plot_Color_Selection.tex; @@ -3383,8 +3529,10 @@ Authoring_Dynamic_Plot.tex; Authoring_Dynamic_Plot_Tics.tex; Authoring_Dynamic_Plot_Title_X_Y_Label.tex; Authoring_Equations.tex; +Authoring_EssayResponse.tex; Authoring_ExternalResponse.tex; Authoring_Foil_Structure_Tags.tex; +Authoring_FormulaResponse.tex; Authoring_Hint_Tags.tex; Authoring_HTML_vs_Tex.tex; Authoring_ImageResponse.tex; @@ -3392,18 +3540,23 @@ Authoring_Input_Tags.tex; Authoring_Internal_Tags.tex; Authoring_Intro.tex; Authoring_Library_Scripts.tex; +Authoring_MatchResponse.tex; Authoring_Math_Editor.tex; Authoring_Multilingual_Problems.tex; Authoring_NumericalResponse.tex; Authoring_OptionResponse.tex; +Authoring_OrganicResponse.tex; Authoring_Output_Tags.tex; Authoring_Pictures_EPS.tex; Authoring_Piecewise_Plot.tex; Authoring_RadiobuttonResponse.tex; +Authoring_RankResponse.tex; +Authoring_ReactionResponse.tex; Authoring_Response_Attributes.tex; Authoring_Responseparam_Parameter.tex; Authoring_Response_Tag_Intro.tex; Authoring_Scripting_Tags.tex; +Authoring_StringResponse.tex; Authoring_Structure_Tags.tex; Authoring_Surveys.tex; Authoring_WebDAV.tex; @@ -3481,6 +3634,7 @@ Course_Creation_Log.tex; Course_Critical_Message.tex; Course_Deleting.tex; Course_Disable_Discussion.tex; +Course_Disable_Anonymous_Discussion.tex; Course_Discussion_Board.tex; Course_Drop_Student.tex; Course_Edit_Content.tex; @@ -3613,6 +3767,7 @@ Domain_Configuration_IP_Access.tex; Domain_Configuration_LangTZAuth.tex; Domain_Configuration_Load_Balancing.tex; Domain_Configuration_Login_Page.tex; +Domain_Configuration_LTI_Provider.tex; Domain_Configuration_LTI_Tools.tex; Domain_Configuration_Passwords.tex; Domain_Configuration_Quotas.tex; @@ -3623,6 +3778,7 @@ Domain_Configuration_Self_Creation.tex; Domain_Configuration_Selfenrollment.tex; Domain_Configuration_Server_Status.tex; Domain_Configuration_SSL.tex; +Domain_Configuration_Trust.tex; Domain_Configuration_User_Creation.tex; Domain_Configuration_User_Modification.tex; Domain_Configuration_User_Sessions.tex; @@ -4046,6 +4202,19 @@ status.txt; unicover.txt; + + + *.js + loncom/html/adm/quicksearch/ + home/httpd/html/adm/quicksearch/ + +Search to enable the quicksearch function in the author space + + +quicksearch.js + + + loncom/html/adm/fonts/AUTHORS home/httpd/html/adm/fonts/AUTHORS @@ -4438,6 +4607,14 @@ loncom/build/pod2html.sh ../homework/edi +loncom/publisher/loncoursepub.pm +home/httpd/lib/perl/Apache/loncoursepub.pm +handler + +Handler for asynchronous file upload via colorful editor ("Course Authoring" space). + + + loncom/interface/lonmeta.pm home/httpd/lib/perl/Apache/lonmeta.pm handler @@ -4856,6 +5033,22 @@ LON-CAPA math editor + loncom/html/adm/daxe/daxe.tar.gz + home/httpd/html/adm/daxe + script + + Daxe XML editor + + +commands + + +loncom/html/adm/daxe/commands; +loncom/html/adm/daxe/daxe.tar.gz; + + + + loncom/javascriptlib/file_upload.js home/httpd/html/res/adm/includes/file_upload.js interface file @@ -4885,7 +5078,7 @@ loncom/html/adm/MathJax/mathjax-MathJax- - loncom/html/adm/geogebra/geogebraweb_4.4.tar.gz + loncom/html/adm/geogebra/geogebraweb_5.0.tar.gz home/httpd/html/adm/geogebra/web script @@ -4897,7 +5090,7 @@ commands loncom/html/adm/geogebra/commands; loncom/html/adm/geogebra/VERSION; -loncom/html/adm/geogebra/geogebraweb_4.4.tar.gz; +loncom/html/adm/geogebra/geogebraweb_5.0.tar.gz; @@ -5040,8 +5233,8 @@ JQuery countdown timer javascript files jquery.countdown-ar.js; jquery.countdown-bg.js; - jquery.countdown-bs.js; jquery.countdown-bn.js; + jquery.countdown-bs.js; jquery.countdown-ca.js; jquery.countdown-cs.js; jquery.countdown-cy.js; @@ -5129,7 +5322,7 @@ JQuery countdown timer Image file for LE - *.js + *.* loncom/html/adm/jQuery/addons/ home/httpd/html/adm/jQuery/addons/ script @@ -5193,6 +5386,7 @@ Addons for jQuery + *.* loncom/html/adm/jQuery/js/ @@ -5202,8 +5396,8 @@ Addons for jQuery jQuery custom distribution of version 3.2.1, UI version 1.12.1 - jquery-3.2.1.min.js; - jquery-ui-1.12.1.custom.min.js; + jquery-3.2.1.min.js; + jquery-ui-1.12.1.custom.min.js; @@ -5514,6 +5708,15 @@ Handles a searches inside courses/commun works/unverified +loncom/interface/lonindexcourse.pm +home/httpd/lib/perl/Apache/lonindexcourse.pm +handler + +Course/community Indexer + +works/unverified + + loncom/interface/lonmysql.pm home/httpd/lib/perl/Apache/lonmysql.pm handler @@ -5804,22 +6007,22 @@ Displays the Main menu works/unverified -loncom/interface/lonremote.pm -home/httpd/lib/perl/Apache/lonremote.pm +loncom/interface/portfolio.pm +home/httpd/lib/perl/Apache/portfolio.pm handler -Handler to launch and collapse the remote control. +Handler to manage user portfolios -works/unverified +unverified -loncom/interface/portfolio.pm -home/httpd/lib/perl/Apache/portfolio.pm +loncom/interface/lonplacementtest.pm +home/httpd/lib/perl/Apache/lonplacementtest.pm handler -Handler to manage user portfolios +Placement test status and completion. -unverified +works/unverified rat/lonpageflip.pm @@ -5856,15 +6059,6 @@ Creates horizontal menubar in advanced R works/unverified -loncom/html/res/adm/pages/homeworkmenu.html -home/httpd/html/res/adm/pages/homeworkmenu.html -handler - -Homework remote control. - -works/unverified - - loncom/html/res/adm/pages/chatroom.html home/httpd/html/res/adm/pages/chatroom.html handler @@ -6195,6 +6389,240 @@ handles request to the CAPA homework pro works/unverified + loncom/homework/loncapamath.pm + home/httpd/lib/perl/Apache/loncapamath.pm + handler + + lm element implementation, using the math parser package + + works/unverified + + + loncom/homework/units.json + home/httpd/lonTabs/units.json + static conf + + Math parser: units + + works/unverified + + + loncom/homework/constants.json + home/httpd/lonTabs/constants.json + static conf + + Math parser: constants + + works/unverified + + + loncom/homework/math_parser/CalcEnv.pm + home/httpd/lib/perl/Apache/math_parser/CalcEnv.pm + system file + + Math parser: Calculation environment + + works/unverified + + + loncom/homework/math_parser/CalcException.pm + home/httpd/lib/perl/Apache/math_parser/CalcException.pm + system file + + Math parser: Calculation exception + + works/unverified + + + loncom/homework/math_parser/Definitions.pm + home/httpd/lib/perl/Apache/math_parser/Definitions.pm + system file + + Math parser: Operator definitions + + works/unverified + + + loncom/homework/math_parser/ENode.pm + home/httpd/lib/perl/Apache/math_parser/ENode.pm + system file + + Math parser: Parsed tree node. + + works/unverified + + + loncom/homework/math_parser/Operator.pm + home/httpd/lib/perl/Apache/math_parser/Operator.pm + system file + + Math parser: Parser operator + + works/unverified + + + loncom/homework/math_parser/ParseException.pm + home/httpd/lib/perl/Apache/math_parser/ParseException.pm + system file + + Math parser: Parse exception + + works/unverified + + + loncom/homework/math_parser/Parser.pm + home/httpd/lib/perl/Apache/math_parser/Parser.pm + system file + + Math parser: Equation parser + + works/unverified + + + loncom/homework/math_parser/QInterval.pm + home/httpd/lib/perl/Apache/math_parser/QInterval.pm + system file + + Math parser: An interval of quantities + + works/unverified + + + loncom/homework/math_parser/QIntervalUnion.pm + home/httpd/lib/perl/Apache/math_parser/QIntervalUnion.pm + system file + + Math parser: A union of possibly disjoint intervals + + works/unverified + + + loncom/homework/math_parser/QMatrix.pm + home/httpd/lib/perl/Apache/math_parser/QMatrix.pm + system file + + Math parser: A matrix of quantities + + works/unverified + + + loncom/homework/math_parser/QSet.pm + home/httpd/lib/perl/Apache/math_parser/QSet.pm + system file + + Math parser: A set of quantities + + works/unverified + + + loncom/homework/math_parser/Quantity.pm + home/httpd/lib/perl/Apache/math_parser/Quantity.pm + system file + + Math parser: A quantity (value and units) + + works/unverified + + + loncom/homework/math_parser/QVector.pm + home/httpd/lib/perl/Apache/math_parser/QVector.pm + system file + + Math parser: A vector of quantities + + works/unverified + + + loncom/homework/math_parser/Token.pm + home/httpd/lib/perl/Apache/math_parser/Token.pm + system file + + Math parser: A parser token. + + works/unverified + + + loncom/homework/math_parser/Tokenizer.pm + home/httpd/lib/perl/Apache/math_parser/Tokenizer.pm + system file + + Math parser: String tokenizer + + works/unverified + + + loncom/homework/math_parser/Units.pm + home/httpd/lib/perl/Apache/math_parser/Units.pm + system file + + Math parser: Loads and converts units + + works/unverified + + + loncom/homework/daxepage.pm + home/httpd/lib/perl/Apache/daxepage.pm + handler + + Handler displaying Daxe and the problem preview + + works/unverified + + + loncom/homework/daxeopen.pm + home/httpd/lib/perl/Apache/daxeopen.pm + handler + + Handler sending a file for Daxe, converting problems if necessary + + works/unverified + + + loncom/homework/daxesave.pm + home/httpd/lib/perl/Apache/daxesave.pm + handler + + Handler saving a file edited with Daxe + + works/unverified + + + loncom/homework/cleanxml/pre_xml.pm + home/httpd/lib/perl/Apache/pre_xml.pm + system file + + First step to clean a file before Daxe editing. + + works/unverified + + + loncom/homework/cleanxml/html_to_xml.pm + home/httpd/lib/perl/Apache/html_to_xml.pm + system file + + Second step to clean a file before Daxe editing. + + works/unverified + + + loncom/homework/cleanxml/post_xml.pm + home/httpd/lib/perl/Apache/post_xml.pm + system file + + Third step to clean a file before Daxe editing. + + works/unverified + + + loncom/homework/cleanxml/xml_to_loncapa.pm + home/httpd/lib/perl/Apache/xml_to_loncapa.pm + system file + + Takes a well-formed XML file content and converts it to LON-CAPA syntax. + + works/unverified + + loncom/xml/Safe.pm home/httpd/lib/perl/Safe.pm handler @@ -6466,6 +6894,16 @@ by the URL-related pattern syntax: works/unverified +loncom/auth/lonslotcheck.pm +home/httpd/lib/perl/Apache/lonslotcheck.pm +handler +Checks if access to a non-gradable external tool uses slots. +Disable subsequent PerlHandlers if a slot is in use, and slot status does +not currently allow access. + +works/unverified + + loncom/auth/publiccheck.pm home/httpd/lib/perl/Apache/publiccheck.pm handler @@ -6609,8 +7047,8 @@ loncom/build/pod2html.sh ../auth/lonrole home/httpd/lib/perl/Apache/lontiny.pm handler -Extract domain, courseID, and symb from a shortened URL and and switch role -to a role in designated course. If the user has multiple active roles in a +Extract domain, courseID, and symb from a shortened URL and and switch role +to a role in designated course. If the user has multiple active roles in a course, and one is a Coordinator role, that role will be selected, otherwise a list of available roles will be displayed for the user to select one. @@ -7296,6 +7734,16 @@ dependency on Config.pm and Scalar::Util works/verified + loncom/LWPReq.pm + home/httpd/lib/perl/LONCAPA/LWPReq.pm + system file + + Wrapper for LWP UserAgent to support enabling/disabling certificate + verification and/or hostname validation on any of LWP 5.83X and LWP 6.X + + works/verified + + loncom/Lond.pm home/httpd/lib/perl/LONCAPA/Lond.pm system file @@ -7392,6 +7840,16 @@ language lexicons, and static configurat works/unverified +loncom/configuration/SSL.pm +home/httpd/lib/perl/LONCAPA/SSL.pm +system file + +Provides routine to generate display of status of LON-CAPA SSL certificates +installed on domain's servers. + +works/unverified + + loncom/ConfigFileEdit.pm home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm system file @@ -7814,61 +8272,6 @@ tmcc.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 @@ -7898,6 +8301,7 @@ pref_pt.gif; prt_pt.gif; res_pt.gif; roles_pt.gif; +sbkm_pt.gif; spacer_pt.gif; sprs_pt.gif; src_pt.gif; @@ -7912,100 +8316,34 @@ vbkm_pt.gif; graphic file icons used for the entire LON-CAPA user interface -alnk.gif; -anno.gif; -anot.gif; -anot2.gif; -back.gif; -bchat.gif; -bkm.gif; -blog.gif; -brws.gif; -catalog.gif; -ccat.gif; -ccrs.gif; chat.gif; -chrt.gif; close-all-folders.gif; -close-navigation.gif; -clst.gif; -com.gif; -conf.gif; -courses.gif; -cprv.gif; -crsconf.gif; -cstr.gif; -del.gif; dempty.gif; -dempty.gif; -docs.gif; edittoplevel.gif; -egrd.gif; empty.gif; -enrl.gif; -eval.gif; -fdbk.gif; feedback.gif; -forw.gif; -grds.gif; -grps.gif; group.gif; help.gif; info.gif; -keys.gif; ledblink.gif; ledgreen.gif; ledoff.gif; ledon.gif; -ledsend.gif; -list.gif; -logout.gif; -mail.gif; -mcrs.gif; mark-discussionentries-read.gif; minitabmenu_bg.gif; minitabmenu_left.gif; minitabmenu_left_on.gif; minitabmenu_right.gif; minitabmenu_right_on.gif; -mrk.gif; -nav.gif; -new.gif; next.gif; nothumb.gif; open-all-folders.gif; open-first-problem.gif; -pdfupload.gif; -parm.gif; -pcstr.gif; -pgrd.gif; -port.gif; -pparm.gif; -pref.gif; -prt.gif; -pub.gif; qempty.gif; -rcrs.gif; refresh.gif; -reload.gif; -remotebg.gif; -res.gif; -roles.gif; -rsrv.gif; -rtrv.gif; -sctr.gif; show-all.gif; show-incomplete-problems.gif; -slnk.gif; -spacer.gif; -sprs.gif; -src.gif; -srvr.gif; star.gif; -start-navigation.gif; -stat.gif; -subm.gif; -title.gif; @@ -8051,7 +8389,6 @@ port.png; prt.png; rcrs.png; rsrv.png; -slnk.png; src.png; srvr.png; subm.png; @@ -8085,6 +8422,7 @@ mngcu.png; prob_ana.png; process-stop.png; role_hotlist.png; +reload.png; self_enroll.png; survey_rep.png; subdocs.png; @@ -8099,7 +8437,6 @@ uplusr.png; graphic file graphical icons used in submenus -alnk.png; aboutme.png; addClickerInfoFile.png; anonsurveythreshold.png; @@ -8168,8 +8505,8 @@ preferences-desktop-remote-desktop.png; preferences-desktop-theme.png; preferences-desktop-wallpaper.png; preferences-system-windows.png; -receipt_number.png; rcrs-22x22.png; +receipt_number.png; recover.png; remotecontrol.png; resversion.png; @@ -8211,14 +8548,6 @@ wishlist-link-lighter.png; -loncom/html/res/adm/pages/imgmaps.html -home/httpd/html/res/adm/pages/imgmaps.html -interface file - -image maps for the LON-CAPA remote control - - - loncom/html/res/adm/pages/index.html home/httpd/html/res/adm/pages/index.html interface file @@ -8226,14 +8555,6 @@ image maps for the LON-CAPA remote contr welcoming page to the LON-CAPA system upon login - -loncom/html/res/adm/pages/menu.html -home/httpd/html/res/adm/pages/menu.html -interface file - -renders the HTML (including image maps) for the LON-CAPA remote control - - *.gif loncom/html/res/adm/pages/indexericons/ @@ -8514,6 +8835,7 @@ etc/rc6.d/K05loncontrol symbolic links to /etc/rc.d/init.d/loncontrol (redhat/fedora) or /etc/init.d/loncontrol (suse/debian) for run-levels + loncom/init.d/loncontrol etc/rc.d/ @@ -8797,7 +9119,7 @@ Module for displaying the wishlist.home/httpd/lib/perl/Apache/lonrelrequtils.pm handler -Utilities to update information about LON-CAPA version requirements +Utilities to update information about LON-CAPA version requirements in a course. works/unverified