[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 25 Feb 2005 05:48:01 -0000
albertel Fri Feb 25 00:48:01 2005 EDT
Modified files:
/doc/loncapafiles loncapafiles.lpml
Log:
- adding jsMath to the install
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.413 doc/loncapafiles/loncapafiles.lpml:1.414
--- doc/loncapafiles/loncapafiles.lpml:1.413 Thu Feb 24 13:18:15 2005
+++ doc/loncapafiles/loncapafiles.lpml Fri Feb 25 00:48:00 2005
@@ -2,7 +2,7 @@
"http://lpml.sourceforge.net/DTD/lpml.dtd">
<!-- loncapafiles.lpml -->
-<!-- $Id: loncapafiles.lpml,v 1.413 2005/02/24 18:18:15 albertel Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.414 2005/02/25 05:48:00 albertel Exp $ -->
<!--
@@ -528,6 +528,12 @@
</directory>
<directory dist='default'>
<protectionlevel>modest_delete</protectionlevel>
+ <targetdir dist='default'>home/httpd/html/adm/jsMath</targetdir>
+ <categoryname>server readonly</categoryname>
+ <description>jsMath support files</description>
+</directory>
+<directory dist='default'>
+ <protectionlevel>modest_delete</protectionlevel>
<targetdir dist='default'>home/httpd/html/adm/helper</targetdir>
<categoryname>server readonly</categoryname>
<description>XML specifications for helpers</description>
@@ -3331,6 +3337,29 @@
</description>
</file>
+<fileglob>
+ <glob>*.*</glob>
+ <sourcedir>loncom/html/adm/jsMath/</sourcedir>
+ <targetdir dist='default'>home/httpd/html/adm/jsMath/</targetdir>
+ <categoryname>interface file</categoryname>
+ <description>
+jsMath is a Javascript solution to converting TeX to something the browser can see
+ </description>
+ <filenames>
+black.gif;
+blank.gif;
+COPYING.txt;
+jsMath-fallback-mac.js;
+jsMath-fallback-mac-mozilla.js;
+jsMath-fallback-mac-msie.js;
+jsMath-fallback-pc.js;
+jsMath-fallback-unix.js;
+jsMath.js;
+jsMath-mozilla.js;
+jsMath-msie-mac.js;
+ </filenames>
+</fileglob>
+
<file>
<source>loncom/interface/lontest.pm</source>
<target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>