Clarify / fix typo. Thanks to Mario ;)

This commit is contained in:
Sébastien Lucas 2013-07-24 14:36:32 +02:00
parent 19de1dc925
commit 2ba9723568
2 changed files with 14 additions and 13 deletions

View file

@ -1,16 +1,17 @@
0.6.0 - 20130730 0.6.0 - 20130724
* COPS HTML catalog use templated client side rendering. You can build your own template if you want. Should be a lot faster. * COPS HTML catalog now use templated client side rendering. You can build your own template if you want. Should be a lot faster.
* Fancybox has been replaced by Magnific Popup, it seems faster. * Fancybox has been replaced by Magnific Popup, it seems faster.
* Add a way to send book by mail (to send to Kindle or to send to iCloud). * Added a way to send book by mail (to send to Kindle or to send to your friends).
* Add expires instruction in .htaccess. * Added expires instruction in .htaccess (won't crash if you haven't enabled mod_expires).
* Upgrade to JQuery 1.10.2. * Upgrade to JQuery 1.10.2.
* Change the way thumbnail are handled to offer greater quality (especially on high density devices : Retina, Nexus, ...). * Changed the way thumbnails are handled to offer greater visual quality (especially on high pixel density devices : Retina, Nexus, ...).
* Change all icon by a vectorial font (again better quality). * Changed all icon by a vectorial font (again better visual quality).
* Add a way to filter books by tags. * Added a way to filter books by tags.
* Add a login page (login.html) to allow access to a password protected COPS on a Kobo ereader (that does not support basic auth). * Added a login page (login.html) to allow access to a password protected COPS on a Kobo ereader (that does not support basic auth).
* Fix cookie expire date. * Fixed cookie expiry date.
* Add a default web.config for IIS installation. * Added a default web.config for IIS installation.
* The eink style don't use any shadow anymore. * The eink style doesn't use shadow anymore.
* Fixed the link to the series in book detail.
0.5.0 - 20130605 0.5.0 - 20130605
* Upgrade COPS UI to HTML5 / CSS3 to hopefully make it prettier. Most of the code was contributed by Thomas Severinsen. * Upgrade COPS UI to HTML5 / CSS3 to hopefully make it prettier. Most of the code was contributed by Thomas Severinsen.

View file

@ -124,7 +124,7 @@
$config['cops_author_split_first_letter'] = "1"; $config['cops_author_split_first_letter'] = "1";
/* /*
* Enable of Fancyapps (for popups) * Enable the Lightboxes (for popups)
* 1 : Yes (enable) * 1 : Yes (enable)
* 0 : No * 0 : No
*/ */
@ -180,7 +180,7 @@
* "address.from" => "cops@slucas.fr" * "address.from" => "cops@slucas.fr"
* ); * );
* *
* For Gmail : * For Gmail (ssl is mandatory) :
* $config['cops_mail_configuration'] = array( "smtp.host" => "smtp.gmail.com", * $config['cops_mail_configuration'] = array( "smtp.host" => "smtp.gmail.com",
* "smtp.username" => "YOUR GMAIL ADRESS", * "smtp.username" => "YOUR GMAIL ADRESS",
* "smtp.password" => "YOUR GMAIL PASSWORD", * "smtp.password" => "YOUR GMAIL PASSWORD",