Go to file
Subramanya Sastry e2197d4d89 Refactored and cleaned up Sanitizer + bug fix.
* Moved all constants to a singleton constants object
* Moved couple methods to mediawiki.Util.js
* Fixed url regexp bug -- relative urls weren't being matched
  but, this bug escaped through because the previous url regexp
  had a typo (which means url sanitization wasn't being done by
  the previous code).  This also means we have to either find
  sanitizer tests or add new ones so these bugs are caught.  Maybe
  parserTests.txt is not the right place for this?

Change-Id: Ia05e1d1596bb9bc4a9eb21d7c77248f5626a710e
2012-07-30 12:52:26 -05:00
api Merge "Mention the page name in timing information log message" 2012-07-26 22:46:50 +00:00
demos/ve Added ve.init.platform with MediaWiki and stand-alone implementations 2012-07-27 13:39:19 -07:00
modules Refactored and cleaned up Sanitizer + bug fix. 2012-07-30 12:52:26 -05:00
.gitignore Kranitor #1: On-boarding 2012-07-27 14:40:00 -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 Kranitor #1: On-boarding 2012-07-27 14:40:00 -07:00
ApiVisualEditor.php Deglobalisation 2012-07-21 18:37:20 +01:00
AUTHORS.txt Kranitor #1: On-boarding 2012-07-27 14:40:00 -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 Move ve.init and ve.init.Platform to the base module, where they belong 2012-07-27 16:08:45 -07:00
VisualEditorMessagesModule.php Added ve.init.platform with MediaWiki and stand-alone implementations 2012-07-27 13:39:19 -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