Go to file
2012-07-07 04:31:48 +00:00
api Explain reasoning behind number of worker calculation 2012-06-23 17:30:52 +02:00
demos/ve Removed playground 2012-06-26 20:10:58 -07:00
modules Merge "Made extendClass accept a variadic list of base classes to extend with" 2012-07-07 04:31:48 +00:00
tests Represent nowiki as span instead of meta 2012-06-27 13:59:14 +02:00
.gitignore Added support for localsettings.js and improved logging of instance status 2012-06-21 15:29:40 -07:00
.gitreview Set defaultrebase=0 2012-06-20 16:27:40 -07:00
ApiVisualEditor.php Actually block blocked users in the Parsoid API 2012-06-21 13:55:33 -07:00
README Updated Readme to have sane content 2012-06-28 03:12:49 -07:00
SpecialVisualEditorSandbox.php unnecessary to define messages here, followup r105972 2011-12-13 09:34:05 +00:00
VisualEditor.alias.php Localisation updates from http://translatewiki.net. 2012-06-11 14:31:40 +00:00
VisualEditor.hooks.php Remove userCan hook that had no effect 2012-06-18 17:42:11 -07:00
VisualEditor.i18n.php Localisation updates from http://translatewiki.net. 2012-07-06 21:23:01 +00:00
VisualEditor.php Added feedback button to toolbar 2012-06-28 02:53:54 -07:00
VisualEditorMessagesModule.php Fix display of edit summary message in save dialog 2012-06-21 13:39:27 -07:00

VisualEditor and Parsoid work together to provide a visual editor for wiki pages.

Parsoid is used 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.

Both projects are written in JavaScript. Parsoid runs on Node.js while VisualEditor runs in a web
browser.

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

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