summary refs log tree commit diff
path: root/nixos/modules/services/misc/mwlib.nix
Commit message (Collapse)AuthorAge
* mwlib uses pdftk to create booksIgor Pashev2015-06-08
|
* mwlib may use pyfribidiIgor Pashev2015-06-02
|
* mwlib may use imagemagick (convert)Igor Pashev2015-06-02
|
* Added mwlib servicesIgor Pashev2015-05-27
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' );