Changes between Version 35 and Version 36 of MediaWiki
- Timestamp:
- 04/01/15 22:24:17 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MediaWiki
v35 v36 13 13 > Parsoid is implemented as a node.js-based web service. There are two distinct, and somewhat independent pieces to Parsoid: the parser and runtime that converts Wikitext to HTML, and the serializer that converts HTML to Wikitext. 14 14 15 As part of the [ticket:706 upgrade to 1.22.5] a [https://www.mediawiki.org/wiki/Parsoid Parsoid] server was installed and then on ticket:736#comment:6 we changed to using a deb repo for updating parsoid and then on ticket:799#comment:11 and ticket:841#comment:3 we switched to using a remote Parsoid serveras the latest version of Parsoid didn't work on Debian Wheezy.15 As part of the [ticket:706 upgrade to 1.22.5] a [https://www.mediawiki.org/wiki/Parsoid Parsoid] server was installed and then on ticket:736#comment:6 we changed to using a deb repo for updating parsoid and then on ticket:799#comment:11 and ticket:841#comment:3 we switched to using [https://docs.webarch.net/wiki/MediaWiki#VisualEditor a remote Parsoid server] as the latest version of Parsoid didn't work on Debian Wheezy. 16 16 17 17 == Updates ==