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

13 lines
385 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
You might need to set the NODE_PATH environment variable,
export NODE_PATH="node_modules"
2012-01-31 00:56:07 +00:00
Download the dependencies:
npm install
Run tests:
npm test