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.
|
2012-01-31 00:56:07 +00:00
|
|
|
|
|
|
|
npm dependencies: (This should be a proper package.json for npm to do it automatically?)
|
|
|
|
|
|
|
|
jquery
|
|
|
|
jsdom
|
2012-02-01 10:32:33 +00:00
|
|
|
buffer
|
2012-01-31 00:56:07 +00:00
|
|
|
optimist
|
|
|
|
pegjs
|
|
|
|
querystring
|
2012-02-01 10:32:33 +00:00
|
|
|
html5
|
2012-03-01 13:51:53 +00:00
|
|
|
jshashes
|
2012-02-14 14:15:50 +00:00
|
|
|
request (also required and automatically installed by jsdom)
|
2012-02-01 10:32:33 +00:00
|
|
|
assert
|
|
|
|
|
|
|
|
The following additional modules are used in parserTests:
|
|
|
|
|
|
|
|
colors (for parserTests eye candy)
|
|
|
|
diff (parserTests output diffing)
|