Changes between Version 31 and Version 32 of MediaWiki
- Timestamp:
- 03/06/15 14:57:40 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MediaWiki
v31 v32 11 11 The new MediaWiki visual editor: [https://blog.wikimedia.org/2013/03/04/parsoid-how-wikipedia-catches-up-with-the-web/ Parsoid: How Wikipedia catches up with the web]: 12 12 13 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.14 15 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. 16 14 17 To start and stop the node.js service: 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 we switched to using a remote Parsoid server as the latest version of Parsoid didn't work on Debian Wheezy. 16 17 When we has Parsoid installed on PenguinServer we used these commands to start and stop the node.js service: 18 18 19 19 {{{