Calibre OPDS (and HTML) PHP Server : web-based light alternative to Calibre content server / Calibre2OPDS to serve ebooks (epub, mobi, pdf, ...) http://blog.slucas.fr/en/oss/calibre-opds-php-server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
570B

  1. <?php
  2. require_once (dirname(__FILE__) . "/../config_default.php");
  3. $config['calibre_directory'] = dirname(__FILE__) . "/BaseWithSomeBooks/";
  4. $config['cops_mail_configuration'] = array( "smtp.host" => "smtp.free.fr",
  5. "smtp.username" => "",
  6. "smtp.password" => "",
  7. "smtp.secure" => "",
  8. "address.from" => "cops@slucas.fr"
  9. );