Changes between Version 34 and Version 35 of MediaWiki


Ignore:
Timestamp:
04/01/15 22:23:02 (20 months ago)
Author:
chris
Comment:

Updated MediaWiki#Parsoid details

Legend:

Unmodified
Added
Removed
Modified
  • MediaWiki

    v34 v35  
    1313> 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. 
    1414 
    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  
    19 {{{ 
    20 /etc/init.d/parsoid stop 
    21 /etc/init.d/parsoid start 
    22 }}} 
    23  
    24 The service was run via the `/etc/init.d/pslparsoid` script, see ticket:706#comment:12 for the source of the pslparsoid init.d script, until we switched to the [https://www.mediawiki.org/wiki/Parsoid/Setup#Ubuntu_.2F_Debian_on_amd64 Debian version]. 
     15As 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 server as the latest version of Parsoid didn't work on Debian Wheezy. 
    2516 
    2617== Updates ==