Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagigas-at-wiris authored Mar 6, 2018
1 parent 92c6568 commit 1e5bf50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
WIRIS plugin for Moodle
MathType for Atto
==========
### Master Build Status
[![Build Status](https://travis-ci.org/wiris/moodle-atto_wiris.svg?branch=master)](https://travis-ci.org/wiris/moodle-atto_wiris)
### Development Build Status
[![Build Status](https://travis-ci.org/wiris/moodle-atto_wiris.svg?branch=development)](https://travis-ci.org/wiris/moodle-atto_wiris)

Add a fully WYSIWYG editor for scientific expressions ([WIRIS EDITOR](http://www.wiris.com/editor)) and, optionally, an advanced calculator tool ([WIRIS CAS](http://www.wiris.com/cas)). Enabled editing to STEM related topics (Science, Technology, Engineering and Mathematics).
MathType for Atto adds [MathType](http://www.wiris.com/editor) to Atto editor.

[WIRIS EDITOR](http://www.wiris.com/editor) is a mathematical **visual (WYSIWYG) editor**. You can use a large collection of icons nicely organized in thematic tabs in order to create formulas or equations for any web content. You can create and edit your formulas in a visual environment, just click on the WIRIS editor icon for creation or double-click on the formula for edition. It is based on JavaScript and compatible with HTML 5.
[MathType](http://www.wiris.com/editor) is a mathematical **visual (WYSIWYG) editor** containing a large collection of icons nicely organized in thematic tabs in order to create formulas or equations for any web content.

WIRIS EDITOR offers a **chemistry** toolbar. The maths and the chemistry palette are available from different icons in the rich text editor.
MathType offers a **chemistry** toolbar. Maths and chemistry toolbars are available from different icons in Atto toolbar.

[WIRIS CAS](http://www.wiris.com/cas) is an online platform for **mathematical calculations** designed for education. You can access a powerful calculation toolbar through an HTML page that includes integrals and limits calculation, function graphing in 2D or 3D and symbolic matrices manipulation, among others. WIRIS cas covers **all mathematical topics** from primary school to university level (Calculus, Algebra, Geometry, Differential Equations...).
MathType for Atto can be used for **free** up to a certain level of uses per natural year. Please read **license** conditions and prices at [WIRIS Store](http://www.wiris.com/store).

WIRIS tools can be used for **free** up to a certain level of use per natural year. Please read **license** conditions and prices at [WIRIS store](http://www.wiris.com/store).

In order to use WIRIS tools for editing you need to combine **[WIRIS filter](https://github.com/wiris/moodle-filter_wiris)** with **[WIRIS plugin for Atto](https://github.com/wiris/mooodle-atto_wiris)** and/or **[WIRIS plugin for TinyMCE](https://github.com/wiris/moodle-tinymce_tiny_mce_wiris)**.
**[MathType filter](https://github.com/wiris/moodle-filter_wiris)** is required in order to use MathType for Atto

## Install instructions
To install it using git, type this command in the root of your Moodle install:
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2018030500;
$plugin->version = 2018030600;
$plugin->release = '7.0.0.1386';
$plugin->requires = 2014050800;
$plugin->component = 'atto_wiris';
$plugin->dependencies = array ('filter_wiris' => 2018030500);
$plugin->dependencies = array ('filter_wiris' => 2018030600);
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 1e5bf50

Please sign in to comment.