Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.797.2.79 and 1.797.2.81

version 1.797.2.79, 2016/08/20 23:38:26 version 1.797.2.81, 2016/09/15 00:20:04
Line 583  extensions</description> Line 583  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/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/jsMath/extensions</targetdir>  
   <categoryname>server readonly</categoryname>  
   <description>jsMath extension files</description>  
 </directory>  
 <directory dist='default'>  
   <protectionlevel>modest_delete</protectionlevel>  
   <targetdir dist='default'>home/httpd/html/adm/jsMath/uncompressed</targetdir>  
   <categoryname>server readonly</categoryname>  
   <description>jsMath files (uncompressed)</description>  
 </directory>  
 <directory dist='default'>  
   <protectionlevel>modest_delete</protectionlevel>  
   <targetdir dist='default'>home/httpd/html/adm/jsMath/plugins</targetdir>  
   <categoryname>server readonly</categoryname>  
   <description>jsMath plugin files</description>  
 </directory>  
 <directory dist='default'>  
   <protectionlevel>modest_delete</protectionlevel>  
   <targetdir dist='default'>home/httpd/html/adm/dragmath</targetdir>    <targetdir dist='default'>home/httpd/html/adm/dragmath</targetdir>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>Formula editor</description>    <description>Formula editor</description>
Line 703  extensions</description> Line 679  extensions</description>
   <categoryname>server readonly</categoryname>    <categoryname>server readonly</categoryname>
   <description>JQuery countdown timer</description>    <description>JQuery countdown timer</description>
 </directory>  </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>/home/httpd/html/adm/codemirror</targetdir>
     <categoryname>server readonly</categoryname>
     <description>Codemirror</description>
   </directory>
   <directory dist='default'>
     <protectionlevel>modest_delete</protectionlevel>
     <targetdir dist='default'>/home/httpd/html/adm/jQuery/addons</targetdir>
     <categoryname>server readonly</categoryname>
     <description>jQuery addons</description>
   </directory>
   
     
 <!-- JQuery spellchecker plugin -->  <!-- JQuery spellchecker plugin -->
   
Line 4693  LON-CAPA math editor Line 4682  LON-CAPA math editor
   </description>    </description>
 </file>  </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;  
 FONTSVERSION;  
 jsMath-BaKoMa-fonts.js;  
 jsMath-autoload.html;  
 jsMath-controls.html;  
 jsMath-fallback-mac.js;  
 jsMath-fallback-mac-mozilla.js;  
 jsMath-fallback-mac-msie.js;  
 jsMath-fallback-pc.js;  
 jsMath-fallback-symbols.js;  
 jsMath-fallback-unix.js;  
 jsMath-global-controls.html;  
 jsMath-global.html;  
 jsMath.js;  
 jsMath-loader.html;  
 jsMath-loader-omniweb4.js;  
 jsMath-mozilla.js;  
 jsMath-msie-mac.js;  
 jsMath-old-browsers.js;  
   </filenames>  
 </fileglob>  
   
 <file>  
   <source>loncom/html/adm/jsMath/jsMath-fonts-1.3.zip</source>  
   <target dist='default'>home/httpd/html/adm/jsMath/fonts/</target>  
   <categoryname>script</categoryname>  
   <description>  
     Server side png fonts for use by jsMath  
   </description>  
   <installscript>  
 commands  
   </installscript>  
   <dependencies>  
 loncom/html/adm/jsMath/commands;  
 loncom/html/adm/jsMath/jsMath-fonts-1.3.zip;  
   </dependencies>  
 </file>  
   
 <file>  <file>
   <source>loncom/html/adm/MathJax/mathjax-MathJax-v2.6.1.zip</source>    <source>loncom/html/adm/MathJax/mathjax-MathJax-v2.6.1.zip</source>
   <target dist='default'>home/httpd/html/adm/MathJax</target>    <target dist='default'>home/httpd/html/adm/MathJax</target>
Line 4799  loncom/html/adm/ckeditor/VERSION; Line 4739  loncom/html/adm/ckeditor/VERSION;
 </file>  </file>
   
 <fileglob>  <fileglob>
   <glob>*.*</glob>  
   <sourcedir>loncom/html/adm/jsMath/extensions/</sourcedir>  
   <targetdir dist='default'>home/httpd/html/adm/jsMath/extensions/</targetdir>  
   <categoryname>interface file</categoryname>  
   <description>  
 Additional jsMath functionality that can be used when needed.  
   </description>  
   <filenames>  
 AMSmath.js;  
 AMSsymbols.js;  
 HTML.js;  
 bbox.js;  
 font.js;  
 boldsymbol.js;  
 double-click.js;  
 fbox.js;  
 leaders.js;  
 mathchoice.js;  
 mimeTeX.js;  
 moreArrows.js;  
 newcommand.js;  
 underset-overset.js;  
   </filenames>  
 </fileglob>  
   
 <fileglob>  
   <glob>*.*</glob>  
   <sourcedir>loncom/html/adm/jsMath/plugins/</sourcedir>  
   <targetdir dist='default'>home/httpd/html/adm/jsMath/plugins/</targetdir>  
   <categoryname>interface file</categoryname>  
   <description>  
 jsMath is a Javascript solution to converting TeX to something the browser can see  
   </description>  
   <filenames>  
 autoload.js;  
 CHMmode.js;  
 global.js;  
 mimeTeX.js;  
 noCache.js;  
 noGlobal.js;  
 noImageFonts.js;  
 smallFonts.js;  
 spriteImageFonts.js;  
 tex2math.js;  
   </filenames>  
 </fileglob>  
   
 <fileglob>  
   <glob>*.*</glob>  
   <sourcedir>loncom/html/adm/jsMath/uncompressed/</sourcedir>  
   <targetdir dist='default'>home/httpd/html/adm/jsMath/uncompressed/</targetdir>  
   <categoryname>interface file</categoryname>  
   <description>  
 the jsMath source files not compressed for increasing download speed (not used by lon-capa directly)  
   </description>  
   <filenames>  
 def.js;  
 font.js;  
 jsMath-fallback-mac.js;  
 jsMath-fallback-pc.js;  
 jsMath-fallback-symbols.js;  
 jsMath-fallback-unix.js;  
 jsMath.js;  
   </filenames>  
 </fileglob>  
   
 <fileglob>  
   <glob>*.js</glob>    <glob>*.js</glob>
   <sourcedir>loncom/html/adm/jpicker/</sourcedir>    <sourcedir>loncom/html/adm/jpicker/</sourcedir>
   <targetdir dist='default'>home/httpd/html/adm/jpicker/js/</targetdir>    <targetdir dist='default'>home/httpd/html/adm/jpicker/js/</targetdir>
Line 5012  JQuery countdown timer Image file for LE Line 4885  JQuery countdown timer Image file for LE
     countdownLED.png;      countdownLED.png;
   </filenames>    </filenames>
 </fileglob>  </fileglob>
   <fileglob>
       <glob>*.js</glob>
       <sourcedir>loncom/html/adm/jQuery/addons/</sourcedir>
       <targetdir>home/httpd/html/adm/jQuery/addons/</targetdir>
       <categoryname>script</categoryname>
       <description>
   Addons for jQuery
       </description>
       <filenames>
   
       <
   </fileglob>
 <!-- JQuery spellchecker plugin -->  <!-- JQuery spellchecker plugin -->
   
 <fileglob>  <fileglob>
Line 8682  on a LON-CAPA DNS server. Line 8566  on a LON-CAPA DNS server.
 </description>  </description>
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
   <fileglob>
       <glob>*.*</glob>
       <sourcedir>loncom/html/adm/codemirror/</sourcedir>
       <targetdir>home/httpd/html/adm/codemirror/</targetdir>
       <categoryname>script</categoryname>
       <description>
   Codemirror for xml editor and script blocks in colorful editor
       </description>
       <filenames>
       codemirror-combined.css;
       codemirror-combined-xml.css;
       codemirror-compressed-colorful.js;
       codemirror-compressed-xml.js;
       </filenames>
   </fileglob>
 </files>  </files>
 </lpml>  </lpml>

Removed from v.1.797.2.79  
changed lines
  Added in v.1.797.2.81


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