Go to file
Rob Moen 5a41f77b99 Bug 38655 - VisualEditor: White box syndrome strikes back!
-Hide / show inspector with visibility vs display property
for iframe cross browser compatibility.

Change-Id: Ibdd0250872c42d74d6ff7d22abdf9d838962acc1
2012-07-25 12:40:56 -07:00
api Explicitly redirect stderr so that it works when restarted from cron 2012-07-24 18:25:49 -07:00
demos/ve Added some Arabic text to complex demo - to make testing bi-directional text easier. 2012-07-24 17:38:35 -07:00
modules Bug 38655 - VisualEditor: White box syndrome strikes back! 2012-07-25 12:40:56 -07:00
tests Update test README 2012-07-24 10:55:12 -07:00
.gitignore Make an example localsettings.js file. 2012-07-21 13:43:18 +03:00
.gitreview Set defaultrebase=0 2012-06-20 16:27:40 -07:00
.jshintignore JSHint: Added dotfiles and fixed tons of linting warnings. 2012-07-19 10:01:00 -07:00
.jshintrc JSHint: Added dotfiles and fixed tons of linting warnings. 2012-07-19 10:01:00 -07:00
ApiVisualEditor.php Deglobalisation 2012-07-21 18:37:20 +01:00
AUTHORS.txt Changed to use MIT license per agreement with the VisualEditor team 2012-07-19 13:25:45 -07:00
LICENSE.txt Changed to use MIT license per agreement with the VisualEditor team 2012-07-19 13:25:45 -07:00
README.txt Added .txt to README so it opens nicely in all operating systems 2012-07-23 13:03:12 -07:00
VisualEditor.hooks.php Removed some whitespace 2012-07-19 14:25:16 -07:00
VisualEditor.i18n.php Localisation updates from http://translatewiki.net. 2012-07-23 13:48:30 +00:00
VisualEditor.php Prepend a colon to internal links to Category: and File: pages 2012-07-20 16:50:14 -07:00
VisualEditorMessagesModule.php Changed to use MIT license per agreement with the VisualEditor team 2012-07-19 13:25:45 -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