Go to file
Translation updater bot 36635df683 Localisation updates from http://translatewiki.net.
Change-Id: I558a95e9778009f8b6f380e8f6e4e0e68b243ba5
2012-08-17 13:12:41 +00:00
demos/ve Added support for apex skin 2012-08-15 16:35:52 -07:00
modules Changed initial surface range to (0, 0) 2012-08-16 13:16:48 -07:00
.gitignore Kranitor #1: On-boarding 2012-07-27 14:40:00 -07:00
.gitreview
.jshintignore
.jshintrc Refactor ve.js utilities and improve documentation 2012-08-12 20:32:45 +02:00
ApiVisualEditor.php Update API for Parsoid prefix changes 2012-08-13 17:56:30 -07:00
AUTHORS.txt Remove the parser from the VE repo 2012-07-30 13:19:09 -07:00
LICENSE.txt
README.txt Remove the parser from the VE repo 2012-07-30 13:19:09 -07:00
VisualEditor.hooks.php Added support for apex skin 2012-08-15 16:35:52 -07:00
VisualEditor.i18n.php Localisation updates from http://translatewiki.net. 2012-08-17 13:12:41 +00:00
VisualEditor.php Update API for Parsoid prefix changes 2012-08-13 17:56:30 -07:00
VisualEditorMessagesModule.php Added ve.init.platform with MediaWiki and stand-alone implementations 2012-07-27 13:39:19 -07:00

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