Calibre Integration
From ResourceSpace Documentation Wiki
Ubuntu
This is an experimental feature which seems simple to set up on Ubuntu. Please try it out if you have an Ubuntu setup, and send feedback to theorysavage at gmail.com . It should enable page previews and PDF alternatives of "epub","mobi","lrf","pdb","chm","cbr" and "cbz" files.
See http://calibre-ebook.com/download_linux for installation instructions.
I had success using the binary install script:
sudo python -c "import urllib2; exec urllib2.urlopen('http://status.calibre-ebook.com/linux_installer').read(); main()"
in config.php
$calibre_path="/usr/bin";
