Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.923 and 1.924

version 1.923, 2015/09/21 14:24:34 version 1.924, 2015/12/03 20:40:10
Line 637  extensions</description> Line 637  extensions</description>
 </directory>  </directory>
 <directory dist='default'>  <directory dist='default'>
   <protectionlevel>modest_delete</protectionlevel>    <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>home/httpd/html/adm/daxe</targetdir>
     <categoryname>server readonly</categoryname>
     <description>Daxe XML editor</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
   <targetdir dist='default'>home/httpd/html/ckeditor</targetdir>    <targetdir dist='default'>home/httpd/html/ckeditor</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>Rich Text Editor</description>    <description>Rich Text Editor</description>
Line 4733  LON-CAPA math editor Line 4739  LON-CAPA math editor
 </file>  </file>
   
 <file>  <file>
     <source>loncom/html/adm/daxe/daxe.tar.gz</source>
     <target dist='default'>home/httpd/html/adm/daxe</target>
     <categoryname>script</categoryname>
     <description>
      Daxe XML editor
     </description>
     <installscript>
   commands
     </installscript>
     <dependencies>
   loncom/html/adm/daxe/commands;
   loncom/html/adm/daxe/daxe.tar.gz;
     </dependencies>
   </file>
   
   <file>
   <source>loncom/javascriptlib/file_upload.js</source>    <source>loncom/javascriptlib/file_upload.js</source>
   <target dist='default'>home/httpd/html/res/adm/includes/file_upload.js</target>    <target dist='default'>home/httpd/html/res/adm/includes/file_upload.js</target>
   <categoryname>interface file</categoryname>    <categoryname>interface file</categoryname>
Line 6330  handles request to the CAPA homework pro Line 6352  handles request to the CAPA homework pro
   </description>    </description>
   <status>works/unverified</status>    <status>works/unverified</status>
 </file>  </file>
   <file>
     <source>loncom/homework/daxeopen.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/daxeopen.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Handler sending a file for Daxe, converting problems if necessary
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/daxesave.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/daxesave.pm</target>
     <categoryname>handler</categoryname>
     <description>
       Handler saving a file edited with Daxe
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/cleanxml/pre_xml.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/pre_xml.pm</target>
     <categoryname>system file</categoryname>
     <description>
       First step to clean a file before Daxe editing.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/cleanxml/html_to_xml.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/html_to_xml.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Second step to clean a file before Daxe editing.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/cleanxml/post_xml.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/post_xml.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Third step to clean a file before Daxe editing.
     </description>
     <status>works/unverified</status>
   </file>
   <file>
     <source>loncom/homework/cleanxml/xml_to_loncapa.pm</source>
     <target dist='default'>home/httpd/lib/perl/Apache/xml_to_loncapa.pm</target>
     <categoryname>system file</categoryname>
     <description>
       Takes a well-formed XML file content and converts it to LON-CAPA syntax.
     </description>
     <status>works/unverified</status>
   </file>
 <file>  <file>
 <source>loncom/xml/Safe.pm</source>  <source>loncom/xml/Safe.pm</source>
 <target dist='default'>home/httpd/lib/perl/Safe.pm</target>  <target dist='default'>home/httpd/lib/perl/Safe.pm</target>

Removed from v.1.923  
changed lines
  Added in v.1.924


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>