@@ -1044,7 +1072,7 @@ MySQL database
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
@@ -1064,7 +1092,7 @@ the www@localhost MySQL password, and br
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
@@ -1086,7 +1114,7 @@ symbolic link to directory /etc/apache2
etc/httpd/conf/loncapa_rewrite.conf
-etc/apache2/loncapa_rewrite.conf
+etc/apache2/loncapa_rewrite.conf
conf
Default rewrite file.
@@ -1098,7 +1126,7 @@ by setting: RewriteEngine off
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 +1137,7 @@ external requests for http:// to https:/
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
@@ -1535,6 +1563,15 @@ reaction_hint.problem.meta
+
+ home/httpd/lib/perl/Apache/spellcheck.pm
+ handler
+
+Ajax handler for the spellcheck Jquery plugin
+
+ IN testing
+
+
home/httpd/lonTabs/insertlist.xml
static conf
@@ -4523,11 +4560,10 @@ commands /home/httpd/html/adm/geogebra/w
loncom/html/adm/geogebra/commands;
loncom/html/adm/geogebra/VERSION;
-loncom/html/adm/MathJax/geogebra_html5.tar.gz;
+loncom/html/adm/geogebra/geogebra_html5.tar.gz;
-
home/httpd/html/adm/ckeditor
@@ -4755,6 +4791,58 @@ JQuery countdown timer Image file for LE
+
+
+
+ *.js
+ loncom/html/adm/spellcheck/js/
+ home/httpd/html/adm/spellchecker/js/
+ interface file
+
+ JQuery spellchecker plugin
+
+
+ jquery.spellcheck.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
+ spellchecker.png
+
+
+
+ *.gif
+ loncom/html/adm/spellcheck/img/
+ home/httpd/html/adm/spellchecker/img/
+ interface file
+
+ JQuery spellchecker plugin
+
+
+ spellchecker_bg.gif
+
+
+
*.*
@@ -6242,7 +6330,7 @@ Domain information serving.
etc/httpd/conf/mime.types
-etc/apache2/mime.types
+etc/apache2/mime.types
www static conf
Expanded mime.types
@@ -6312,22 +6400,6 @@ javascript for horizontal menubar in RAT
-
-home/httpd/html/adm/rat/extpickcode.html
-interface file
-
-javascript
-
-
-
-
-home/httpd/html/adm/rat/extpickframe.html
-interface file
-
-javascript
-
-
-
home/httpd/html/adm/rat/map.html
interface file
@@ -7346,6 +7418,7 @@ nothumb.gif;
open-all-folders.gif;
open-first-problem.gif;
qempty.gif;
+refresh.gif;
show-all.gif;
show-incomplete-problems.gif;
star.gif;
@@ -7782,7 +7855,7 @@ file that allows setuid password privile
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.
@@ -7790,7 +7863,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;
@@ -7800,7 +7873,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;
@@ -7823,13 +7896,13 @@ symbolic links to /etc/rc.d/init.d/lonco
-
+
etc/rc.d/
setup loncontrol to run at boot
-
+
-c 'chkconfig --del loncontrol;chkconfig loncontrol 35;chkconfig --list loncontrol'