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
Dosyaya git
Sébastien Lucas a9062a7632 Add a formal check for the PHP version. I still have a lot of people trying with PHP 5.2.X 2014-12-07 21:02:40 +01:00
icons Improve the compatibility with IOS 2013-08-11 19:32:07 +02:00
images Add several ways to handle thumbnails. re #5 2013-08-26 21:15:54 +02:00
lang Fixed various typos 2014-11-10 13:48:05 +01:00
resources Update jquery from 1.11.0 to 1.11.1 2014-10-16 17:30:44 +02:00
styles Remove the stencil. Break the links. fix #148 2014-03-28 04:12:10 +01:00
templates Enhance iphone CSS style and add IOS7 CSS style (SCCS file available but not commited). Anonymous contribution. 2014-11-11 21:49:09 +01:00
test Fix number of books per custom column value (missing for bootstrap template). fix #172 2014-08-27 17:28:40 +02:00
tools Add debug information to check the completeness of the translation. re #37 2013-09-30 11:53:46 +02:00
.gitignore Ignore the real configuration file 2014-03-02 21:11:56 +01:00
.hgtags Étiquette 1.0.0RC2 ajoutée à la révision 0fc8e1890d9b 2014-07-31 16:48:27 +02:00
.htaccess Remove trailing whitespace and add a empty line at the end of the file. Reported by Mariosipad 2014-05-12 21:26:17 +02:00
.travis.yml Try php5.6 with travis. 2014-06-26 16:35:29 +02:00
CHANGELOG Prepare release - update changelog 2014-11-12 20:48:13 +01:00
COPYING Add v0.0.1 2012-05-28 07:01:33 +02:00
JSON_renderer.php Add another ugly hack to help Kindle. fix #165 2014-07-29 22:25:27 +02:00
OPDS_renderer.php Fix the last remaining direct use of $_SERVER['QUERY_STRING'] (which can be empty with some webservers). 2014-01-19 21:09:11 +01:00
README Add PHP embedded server to the README. 2014-07-21 21:11:52 +02:00
README.md Add a mention of the Wiki in the README.md 2014-07-21 21:12:14 +02:00
about.html Typo 2014-03-13 20:52:45 +01:00
author.php Fix author list when a book has many author. Was broken for a long time. 2014-11-30 20:22:06 +01:00
base.php Add a proper test for server side rendering (can check syntax errors). re #171 2014-08-27 10:02:15 +02:00
book.php Add AZW3 to the list of format COPS can send to Kindle. fix #170 2014-09-11 18:15:23 +02:00
build.xml Update Phing file. 2014-03-20 16:00:54 +01:00
checkconfig.php Add a formal check for the PHP version. I still have a lot of people trying with PHP 5.2.X 2014-12-07 21:02:40 +01:00
composer.json Upgrade to latest sausage 2014-04-10 17:26:14 +02:00
config.php The text shown if you cancel the password prompt is clearer now. 2014-11-11 21:17:10 +01:00
config_default.php Add full PHP password check (without any need from specific webserver configuration). Heavily based on a patch from Mark Bond. 2014-11-11 21:15:55 +01:00
config_local.php.example Cleanly fix the problems with line feed 2013-07-22 14:29:32 +02:00
customcolumn.php Fix number of books per custom column value (missing for bootstrap template). fix #172 2014-08-27 17:28:40 +02:00
data.php Add correct mimetype for *.ibooks files. reported by flowney 2014-05-09 15:31:00 +02:00
epubfs.php Fix headers. re #52 2014-03-13 18:11:33 +01:00
epubreader.php Change viewport in epubreader 2014-04-08 20:30:26 +02:00
favicon.ico Add v0.0.1 2012-05-28 07:01:33 +02:00
feed.php Fix warnings an code enhancement. 2014-03-10 17:59:57 +01:00
fetch.php Duplicate 2014-02-13 18:03:38 +01:00
getJSON.php Big refactoring of the Json handling, I followed what I did from OPDS. It doesn't still feel right but I think it's better. 2014-01-07 21:22:35 +01:00
index.php With Kindle browser reduce a little the text-size, seems to help. re #165 2014-07-29 22:15:45 +02:00
language.php Fix the remaining number of elements. re #79 2014-06-03 21:40:45 +02:00
login.html Update jquery from 1.11.0 to 1.11.1 2014-10-16 17:30:44 +02:00
phpunit.xml Add another ignored directory. 2013-12-31 11:14:36 +01:00
publisher.php Add the number of elements with the publishers. re #79 2014-06-02 22:04:41 +02:00
rating.php Fix the remaining number of elements. re #79 2014-06-03 21:40:45 +02:00
sendtomail.php Fix warnings an code enhancement. 2014-03-10 17:59:57 +01:00
serie.php Centralize a little the code 2014-06-02 21:31:55 +02:00
tag.php Unneeded constant 2014-06-03 22:38:06 +02:00
util.js Forgot to make jshint happy ;). re #79 2014-07-24 20:43:26 +02:00
web.config Add a default web.config. 2013-07-04 15:20:03 +02:00

README.md

cops

Calibre OPDS (and HTML) PHP Server : light alternative to Calibre content server / Calibre2OPDS

See : COPS's home for more details.

Don't forget to check the Wiki.

Scrutinizer Quality Score

Code Coverage

Build Status

Selenium Test Status