[LON-CAPA-cvs] cvs: loncom /homework convertjme.pl doc/loncapafiles loncapafiles.lpml
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 17 Oct 2003 22:24:51 -0000
albertel Fri Oct 17 18:24:51 2003 EDT
Modified files:
/doc/loncapafiles loncapafiles.lpml
/loncom/homework convertjme.pl
Log:
- adding convertjme.pl to install
- adding GPL header to convertjme.pl
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.290 doc/loncapafiles/loncapafiles.lpml:1.291
--- doc/loncapafiles/loncapafiles.lpml:1.290 Sat Oct 11 17:06:10 2003
+++ doc/loncapafiles/loncapafiles.lpml Fri Oct 17 18:24:51 2003
@@ -2,7 +2,7 @@
"http://lpml.sourceforge.net/DTD/lpml.dtd">
<!-- loncapafiles.lpml -->
-<!-- $Id: loncapafiles.lpml,v 1.290 2003/10/11 21:06:10 www Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.291 2003/10/17 22:24:51 albertel Exp $ -->
<!--
@@ -2638,6 +2638,16 @@
smiles.gif
</filenames>
</fileglob>
+
+<file>
+ <source>loncom/homework/convertjme.pl</source>
+ <target dist='default'>home/httpd/cgi-bin/convertjme.pl</target>
+ <categoryname>script</categoryname>
+ <description>
+ Dynamically converts JME strings into either a png or ps file.
+ </description>
+</file>
+
<file>
<source>loncom/interface/lontest.pm</source>
<target dist='default'>home/httpd/lib/perl/Apache/lontest.pm</target>
Index: loncom/homework/convertjme.pl
diff -u loncom/homework/convertjme.pl:1.3 loncom/homework/convertjme.pl:1.4
--- loncom/homework/convertjme.pl:1.3 Thu Oct 16 17:52:27 2003
+++ loncom/homework/convertjme.pl Fri Oct 17 18:24:51 2003
@@ -1,7 +1,34 @@
#!/usr/bin/perl
-
+# The LearningOnline Network with CAPA
+# Dynamically converts JME strings into either a png or ps file.
+#
+# $Id: convertjme.pl,v 1.4 2003/10/17 22:24:51 albertel Exp $
+#
+# Copyright Michigan State University Board of Trustees
+#
+# This file is part of the LearningOnline Network with CAPA (LON-CAPA).
+#
+# LON-CAPA is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# LON-CAPA is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with LON-CAPA; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# /home/httpd/html/adm/gpl.txt
+#
+# http://www.lon-capa.org/
# Coded by Guy Ashkenazi, guy@fh.huji.ac.il
# Based on the work of Peter Ertl, peter.ertl@pharma.novartis.com
+
+
use strict;
use lib '/home/httpd/lib/perl';