mediawiki-extensions-Visual.../modules/parser
Gabriel Wicke 14e6728cc4 Add the start of a minimal sanitizer stage, that only strips IDN ignored
characters from host portions of links hrefs for now. This module needs to be
filled up with pretty much everything Sanitizer.php does, including tag and
attribute whitelists and attribute value sanitation (especially for style
attributes).

We'll also need to think about round-tripping of sanitized tokens.
2012-01-18 01:42:56 +00:00
..
html5 Land big TokenTransformDispatcher and eventization refactoring. 2012-01-03 18:44:31 +00:00
ext.Cite.js Two batteries worth of token transform manager refactoring. 2012-01-09 17:49:16 +00:00
ext.cite.taghook.ref.js Moving parser stuff back into the modules folder (oops) 2011-11-02 21:45:57 +00:00
ext.core.PostExpandParagraphHandler.js Clean up 'END' token handling a bit. 2012-01-17 20:01:21 +00:00
ext.core.QuoteTransformer.js Clean up 'END' token handling a bit. 2012-01-17 20:01:21 +00:00
ext.core.Sanitizer.js Add the start of a minimal sanitizer stage, that only strips IDN ignored 2012-01-18 01:42:56 +00:00
ext.core.TemplateHandler.js Trim whitespace off template titles and argument names. 209 parser tests now 2012-01-17 23:18:33 +00:00
ext.Util.js Clean up 'END' token handling a bit. 2012-01-17 20:01:21 +00:00
ext.util.TokenCollector.js Add generic 'collect all tokens between delimiter tokens and call a transform 2012-01-09 18:13:45 +00:00
mediawiki.DOMConverter.js nodeName not defined 2011-12-28 01:36:54 +00:00
mediawiki.DOMPostProcessor.js Use isBlockTag in DOMPostProcessor 2012-01-17 18:30:22 +00:00
mediawiki.HTML5TreeBuilder.node.js Misc improvements, now 196 parser tests passing. 2012-01-17 18:22:10 +00:00
mediawiki.parser.environment.js Add the start of a minimal sanitizer stage, that only strips IDN ignored 2012-01-18 01:42:56 +00:00
mediawiki.parser.js Add the start of a minimal sanitizer stage, that only strips IDN ignored 2012-01-18 01:42:56 +00:00
mediawiki.tokenizer.peg.js Clean up 'END' token handling a bit. 2012-01-17 20:01:21 +00:00
mediawiki.TokenTransformManager.js Fix template argument expansion. 200 parser tests now passing. 2012-01-17 22:29:26 +00:00
parse.js More token transform and pipeline setup refactoring to support template 2012-01-10 01:09:50 +00:00
pegTokenizer.pegjs.txt Eat '[[[' as plain text token, makes it 212 passing. 2012-01-18 00:23:17 +00:00
README.txt Add a README file pointing to the wiki documentation. 2011-12-12 22:30:11 +00:00

A combined Mediawiki and html parser in JavaScript running on node.js. Please
see https://www.mediawiki.org/wiki/Future/Parser_development for an overview
of the current implementation, and instructions on running the tests.