1234567891011121314151617181920212223 |
- ASCIIsvg mathematical graphics editor for Chamilo LMS
- Author: Ivan Tcholakov <ivantcholakov@gmail.com>, January 2011.
- This work is a port of the ASCIIsvg plugin for TinyMCE by David Lippman, 2008-2009.
- See http://www.imathas.com/editordemo/demo.html
- Also, the plugin relies on code from the script ASCIIsvg.js by Peter Jipsen, 2009.
- See http://www1.chapman.edu/~jipsen/svg/asciisvg.html
- http://www1.chapman.edu/~jipsen/svg/asciisvgeditor.html
- This plugin uses the library file chamilo/main/inc/lib/asciimath/ASCIIMathML.js
- which has combined functionality ASCIIMathML + ASCIIsvg.
- Requirements:
- Browsers should support SVG-technology, this is valid for most contemporary ones.
- Internet Explorer 8 (or prior) needs Adobe SVG Viewer installed,
- see http://www.adobe.com/svg/viewer/install/
- License:
- GNU Lesser General Public License, Version 3, 29 June 2007
- by Free Software Foundation, Inc. (http://www.gnu.org/licenses/lgpl.html)
|