r110350 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110349‎ | r110350 | r110351 >
Date:00:56, 31 January 2012
Author:neilk
Status:ok
Tags:
Comment:
added dependencies to README
Modified paths:
  • /trunk/extensions/VisualEditor/modules/parser/README.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/modules/parser/README.txt
@@ -1,3 +1,17 @@
22 A combined Mediawiki and html parser in JavaScript running on node.js. Please
33 see https://www.mediawiki.org/wiki/Future/Parser_development for an overview
44 of the current implementation, and instructions on running the tests.
 5+
 6+npm dependencies: (This should be a proper package.json for npm to do it automatically?)
 7+
 8+assert
 9+buffer
 10+events
 11+fs
 12+jquery
 13+jsdom
 14+optimist
 15+path
 16+pegjs
 17+querystring
 18+request

Status & tagging log