[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml
raeburn
raeburn at source.lon-capa.org
Tue Jul 14 11:16:54 EDT 2026
raeburn Tue Jul 14 15:16:54 2026 EDT
Modified files:
/doc/loncapafiles loncapafiles.lpml
Log:
- Fix typo, missing closing not tag, missing semi-colon.
- All jQuery addons have js extension is use *.js instead of *.* in <glob>
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.1092 doc/loncapafiles/loncapafiles.lpml:1.1093
--- doc/loncapafiles/loncapafiles.lpml:1.1092 Sat Jul 11 03:06:52 2026
+++ doc/loncapafiles/loncapafiles.lpml Tue Jul 14 15:16:54 2026
@@ -2,7 +2,7 @@
"http://lpml.sourceforge.net/DTD/lpml.dtd">
<!-- loncapafiles.lpml -->
-<!-- $Id: loncapafiles.lpml,v 1.1092 2026/07/11 03:06:52 raeburn Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.1093 2026/07/14 15:16:54 raeburn Exp $ -->
<!--
@@ -716,7 +716,7 @@
<description>JQuery color picker JavaScript library</description>
</directory>
<directory dist='default'>
- <protetionlevel>modest_delete</protectionlevel>
+ <protectionlevel>modest_delete</protectionlevel>
<targetdir dist='default'>/home/httpd/html/adm/jpicker/js</targetdir>
<categoryname>server readonly</categoryname>
<description>JQuery color picker JavaScript library javascript files</description>
@@ -4308,7 +4308,7 @@
Search to enable the quicksearch function in the author space
</description>
<filenames>
-quicksearch.js
+quicksearch.js;
</filenames>
</fileglob>
@@ -5189,6 +5189,7 @@
<description>
cgi script to perform accessibility checking
</description>
+<note>
Depends on loncapa_apache.conf entry:
Alias /axespool/ /home/httpd/axespool/
as well as a /home/httpd/axespool directory.
@@ -5463,7 +5464,7 @@
</filenames>
</fileglob>
<fileglob>
- <glob>*.*</glob>
+ <glob>*.js</glob>
<sourcedir>loncom/html/adm/jQuery/addons/</sourcedir>
<targetdir>home/httpd/html/adm/jQuery/addons/</targetdir>
<categoryname>script</categoryname>
More information about the LON-CAPA-cvs
mailing list