[LON-CAPA-cvs] cvs: loncom /homework functionplotresponse.pm /html/adm/geogebra VERSION commands geogebra_html5.tar.gz doc/loncapafiles loncapafiles.lpml
www
www at source.lon-capa.org
Fri Aug 17 18:52:39 EDT 2012
www Fri Aug 17 22:52:39 2012 EDT
Added files:
/loncom/html/adm/geogebra VERSION commands geogebra_html5.tar.gz
Modified files:
/doc/loncapafiles loncapafiles.lpml
/loncom/homework functionplotresponse.pm
Log:
Installing the HTML5 version of GeoGebra.
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.807 doc/loncapafiles/loncapafiles.lpml:1.808
--- doc/loncapafiles/loncapafiles.lpml:1.807 Thu Aug 16 17:03:06 2012
+++ doc/loncapafiles/loncapafiles.lpml Fri Aug 17 22:51:33 2012
@@ -2,7 +2,7 @@
"http://lpml.sourceforge.net/DTD/lpml.dtd">
<!-- loncapafiles.lpml -->
-<!-- $Id: loncapafiles.lpml,v 1.807 2012/08/16 17:03:06 raeburn Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.808 2012/08/17 22:51:33 www Exp $ -->
<!--
@@ -4511,6 +4511,24 @@
</file>
<file>
+ <source>loncom/html/adm/geogebra/geogebra_html5.tar.gz</source>
+ <target dist='default'>home/httpd/html/adm/geogebra/web</target>
+ <categoryname>script</categoryname>
+ <description>
+ HTML5/JavaScript Version of GeoGebra
+ </description>
+ <installscript>
+commands /home/httpd/html/adm/geogebra/web
+ </installscript>
+ <dependencies>
+loncom/html/adm/geogebra/commands;
+loncom/html/adm/geogebra/VERSION;
+loncom/html/adm/MathJax/geogebra_html5.tar.gz;
+ </dependencies>
+</file>
+
+
+<file>
<source>loncom/html/adm/ckeditor/ckeditor_3.6.2.tar.gz</source>
<target dist='default'>home/httpd/html/adm/ckeditor</target>
<categoryname>script</categoryname>
Index: loncom/homework/functionplotresponse.pm
diff -u loncom/homework/functionplotresponse.pm:1.99 loncom/homework/functionplotresponse.pm:1.100
--- loncom/homework/functionplotresponse.pm:1.99 Fri Aug 17 18:02:15 2012
+++ loncom/homework/functionplotresponse.pm Fri Aug 17 22:51:59 2012
@@ -1,7 +1,7 @@
# LearningOnline Network with CAPA
# Functionplot responses
#
-# $Id: functionplotresponse.pm,v 1.99 2012/08/17 18:02:15 www Exp $
+# $Id: functionplotresponse.pm,v 1.100 2012/08/17 22:51:59 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -196,7 +196,7 @@
my $html5init='';
if (&useHTML5()) {
$html5init=
- '<script type="text/javascript" language="javascript" src="/adm/geogebra/html5/web/test42/web/web.nocache.js"></script>';
+ '<script type="text/javascript" language="javascript" src="/adm/geogebra/web/web.nocache.js"></script>';
}
return (<<ENDGGBINIT);
$html5init
More information about the LON-CAPA-cvs
mailing list