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-20 11:33:42 +02:00
2015-04-07 13:24:55 -07:00
2015-05-04 10:24:38 +02:00
2015-05-05 00:18:22 -04:00
2015-04-28 17:15:02 +02:00
2015-05-11 13:23:01 +08:00
2015-05-11 02:45:38 +02:00
2015-05-27 14:55:22 +00:00
2015-05-11 12:43:35 +02:00
2015-04-20 16:12:28 +02:00
2015-01-15 14:39:29 +01:00
2015-05-15 12:43:21 +02:00
2015-05-27 14:55:22 +00:00
2015-04-10 16:11:07 +02:00