More release preparation
This commit is contained in:
parent
140c88a63c
commit
024ac23fbd
|
@ -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
2
README
|
@ -25,6 +25,8 @@ So COPS's main advantages are :
|
||||||
* Search is available.
|
* Search is available.
|
||||||
* 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 =
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue