mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
d01581c380
The word or char-based algorithm does not scale well beyond 5k chars or so. We now perform a line-based diff and then continue to diff the line differences using the char-based algorithm. This gives a char-based diff even for bigger inputs. Change-Id: Iec87ca56540060e4df2859ba54c992e7ff5cfe10 |
||
---|---|---|
.. | ||
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