Igor Pashev 7ed1fb30e2 Added mwlib services
Simple local usage:

    mwlib = {
      nserve = {
        enable = true;
      };

      qserve = {
        enable = true;
      };
    };

For MediaWiki:

      $wgCollectionMWServeURL = 'http://localhost:8899';
      $wgCollectionFormats = array(
        'rl' => 'PDF',
        'odf' => 'ODT',
      );

      $wgCollectionPortletFormats = array (
        'odf', 'rl'
      );
2015-05-27 14:55:22 +00:00
..
2015-04-25 16:10:49 +02:00
2015-02-03 22:08:10 +01:00
2015-05-01 17:11:55 -04:00
2015-03-27 12:45:25 +01:00
2015-05-27 14:55:22 +00:00
2015-02-02 22:21:45 +03:00
2014-09-03 15:47:53 +04:00
2014-12-30 21:05:00 -05:00
2015-04-25 14:39:24 +02:00
2014-09-01 10:53:19 +04:00