[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml

raeburn lon-capa-cvs@mail.lon-capa.org
Thu, 18 Mar 2004 22:37:16 -0000


raeburn		Thu Mar 18 17:37:16 2004 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  Added utilities for importing IMS packages into LON-CAPA
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.341 doc/loncapafiles/loncapafiles.lpml:1.342
--- doc/loncapafiles/loncapafiles.lpml:1.341	Tue Mar 16 11:36:53 2004
+++ doc/loncapafiles/loncapafiles.lpml	Thu Mar 18 17:37:16 2004
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.341 2004/03/16 16:36:53 www Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.342 2004/03/18 22:37:16 raeburn Exp $ -->
 
 <!--
 
@@ -1925,6 +1925,38 @@
 <description>
 Utility to convert plain text questions in a testbank file to LON-CAPA problems.
 Called by selecting testbank option when uploading file to construction space.
+</description>
+<status>works/unverified</status>
+</file>
+<file>
+<source>loncom/imspackages/imsimport.pm</source>
+<target dist='default'>home/httpd/lib/perl/Apache/imsimport.pm</target>
+<categoryname>handler</categoryname>
+<description>
+Utility to import courses from other CMSs packaged in IMS 1.1 content package
+format into LON-CAPA Construction space.
+Called by selecting IMS package option when uploading file to construction space.
+</description>
+<status>works/unverified</status>
+</file>
+<file>
+<source>loncom/imspackages/imsimportdocs.pm</source>
+<target dist='default'>home/httpd/lib/perl/Apache/imsimportdocs.pm</target>
+<categoryname>handler</categoryname>
+<description>
+Utility to import courses from other CMSs packaged in IMS 1.1 content package
+format into a LON-CAPA course via DOCS.
+Called using Import IMS package button displayed in Special documents column in DOCS display.  
+</description>
+<status>works/unverified</status>
+</file>
+<file>
+<source>loncom/imspackages/imsprocessor.pm</source>
+<target dist='default'>home/httpd/lib/perl/Apache/imsprocessor.pm</target>
+<categoryname>handler</categoryname>
+<description>
+Contains routines used by imsimport handlers when importing contents of IMS 
+packages into construction space, or into a course directly via DOCS.
 </description>
 <status>works/unverified</status>
 </file>