Diff for /doc/loncapafiles/loncapafiles.lpml between versions 1.815 and 1.825

version 1.815, 2012/11/16 14:44:44 version 1.825, 2013/02/04 15:19:32
Line 1090  the www@localhost MySQL password, and br Line 1090  the www@localhost MySQL password, and br
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/loncapa_apache_local.conf</source>
   <target dist='default'>etc/httpd/conf/loncapa_apache_local.conf</target>
   <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12'>etc/apache2/startup.pl</target>
   <categoryname>static conf</categoryname>
   <description>
   Documentation file describing how to add domain-specific Apache configuration
   files, e.g., (loncapa_apache_localmsu.conf).
   loncapa_apache_local.conf needs to exist if no domain-specific file has so far
   been created so that Apache 2.4 will start, given that loncapa_apache.conf has:
   Include conf/loncapa_apache_local*.conf
   </description>
   </file>
   <file>
 <source>loncom/startup.pl</source>  <source>loncom/startup.pl</source>
 <target dist='default'>etc/httpd/conf/startup.pl</target>  <target dist='default'>etc/httpd/conf/startup.pl</target>
 <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12'>etc/apache2/startup.pl</target>  <target dist='sles10 sles11 suse10.1 suse10.2 suse10.3 suse11.1 suse11.2 suse11.3 suse11.4 suse12.1 suse12.2 debian5 debian6 ubuntu6 ubuntu8 ubuntu10 ubuntu12'>etc/apache2/startup.pl</target>
Line 1302  utility cgi script to view software vers Line 1315  utility cgi script to view software vers
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/cgi/lonmodulecheck.pl</source>
   <target dist='default'>home/httpd/cgi-bin/lonmodulecheck.pl</target>
   <categoryname>script</categoryname>
   <description>
   utility cgi script to check for differences between currently 
   installed versions of LON-CAPA modules and those expected for the 
   LON-CAPA release installed on the server.
   </description>
   </file>
   <file>
 <source>loncom/cgi/ping.pl</source>  <source>loncom/cgi/ping.pl</source>
 <target dist='default'>home/httpd/cgi-bin/ping.pl</target>  <target dist='default'>home/httpd/cgi-bin/ping.pl</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
Line 1694  List of all domains in the LON-CAPA netw Line 1717  List of all domains in the LON-CAPA netw
 </file>  </file>
   
 <file>  <file>
     <source>loncom/dns_checksums.tab</source>
     <target dist='default'>home/httpd/lonTabs/dns_checksums.tab</target>
     <categoryname>www static conf</categoryname>
     <description>
   File containing version numbers and checksums for most LON-CAPA perl modules,
   perl scripts, cgi scripts, daemons, and a configuration file in each 
   LON-CAPA release, starting with 2.11.0.RC1
     </description>
   </file>
   
   <file>
   <source>loncom/loncaparevs.tab</source>    <source>loncom/loncaparevs.tab</source>
   <target dist='default'>home/httpd/lonTabs/loncaparevs.tab</target>    <target dist='default'>home/httpd/lonTabs/loncaparevs.tab</target>
   <categoryname>www conf</categoryname>    <categoryname>www conf</categoryname>
Line 1713  File holds paired data -- hostname:lonHo Line 1747  File holds paired data -- hostname:lonHo
 </file>  </file>
   
 <file>  <file>
     <source>loncom/lonchksums.tab</source>
     <target dist='default'>home/httpd/lonTabs/lonchksums.tab</target>
     <categoryname>www conf</categoryname>
     <description>
   File containing version numbers and checksums for most LON-CAPA perl modules,
   perl scripts, cgi scripts, daemons, and a configuration file for current
   server. Updated by loncron.
     </description>
   </file>
   
   <file>
 <source>loncom/spare.tab</source>  <source>loncom/spare.tab</source>
 <target dist='default'>home/httpd/lonTabs/spare.tab</target>  <target dist='default'>home/httpd/lonTabs/spare.tab</target>
 <categoryname>conf</categoryname>  <categoryname>conf</categoryname>
Line 1818  file: nohist_courseids.db found in /home Line 1863  file: nohist_courseids.db found in /home
 </description>  </description>
 </file>  </file>
 <file>  <file>
   <source>loncom/misc/checkforupdates.pl</source>
   <target dist='default'>home/httpd/perl/checkforupdates.pl</target>
   <categoryname>script</categoryname>
   <description>
   Perl script run by cron to check:
   (a) for differences between currently installed versions of LON-CAPA modules
   and those expected for the particular LON-CAPA release
   (b) if an updated LON-CAPA release is available from install.loncapa.org  
   </description>
   </file>
   <file>
 <source>loncom/debugging_tools/seed_accesscount.pl</source>  <source>loncom/debugging_tools/seed_accesscount.pl</source>
 <target dist='default'>home/httpd/perl/seed_accesscount.pl</target>  <target dist='default'>home/httpd/perl/seed_accesscount.pl</target>
 <categoryname>script</categoryname>  <categoryname>script</categoryname>
Line 2363  Handler to put up simple page Line 2419  Handler to put up simple page
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/interface/lonextresedit.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonextresedit.pm</target>
   <categoryname>handler</categoryname>
   <description>
   Handler to edit external resource.
   </description>
   <status>works/unverified</status>
   </file>
   <file>
   <source>loncom/interface/lonpickcode.pm</source>    <source>loncom/interface/lonpickcode.pm</source>
   <target dist='default'>home/httpd/lib/perl/Apache/lonpickcode.pm</target>    <target dist='default'>home/httpd/lib/perl/Apache/lonpickcode.pm</target>
   <categoryname>handler</categoryname>    <categoryname>handler</categoryname>
Line 4493  jsMath is a Javascript solution to conve Line 4558  jsMath is a Javascript solution to conve
 black.gif;  black.gif;
 blank.gif;  blank.gif;
 COPYING.txt;  COPYING.txt;
   FONTSVERSION;
 jsMath-BaKoMa-fonts.js;  jsMath-BaKoMa-fonts.js;
 jsMath-autoload.html;  jsMath-autoload.html;
 jsMath-controls.html;  jsMath-controls.html;
Line 4521  jsMath-old-browsers.js; Line 4587  jsMath-old-browsers.js;
     Server side png fonts for use by jsMath      Server side png fonts for use by jsMath
   </description>    </description>
   <installscript>    <installscript>
 commands /home/httpd/html/adm  commands
   </installscript>    </installscript>
   <dependencies>    <dependencies>
 loncom/html/adm/jsMath/commands;  loncom/html/adm/jsMath/commands;
Line 4530  loncom/html/adm/jsMath/jsMath-fonts-1.3. Line 4596  loncom/html/adm/jsMath/jsMath-fonts-1.3.
 </file>  </file>
   
 <file>  <file>
   <source>loncom/html/adm/MathJax/mathjax-MathJax-v2.0-20-g07669ac.zip</source>    <source>loncom/html/adm/MathJax/mathjax-MathJax-v2.1-241378e.zip</source>
   <target dist='default'>home/httpd/html/adm/MathJax</target>    <target dist='default'>home/httpd/html/adm/MathJax</target>
   <categoryname>script</categoryname>    <categoryname>script</categoryname>
   <description>    <description>
Line 4540  loncom/html/adm/jsMath/jsMath-fonts-1.3. Line 4606  loncom/html/adm/jsMath/jsMath-fonts-1.3.
    unzipping the file, making it look cleaner in the /home/.../adm/ directory     unzipping the file, making it look cleaner in the /home/.../adm/ directory
   </description>    </description>
   <installscript>    <installscript>
 commands /home/httpd/html/adm/MathJax  commands
   </installscript>    </installscript>
   <dependencies>    <dependencies>
 loncom/html/adm/MathJax/commands;  loncom/html/adm/MathJax/commands;
 loncom/html/adm/MathJax/VERSION;  loncom/html/adm/MathJax/VERSION;
 loncom/html/adm/MathJax/mathjax-MathJax-v2.0-20-g07669ac.zip;  loncom/html/adm/MathJax/mathjax-MathJax-v2.1-241378e.zip
   </dependencies>    </dependencies>
 </file>  </file>
   
Line 4557  loncom/html/adm/MathJax/mathjax-MathJax- Line 4623  loncom/html/adm/MathJax/mathjax-MathJax-
    HTML5/JavaScript Version of GeoGebra     HTML5/JavaScript Version of GeoGebra
   </description>    </description>
   <installscript>    <installscript>
 commands /home/httpd/html/adm/geogebra/web  commands
   </installscript>    </installscript>
   <dependencies>    <dependencies>
 loncom/html/adm/geogebra/commands;  loncom/html/adm/geogebra/commands;
Line 4575  loncom/html/adm/geogebra/geogebra_html5. Line 4641  loncom/html/adm/geogebra/geogebra_html5.
    installs the loncapa config.js file     installs the loncapa config.js file
   </description>    </description>
   <installscript>    <installscript>
 commands /home/httpd/html/  commands
   </installscript>    </installscript>
   <dependencies>    <dependencies>
 loncom/html/adm/ckeditor/commands;  loncom/html/adm/ckeditor/commands;
Line 4764  JQuery countdown timer javascript files Line 4830  JQuery countdown timer javascript files
 JQuery countdown timer CSS files  JQuery countdown timer CSS files
   </description>    </description>
   <filenames>    <filenames>
     jquery.countdown.css      jquery.countdown.css;
   </filenames>    </filenames>
 </fileglob>  </fileglob>
 <fileglob>  <fileglob>
Line 4776  JQuery countdown timer CSS files Line 4842  JQuery countdown timer CSS files
 JQuery countdown timer Image file for Glowing countdown  JQuery countdown timer Image file for Glowing countdown
   </description>    </description>
   <filenames>    <filenames>
     countdownGlowing.gif      countdownGlowing.gif;
   </filenames>    </filenames>
 </fileglob>  </fileglob>
 <fileglob>  <fileglob>
Line 4788  JQuery countdown timer Image file for Gl Line 4854  JQuery countdown timer Image file for Gl
 JQuery countdown timer Image file for LED style countdown  JQuery countdown timer Image file for LED style countdown
   </description>    </description>
   <filenames>    <filenames>
     countdownLED.png      countdownLED.png;
   </filenames>    </filenames>
 </fileglob>  </fileglob>
   
Line 4804  JQuery countdown timer Image file for LE Line 4870  JQuery countdown timer Image file for LE
     JQuery spellchecker plugin      JQuery spellchecker plugin
   </description>    </description>
   <filenames>    <filenames>
     jquery.spellcheck.min.js      jquery.spellchecker.min.js;
   </filenames>    </filenames>
 </fileglob>  </fileglob>
 <fileglob>  <fileglob>
Line 4816  JQuery countdown timer Image file for LE Line 4882  JQuery countdown timer Image file for LE
     JQuery spellchecker plugin      JQuery spellchecker plugin
   </description>    </description>
   <filenames>    <filenames>
     spellchecker.css      spellchecker.css;
   </filenames>    </filenames>
 </fileglob>  </fileglob>
 <fileglob>  <fileglob>
Line 4828  JQuery countdown timer Image file for LE Line 4894  JQuery countdown timer Image file for LE
     JQuery spellchecker plugin      JQuery spellchecker plugin
   </description>    </description>
   <filenames>    <filenames>
     spellchecker_shadow.png      spellchecker_shadow.png;
     spellchecker.png      spellcheck.png;
   </filenames>    </filenames>
 </fileglob>  </fileglob>
 <fileglob>  <fileglob>
Line 4841  JQuery countdown timer Image file for LE Line 4907  JQuery countdown timer Image file for LE
     JQuery spellchecker plugin      JQuery spellchecker plugin
   </description>    </description>
   <filenames>    <filenames>
     spellchecker_bg.gif      spellchecker_bg.gif;
   </filenames>    </filenames>
 </fileglob>  </fileglob>
   
Line 6954  for socket-based communication between L Line 7020  for socket-based communication between L
 <status>works/unverified</status>  <status>works/unverified</status>
 </file>  </file>
 <file>  <file>
   <source>loncom/configuration/Checksumming.pm</source>
   <target dist='default'>home/httpd/lib/perl/LONCAPA/Checksumming.pm</target>
   <categoryname>system file</categoryname>
   <description>
   Provides routine to checksum perl modules, perl scripts, cgi scripts,
   language lexicons, and static configuration file on current server
   </description>
   <status>works/unverified</status>
   </file>
   <file>
 <source>loncom/ConfigFileEdit.pm</source>  <source>loncom/ConfigFileEdit.pm</source>
 <target dist='default'>home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm</target>  <target dist='default'>home/httpd/lib/perl/LONCAPA/ConfigFileEdit.pm</target>
 <categoryname>system file</categoryname>  <categoryname>system file</categoryname>
Line 6989  compiles/tth.so.i386.perl.5.12; Line 7065  compiles/tth.so.i386.perl.5.12;
 compiles/tth.so.x86_64.perl.5.12;  compiles/tth.so.x86_64.perl.5.12;
 compiles/tth.so.i386.perl.5.14;  compiles/tth.so.i386.perl.5.14;
 compiles/tth.so.x86_64.perl.5.14;  compiles/tth.so.x86_64.perl.5.14;
   compiles/tth.so.i386.perl.5.16;
   compiles/tth.so.x86_64.perl.5.16;
 compiles/tth.so.i386.debian5;  compiles/tth.so.i386.debian5;
 compiles/tth.so.x86_64.debian5  compiles/tth.so.x86_64.debian5
 </dependencies>  </dependencies>

Removed from v.1.815  
changed lines
  Added in v.1.825


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