From 024ac23fbd2a3ae580faf11f8c9377faa8bc149b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Sun, 6 Jan 2013 09:36:19 +0100 Subject: [PATCH] More release preparation --- CHANGELOG | 7 ++++++- README | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 069f183..cdb0cdb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,8 +4,13 @@ * 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. * 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). + * 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 * Add a .htaccess to make it easier to use with Apache diff --git a/README b/README index eba8759..2b5ee0c 100644 --- a/README +++ b/README @@ -25,6 +25,8 @@ So COPS's main advantages are : * Search is available. * With Dropbox / owncloud it's very easy to have an up to date OPDS server. * 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 =