mediawiki-extensions-Visual.../modules/parser/README.txt
Gabriel Wicke b1a7119a46 Hack up some rudimentary image rendering. Using jshashes for the md5, and
a few hard-coded image image sizes ;) 262 tests passing.
2012-03-01 13:51:53 +00:00

22 lines
575 B
Plaintext

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.
npm dependencies: (This should be a proper package.json for npm to do it automatically?)
jquery
jsdom
buffer
optimist
pegjs
querystring
html5
jshashes
request (also required and automatically installed by jsdom)
assert
The following additional modules are used in parserTests:
colors (for parserTests eye candy)
diff (parserTests output diffing)