--- doc/loncapafiles/loncapafiles.lpml 2012/04/11 21:35:50 1.796 +++ doc/loncapafiles/loncapafiles.lpml 2013/06/26 08:17:12 1.833 @@ -2,7 +2,7 @@ "http://lpml.sourceforge.net/DTD/lpml.dtd"> - + + + + modest_delete + /home/httpd/html/adm/spellchecker + server readonly + JQuery spellchecker plugin + + + modest_delete + /home/httpd/html/adm/spellchecker/js + server readonly + JQuery spellchecker plugin + + + modest_delete + /home/httpd/html/adm/spellchecker/css + server readonly + JQuery spellchecker plugin + + + modest_delete + /home/httpd/html/adm/spellchecker/img + server readonly + JQuery spellchecker plugin + + modest_delete @@ -805,6 +832,7 @@ interface, Apache (mod_perl) handlersserver readonly error warnings and icons + never_delete home/httpd/lonUsers @@ -1001,7 +1029,7 @@ each list element consists of only two s loncom/loncapa.conf etc/httpd/conf/loncapa.conf -etc/apache2/loncapa.conf +etc/apache2/loncapa.conf conf

@@ -1044,7 +1072,7 @@ MySQL database loncom/loncapa_apache.conf etc/httpd/conf/loncapa_apache.conf -etc/apache2/loncapa_apache.conf +etc/apache2/loncapa_apache.conf static conf The goal of this file is to implement all LON-CAPA specific @@ -1062,9 +1090,22 @@ the www@localhost MySQL password, and br +loncom/loncapa_apache_local.conf +etc/httpd/conf/loncapa_apache_local.conf +etc/apache2/startup.pl +static conf + +Documentation file describing how to add domain-specific Apache configuration +files, e.g., (loncapa_apache_localmsu.conf). +loncapa_apache_local.conf needs to exist if no domain-specific file has so far +been created so that Apache 2.4 will start, given that loncapa_apache.conf has: +Include conf/loncapa_apache_local*.conf + + + loncom/startup.pl etc/httpd/conf/startup.pl -etc/apache2/startup.pl +etc/apache2/startup.pl static conf This file provides initializations for perl handlers. It adjusts what @@ -1075,7 +1116,7 @@ well as causing the Apache module to be etc/apache2 - + etc/apache2/conf symbolic link @@ -1086,7 +1127,7 @@ symbolic link to directory /etc/apache2 loncom/rewrites/loncapa_rewrite_off.conf etc/httpd/conf/loncapa_rewrite.conf -etc/apache2/loncapa_rewrite.conf +etc/apache2/loncapa_rewrite.conf conf Default rewrite file. @@ -1098,7 +1139,7 @@ by setting: RewriteEngine off loncom/rewrites/loncapa_rewrite_on.conf etc/httpd/conf/rewrites/loncapa_rewrite_on.conf etc/apache/rewrites/loncapa_rewrite_on.conf -etc/apache2/rewrites/loncapa_rewrite_on.conf +etc/apache2/rewrites/loncapa_rewrite_on.conf static conf File to copy to /etc/apache2/loncapa_rewrite.conf (SuSE/SLES/Debian/Ubuntu LTS) or to /etc/httpd/conf/loncapa_rewrite.conf to enable rewriting of @@ -1109,7 +1150,7 @@ external requests for http:// to https:/ loncom/rewrites/loncapa_rewrite_off.conf etc/httpd/conf/rewrites/loncapa_rewrite_off.conf etc/apache/rewrites/loncapa_rewrite_off.conf -etc/apache2/rewrites/loncapa_rewrite_off.conf +etc/apache2/rewrites/loncapa_rewrite_off.conf static conf File to copy to /etc/apache2/loncapa_rewrite.conf (SuSE/SLES/Debian/Ubuntu LTS) or to /etc/httpd/conf/loncapa_rewrite.conf to disable rewriting of @@ -1274,6 +1315,16 @@ utility cgi script to view software vers +loncom/cgi/lonmodulecheck.pl +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 +LON-CAPA release installed on the server. + + + loncom/cgi/ping.pl home/httpd/cgi-bin/ping.pl script @@ -1472,6 +1523,8 @@ man1.jpg; man1.jpg.meta; numerical.problem; numerical.problem.meta; +numMultiAnswerUnordered.problem; +numMultiAnswerUnordered.problem.meta; numPrePro.problem; numPrePro.problem.meta; Plot.problem.meta; @@ -1535,6 +1588,15 @@ reaction_hint.problem.meta + loncom/interface/spellcheck.pm + home/httpd/lib/perl/Apache/spellcheck.pm + handler + +Ajax handler for the spellcheck Jquery plugin + + IN testing + + loncom/homework/insertlist.xml home/httpd/lonTabs/insertlist.xml static conf @@ -1655,6 +1717,17 @@ List of all domains in the LON-CAPA netw + loncom/dns_checksums.tab + home/httpd/lonTabs/dns_checksums.tab + www static conf + +File containing version numbers and checksums for most LON-CAPA perl modules, +perl scripts, cgi scripts, daemons, and a configuration file in each +LON-CAPA release, starting with 2.11.0.RC1 + + + + loncom/loncaparevs.tab home/httpd/lonTabs/loncaparevs.tab www conf @@ -1674,6 +1747,17 @@ File holds paired data -- hostname:lonHo + loncom/lonchksums.tab + home/httpd/lonTabs/lonchksums.tab + www conf + +File containing version numbers and checksums for most LON-CAPA perl modules, +perl scripts, cgi scripts, daemons, and a configuration file for current +server. Updated by loncron. + + + + loncom/spare.tab home/httpd/lonTabs/spare.tab conf @@ -1779,6 +1863,17 @@ file: nohist_courseids.db found in /home +loncom/misc/checkforupdates.pl +home/httpd/perl/checkforupdates.pl +script + +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 + + + loncom/debugging_tools/seed_accesscount.pl home/httpd/perl/seed_accesscount.pl script @@ -2324,6 +2419,15 @@ Handler to put up simple page works/unverified +loncom/interface/lonextresedit.pm +home/httpd/lib/perl/Apache/lonextresedit.pm +handler + +Handler to edit external resource. + +works/unverified + + loncom/interface/lonpickcode.pm home/httpd/lib/perl/Apache/lonpickcode.pm handler @@ -2388,6 +2492,16 @@ Provides interface to select resources/f works/unverified +loncom/interface/londependencies.pm +home/httpd/lib/perl/Apache/londependencies.pm +handler + +Provides interface for uploading, replacing and deleting files which +are (or used to be) dependencies for an HTML page uploaded directly to a course. + +works/unverified + + loncom/interface/lonbulletin.pm home/httpd/lib/perl/Apache/lonbulletin.pm handler @@ -2716,6 +2830,9 @@ anno.gif; anot.gif; anot2.gif; authorRemote.gif; +author_example_directory.gif +author_new_content.gif +author_top_menu.gif bchat.gif; blog.gif; catalog.gif; @@ -2751,6 +2868,8 @@ FPRexamples.gif; fromfile.gif; grds.gif; grps.gif; +html_page_plaintext.gif; +html_page_richtext.gif; list-add.gif; login.gif; lonhelpheader.gif; @@ -2773,6 +2892,7 @@ mapStraightened.gif; mapTwoResources.gif; messalog.gif; mngcu.gif; +multiple_choice_problem_menu.gif; nav.gif; navigation.gif; network-workgroup.gif; @@ -2791,6 +2911,9 @@ pref.gif; preferences-desktop-font.gif; preferences-desktop-locale.gif; preferences-desktop-theme.gif; +problem_editing_colorful.gif +problem_editing_xml.gif +problem_testing.gif prt.gif; publishMetadata.gif; radioResponse2.gif; @@ -2865,6 +2988,9 @@ anno.eps; anot.eps; anot2.eps; authorRemote.eps; +author_example_directory.eps +author_new_content.eps +author_top_menu.eps bchat.eps; blog.eps; catalog.eps; @@ -2900,6 +3026,8 @@ FPRexamples.eps; fromfile.eps; grds.eps; grps.eps; +html_page_plaintext.eps; +html_page_richtext.eps; list-add.eps; lonhelpheader.eps; login.eps; @@ -2922,6 +3050,7 @@ mapStraightened.eps; mapTwoResources.eps; messalog.eps; mngcu.eps; +multiple_choice_problem_menu.eps; nav.eps; navigation.eps; network-workgroup.eps; @@ -2939,6 +3068,9 @@ port.eps; preferences-desktop-font.eps; preferences-desktop-locale.eps; preferences-desktop-theme.eps; +problem_editing_colorful.eps +problem_editing_xml.eps +problem_testing.eps prt.eps; publishMetadata.eps; radioResponse2.eps; @@ -3044,6 +3176,7 @@ Authoring_Structure_Tags.tex; Authoring_XML_Intro.tex; Author_LON-CAPA_Introduction.tex; Author_Manual_Title_Page.tex; +Author_Menu.tex; Author_Numerical_and_Formula.tex; Author_Remote_Control.tex; Batch_Creation.tex; @@ -3088,6 +3221,7 @@ Chatting.tex; Clicker_Registration.tex; Coauthor.tex; Construction_Space_Overview.tex; +Content_Page_Overview.tex Contextual_Help.tex; Course_Add_Other.tex; Course_Add_Student.tex; @@ -3160,11 +3294,15 @@ Course_User_Parameter.tex; Course_View_Class_List.tex; Create_Course.tex; Creating_A_Course_Intro.tex; +Creating_Content_Overview.tex Creating_Domain_Coordinators.tex; +Creating_Formula_Response.tex; Creating_Groups.tex; Creating_New_Content_Pages.tex; Creating_Online_Problems.tex; +Creating_Math_Response_Problems.tex Creating_Radio_Response_Problems.tex; +Custom_Response_Problem_Creation.tex Custom_Response_Problems.tex; Deleting_Domain_Coordinators.tex; Developer_Manual_Title_Page.tex; @@ -3224,6 +3362,7 @@ Domain_Coordination_Overview.tex; Domain_Crontab_Entries.tex; Domain_Manual_Title_Page.tex; Due_Date.tex; +Dynamic_Plot_Overview.tex; Edit_Syllabus.tex; Error.tex; exam_answers.tex; @@ -3251,6 +3390,7 @@ Formula_Response_Limitations.tex; Formula_Response_Problems.tex; Formula_Response_Sampling.tex; Formula_Tolerance.tex; +Function_Plot_Response_Overview.tex Function_Plot_Response_Background_Plot.tex; Function_Plot_Response_Evaluation_Rule.tex; Function_Plot_Response_Rule_Set.tex; @@ -3486,6 +3626,9 @@ Auth_Options.tex; Authoring_Math_Editor.tex; Contextual_Help.tex; Cascading_Parameters.tex; +Change_Colors.tex; +Change_Discussion_Display.tex; +Change_Password.tex; Course_Convert_To_CSV.tex; Course_Create_Class_List.tex; Course_Self_Enrollment.tex; @@ -3506,6 +3649,25 @@ Generation.tex; Metadata_Description.tex; Navigation_Screen.tex; Parameter_Overview.tex; +Portfolio_About.tex; +Portfolio_AddFiles.tex; +Portfolio_Catalog.tex; +Portfolio_ChangeDirectory.tex; +Portfolio_CreateDirectory.tex; +Portfolio_DeleteFile.tex; +Portfolio_FileAction.tex; +Portfolio_FileList.tex; +Portfolio_OpenFile.tex; +Portfolio_RenameFile.tex; +Portfolio_ShareFile.tex; +Portfolio_ShareFile_ChangeSetting.tex; +Portfolio_ShareFile_Conditional.tex; +Portfolio_ShareFile_SetAccess.tex; +Portfolio_ShareFile_StopAccess.tex; +Prefs_About_Me.tex; +Prefs_Language.tex; +Prefs_Messages.tex; +Prefs_Screen_Name_Nickname.tex; Problem_Parameters.tex; Publishing_Copyright.tex; Publishing_Keywords.tex; @@ -4444,6 +4606,7 @@ jsMath is a Javascript solution to conve black.gif; blank.gif; COPYING.txt; +FONTSVERSION; jsMath-BaKoMa-fonts.js; jsMath-autoload.html; jsMath-controls.html; @@ -4472,7 +4635,7 @@ jsMath-old-browsers.js; Server side png fonts for use by jsMath -commands /home/httpd/html/adm +commands loncom/html/adm/jsMath/commands; @@ -4481,7 +4644,7 @@ loncom/html/adm/jsMath/jsMath-fonts-1.3. - loncom/html/adm/MathJax/mathjax-MathJax-v1.1a-0-g1697387.zip + loncom/html/adm/MathJax/mathjax-MathJax-v2.1-241378e.zip home/httpd/html/adm/MathJax script @@ -4491,11 +4654,29 @@ loncom/html/adm/jsMath/jsMath-fonts-1.3. unzipping the file, making it look cleaner in the /home/.../adm/ directory -commands /home/httpd/html/adm/MathJax +commands loncom/html/adm/MathJax/commands; -loncom/html/adm/MathJax/mathjax-MathJax-v1.1a-0-g1697387.zip; +loncom/html/adm/MathJax/VERSION; +loncom/html/adm/MathJax/mathjax-MathJax-v2.1-241378e.zip + + + + + loncom/html/adm/geogebra/geogebra_html5.tar.gz + home/httpd/html/adm/geogebra/web + script + + HTML5/JavaScript Version of GeoGebra + + +commands + + +loncom/html/adm/geogebra/commands; +loncom/html/adm/geogebra/VERSION; +loncom/html/adm/geogebra/geogebra_html5.tar.gz; @@ -4508,7 +4689,7 @@ loncom/html/adm/MathJax/mathjax-MathJax- installs the loncapa config.js file -commands /home/httpd/html/ +commands loncom/html/adm/ckeditor/commands; @@ -4606,7 +4787,7 @@ JQuery colorpicker javascript library JQuery colorpicker javascript library css files - jpicker-1.1.6.min.css; + jPicker-1.1.6.min.css; @@ -4641,51 +4822,51 @@ JQuery color picker javascript library i JQuery countdown timer javascript files - jquery.countdown-ar.js - jquery.countdown-bg.js - jquery.countdown-bn.js - jquery.countdown-ca.js - jquery.countdown-cs.js - jquery.countdown-da.js - jquery.countdown-de.js - jquery.countdown-el.js - jquery.countdown-es.js - jquery.countdown-et.js - jquery.countdown-fa.js - jquery.countdown-fi.js - jquery.countdown-fr.js - jquery.countdown-gl.js - jquery.countdown-he.js - jquery.countdown-hr.js - jquery.countdown-hu.js - jquery.countdown-id.js - jquery.countdown-it.js - jquery.countdown-ja.js - jquery.countdown.js - jquery.countdown-ko.js - jquery.countdown-lt.js - jquery.countdown-lv.js - jquery.countdown.min.js - jquery.countdown-ms.js - jquery.countdown-my.js - jquery.countdown-nb.js - jquery.countdown-nl.js - jquery.countdown.pack.js - jquery.countdown-pl.js - jquery.countdown-pt-BR.js - jquery.countdown-ro.js - jquery.countdown-ru.js - jquery.countdown-sk.js - jquery.countdown-sl.js - jquery.countdown-sr.js - jquery.countdown-sr-SR.js - jquery.countdown-sv.js - jquery.countdown-th.js - jquery.countdown-tr.js - jquery.countdown-uk.js - jquery.countdown-vi.js - jquery.countdown-zh-CN.js - jquery.countdown-zh-TW.js + jquery.countdown-ar.js; + jquery.countdown-bg.js; + jquery.countdown-bn.js; + jquery.countdown-ca.js; + jquery.countdown-cs.js; + jquery.countdown-da.js; + jquery.countdown-de.js; + jquery.countdown-el.js; + jquery.countdown-es.js; + jquery.countdown-et.js; + jquery.countdown-fa.js; + jquery.countdown-fi.js; + jquery.countdown-fr.js; + jquery.countdown-gl.js; + jquery.countdown-he.js; + jquery.countdown-hr.js; + jquery.countdown-hu.js; + jquery.countdown-id.js; + jquery.countdown-it.js; + jquery.countdown-ja.js; + jquery.countdown.js; + jquery.countdown-ko.js; + jquery.countdown-lt.js; + jquery.countdown-lv.js; + jquery.countdown.min.js; + jquery.countdown-ms.js; + jquery.countdown-my.js; + jquery.countdown-nb.js; + jquery.countdown-nl.js; + jquery.countdown.pack.js; + jquery.countdown-pl.js; + jquery.countdown-pt-BR.js; + jquery.countdown-ro.js; + jquery.countdown-ru.js; + jquery.countdown-sk.js; + jquery.countdown-sl.js; + jquery.countdown-sr.js; + jquery.countdown-sr-SR.js; + jquery.countdown-sv.js; + jquery.countdown-th.js; + jquery.countdown-tr.js; + jquery.countdown-uk.js; + jquery.countdown-vi.js; + jquery.countdown-zh-CN.js; + jquery.countdown-zh-TW.js; @@ -4697,7 +4878,7 @@ JQuery countdown timer javascript files JQuery countdown timer CSS files - jquery.countdown.css + jquery.countdown.css; @@ -4709,7 +4890,7 @@ JQuery countdown timer CSS files JQuery countdown timer Image file for Glowing countdown - countdownGlowing.gif + countdownGlowing.gif; @@ -4721,11 +4902,63 @@ JQuery countdown timer Image file for Gl JQuery countdown timer Image file for LED style countdown - countdownLED.png + countdownLED.png; + + + + *.js + loncom/html/adm/spellcheck/js/ + home/httpd/html/adm/spellchecker/js/ + interface file + + JQuery spellchecker plugin + + + jquery.spellchecker.min.js; + + + + *.css + loncom/html/adm/spellcheck/css/ + home/httpd/html/adm/spellchecker/css/ + interface file + + JQuery spellchecker plugin + + + spellchecker.css; + + + + *.png + loncom/html/adm/spellcheck/img/ + home/httpd/html/adm/spellchecker/img/ + interface file + + JQuery spellchecker plugin + + + spellchecker_shadow.png; + spellcheck.png; + + + + *.gif + loncom/html/adm/spellcheck/img/ + home/httpd/html/adm/spellchecker/img/ + interface file + + JQuery spellchecker plugin + + + spellchecker_bg.gif; + + + *.* @@ -6007,6 +6240,14 @@ by the URL-related pattern syntax: works/unverified + loncom/auth/lonnoshib.pm + home/httpd/lib/perl/Apache/lonnoshib.pm + handler + Content handler for /adm/sso when Shibboleth auth is inactive. + + works/unverified + + loncom/html/adm/sso home/httpd/html/adm/sso interface file @@ -6205,7 +6446,7 @@ Domain information serving. loncom/mime.types etc/httpd/conf/mime.types -etc/apache2/mime.types +etc/apache2/mime.types www static conf Expanded mime.types @@ -6275,22 +6516,6 @@ javascript for horizontal menubar in RAT -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 @@ -6843,6 +7068,16 @@ for socket-based communication between L works/unverified +loncom/configuration/Checksumming.pm +home/httpd/lib/perl/LONCAPA/Checksumming.pm +system file + +Provides routine to checksum perl modules, perl scripts, cgi scripts, +language lexicons, and static configuration file on current server + +works/unverified + + loncom/ConfigFileEdit.pm home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm system file @@ -6878,6 +7113,8 @@ compiles/tth.so.i386.perl.5.12; compiles/tth.so.x86_64.perl.5.12; compiles/tth.so.i386.perl.5.14; compiles/tth.so.x86_64.perl.5.14; +compiles/tth.so.i386.perl.5.16; +compiles/tth.so.x86_64.perl.5.16; compiles/tth.so.i386.debian5; compiles/tth.so.x86_64.debian5 @@ -7309,6 +7546,7 @@ nothumb.gif; open-all-folders.gif; open-first-problem.gif; qempty.gif; +refresh.gif; show-all.gif; show-incomplete-problems.gif; star.gif; @@ -7367,6 +7605,7 @@ thumbsup_novote.png; thumbsdown.png; thumbsdown_gray.png; thumbsdown_novote.png; +webpage.png; back.png; catalog.png; com.png; @@ -7394,6 +7633,7 @@ reload.png; self_enroll.png; survey_rep.png; subdocs.png; +tolastloc.png; uplusr.png; @@ -7412,9 +7652,11 @@ ccatconf.png; chat.png; comblock.png; contact-new.png; +contact-new-22x22.png; coprplot.png; crsnew.png; dialog-information.png; +docs-22x22.png; document-open.png; document-properties.png; download_sub.png; @@ -7425,8 +7667,10 @@ edit-find-replace.png; edit-find.png; edit-mode-22x22.png; edit-redo.png; +edit-redo-22x22.png; edit-select-all.png; edit-undo.png; +edit-undo-22x22.png; emblem-photos.png; emblem-readonly.png; emblem-system.png; @@ -7447,8 +7691,10 @@ ims.png; imsexport.png; link-new-22x22.png; list-add.png; +list-add-22x22.png; log.png; mail-message-new.png; +mail-message-new-22x22.png; mail-reply-all.png; mail-reply-sender.png; messalog.png; @@ -7463,22 +7709,29 @@ preferences-desktop-remote-desktop.png; preferences-desktop-theme.png; preferences-desktop-wallpaper.png; preferences-system-windows.png; +rcrs-22x22.png; receipt_number.png; recover.png; remotecontrol.png; resversion.png; +role_hotlist-22x22.png; +rsrv-22x22.png; save-22x22.png; scoreupfrm.png; selfenrl-queue.png; +selfenrl-queue-22x22.png; sequence.png; simple.png; simpprob.png; start-here.png; +start-here-22x22.png; subtimpl.png; syllabus.png; symbs.png; system-lock-screen.png; system-users.png; +timer.png; +trck-22x22.png; ungrade_sub.png; uplcrs.png; uploadscores.png; @@ -7486,6 +7739,7 @@ verify.png; view-mode-22x22.png; wishlist.png; wishlist-link.png; +wishlist-link-lighter.png; @@ -7735,7 +7989,7 @@ file that allows setuid password privile loncom/init.d/loncontrol etc/rc.d/init.d/loncontrol -etc/init.d/loncontrol +etc/init.d/loncontrol root script Controls the launching/halting of lonc, lond, and lonsql processes. @@ -7743,7 +7997,7 @@ Controls the launching/halting of lonc, etc/rc.d/init.d/loncontrol -etc/init.d/loncontrol +etc/init.d/loncontrol etc/rc.d/rc0.d/K05loncontrol; etc/rc.d/rc1.d/K05loncontrol; @@ -7753,7 +8007,7 @@ etc/rc.d/rc4.d/S95loncontrol; etc/rc.d/rc5.d/S95loncontrol; etc/rc.d/rc6.d/K05loncontrol - + etc/rc.d/rc0.d/K05loncontrol; etc/rc.d/rc1.d/K05loncontrol; etc/rc.d/rc2.d/K05loncontrol; @@ -7761,7 +8015,7 @@ etc/rc.d/rc3.d/S95loncontrol; etc/rc.d/rc5.d/S95loncontrol; etc/rc.d/rc6.d/K05loncontrol - + etc/rc0.d/K05loncontrol; etc/rc1.d/K05loncontrol; etc/rc2.d/S95loncontrol; @@ -7776,13 +8030,13 @@ symbolic links to /etc/rc.d/init.d/lonco - + loncom/init.d/loncontrol etc/rc.d/ setup loncontrol to run at boot - + -c 'chkconfig --del loncontrol;chkconfig loncontrol 35;chkconfig --list loncontrol' @@ -8069,6 +8323,7 @@ login_count.pl; modify_config_files.pl; move_construction_spaces.pl; parse_scantron.pl; +rebuild_db_from_hist.pl; seed_accesscount.pl; stress.pl; testkerberos.pl;