Go to file
Trevor Parscal 4d65b6610b Fix deactivate
'detach'.split( '' ).join( 't' ) + 't';

Change-Id: Ic5ba376e2fa0afbbcdb3e8989433ce9dad973dd1
2013-06-05 16:53:38 -07:00
.docs
demos
maintenance
modules Fix deactivate 2013-06-05 16:53:38 -07:00
.csslintrc
.gitignore
.gitreview
.jshintignore
.jshintrc
ApiVisualEditor.php
AUTHORS.txt
CODING.md
Gruntfile.js
LICENSE.txt
package.json
README.txt
VisualEditor.hooks.php
VisualEditor.i18n.php
VisualEditor.php
VisualEditorMessagesModule.php

VisualEditor provides a visual editor for wiki pages. It is written in
JavaScript and runs in a web browser.

It uses the Parsoid parser to convert wikitext documents to annotated HTML
which the VisualEditor is able to load, modify and emit back to Parsoid at
which point it is converted back into wikitext.

For more information about these projects, check out the wiki:

	* http://www.mediawiki.org/wiki/VisualEditor
	* http://www.mediawiki.org/wiki/Parsoid