First attempt to add paging in the OPDS side.

Need more polishing before being used everywhere.

--HG--
extra : rebase_source : 0fb3a4b12cf83d4b450a1fca81f82addd8d58c14
This commit is contained in:
Sébastien Lucas 2012-09-18 15:39:22 +02:00
parent 43f489051d
commit 4c9e8c67d0
5 changed files with 67 additions and 27 deletions

View file

@ -97,5 +97,11 @@
* 0 : always generate valid OPDS code
*/
$config['cops_generate_invalid_opds_stream'] = "0";
/*
* Max number of items per page
*/
$config['cops_max_item_per_page'] = "2";
?>