mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
97fb2d3c0d
* tokens are not modified any more (they are supposed to be immutable) * handler info is now split in start / end objects and potentially a 'make' method; added more flags to govern the newline behavior of different tags * added a generic singleLine mode for single-line syntactical environments * switched the web service to line-based diffs to avoid issues when diffing the round-trip results of [[:en:Programming language]] * 280 round-trip tests are passing now Change-Id: I74b8ffbf69643c5d6e5ec852ec58e680c9018901 |
||
---|---|---|
.. | ||
ApiQueryParseTree.php | ||
ParserService.js | ||
README.runserver.txt | ||
runserver.sh | ||
server.js |
== Installation on Ubuntu VM == apt-get update apt-get install nodejs npm git build-essential npm install -g express html5 lru-cache jquery pegjs async jshashes adduser --system --home /var/lib/parsoid parsoid cd /var/lib/parsoid git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/VisualEditor.git cd VisualEditor/api ./runserver.sh