File:  [LON-CAPA] / loncom / html / adm / dragmath / commands
Revision 1.1: download - view: text, annotated - select for diffs
Sat Dec 28 23:15:44 2013 UTC (10 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1, version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0, HEAD
- Bug 6685
  - Sign DragMath .jar files with InCommon code-signing cert from MSU
    (expires Dec 4, 2014).
  - Update to DragMath 0.7.9
  - Installation mechanism now removes files from older DragMath version,
    and follows similar mechanism to one used for MathJax etc.
  - xhtml for EditMathPopup.html and MaximaPopup.html
  - codebase changed from classes to applet (DragMath change: 0.72 to 0.7.9).
    - EditMathPopup.html and MaximaPopup.html now installed in:
      /home/httpd/html/adm/dragmath (paths in response.pm and
      lonhtmlcommon.pm updated accordingly.

dragmathdir='/home/httpd/html/adm/dragmath'
if [ -e "$dragmathdir/applet" ]
then
  rm -rf "$dragmathdir/applet"
fi
unzip -q -o -d $dragmathdir dragmath-0.7.9.zip
chown -R www:www "$dragmathdir/applet"
find $dragmathdir -type d -exec chmod u=rwx,go-rwx {} \;

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