Fix Readme
This commit is contained in:
parent
87149f8bc5
commit
04dfef3222
8
README
8
README
|
@ -30,13 +30,13 @@ If you want to use the OPDS feed don't forget to specify feed.php at the end of
|
||||||
|
|
||||||
= Prerequisites =
|
= Prerequisites =
|
||||||
|
|
||||||
1. PHP 5.3 or 5.4 with GD image processing & SQLite3 support.
|
1. PHP 5.3, 5.4, 5.5 or hhvm with GD image processing, Libxml, Json & SQLite3 support.
|
||||||
2. A web server with PHP support. I only tested with various version of Nginx.
|
2. A web server with PHP support. I only tested with various version of Nginx.
|
||||||
Other people reported it working with Apache and Cherokee.
|
Other people reported it working with Apache and Cherokee.
|
||||||
3. The path to a calibre library (metadata.db, format, & cover files).
|
3. The path to a calibre library (metadata.db, format, & cover files).
|
||||||
|
|
||||||
On any Debian base Linux you can use :
|
On any Debian base Linux you can use :
|
||||||
aptitude install php5-gd php5-sqlite
|
aptitude install php5-gd php5-sqlite php5-json
|
||||||
|
|
||||||
= Install =
|
= Install =
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ It's tested by me and many other users but there's still some little bugs around
|
||||||
|
|
||||||
* Locale message handling is inspired of http://www.mind-it.info/2010/02/22/a-simple-approach-to-localization-in-php/
|
* Locale message handling is inspired of http://www.mind-it.info/2010/02/22/a-simple-approach-to-localization-in-php/
|
||||||
* str_format function come from http://tmont.com/blargh/2010/1/string-format-in-php
|
* str_format function come from http://tmont.com/blargh/2010/1/string-format-in-php
|
||||||
* All icons come from Font Awesome : http://fortawesome.github.io/Font-Awesome/
|
* All icons come from Font Awesome : http://fontawesome.github.io/Font-Awesome/
|
||||||
* Thanks to all testers, translators and contributors.
|
* Thanks to all testers, translators and contributors.
|
||||||
|
|
||||||
External libraries used :
|
External libraries used :
|
||||||
|
@ -82,7 +82,7 @@ External libraries used :
|
||||||
|
|
||||||
= Copyright & License =
|
= Copyright & License =
|
||||||
|
|
||||||
COPS - 2012-2013 (c) Sébastien Lucas <sebastien@slucas.fr>
|
COPS - 2012-2014 (c) Sébastien Lucas <sebastien@slucas.fr>
|
||||||
|
|
||||||
See COPYING and file headers for license info
|
See COPYING and file headers for license info
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue