More release preparation

This commit is contained in:
Sébastien Lucas 2013-01-06 09:36:19 +01:00
parent 140c88a63c
commit 024ac23fbd
2 changed files with 8 additions and 1 deletions

View file

@ -4,8 +4,13 @@
* Add a config item to specify a custom icon. Based on a patch by Tyler J. Wagner. * Add a config item to specify a custom icon. Based on a patch by Tyler J. Wagner.
* Better handling of content type for book. Reported by Morg. * Better handling of content type for book. Reported by Morg.
* Upped the size of thumbnails for OPDS. They look way better with Mantano. * Upped the size of thumbnails for OPDS. They look way better with Mantano.
* Add language in OPDS feed (show in Mantano for example). * Add language in OPDS feed (shown in Mantano for example).
* Update metadata on downloaded epub. Disabled by default (check config item cops_update_epub-metadata). * Update metadata on downloaded epub. Disabled by default (check config item cops_update_epub-metadata).
* New Catalan translation provided by David Ciscar Presas.
* Add a permalink to books, that way direct link to books can be shared. Reported by mcister and Tyler J. Wagner.
* Add checkconfig.php that should allow to better detect the configuration problem (page in english only for now).
* Fix some plural strings / some missing title. Reported by David Ciscar Presas.
* Add an hint about the OPDS catalog in the HTML catalog.
0.2.3 - 20121205 0.2.3 - 20121205
* Add a .htaccess to make it easier to use with Apache * Add a .htaccess to make it easier to use with Apache

2
README
View file

@ -26,6 +26,8 @@ So COPS's main advantages are :
* With Dropbox / owncloud it's very easy to have an up to date OPDS server. * With Dropbox / owncloud it's very easy to have an up to date OPDS server.
* It was fun to code. * It was fun to code.
If you want to use the OPDS feed don't forget to specify feed.php at the end of your URL.
= Prerequisites = = Prerequisites =
1. PHP 5.3 or 5.4 with GD image processing & SQLite3 support. 1. PHP 5.3 or 5.4 with GD image processing & SQLite3 support.