COPS config: Add author name, uri and email
Цей коміт міститься в:
джерело
35bbf55e19
коміт
701cb291a8
3 змінених файлів з 138 додано та 118 видалено
|
|
@ -3,7 +3,7 @@
|
|||
* COPS (Calibre OPDS PHP Server) class file
|
||||
*
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
* @author Sébastien Lucas <sebastien@slucas.fr>
|
||||
* @author Sébastien Lucas <sebastien@slucas.fr>
|
||||
*/
|
||||
|
||||
if (!isset($config))
|
||||
|
|
@ -37,11 +37,26 @@
|
|||
*/
|
||||
$config['cops_recentbooks_limit'] = '50';
|
||||
|
||||
/*
|
||||
* Catalog's author name
|
||||
*/
|
||||
$config['cops_author_name'] = "Sébastien Lucas";
|
||||
|
||||
/*
|
||||
* Catalog's author uri
|
||||
*/
|
||||
$config['cops_author_uri'] = "http://blog.slucas.fr";
|
||||
|
||||
/*
|
||||
* Catalog's author email
|
||||
*/
|
||||
$config['cops_author_email'] = "sebastien@slucas.fr";
|
||||
|
||||
/*
|
||||
* Catalog's title
|
||||
*/
|
||||
$config['cops_title_default'] = "COPS";
|
||||
|
||||
|
||||
/*
|
||||
* Catalog's subtitle
|
||||
*/
|
||||
|
|
@ -212,4 +227,3 @@
|
|||
* This item is used as regular expression so "." will force server side rendering for all devices
|
||||
*/
|
||||
$config['cops_server_side_render'] = "Kindle|EBRD1101|EBRD1201|cybook";
|
||||
|
||||
|
|
|
|||
Завантаження…
Додати таблицю
Додати посилання
Послатися в новій задачі