Go to file
Trevor Parscal a564f81aa7 JSHint: Added dotfiles and fixed tons of linting warnings.
* "onevar" warning sometimes solved by just merging var statements
  other times solved by making it a function declaration instead
  of a function expression.
* Also fixed several '_this' variable names in ve.es.Surface to
  more descriptive names, and enabled warnings for dangling _
  in identifiers.

Change-Id: I7d411881e3e06cf9a7fe56d689c29375881a81de
2012-07-19 10:01:00 -07:00
api Make the parser service slightly more robust against serializer failures 2012-07-11 12:01:05 +02:00
demos/ve Merge "Removed Special:VisualEditorSandbox and refactored demo" 2012-07-19 00:58:43 +00:00
modules JSHint: Added dotfiles and fixed tons of linting warnings. 2012-07-19 10:01:00 -07:00
tests JSHint: Added dotfiles and fixed tons of linting warnings. 2012-07-19 10:01:00 -07: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
.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 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
VisualEditor.hooks.php Removed Special:VisualEditorSandbox and refactored demo 2012-07-18 17:57:50 -07:00
VisualEditor.i18n.php Merge "Removed Special:VisualEditorSandbox and refactored demo" 2012-07-19 00:58:43 +00:00
VisualEditor.php Merge "Removed Special:VisualEditorSandbox and refactored demo" 2012-07-19 00:58:43 +00:00
VisualEditorMessagesModule.php (bug 37819) Put minoredit, watchthis messages in specialMessages too so wikitext in it is displayed correctly 2012-07-17 15:23:43 -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