mediawiki-extensions-Visual.../modules/parser/README.txt

22 lines
575 B
Plaintext
Raw Normal View History

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
buffer
2012-01-31 00:56:07 +00:00
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)